.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,248,232;--color-primary-1:146,233,179;--color-primary-2:36,211,102;--color-primary-3:18,106,51;--color-primary-4:5,32,15;--color-secondary-0:217,225,246;--color-secondary-1:141,166,228;--color-secondary-2:65,106,210;--color-secondary-3:18,69,199;--color-secondary-4:11,38,116;--color-tertiary-0:255,255,255;--color-tertiary-1:218,218,218;--color-tertiary-2:130,130,130;--color-tertiary-3:65,65,65;--color-tertiary-4:13,13,13;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("../img/subtledots1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.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(255,255,255,0.15); }#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(255,255,255,0.15); }#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:47.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#w33A1KwJLXdZXeaoC5IchtzXJSpHC5t2 { 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:8.25rem;width:16.9375rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#Apmd61K0Wt2CG3doEUbmt3oxRUpTM26s { box-sizing:content-box;height:52rem;width:42.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("../img/WhatsApp_Image_20250721_at_112909Photoroom.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-4.6875rem;left:42.3125rem;display:block; }#Apmd61K0Wt2CG3doEUbmt3oxRUpTM26s.adaptive-delivery-prevent-bg, #Apmd61K0Wt2CG3doEUbmt3oxRUpTM26s.lazyload, #Apmd61K0Wt2CG3doEUbmt3oxRUpTM26s.lazyloading { background-image: none; }
#iutR7cfeShmfE4zuXtXwSF5xGUC8CHEn { color:rgba(var(--color-tertiary-2),1);display:block;width:43.1875rem;position:absolute;font-family:"barlow condensed";font-size:5.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:14.25rem;left:0rem;height:15.1875rem;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; }
#vFsVGEQxTzmFwVQusC8lRsZOy4UxBslO { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.1875rem;left:24.125rem;height:5.3613375rem;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; }
#PydwVXX3WLbnXygHFthQB7TaJBfPDLiz { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5rem;left:24.125rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zw15WTIemShNGTT0tWMhoAAKhn7obvts { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #00b344 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.1875rem;left:0rem;display:block; }
#XxXTCKF1wTy8aWaob66f6yd3upgvG3OQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2AcTJt3goPcqFzB1qWM9G99C5wwwGTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.5rem;left:0.6875rem; }
#SFHTdffivZGK1XphvwDeDX4pQ6NIu5uz { box-sizing:content-box;height:17.6875rem;width:17.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:transparent;background-image:none;top:28.1015625rem;left:53.9375rem;box-shadow: 0.0625rem 0.0625rem 10.375rem rgba(0,155,255,0.56) ;display:block; }
#cnxUAD86T9aehMrUTBu52s7Pw3IOTBKz { box-sizing:content-box;height:7.625rem;width:7.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:transparent;background-image:none;top:8.30078125rem;left:58.96875rem;box-shadow: 0.0625rem 0.0625rem 10.375rem rgba(0,255,102,0.38) ;display:block; }
#TTOsDmTHLg5UzPtlz8eKh6ohdFClygtn { box-sizing:content-box;height:9.75rem;width:9.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:transparent;background-image:none;top:23.013671875rem;left:56.5rem;box-shadow: 0.0625rem 0.0625rem 11.1875rem rgba(0,255,239,0.52) ;display:block; }
#ZZKyvsc3bzvSIMULe9nvP1L2O3DlhFsG { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.875rem;left:0rem;display:block; }
#ycued2CfgtHL3VlSKIGPwEHmpIA9krBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmMoqurJ55bzluuCqDy0cavJ1X9OrMsv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.25rem;width:14.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.7763671875rem;left:57.96875rem;filter: drop-shadow(0rem 0rem 1.625rem rgba(var(--color-primary-1),1)); }
#uGtoxyANFtTU8IuCHqVTVvFGTfzotTWS { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:32.9375rem;left:24.125rem;height:2.0996125rem;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; }
#PdyVJqdvUb2lsWwSc7BlU29unNWdnUWr { box-sizing:content-box;height:13.125rem;width:13.875rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);top:25.375rem;left:22.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WT9vWzgdTFMtaOxfFBZGkrG107IxGB9J { box-sizing:content-box;height:0.125rem;width:16.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:6.71875rem;display:block; }
#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ed4c0;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; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container { background-color: transparent; background-image: none; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container > .video-iframe-container { display: none; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row > .video-iframe-container { display: none; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .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); }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container { border-width: 0; border-radius: 0; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#LBeA7i9COg5UyL3w0FqEAzLeT1qMGvgg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9rem;left:2.875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtQq1CmhOyiZ4QBtRHdoetKe2ANTWHuO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.25rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Uusg0v4peHADX0XGfJeymCsXCUfAuuDF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:37.9375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#FrUgFaqdJseqVu62klG7G2t0tQ4XfBg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:39.75rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAhxpm02wWs2Un9Xbo2vuONKI3W1tzVZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5625rem;left:6rem;overflow:hidden;display:block; }
#k5DXPz807K9xbFqaVmeyBbcguc11pkfs { 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:6.25rem;width:6.25rem;top:2.5rem;left:43.5rem;overflow:hidden;display:block; }
#QnLAxGWTU7uA12MyVX36E16UJnmBaeKg { position:absolute;display:block;z-index:15012;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:6.25rem;width:6.25rem;top:2.6875rem;left:24.75rem;overflow:hidden;display:block; }
#FcymBZX5MJx6sq00UDwzckB5ZxOPW5ba { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.75rem;left:19.125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#cJU6wai7Re9kB69HJ3fTz6JTDcoS6sto { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:21.625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDXQlb5wEnHPtgDoSNXCp73sHTx77P35 { box-sizing:content-box;height:18.75rem;width:41.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0rem;left:56.25rem;display:block; }
#ueAswNZPC1awt2stoxwLIEucX9zZ1Esw { position:absolute;display:block;z-index:15015;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:6.25rem;width:6.25rem;top:2.4375rem;left:62.5rem;overflow:hidden;display:block; }
#ApOuMHiiOT0xe4DQqa2y2B8W4gobuq36 { color:#2ed4c0;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:58.875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(206,206,206,0.47);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; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container { background-color: transparent; background-image: none; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container > .video-iframe-container { display: none; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row > .video-iframe-container { display: none; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .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); }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container { border-width: 0; border-radius: 0; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }#ltzDoQEAyMfoOJXXugZPn6wCpHqKt1ln { color:#22bcaa;display:block;width:25.9375rem;position:absolute;font-family:"barlow condensed";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.25rem;left:0rem;height:;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; }
#W9e4TySzkAde95oZQVzsa1XAruw6cxI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.875rem;left:33.0625rem;height:1.7871125rem;font-style:normal;display:block; }
#boODIzQwkdTDkBh7dgXpPDx17DgLlLyZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:33.0625rem;height:8.7715rem;display:block; }
#Uh6KrrmqWUkszThkpeyUNohHBRyvnLXL { position:absolute;display:block;z-index:15009;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:3.5625rem;top:17.875rem;left:27.75rem;overflow:hidden;display:block; }
#T7QKsuWHUGDCm1QZVWC9h1EuIkKEZFv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.9375rem;left:5.3125rem;height:5.84765625rem;display:block; }
#XFgQG5nDSniOFzTuu2rXrRyf4bpusXsN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#Hh11QonAOJneSxqB0NUXG51ctM2HZ29n { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.625rem;top:17.75rem;left:0rem;overflow:hidden;display:block; }
#JXOJmHnDA17bCpKxpxbG6fSvEO3mWv6H { position:absolute;display:block;z-index:15021;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.4375rem;width:3.25rem;top:32.25rem;left:0rem;overflow:hidden;display:block; }
#ypFsxl6UDRJulVxvDFTOJCr1RcHQZA5k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:35.4375rem;left:5.1875rem;height:8.7715rem;display:block; }
#IHuhT7gTZrZnQUDxtANn8Jp24hbZQO3z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.25rem;left:5.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#aDzQ3zFygaTqp9aFLT4VErnqwXZxazEa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.5625rem 1.5625rem 1.875rem rgba(var(--color-tertiary-4),0.19) ;height:33.9375rem;width:18.9375rem;top:12.75rem;left:56.0625rem;display:block; }
#tswffzG5pSw8W7y57SpqvxTGlKec8DGZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:56.0625rem;height:1.4624rem;display:block; }
#cHTIKZyaCeMKIPAXcgEDR9Sw6HWVi3HC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.25rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48rem;left:5.3125rem;display:block; }
#WNsLoQq6sWEVgNPV97R0RwKpL9NhZ6Hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCzU18h8T2AgpzpZtpByIxVnCMcI9Qa0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:48.875rem;left:6.1875rem; }
#x7DtICvPtxpT7U61iTvNpsE3TmIZDl5z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.25rem;left:32.375rem;height:1.7871125rem;font-style:normal;display:block; }
#RTayvOI7ltx2huwWHp1uzdcK9ZaRnuSr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.4375rem;left:32.375rem;height:4.38574375rem;display:block; }
#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ed4c0;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; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container { background-color: transparent; background-image: none; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container > .video-iframe-container { display: none; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row > .video-iframe-container { display: none; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .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); }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container { border-width: 0; border-radius: 0; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#mSXqarle23QKGwu9JVlxTyAssT55wdbD { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:"barlow condensed";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.75rem;left:0rem;height:;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; }
#b0ByT3elGb5zDGn0MUkQWXIVkTya0vOO { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:51.375rem;height:11.375rem;display:block; }
#Sm13COTw7iTtXCOIzcsLvmDa6laKHXv0 { box-sizing:content-box;height:27.3125rem;width:21.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("../img/WhatsApp_Image_20250721_at_112908_1Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-4.4375rem;left:25.625rem;display:block; }#Sm13COTw7iTtXCOIzcsLvmDa6laKHXv0.adaptive-delivery-prevent-bg, #Sm13COTw7iTtXCOIzcsLvmDa6laKHXv0.lazyload, #Sm13COTw7iTtXCOIzcsLvmDa6laKHXv0.lazyloading { background-image: none; }
#VVMUTJffwt4evLBixy2a1q35PV3CBdDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(206,206,206,0.47);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; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container { background-color: transparent; background-image: none; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container > .video-iframe-container { display: none; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row > .video-iframe-container { display: none; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .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); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container { border-width: 0; border-radius: 0; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#QkuWvQGCveWOhFWHffilO6DDUzJAAmFD { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:"barlow condensed";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5625rem;left:37.5rem;height:5.3984375rem;font-style:normal;display:block; }
#tTKwaSnLNXPOLSbSkUJxmsQTqiSClDJ4 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("../img/mao1.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:55.5rem;top:2.875rem;left:-22.1875rem;display:block; }#tTKwaSnLNXPOLSbSkUJxmsQTqiSClDJ4.adaptive-delivery-prevent-bg, #tTKwaSnLNXPOLSbSkUJxmsQTqiSClDJ4.lazyload, #tTKwaSnLNXPOLSbSkUJxmsQTqiSClDJ4.lazyloading { background-image: none; }
#ctgrNOR2IHwED0dwUie0GxgqPaqMPquN { box-sizing:content-box;height:26.4375rem;width:59.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.375rem;left:37.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#pckHeWPGyicGNcFQtVwqoOOKPMlrHtCz { position:absolute;display:block;z-index:15009;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.75rem;width:8.125rem;top:19.4375rem;left:38.75rem;overflow:hidden;display:block; }
#qOZPrIBWNXCJms2f5qdwtFz1sxKpC1GZ { 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.625rem;width:7.75rem;top:19.5rem;left:48.25rem;overflow:hidden;display:block; }
#Q2ocT3ryA7PILhm0D154vGTipsez4gKe { position:absolute;display:block;z-index:15011;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:7.25rem;width:7.25rem;top:17.1875rem;left:56.9375rem;overflow:hidden;display:block; }
#p6gEBSRyuq6cT40CwG2hb4fkWU57pfDh { position:absolute;display:block;z-index:15012;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.1875rem;width:9.625rem;top:19.71875rem;left:65.375rem;overflow:hidden;display:block; }
#Va4DrE96Pb1GsZyt7HCsziO20b2xqg89 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:8.125rem;top:25.125rem;left:38.75rem;overflow:hidden;display:block; }
#GJu6xRu6UWvb712TQeRd1FEknmTKBPdT { 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:3.25rem;width:6.75rem;top:25.28125rem;left:49.5625rem;overflow:hidden;display:block; }
#Jld47JmlcMX005C6FfrxZsmxPtRc9Dym { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.625rem;top:24.4375rem;left:59.625rem;overflow:hidden;display:block; }
#t4FLWxGLbo40oBT2I4ffV0TccrNt9N8L { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.625rem;top:23.8125rem;left:67.875rem;overflow:hidden;display:block; }
#En5JFONlTfZTXqKnzVm68IcLsI4qvOcB { position:absolute;display:block;z-index:15017;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.8125rem;width:5.9375rem;top:31.53125rem;left:39.84375rem;overflow:hidden;display:block; }
#SB8xoTGRIqZaGTsNOObfyITTeuBCnR8I { position:absolute;display:block;z-index:15018;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.875rem;width:8.8125rem;top:31.5rem;left:48.25rem;overflow:hidden;display:block; }
#kiGVm7gA2st5OE1GQl1L0uTffUKkIF96 { position:absolute;display:block;z-index:15019;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:6.25rem;top:31.6875rem;left:58.8125rem;overflow:hidden;display:block; }
#AQizZbbkeWJ37qmHUVab1BwktG0PMf83 { position:absolute;display:block;z-index:15020;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.1875rem;width:7.25rem;top:31.65625rem;left:66.5625rem;overflow:hidden;display:block; }
#Wudszt0SyUxWaM5QDItcfMyHJfPLL8v4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:37.2490234375rem;left:39.75rem;height:1.29980625rem;display:block; }
#yWEBW2SygWbIdXXz9n0370305AURSivt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.25rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:36.9375rem;left:62.0625rem;display:block; }
#QlTPksWmIGWtQH9zUevEHbzTtNGAwqmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loxUI3MSJJ0Tn4ZA0NPTATKkGIJaPHCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:37.8046875rem;left:62.9375rem; }
#XqT0v6MKGRNvkJG5mSBHHzXHT0TEbhsr { color:#c12323;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:38.736328125rem;left:39.75rem;height:1.125rem;font-style:normal;display:block; }
#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container { background-color: transparent; background-image: none; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container > .video-iframe-container { display: none; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row > .video-iframe-container { display: none; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .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); }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container { border-width: 0; border-radius: 0; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#NL6srMNZnbp8onwaZNRsvykX5DMZuSDM { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:"barlow condensed";font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.5rem;left:9.9375rem;height:6.7363125rem;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; }
#Di5FOieOmtNBIi3UTvbfXcmsZ0vNxFaK { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0rem;height:9.75rem;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; }
#Xf0vN1OBJcMk8cUXI5fIxG6ztx1dtZUO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:4.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.875rem;left:0rem;display:block; }
#JJ05v7fXmCE5o4TKnQCtJTCCgtuCSwLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrvdHJKX9M6GtvR57dD169vshByFAfe2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.375rem;left:0.6875rem; }
#V7O4y3KgFR66cDCocNTGsrEClqgJf5Mw { color:#1e3b8b;display:block;width:7.875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.25rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#txEvltUEeIfAdOE0eZ6RCoed8RXFq1OP { color:rgba(var(--color-tertiary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.3125rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }
#EpJESfkTNWiFQpufvmKJBWMgz1lKMMRN { color:#1e3b8b;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.25rem;left:10.9375rem;height:3.25rem;font-style:normal;display:block; }
#yHQQhqJWUTR0TLUHFWoyhSkMqU6mZ7vk { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34.3125rem;left:10.9375rem;height:3.57421875rem;font-style:normal;display:block; }
#OZoTvzmMXH3KXA22nPFvQpP6DEIPKhaB { color:#1e3b8b;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.25rem;left:23.5625rem;height:3.25rem;font-style:normal;display:block; }
#Oy6RubGaVeakyXOhTOcLA8C5mrnROIDL { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:34.3125rem;left:23.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#QWct6shnSF3TnXBl3lToo9ani1uwdUF1 { box-sizing:content-box;height:8.1875rem;width:8.1875rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("../img/WhatsApp_Image_20250721_at_112908.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.4375rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.3125rem solid #2ed4c0;border-left:0.3125rem solid #2ed4c0;border-right:0.3125rem solid #2ed4c0;border-bottom:0.3125rem solid #2ed4c0;display:block; }#QWct6shnSF3TnXBl3lToo9ani1uwdUF1.adaptive-delivery-prevent-bg, #QWct6shnSF3TnXBl3lToo9ani1uwdUF1.lazyload, #QWct6shnSF3TnXBl3lToo9ani1uwdUF1.lazyloading { background-image: none; }
#HGeOeMTxipCSQ3Z4PFDHUCisfaA3iX15 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:27.05078125rem;left:0rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#ETDvIDLPgXTJ9d4DAwT7IsA6ui7EMURo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.5625rem 1.5625rem 1.875rem rgba(var(--color-tertiary-4),0.19) ;height:38.4375rem;width:21.3125rem;top:7.25rem;left:48.28125rem;display:block; }
#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2ed4c0;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; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container { background-color: transparent; background-image: none; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container > .video-iframe-container { display: none; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row > .video-iframe-container { display: none; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .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); }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container { border-width: 0; border-radius: 0; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#LSIb3H5ikuVNrobhaaqqBN9kMb1TIxGD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:"barlow condensed";font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.8125rem;left:0rem;height:6.32425rem;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; }
#HJFnvaJevq5gWwlVD5g5CZWuOMonskIG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.5rem;left:0rem;height:3.57421875rem;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; }
#dtRunMWHWTVD0bh53NxTtHM3wGPgp5qp { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:4.875rem;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; }
#RrkirzxrzEiste6LzxOXtskAi64MNytE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:25.6875rem;left:0rem;height:3.57421875rem;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; }
#WCv9lO2frfxu4BtyVvVaJBnEvbzyLVad { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.25rem;left:0rem;height:3.25rem;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; }
#ApkZTkILdFfK0lG7TgCypDBF5W1A6GhC { box-sizing:content-box;height:47.375rem;width:60.0625rem;position:absolute;display:block;z-index:15005;background-color:#1e3b8b;background-image:none;top:0rem;left:37.5rem;display:block; }
#uDXzWsM8wZ9teDQx3XmzobleO2lHchCn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:4.125rem;left:41.9375rem;height:1.7871125rem;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; }
#azAXm8Hngx7sLiilfCgV3Z6V3mbV64sE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6875rem;left:41.9375rem;height:4.875rem;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; }
#xVSzeIKFxybFOotGuO71Bh42JKtnu601 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:14.25rem;left:41.9375rem;height:1.7871125rem;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; }
#bKF0zkCLMtnWlTQu9UZxwnIrKNPu47zq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.8125rem;left:41.9375rem;height:4.875rem;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; }
#U5nACFIf4x1xwQt9uKQXQJbKG8hFfm4p { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:24.375rem;left:41.9375rem;height:1.7871125rem;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; }
#oLo80TFXownnu96gilLhLw9R0OOMctab { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.9375rem;left:41.9375rem;height:4.875rem;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; }
#sDkbL23tfG44RxEizdg9ai32gzI8Nz6q { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:34.75rem;left:41.9375rem;height:1.7871125rem;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; }
#TMdmBRotKEArppd5cQkidUzT0GPz5JXF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.3125rem;left:41.9375rem;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;text-align:left;text-align-last:left;display:block; }
#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("../img/77.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P.adaptive-delivery-prevent-bg, #bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P.lazyload, #bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P.lazyloading { background-image: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container { background-color: transparent; background-image: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container > .video-iframe-container { display: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row > .video-iframe-container { display: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .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); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container { border-width: 0; border-radius: 0; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#fTEEf9sZXagBXifUSzSdAFqMiFNgA2Wr { color:rgba(var(--color-tertiary-1),1);display:block;width:52.875rem;position:absolute;font-family:"barlow condensed";font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container { background-color: transparent; background-image: none; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container > .video-iframe-container { display: none; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row > .video-iframe-container { display: none; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .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); }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container { border-width: 0; border-radius: 0; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#WeE5mHTP1A57WNG36tPT8q2HDDGAeW8s { 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:18.75rem;width:24.4375rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#TPO7mUb7EfKabdIHLVfIhGDKLx9q0ytM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:24.125rem;top:0.1875rem;left:25.46875rem;overflow:hidden;display:block; }
#Wtq9auPhveEw1lmqIeBi8UPIWcsoV4ZC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:23.8125rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container { background-color: transparent; background-image: none; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container > .video-iframe-container { display: none; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row > .video-iframe-container { display: none; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .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); }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container { border-width: 0; border-radius: 0; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#hQJW7exSsvV87wtaEXGRxM73vEPcUIsM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:24.5625rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#f75TBOCTtmrpeOUPlc5QTUF7ChW9foyg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:23.875rem;top:0.1875rem;left:25.46875rem;overflow:hidden;display:block; }
#F21ieT4xzbLIJ0sfO8ZmmMaFPDzilAvN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:23.9375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container { background-color: transparent; background-image: none; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container > .video-iframe-container { display: none; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row > .video-iframe-container { display: none; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .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); }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container { border-width: 0; border-radius: 0; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#ii3T6DrG5lZOo8x7S9KW8OZOEJLbRzIK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:6.65625rem;left:41rem;height:2.19921875rem;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; }
#wpDVhZ3ry5QTG26KGSAzLr4M4lDyNTAf { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.25rem;left:44.0625rem;height:4.875rem;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; }
#qD3BTCcm7ERIGS6536LwrWoopxikTnWr { color:#1e3b8b;display:block;width:1.6875rem;position:absolute;font-family:"font awesome 2022";font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.25rem;left:41rem;height:2.5996125rem;font-style:normal;display:block; }
#BTmV3cFhmm2CNMDZxQWamPGy9xTTCJ3E { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.375rem;left:44.0625rem;height:4.875rem;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; }
#GbJkwzTe0LeI6EHp4ZTiDGGRsJPW3vG0 { color:#1e3b8b;display:block;width:1.6875rem;position:absolute;font-family:"font awesome 2022";font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.9375rem;left:41rem;height:2.5996125rem;font-style:normal;display:block; }
#fFgnyMinkAbm6fvq9GhXXA8GirT4Esyr { box-sizing:content-box;height:22.8125rem;width:21.6875rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("../img/WhatsApp_Image_20250721_at_112343.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#fFgnyMinkAbm6fvq9GhXXA8GirT4Esyr.adaptive-delivery-prevent-bg, #fFgnyMinkAbm6fvq9GhXXA8GirT4Esyr.lazyload, #fFgnyMinkAbm6fvq9GhXXA8GirT4Esyr.lazyloading { background-image: none; }
#TmsHzDZ53A0UpdgZGvqdBr5o1LWa84cb { box-sizing:content-box;height:11.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("../img/WhatsApp_Image_20250721_at_112345_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.6875rem;left:22.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#TmsHzDZ53A0UpdgZGvqdBr5o1LWa84cb.adaptive-delivery-prevent-bg, #TmsHzDZ53A0UpdgZGvqdBr5o1LWa84cb.lazyload, #TmsHzDZ53A0UpdgZGvqdBr5o1LWa84cb.lazyloading { background-image: none; }
#UJV3tVgKf18v0Es6qoSPkSEri229sRD9 { box-sizing:content-box;height:11.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("../img/WhatsApp_Image_20250721_at_112345.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.5rem;left:22.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#UJV3tVgKf18v0Es6qoSPkSEri229sRD9.adaptive-delivery-prevent-bg, #UJV3tVgKf18v0Es6qoSPkSEri229sRD9.lazyload, #UJV3tVgKf18v0Es6qoSPkSEri229sRD9.lazyloading { background-image: none; }
#NK7VG5bGob6On2fNcVKkwzk0plWUwVsH { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:44.0625rem;height:4.875rem;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; }
#noJKTEJwJC4u2GzwffZNHQZ7FsulC0Tx { color:#1e3b8b;display:block;width:1.6875rem;position:absolute;font-family:"font awesome 2022";font-size:2rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.25rem;left:41rem;height:2.5996125rem;font-style:normal;display:block; }
#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container { background-color: transparent; background-image: none; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container > .video-iframe-container { display: none; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row > .video-iframe-container { display: none; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .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); }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container { border-width: 0; border-radius: 0; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#pC9keKVhdXnAKBiJfvSBKPwNCzSryPWP { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:"barlow condensed";font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:6.3994140625rem;left:16.375rem;height:3.1621125rem;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; }
#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container { background-color: transparent; background-image: none; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container > .video-iframe-container { display: none; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row > .video-iframe-container { display: none; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .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); }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container { border-width: 0; border-radius: 0; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#Jmc2aoQyGGwkgH8b9fklF1IM5dnJAqFA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.25rem;left:18.125rem;height:8.285125rem;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; }
#eqMkTAckwHwDSi6SC0y0J4qh6dNA78Mg { box-sizing:content-box;height:21.75rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("../img/download31.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.8125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#eqMkTAckwHwDSi6SC0y0J4qh6dNA78Mg.adaptive-delivery-prevent-bg, #eqMkTAckwHwDSi6SC0y0J4qh6dNA78Mg.lazyload, #eqMkTAckwHwDSi6SC0y0J4qh6dNA78Mg.lazyloading { background-image: none; }
#d4JeoKamFgEIilygevffTheyqFaVnvsX { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:6.0625rem;left:18.125rem;height:4.3984375rem;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; }
#xLBTAD1TgZaGkJZqxml2WHn3rhownEuQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.5rem;left:18.125rem;display:block; }
#Xx09lXH6Ril3aPSh2hBZPQnuibQkUzw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3ahDHbqhOWepr5STPp3TLK5EuadwE83 { box-sizing:content-box;height:28.5625rem;width:0.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:37.46875rem;display:block; }
#GWpAc5dbA0b8TFxwQrzpcr5n5W0XXa8N { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14rem;left:60.1875rem;height:8.285125rem;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; }
#PlCqDSOzagVkerZ26q1zbDGtugO5mZ2b { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:"barlow condensed";font-size:2rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:6.0625rem;left:60.1875rem;height:6.597625rem;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; }
#pU1FONX0cJ4y05JZP6UTq3yFgpKeXe3H { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.5rem;left:60.3125rem;display:block; }
#Irg8TLZ0p2WflTWd5mse5yU4BrW2teyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxTXTSZA1dAJSRGPHIDpsr1JGtTdmMWc { box-sizing:content-box;height:21.75rem;width:16.1875rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("../img/download30.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.3125rem;left:42.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#KxTXTSZA1dAJSRGPHIDpsr1JGtTdmMWc.adaptive-delivery-prevent-bg, #KxTXTSZA1dAJSRGPHIDpsr1JGtTdmMWc.lazyload, #KxTXTSZA1dAJSRGPHIDpsr1JGtTdmMWc.lazyloading { background-image: none; }
#PqL37neygq5JwlFRnPLGqOGlBr15WQKK { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:5.09375rem;left:18.125rem;height:1.03125rem;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; }
#AtcXGHxpRhNPUmmrLP6KwW3EV7RVTAWC { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:"barlow condensed";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:5.09375rem;left:60.3125rem;height:1.03125rem;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; }
#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container { background-color: transparent; background-image: none; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container > .video-iframe-container { display: none; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row > .video-iframe-container { display: none; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .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); }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container { border-width: 0; border-radius: 0; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#oTz7Xclq5WixseBzSwSBeG8skuB5Qi5d { 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:6rem;width:12.1875rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#TPklGEsP8Ste3xEROzTVUediOWcUNf0v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.03125rem;left:0rem;height:;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; }
#oOB9urvWCQAxqr9cRTKaNT6si3yLG7uA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.1875rem;left:29.5rem;height:1.94970625rem;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; }
#ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:2.1;letter-spacing:0;top:8.4375rem;left:29.5rem;height:14.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE li:before{ content: "\2003"; background-image: url("../img/icon_43dcf4304952ae9eb9ec5fea3b9c650e912163fd.svg"); }
#qPMWtGpINIpyWIADtIG1VnyZDTSwDLpR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.3125rem 0rem #00b344 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:4.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:10.25rem;left:55.1875rem;display:block; }
#ltkdth1PyFPmeaNJUkqRwKDQoJ1ni1cU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tu7JlQi280dwrzHWTVeNCFqwNiXlvBOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.5rem;left:55.875rem; }
#LOxRPfFVcgpOz3OB55BaBDQO8ND79mhc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.46875rem;left:18.5625rem; }
#LOxRPfFVcgpOz3OB55BaBDQO8ND79mhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#ksvwN09l6R723RTc2oElB3LGJUxBsMb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5.1875rem;left:55.1875rem;height:3.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;text-align:left;text-align-last:left;display:block; }
#b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.4375rem;left:55.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap li:before{ content: "\2003"; background-image: url("../img/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg"); }
#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container { background-color: transparent; background-image: none; }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container > .video-iframe-container { display: none; }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row > .video-iframe-container { display: none; }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .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); }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container { border-width: 0; border-radius: 0; }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.45);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container { background-color: transparent; background-image: none; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container > .video-iframe-container { display: none; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row > .video-iframe-container { display: none; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .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); }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container { border-width: 0; border-radius: 0; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#Zxm1WeX0QCDdAzRkJTW8m5rsvBDb5KqU { color:#403f3f;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.03515625rem;left:4.4375rem;height:1.8681625rem;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; }
#l2yC6IxDmozmSDdE0dmCxR6Wu77f1gss { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.5rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#403f3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.25rem;left:56.3125rem;display:none; }
#ST1tRGIPurTHcmnl7FFgJWgXLdwMEsvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1QIJldoCKMdR7v8LsSFSNaCHyUFoyZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.40625rem;left:0rem; }
#sfNJH6AKfUzU2zcxyKvT38Md1WpsMN5g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.3125rem;left:2.40625rem; }
#lwpymJXvLH7ns3Ut9ySm3DTurTbqEB0F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.25rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:57rem;display:block; }
#d2nTK46fOJvHtAepkLmzXypimw1DH8e2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D8MqezWgI1Vnv0kXNp3XpsC1vtq2UtZP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.125rem;left:57.875rem; }
@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) { #w33A1KwJLXdZXeaoC5IchtzXJSpHC5t2 { width:16.9375rem;height:8.25rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apmd61K0Wt2CG3doEUbmt3oxRUpTM26s { width:42.75rem;height:52rem;top:-4.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iutR7cfeShmfE4zuXtXwSF5xGUC8CHEn { width:43.1875rem;height:15.1875rem;top:14.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsVGEQxTzmFwVQusC8lRsZOy4UxBslO { width:11.25rem;height:5.3125rem;top:26.1875rem;left:10.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PydwVXX3WLbnXygHFthQB7TaJBfPDLiz { width:10rem;height:0.9375rem;top:36.5rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw15WTIemShNGTT0tWMhoAAKhn7obvts { width:17.9375rem;height:4.25rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxXTCKF1wTy8aWaob66f6yd3upgvG3OQ { display:block; }
 }@media only screen and (max-width: 763px) { #J2AcTJt3goPcqFzB1qWM9G99C5wwwGTB { width:1.6875rem;height:1.6875rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFHTdffivZGK1XphvwDeDX4pQ6NIu5uz { width:17.6875rem;height:17.6875rem;top:28.0625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnxUAD86T9aehMrUTBu52s7Pw3IOTBKz { width:7.625rem;height:7.625rem;top:8.25rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOsDmTHLg5UzPtlz8eKh6ohdFClygtn { width:9.75rem;height:9.75rem;top:23rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKyvsc3bzvSIMULe9nvP1L2O3DlhFsG { width:12.25rem;height:3.125rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycued2CfgtHL3VlSKIGPwEHmpIA9krBq { display:block; }
 }@media only screen and (max-width: 763px) { #TmMoqurJ55bzluuCqDy0cavJ1X9OrMsv { width:14.25rem;height:14.25rem;top:27.75rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGtoxyANFtTU8IuCHqVTVvFGTfzotTWS { width:10.625rem;height:2.0625rem;top:32.9375rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdyVJqdvUb2lsWwSc7BlU29unNWdnUWr { width:13.875rem;height:13.125rem;top:25.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9vWzgdTFMtaOxfFBZGkrG107IxGB9J { width:16.1875rem;height:0.125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC { display:block; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBeA7i9COg5UyL3w0FqEAzLeT1qMGvgg { width:12.5rem;height:1.6875rem;top:9rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQq1CmhOyiZ4QBtRHdoetKe2ANTWHuO { width:13.75rem;height:2.75rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uusg0v4peHADX0XGfJeymCsXCUfAuuDF { width:17.9375rem;height:2.75rem;top:11.8125rem;left:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrUgFaqdJseqVu62klG7G2t0tQ4XfBg1 { width:13.75rem;height:1.6875rem;top:9rem;left:22.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhxpm02wWs2Un9Xbo2vuONKI3W1tzVZ { width:6.25rem;height:6.25rem;top:2.5625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DXPz807K9xbFqaVmeyBbcguc11pkfs { width:6.25rem;height:6.25rem;top:2.5rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLAxGWTU7uA12MyVX36E16UJnmBaeKg { width:6.25rem;height:6.25rem;top:2.6875rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcymBZX5MJx6sq00UDwzckB5ZxOPW5ba { width:18rem;height:2.75rem;top:11.75rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJU6wai7Re9kB69HJ3fTz6JTDcoS6sto { width:12.5rem;height:1.6875rem;top:9rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDXQlb5wEnHPtgDoSNXCp73sHTx77P35 { width:41.0625rem;height:18.75rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAswNZPC1awt2stoxwLIEucX9zZ1Esw { width:6.25rem;height:6.25rem;top:2.4375rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOuMHiiOT0xe4DQqa2y2B8W4gobuq36 { width:13.5625rem;height:5.0625rem;top:9.5rem;left:34.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 { display:block; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltzDoQEAyMfoOJXXugZPn6wCpHqKt1ln { width:25.9375rem;height:;top:5.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9e4TySzkAde95oZQVzsa1XAruw6cxI5 { width:12.5625rem;height:1.75rem;top:17.875rem;left:19.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boODIzQwkdTDkBh7dgXpPDx17DgLlLyZ { width:17.375rem;height:8.75rem;top:21.0625rem;left:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6KrrmqWUkszThkpeyUNohHBRyvnLXL { width:3.5625rem;height:2.125rem;top:17.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QKsuWHUGDCm1QZVWC9h1EuIkKEZFv4 { width:15.5rem;height:5.8125rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgQG5nDSniOFzTuu2rXrRyf4bpusXsN { width:11.9375rem;height:1.75rem;top:17.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh11QonAOJneSxqB0NUXG51ctM2HZ29n { width:3.625rem;height:3.125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOJmHnDA17bCpKxpxbG6fSvEO3mWv6H { width:3.25rem;height:2.4375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypFsxl6UDRJulVxvDFTOJCr1RcHQZA5k { width:16.3125rem;height:8.75rem;top:35.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHuhT7gTZrZnQUDxtANn8Jp24hbZQO3z { width:14.625rem;height:1.75rem;top:32.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDzQ3zFygaTqp9aFLT4VErnqwXZxazEa { width:18.9375rem;height:33.9375rem;top:12.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswffzG5pSw8W7y57SpqvxTGlKec8DGZ { width:15.625rem;height:1.4375rem;top:10.375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTIKZyaCeMKIPAXcgEDR9Sw6HWVi3HC { width:18rem;height:3.4375rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsLoQq6sWEVgNPV97R0RwKpL9NhZ6Hm { display:block; }
 }@media only screen and (max-width: 763px) { #yCzU18h8T2AgpzpZtpByIxVnCMcI9Qa0 { width:1.6875rem;height:1.6875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7DtICvPtxpT7U61iTvNpsE3TmIZDl5z { width:15.8125rem;height:1.75rem;top:32.25rem;left:18.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTayvOI7ltx2huwWHp1uzdcK9ZaRnuSr { width:18.1875rem;height:4.375rem;top:35.4375rem;left:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq { display:block; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSXqarle23QKGwu9JVlxTyAssT55wdbD { width:20.8125rem;height:;top:5.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ByT3elGb5zDGn0MUkQWXIVkTya0vOO { width:23rem;height:11.375rem;top:5.75rem;left:24.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm13COTw7iTtXCOIzcsLvmDa6laKHXv0 { width:21.6875rem;height:27.3125rem;top:-4.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMUTJffwt4evLBixy2a1q35PV3CBdDf { display:block; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkuWvQGCveWOhFWHffilO6DDUzJAAmFD { width:37.5rem;height:5.375rem;top:7.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKwaSnLNXPOLSbSkUJxmsQTqiSClDJ4 { width:47.75rem;height:29.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctgrNOR2IHwED0dwUie0GxgqPaqMPquN { width:47.75rem;height:26.4375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pckHeWPGyicGNcFQtVwqoOOKPMlrHtCz { width:8.125rem;height:2.75rem;top:19.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZPrIBWNXCJms2f5qdwtFz1sxKpC1GZ { width:7.75rem;height:2.625rem;top:19.5rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ocT3ryA7PILhm0D154vGTipsez4gKe { width:7.25rem;height:7.25rem;top:17.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6gEBSRyuq6cT40CwG2hb4fkWU57pfDh { width:9.625rem;height:2.1875rem;top:19.6875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va4DrE96Pb1GsZyt7HCsziO20b2xqg89 { width:8.125rem;height:3.5625rem;top:25.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJu6xRu6UWvb712TQeRd1FEknmTKBPdT { width:6.75rem;height:3.25rem;top:25.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jld47JmlcMX005C6FfrxZsmxPtRc9Dym { width:4.625rem;height:4.125rem;top:24.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FLWxGLbo40oBT2I4ffV0TccrNt9N8L { width:4.625rem;height:4.9375rem;top:23.8125rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En5JFONlTfZTXqKnzVm68IcLsI4qvOcB { width:5.9375rem;height:2.8125rem;top:31.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB8xoTGRIqZaGTsNOObfyITTeuBCnR8I { width:8.8125rem;height:2.875rem;top:31.5rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGVm7gA2st5OE1GQl1L0uTffUKkIF96 { width:6.25rem;height:2.125rem;top:31.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQizZbbkeWJ37qmHUVab1BwktG0PMf83 { width:7.25rem;height:2.1875rem;top:31.625rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wudszt0SyUxWaM5QDItcfMyHJfPLL8v4 { width:19.9375rem;height:1.25rem;top:37.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWEBW2SygWbIdXXz9n0370305AURSivt { width:12.9375rem;height:3.4375rem;top:36.9375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTPksWmIGWtQH9zUevEHbzTtNGAwqmv { display:block; }
 }@media only screen and (max-width: 763px) { #loxUI3MSJJ0Tn4ZA0NPTATKkGIJaPHCK { width:1.6875rem;height:1.6875rem;top:37.75rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqT0v6MKGRNvkJG5mSBHHzXHT0TEbhsr { width:10.125rem;height:1.125rem;top:38.6875rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW62DoKclTTfNqkeO32hzTqSn6fGGbvI { display:block; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6srMNZnbp8onwaZNRsvykX5DMZuSDM { width:20.9375rem;height:6.6875rem;top:6.5rem;left:2.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5FOieOmtNBIi3UTvbfXcmsZ0vNxFaK { width:32.6875rem;height:9.75rem;top:15.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf0vN1OBJcMk8cUXI5fIxG6ztx1dtZUO { width:16.6875rem;height:4.6875rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ05v7fXmCE5o4TKnQCtJTCCgtuCSwLV { display:block; }
 }@media only screen and (max-width: 763px) { #TrvdHJKX9M6GtvR57dD169vshByFAfe2 { width:1.6875rem;height:1.6875rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7O4y3KgFR66cDCocNTGsrEClqgJf5Mw { width:7.875rem;height:3.25rem;top:31.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txEvltUEeIfAdOE0eZ6RCoed8RXFq1OP { width:7.9375rem;height:3.5625rem;top:34.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpJESfkTNWiFQpufvmKJBWMgz1lKMMRN { width:8.4375rem;height:3.25rem;top:31.25rem;left:4.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHQQhqJWUTR0TLUHFWoyhSkMqU6mZ7vk { width:8.5rem;height:3.5625rem;top:34.3125rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZoTvzmMXH3KXA22nPFvQpP6DEIPKhaB { width:10.75rem;height:3.25rem;top:31.25rem;left:13.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy6RubGaVeakyXOhTOcLA8C5mrnROIDL { width:10.625rem;height:3.5625rem;top:34.3125rem;left:13.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWct6shnSF3TnXBl3lToo9ani1uwdUF1 { width:8.1875rem;height:8.1875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGeOeMTxipCSQ3Z4PFDHUCisfaA3iX15 { width:9.625rem;height:1.125rem;top:27rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDvIDLPgXTJ9d4DAwT7IsA6ui7EMURo { width:21.3125rem;height:38.4375rem;top:7.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z { display:block; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSIb3H5ikuVNrobhaaqqBN9kMb1TIxGD { width:23.8125rem;height:6.3125rem;top:4.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJFnvaJevq5gWwlVD5g5CZWuOMonskIG { width:17.75rem;height:3.5625rem;top:13.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtRunMWHWTVD0bh53NxTtHM3wGPgp5qp { width:23.75rem;height:4.875rem;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrkirzxrzEiste6LzxOXtskAi64MNytE { width:22.25rem;height:3.5625rem;top:25.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCv9lO2frfxu4BtyVvVaJBnEvbzyLVad { width:25.625rem;height:3.25rem;top:30.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApkZTkILdFfK0lG7TgCypDBF5W1A6GhC { width:47.75rem;height:47.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDXzWsM8wZ9teDQx3XmzobleO2lHchCn { width:17.75rem;height:;top:4.125rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAXm8Hngx7sLiilfCgV3Z6V3mbV64sE { width:30.3125rem;height:4.875rem;top:6.6875rem;left:17.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVSzeIKFxybFOotGuO71Bh42JKtnu601 { width:22.5rem;height:1.8125rem;top:14.25rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKF0zkCLMtnWlTQu9UZxwnIrKNPu47zq { width:30.625rem;height:4.875rem;top:16.8125rem;left:17.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nACFIf4x1xwQt9uKQXQJbKG8hFfm4p { width:22.5rem;height:;top:24.375rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLo80TFXownnu96gilLhLw9R0OOMctab { width:31.875rem;height:4.875rem;top:26.9375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkbL23tfG44RxEizdg9ai32gzI8Nz6q { width:22.5rem;height:;top:34.75rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMdmBRotKEArppd5cQkidUzT0GPz5JXF { width:30.0625rem;height:6.5rem;top:37.3125rem;left:17.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P { display:block; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTEEf9sZXagBXifUSzSdAFqMiFNgA2Wr { width:47.75rem;height:3.875rem;top:5.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy { display:block; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeE5mHTP1A57WNG36tPT8q2HDDGAeW8s { width:24.4375rem;height:18.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPO7mUb7EfKabdIHLVfIhGDKLx9q0ytM { width:24.125rem;height:12.75rem;top:0.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtq9auPhveEw1lmqIeBi8UPIWcsoV4ZC { width:23.8125rem;height:16.75rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf { display:block; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQJW7exSsvV87wtaEXGRxM73vEPcUIsM { width:24.5625rem;height:14.875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f75TBOCTtmrpeOUPlc5QTUF7ChW9foyg { width:23.875rem;height:14.125rem;top:0.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F21ieT4xzbLIJ0sfO8ZmmMaFPDzilAvN { width:23.9375rem;height:11.0625rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA { display:block; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ii3T6DrG5lZOo8x7S9KW8OZOEJLbRzIK { width:22.5rem;height:2.1875rem;top:6.625rem;left:25.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpDVhZ3ry5QTG26KGSAzLr4M4lDyNTAf { width:30.0625rem;height:;top:10.25rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD3BTCcm7ERIGS6536LwrWoopxikTnWr { width:1.6875rem;height:2.5625rem;top:10.25rem;left:27.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmV3cFhmm2CNMDZxQWamPGy9xTTCJ3E { width:27.6875rem;height:4.875rem;top:17.375rem;left:20.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbJkwzTe0LeI6EHp4ZTiDGGRsJPW3vG0 { width:1.6875rem;height:2.5625rem;top:16.9375rem;left:27.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFgnyMinkAbm6fvq9GhXXA8GirT4Esyr { width:21.6875rem;height:22.8125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsHzDZ53A0UpdgZGvqdBr5o1LWa84cb { width:14.9375rem;height:11.0625rem;top:6.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJV3tVgKf18v0Es6qoSPkSEri229sRD9 { width:14.9375rem;height:11.0625rem;top:18.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7VG5bGob6On2fNcVKkwzk0plWUwVsH { width:30.0625rem;height:4.875rem;top:24.6875rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noJKTEJwJC4u2GzwffZNHQZ7FsulC0Tx { width:1.6875rem;height:2.5625rem;top:24.25rem;left:27.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks { display:block; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC9keKVhdXnAKBiJfvSBKPwNCzSryPWP { width:42.25rem;height:3.125rem;top:6.375rem;left:2.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufo3sVRkNex6gkXSpKW10oA8gICL7KiP { display:block; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jmc2aoQyGGwkgH8b9fklF1IM5dnJAqFA { width:14.6875rem;height:8.3125rem;top:12.25rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqMkTAckwHwDSi6SC0y0J4qh6dNA78Mg { width:16.1875rem;height:21.75rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4JeoKamFgEIilygevffTheyqFaVnvsX { width:13.25rem;height:4.375rem;top:6.0625rem;left:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBTAD1TgZaGkJZqxml2WHn3rhownEuQ { width:8.875rem;height:3.125rem;top:23.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx09lXH6Ril3aPSh2hBZPQnuibQkUzw9 { display:block; }
 }@media only screen and (max-width: 763px) { #k3ahDHbqhOWepr5STPp3TLK5EuadwE83 { width:0.0625rem;height:28.5625rem;top:2.75rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWpAc5dbA0b8TFxwQrzpcr5n5W0XXa8N { width:14.6875rem;height:8.25rem;top:14rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlCqDSOzagVkerZ26q1zbDGtugO5mZ2b { width:14.8125rem;height:6.5625rem;top:6.0625rem;left:32.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU1FONX0cJ4y05JZP6UTq3yFgpKeXe3H { width:8.875rem;height:3.125rem;top:23.5rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irg8TLZ0p2WflTWd5mse5yU4BrW2teyQ { display:block; }
 }@media only screen and (max-width: 763px) { #KxTXTSZA1dAJSRGPHIDpsr1JGtTdmMWc { width:16.1875rem;height:21.75rem;top:5.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqL37neygq5JwlFRnPLGqOGlBr15WQKK { width:13.25rem;height:1rem;top:5.0625rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtcXGHxpRhNPUmmrLP6KwW3EV7RVTAWC { width:13.25rem;height:1rem;top:5.0625rem;left:34.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt { display:block; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTz7Xclq5WixseBzSwSBeG8skuB5Qi5d { width:12.1875rem;height:6rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPklGEsP8Ste3xEROzTVUediOWcUNf0v { width:22.9375rem;height:;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOB9urvWCQAxqr9cRTKaNT6si3yLG7uA { width:18.3125rem;height:1.9375rem;top:5.1875rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE { width:19.4375rem;height:;top:8.4375rem;left:15.875rem;font-size:1.25rem;display:block; }#ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE li:before{ content: "\2003"; background-image: url("../img/icon_43dcf4304952ae9eb9ec5fea3b9c650e912163fd.svg"); }
 }@media only screen and (max-width: 763px) { #qPMWtGpINIpyWIADtIG1VnyZDTSwDLpR { width:17.9375rem;height:4.25rem;top:10.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltkdth1PyFPmeaNJUkqRwKDQoJ1ni1cU { display:block; }
 }@media only screen and (max-width: 763px) { #tu7JlQi280dwrzHWTVeNCFqwNiXlvBOT { width:1.6875rem;height:1.6875rem;top:11.5rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxRPfFVcgpOz3OB55BaBDQO8ND79mhc { width:1.6875rem;height:1.6875rem;top:19.4375rem;left:4.9375rem;display:block; }
#LOxRPfFVcgpOz3OB55BaBDQO8ND79mhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ksvwN09l6R723RTc2oElB3LGJUxBsMb0 { width:14.4375rem;height:3.625rem;top:5.1875rem;left:32.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap { width:10.375rem;height:1.625rem;top:16.4375rem;left:37.375rem;font-size:1.25rem;display:block; }#b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap li:before{ content: "\2003"; background-image: url("../img/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg"); }
 }@media only screen and (max-width: 763px) { #tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm { display:block; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxm1WeX0QCDdAzRkJTW8m5rsvBDb5KqU { width:28.8125rem;height:1.8125rem;top:2rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2yC6IxDmozmSDdE0dmCxR6Wu77f1gss { width:18.6875rem;height:3.4375rem;top:1.25rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST1tRGIPurTHcmnl7FFgJWgXLdwMEsvJ { display:block; }
 }@media only screen and (max-width: 763px) { #k1QIJldoCKMdR7v8LsSFSNaCHyUFoyZx { width:3.125rem;height:3.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfNJH6AKfUzU2zcxyKvT38Md1WpsMN5g { width:1rem;height:1rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwpymJXvLH7ns3Ut9ySm3DTurTbqEB0F { width:18rem;height:3.4375rem;top:1.25rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2nTK46fOJvHtAepkLmzXypimw1DH8e2 { display:block; }
 }@media only screen and (max-width: 763px) { #D8MqezWgI1Vnv0kXNp3XpsC1vtq2UtZP { width:1.6875rem;height:1.6875rem;top:2.125rem;left:44.25rem;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:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w33A1KwJLXdZXeaoC5IchtzXJSpHC5t2 { width:9.25rem;height:4.5rem;top:1.44921875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apmd61K0Wt2CG3doEUbmt3oxRUpTM26s { width:20rem;height:26.9375rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iutR7cfeShmfE4zuXtXwSF5xGUC8CHEn { width:20rem;height:6.410125rem;top:8.44921875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:.9;color:#646363;display:block; }
 }@media only screen and (max-width: 763px) { #vFsVGEQxTzmFwVQusC8lRsZOy4UxBslO { width:20rem;height:3.89941875rem;top:16.693359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PydwVXX3WLbnXygHFthQB7TaJBfPDLiz { width:7.125rem;height:0.8125rem;top:6.32421875rem;left:6.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zw15WTIemShNGTT0tWMhoAAKhn7obvts { width:16.6875rem;height:3.375rem;top:23rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxXTCKF1wTy8aWaob66f6yd3upgvG3OQ { display:block; }
 }@media only screen and (max-width: 763px) { #J2AcTJt3goPcqFzB1qWM9G99C5wwwGTB { display:flex;width:1.6875rem;height:1.6875rem;top:23.8125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #SFHTdffivZGK1XphvwDeDX4pQ6NIu5uz { width:8.1875rem;height:8.75rem;top:45.625rem;left:5.9781454248366rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnxUAD86T9aehMrUTBu52s7Pw3IOTBKz { width:3.6875rem;height:3.6875rem;top:44.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTOsDmTHLg5UzPtlz8eKh6ohdFClygtn { width:5.875rem;height:6.6875rem;top:39.8125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZKyvsc3bzvSIMULe9nvP1L2O3DlhFsG { width:9.625rem;height:2.5625rem;top:27.625rem;left:5.1875rem;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ycued2CfgtHL3VlSKIGPwEHmpIA9krBq { display:block; }
 }@media only screen and (max-width: 763px) { #TmMoqurJ55bzluuCqDy0cavJ1X9OrMsv { display:flex;width:5.6875rem;height:5.6875rem;top:45.25rem;left:7.5rem;z-index:15011;filter: drop-shadow(0rem 0rem 1.625rem rgba(var(--color-primary-1),1)); }
 }@media only screen and (max-width: 763px) { #uGtoxyANFtTU8IuCHqVTVvFGTfzotTWS { width:20rem;height:0.9746125rem;top:31.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PdyVJqdvUb2lsWwSc7BlU29unNWdnUWr { width:9.3125rem;height:5.0625rem;top:16rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT9vWzgdTFMtaOxfFBZGkrG107IxGB9J { width:0.125rem;height:1.25rem;top:14.8583984375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC { display:block; }#R6Mvq80w2C2h6mKA8ZqtEHOebs6xlrSC > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBeA7i9COg5UyL3w0FqEAzLeT1qMGvgg { width:8.8125rem;height:3.4121125rem;top:6.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtQq1CmhOyiZ4QBtRHdoetKe2ANTWHuO { width:7.125rem;height:3.41015625rem;top:10.0625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uusg0v4peHADX0XGfJeymCsXCUfAuuDF { width:7.75rem;height:4.546875rem;top:26.75rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrUgFaqdJseqVu62klG7G2t0tQ4XfBg1 { width:9.4375rem;height:3.4121125rem;top:22.4375rem;left:0.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhxpm02wWs2Un9Xbo2vuONKI3W1tzVZ { width:4.1875rem;height:4.1875rem;top:2rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DXPz807K9xbFqaVmeyBbcguc11pkfs { width:4.8125rem;height:4.8125rem;top:17.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLAxGWTU7uA12MyVX36E16UJnmBaeKg { width:4rem;height:4rem;top:2rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcymBZX5MJx6sq00UDwzckB5ZxOPW5ba { width:7.5rem;height:4.546875rem;top:10.0625rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJU6wai7Re9kB69HJ3fTz6JTDcoS6sto { width:7.375rem;height:3.4121125rem;top:6rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDXQlb5wEnHPtgDoSNXCp73sHTx77P35 { width:9.875rem;height:14.6875rem;top:17.1875rem;left:10.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAswNZPC1awt2stoxwLIEucX9zZ1Esw { width:4.125rem;height:4.125rem;top:18.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOuMHiiOT0xe4DQqa2y2B8W4gobuq36 { width:8.4375rem;height:5.84765625rem;top:22.4375rem;left:11.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 { display:block; }#Rr9ahNxMWFD815h75KTmqxGCL4wcnPr3 > .row .container { width:20rem;height:119.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltzDoQEAyMfoOJXXugZPn6wCpHqKt1ln { width:20rem;height:4rem;top:40.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9e4TySzkAde95oZQVzsa1XAruw6cxI5 { width:12.3125rem;height:1.7871125rem;top:64.75rem;left:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boODIzQwkdTDkBh7dgXpPDx17DgLlLyZ { width:13.75rem;height:11.6953125rem;top:68.375rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6KrrmqWUkszThkpeyUNohHBRyvnLXL { width:3.5625rem;height:2.125rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QKsuWHUGDCm1QZVWC9h1EuIkKEZFv4 { width:13.375rem;height:7.3095625rem;top:51.75rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgQG5nDSniOFzTuu2rXrRyf4bpusXsN { width:11.9375rem;height:1.7871125rem;top:47.875rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh11QonAOJneSxqB0NUXG51ctM2HZ29n { width:3.625rem;height:3.125rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOJmHnDA17bCpKxpxbG6fSvEO3mWv6H { width:3.25rem;height:2.4375rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypFsxl6UDRJulVxvDFTOJCr1RcHQZA5k { width:13.3125rem;height:11.6953125rem;top:86.5rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHuhT7gTZrZnQUDxtANn8Jp24hbZQO3z { width:14.75rem;height:1.7871125rem;top:83.125rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDzQ3zFygaTqp9aFLT4VErnqwXZxazEa { height:33.9375rem;width:18.9375rem;top:4.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswffzG5pSw8W7y57SpqvxTGlKec8DGZ { width:15.625rem;height:1.4619125rem;top:2.0625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHTIKZyaCeMKIPAXcgEDR9Sw6HWVi3HC { width:18rem;height:3.4375rem;top:111.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNsLoQq6sWEVgNPV97R0RwKpL9NhZ6Hm { display:block; }
 }@media only screen and (max-width: 763px) { #yCzU18h8T2AgpzpZtpByIxVnCMcI9Qa0 { display:flex;width:1.6875rem;height:1.6875rem;top:112.375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #x7DtICvPtxpT7U61iTvNpsE3TmIZDl5z { width:13.6875rem;height:1.54296875rem;top:101rem;left:3.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTayvOI7ltx2huwWHp1uzdcK9ZaRnuSr { width:19.125rem;height:4.38574375rem;top:104.0625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq { display:block; }#tTTQGoTKHB8rIG3aNiXW7cDTCblkQdPq > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSXqarle23QKGwu9JVlxTyAssT55wdbD { width:20rem;height:7.4238125rem;top:3.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ByT3elGb5zDGn0MUkQWXIVkTya0vOO { width:20rem;height:11.375rem;top:9.9716796875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm13COTw7iTtXCOIzcsLvmDa6laKHXv0 { width:13.9375rem;height:20.25rem;top:21.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMUTJffwt4evLBixy2a1q35PV3CBdDf { background-color:#ffffff;background-image:none;display:block; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container { background-color: transparent; background-image: none; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container > .video-iframe-container { display: none; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row > .video-iframe-container { display: none; }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .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); }#VVMUTJffwt4evLBixy2a1q35PV3CBdDf > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkuWvQGCveWOhFWHffilO6DDUzJAAmFD { width:20rem;height:5.84765625rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTKwaSnLNXPOLSbSkUJxmsQTqiSClDJ4 { width:20rem;height:15.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctgrNOR2IHwED0dwUie0GxgqPaqMPquN { width:20rem;height:28.5625rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pckHeWPGyicGNcFQtVwqoOOKPMlrHtCz { width:8.125rem;height:2.75rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZPrIBWNXCJms2f5qdwtFz1sxKpC1GZ { width:7.75rem;height:2.625rem;top:12.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ocT3ryA7PILhm0D154vGTipsez4gKe { width:7.25rem;height:7.25rem;top:14.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6gEBSRyuq6cT40CwG2hb4fkWU57pfDh { width:9.625rem;height:2.1875rem;top:16.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va4DrE96Pb1GsZyt7HCsziO20b2xqg89 { width:8.125rem;height:3.5625rem;top:21.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJu6xRu6UWvb712TQeRd1FEknmTKBPdT { width:6.75rem;height:3.25rem;top:21.5rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jld47JmlcMX005C6FfrxZsmxPtRc9Dym { width:4.625rem;height:4.125rem;top:27.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FLWxGLbo40oBT2I4ffV0TccrNt9N8L { width:4.625rem;height:4.9375rem;top:26.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #En5JFONlTfZTXqKnzVm68IcLsI4qvOcB { width:5.9375rem;height:2.8125rem;top:33.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB8xoTGRIqZaGTsNOObfyITTeuBCnR8I { width:8.8125rem;height:2.875rem;top:38.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGVm7gA2st5OE1GQl1L0uTffUKkIF96 { width:6.25rem;height:2.125rem;top:39rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQizZbbkeWJ37qmHUVab1BwktG0PMf83 { width:7.25rem;height:2.1875rem;top:33.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wudszt0SyUxWaM5QDItcfMyHJfPLL8v4 { width:19.9375rem;height:1.29980625rem;top:47.7490234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWEBW2SygWbIdXXz9n0370305AURSivt { width:12.9375rem;height:3.4375rem;top:50.2363296875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTPksWmIGWtQH9zUevEHbzTtNGAwqmv { display:block; }
 }@media only screen and (max-width: 763px) { #loxUI3MSJJ0Tn4ZA0NPTATKkGIJaPHCK { display:flex;width:1.6875rem;height:1.6875rem;top:51.111328125rem;left:4.46875rem; }
 }@media only screen and (max-width: 763px) { #XqT0v6MKGRNvkJG5mSBHHzXHT0TEbhsr { width:10.125rem;height:1.125rem;top:43.548828125rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VW62DoKclTTfNqkeO32hzTqSn6fGGbvI { display:block; }#VW62DoKclTTfNqkeO32hzTqSn6fGGbvI > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6srMNZnbp8onwaZNRsvykX5DMZuSDM { width:15.5rem;height:4.3994125rem;top:2.2265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5FOieOmtNBIi3UTvbfXcmsZ0vNxFaK { width:20rem;height:13.15725rem;top:8.5234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf0vN1OBJcMk8cUXI5fIxG6ztx1dtZUO { width:16.6875rem;height:3.375rem;top:40.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ05v7fXmCE5o4TKnQCtJTCCgtuCSwLV { display:block; }
 }@media only screen and (max-width: 763px) { #TrvdHJKX9M6GtvR57dD169vshByFAfe2 { display:flex;width:1.6875rem;height:1.6875rem;top:41.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #V7O4y3KgFR66cDCocNTGsrEClqgJf5Mw { width:6.6875rem;height:2.5996125rem;top:24.0625rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txEvltUEeIfAdOE0eZ6RCoed8RXFq1OP { width:7.9375rem;height:3.57421875rem;top:26.625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpJESfkTNWiFQpufvmKJBWMgz1lKMMRN { width:6.5625rem;height:2.5996125rem;top:24.0625rem;left:11.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHQQhqJWUTR0TLUHFWoyhSkMqU6mZ7vk { width:8.5rem;height:3.57421875rem;top:26.6875rem;left:10.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZoTvzmMXH3KXA22nPFvQpP6DEIPKhaB { width:10.75rem;height:2.5996125rem;top:32.5625rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oy6RubGaVeakyXOhTOcLA8C5mrnROIDL { width:10.625rem;height:3.57421875rem;top:35.1875rem;left:4.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWct6shnSF3TnXBl3lToo9ani1uwdUF1 { width:5.5625rem;height:5.5625rem;top:1.33203125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGeOeMTxipCSQ3Z4PFDHUCisfaA3iX15 { width:4.0625rem;height:0;top:19.3056640625rem;left:7.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ETDvIDLPgXTJ9d4DAwT7IsA6ui7EMURo { height:30.3125rem;width:16.6875rem;top:47.6875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z { display:block; }#uT1DCq9QWOuM2HkzEfALQZbQUfKdW28z > .row .container { width:20rem;height:90.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSIb3H5ikuVNrobhaaqqBN9kMb1TIxGD { width:17.25rem;height:4.3994125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJFnvaJevq5gWwlVD5g5CZWuOMonskIG { width:17.75rem;height:3.4375rem;top:9.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtRunMWHWTVD0bh53NxTtHM3wGPgp5qp { width:20rem;height:4.142575rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrkirzxrzEiste6LzxOXtskAi64MNytE { width:20rem;height:3.4375rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCv9lO2frfxu4BtyVvVaJBnEvbzyLVad { width:20rem;height:2.76171875rem;top:23.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApkZTkILdFfK0lG7TgCypDBF5W1A6GhC { width:20rem;height:57.3125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDXzWsM8wZ9teDQx3XmzobleO2lHchCn { width:16.8125rem;height:1.7871125rem;top:32.5625rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azAXm8Hngx7sLiilfCgV3Z6V3mbV64sE { width:19.125rem;height:5.5234375rem;top:35.125rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVSzeIKFxybFOotGuO71Bh42JKtnu601 { width:19.1875rem;height:3.57421875rem;top:43.3125rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKF0zkCLMtnWlTQu9UZxwnIrKNPu47zq { width:19.1875rem;height:5.5234375rem;top:47.75rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nACFIf4x1xwQt9uKQXQJbKG8hFfm4p { width:19.0625rem;height:3.57421875rem;top:57.8125rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLo80TFXownnu96gilLhLw9R0OOMctab { width:19rem;height:6.9043125rem;top:62.25rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkbL23tfG44RxEizdg9ai32gzI8Nz6q { width:19rem;height:1.7871125rem;top:73.8125rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMdmBRotKEArppd5cQkidUzT0GPz5JXF { width:18.4375rem;height:6.9043125rem;top:76.375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container { background-color: transparent; background-image: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container > .video-iframe-container { display: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row > .video-iframe-container { display: none; }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .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); }#bnlqKI468k6TCpmTskP7ByvZ4E1E1n4P > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTEEf9sZXagBXifUSzSdAFqMiFNgA2Wr { width:18.875rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#4c513b;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy { display:block; }#p8NcdoQb67BfNq4I9zrm2X4bCFKaBEPy > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeE5mHTP1A57WNG36tPT8q2HDDGAeW8s { width:19.4375rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPO7mUb7EfKabdIHLVfIhGDKLx9q0ytM { width:19.75rem;height:10.4375rem;top:16.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtq9auPhveEw1lmqIeBi8UPIWcsoV4ZC { width:19.4375rem;height:13.625rem;top:27.3056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf { display:block; }#XSngckVQFcr2wKFTeNCuSeJc1nz6KPOf > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQJW7exSsvV87wtaEXGRxM73vEPcUIsM { width:20rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f75TBOCTtmrpeOUPlc5QTUF7ChW9foyg { width:19.5625rem;height:11.5625rem;top:14.0478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F21ieT4xzbLIJ0sfO8ZmmMaFPDzilAvN { width:20rem;height:9.1875rem;top:26.8681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA { display:block; }#JabGmJ1IJio12cCPvB5BgFs5ZOVThQiA > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ii3T6DrG5lZOo8x7S9KW8OZOEJLbRzIK { width:20rem;height:1.7871125rem;top:4.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpDVhZ3ry5QTG26KGSAzLr4M4lDyNTAf { width:17.125rem;height:5.84765625rem;top:8.5rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD3BTCcm7ERIGS6536LwrWoopxikTnWr { width:1.6875rem;height:2.5996125rem;top:8.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmV3cFhmm2CNMDZxQWamPGy9xTTCJ3E { width:16.375rem;height:5.84765625rem;top:16.1875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbJkwzTe0LeI6EHp4ZTiDGGRsJPW3vG0 { width:1.6875rem;height:2.5996125rem;top:16.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFgnyMinkAbm6fvq9GhXXA8GirT4Esyr { width:20rem;height:13.6875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsHzDZ53A0UpdgZGvqdBr5o1LWa84cb { width:9.75rem;height:8rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJV3tVgKf18v0Es6qoSPkSEri229sRD9 { width:9.75rem;height:8rem;top:48.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7VG5bGob6On2fNcVKkwzk0plWUwVsH { width:17.0625rem;height:5.84765625rem;top:24.375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noJKTEJwJC4u2GzwffZNHQZ7FsulC0Tx { width:1.6875rem;height:2.5996125rem;top:24.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks { display:block; }#RTU3lUPEOZPbSNxQiZtBttGsKyqcsqks > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC9keKVhdXnAKBiJfvSBKPwNCzSryPWP { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufo3sVRkNex6gkXSpKW10oA8gICL7KiP { display:block; }#ufo3sVRkNex6gkXSpKW10oA8gICL7KiP > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jmc2aoQyGGwkgH8b9fklF1IM5dnJAqFA { width:10.9375rem;height:10.3984375rem;top:8.5rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqMkTAckwHwDSi6SC0y0J4qh6dNA78Mg { width:7.125rem;height:9.5625rem;top:2.84375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #d4JeoKamFgEIilygevffTheyqFaVnvsX { width:10.75rem;height:3.57421875rem;top:3.8125rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLBTAD1TgZaGkJZqxml2WHn3rhownEuQ { width:8.875rem;height:3.125rem;top:20.76171875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx09lXH6Ril3aPSh2hBZPQnuibQkUzw9 { display:block; }
 }@media only screen and (max-width: 763px) { #k3ahDHbqhOWepr5STPp3TLK5EuadwE83 { width:20rem;height:0.0625rem;top:28.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWpAc5dbA0b8TFxwQrzpcr5n5W0XXa8N { width:10.9375rem;height:10.3984375rem;top:37.2353515625rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlCqDSOzagVkerZ26q1zbDGtugO5mZ2b { width:12rem;height:5.361325rem;top:31.0625rem;left:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU1FONX0cJ4y05JZP6UTq3yFgpKeXe3H { width:8.875rem;height:3.125rem;top:48.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irg8TLZ0p2WflTWd5mse5yU4BrW2teyQ { display:block; }
 }@media only screen and (max-width: 763px) { #KxTXTSZA1dAJSRGPHIDpsr1JGtTdmMWc { width:7.125rem;height:11rem;top:30.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqL37neygq5JwlFRnPLGqOGlBr15WQKK { width:3.0625rem;height:1.03125rem;top:2.84375rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtcXGHxpRhNPUmmrLP6KwW3EV7RVTAWC { width:8.625rem;height:1.03125rem;top:30.09375rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt { display:block; }#vxeAeSrbciDWoUiomGcgxx7XyE0N9EPt > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTz7Xclq5WixseBzSwSBeG8skuB5Qi5d { width:9.5625rem;height:4.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPklGEsP8Ste3xEROzTVUediOWcUNf0v { width:20rem;height:7.3095625rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOB9urvWCQAxqr9cRTKaNT6si3yLG7uA { width:18.3125rem;height:2.03125rem;top:19.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE { width:19.4375rem;height:14.375rem;top:22.9375rem;left:0.25rem;font-size:1.25rem;display:block; }#ZSv5FbvFtFPngHGrUL4rwnwTuGggHxgE li:before{ content: "\2003"; background-image: url("../img/icon_43dcf4304952ae9eb9ec5fea3b9c650e912163fd.svg"); }
 }@media only screen and (max-width: 763px) { #qPMWtGpINIpyWIADtIG1VnyZDTSwDLpR { width:17.9375rem;height:4.25rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltkdth1PyFPmeaNJUkqRwKDQoJ1ni1cU { display:block; }
 }@media only screen and (max-width: 763px) { #tu7JlQi280dwrzHWTVeNCFqwNiXlvBOT { display:flex;width:1.6875rem;height:1.6875rem;top:44.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #LOxRPfFVcgpOz3OB55BaBDQO8ND79mhc { display:flex;width:1.6875rem;height:1.6875rem;top:15.80859375rem;left:13.40625rem; }
#LOxRPfFVcgpOz3OB55BaBDQO8ND79mhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ksvwN09l6R723RTc2oElB3LGJUxBsMb0 { width:19.75rem;height:1.875rem;top:39.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap { width:10.375rem;height:1.625rem;top:49.1875rem;left:0rem;font-size:1.25rem;display:block; }#b7IAUCu1AVwW7rOtReNN7ROgLeIEX5ap li:before{ content: "\2003"; background-image: url("../img/icon_f3245b042d8e1166cdf554a3d0faad013975f546.svg"); }
 }@media only screen and (max-width: 763px) { #tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #tLFi5c01Q56ILiC2diEzVFlCXD1dQZrR > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Oz577CmtCTM6Qkm45vdd8phG8UQVX4vm > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxm1WeX0QCDdAzRkJTW8m5rsvBDb5KqU { width:11.3125rem;height:2.25rem;top:1.099609375rem;left:3.75rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2yC6IxDmozmSDdE0dmCxR6Wu77f1gss { width:2.6875rem;height:2.6875rem;top:0.880859375rem;left:17.25rem;font-size:1.75rem;z-index:15014;font-family:"font awesome brands";border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ST1tRGIPurTHcmnl7FFgJWgXLdwMEsvJ { display:block; }
 }@media only screen and (max-width: 763px) { #k1QIJldoCKMdR7v8LsSFSNaCHyUFoyZx { display:flex;width:2.6875rem;height:2.6875rem;top:0.724609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sfNJH6AKfUzU2zcxyKvT38Md1WpsMN5g { display:flex;width:1rem;height:1rem;top:1.474609375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #lwpymJXvLH7ns3Ut9ySm3DTurTbqEB0F { width:18rem;height:3.4375rem;top:11.443359375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2nTK46fOJvHtAepkLmzXypimw1DH8e2 { display:block; }
 }@media only screen and (max-width: 763px) { #D8MqezWgI1Vnv0kXNp3XpsC1vtq2UtZP { display:flex;width:1.6875rem;height:1.6875rem;top:16.130859375rem;left:9.125rem;display:none; }
 }