.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#004e2f;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); }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC { background-color: transparent; background-image: none; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row .container > .video-iframe-container { display: none; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row > .video-iframe-container { display: none; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .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); }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC { border-width: 0; border-radius: 0; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#enEGwiydQBDPpKBokIDAC17AThd3mQAt { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:antonio;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:1.5rem;left:48.625rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkksxWH6JcHEWP6zJ15cwkPkmekwhWWW { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:antonio;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:1.5rem;left:54.4375rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuXnfyIJQTl1Bozp7u2SUNpRgLZyevCp { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:antonio;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:1.5rem;left:61.8125rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qv9HIXa58U23eUMBflKTUCfPOZHH9IOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.9375rem;left:69.75rem; }
#Qv9HIXa58U23eUMBflKTUCfPOZHH9IOU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#VMB4Fl0G2UyBCAGRRpV0fMD6LT07TwMy { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1rem;left:73rem; }
#VMB4Fl0G2UyBCAGRRpV0fMD6LT07TwMy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#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.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bJOJz1wCUCtapixsqvDD1kBQ9WkkT1M5 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#unTN0i4kqpT4s3blQQs27AyCb17QyZdA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.5rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#C6FkdZpQ1WhmBSEvLOMoV2MscLquCQqo { color:#fdb832;display:block;width:54.75rem;position:absolute;font-family:antonio;font-size:7.625rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:28.65625rem;left:0rem;height:15.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVP7bqX7VyW9c3WFKdTA3rZnsmVKOWxS { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.1875rem;left:0rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JFlIAUngxrU5vzy9m1JwK5zLAkRZXTkH { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.25rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pDwSue1OXptl6BnoJfegVCMdtEI9NKKa { 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:11.25rem;width:19.9375rem;display:none; }
#vdgKbnpWhX63i5Q2CxOqJzU8unzRJGKL { 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:11.25rem;width:20rem;display:none; }
#xOwh6B0cPIdBw5dxVhgxxgdthJalo4dk { color:#35f100;display:block;width:54.75rem;position:absolute;font-family:antonio;font-size:2.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:25.15625rem;left:0rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(90deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(90deg, #fdb832, #fd7e32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { background-color: transparent; background-image: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .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); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { border-width: 0; border-radius: 0; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#NOSflBTuRWFsVCFrO0sWxLpHqeTAIZH1 { box-sizing:content-box;height:6.9375rem;width:20.375rem;position:absolute;display:block;z-index:15003;background-color:#00995b;background-image:none;top:0rem;left:54.625rem;display:block; }
#hixPys54BBAubIiFtGlXLEPd0SlXXvv7 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:antonio;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:57.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IteXMqXruDQlryqiMHUZlrbGPfii0U4y { color:#004e2f;display:block;width:14.4375rem;position:absolute;font-family:antonio;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d { color:#000000;display:block;width:24.25rem;position:absolute;font-family:antonio;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nenRpnmQ7QtFM7bCQWLxvePp8Q8npVTE { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:4.125rem;left:58.84375rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container { background-color: transparent; background-image: none; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container > .video-iframe-container { display: none; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row > .video-iframe-container { display: none; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .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); }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container { border-width: 0; border-radius: 0; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#idOhZoQylTyvDeLTQFvUWBR3mp3DQBZ3 { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:13.1875rem;left:0rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCTqrTeDgf3I8KAD3lUphl5i5sSXNzIf { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.25rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xaRrK4dvXs3PdXgfSEDhQcr8P3J55wB9 { background-color:#00c74b;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.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:antonio;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.4375rem;left:0rem;display:block; }
#uUoil1E0vGG3tTffEyrNBnWM5xV4Gf9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnIy4utENWmkcZxMR2VDa8rOVlzkUm9D { box-sizing:content-box;height:45.3125rem;width:43rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c43a9ef-6380-453b-8998-3458d5c7b17f/staminageral60168a36b3d11403.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-2.59375rem;left:41.6875rem;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; }#ZnIy4utENWmkcZxMR2VDa8rOVlzkUm9D.adaptive-delivery-prevent-bg, #ZnIy4utENWmkcZxMR2VDa8rOVlzkUm9D.lazyload, #ZnIy4utENWmkcZxMR2VDa8rOVlzkUm9D.lazyloading { background-image: none; }
#Lg1xmsLZXchZghVWqEcB3zrcw8wcA49W { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#ceTXzpk4E7ucJ70FiNdIe7DnBUgWms9m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.6875rem;left:0.8125rem; }
#vBCykcA417OT2cTGGVRyMnGfpTOcb7ip { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:antonio;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.974609375rem;left:17.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA { position:relative;display:block; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA { background-color: transparent; background-image: none; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container > .video-iframe-container { display: none; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row > .video-iframe-container { display: none; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .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); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA { border-width: 0; border-radius: 0; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#AQgix5gJ8PK8fubinIIxGBpPOI2nAc6b { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.375rem;left:3rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vT1UKPsRBzkQC7pOGhkIspRyn54vWNCL { 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:5.6875rem;width:13rem;top:3.5rem;left:2.3125rem;overflow:hidden;display:block; }
#fTLskzTw44M4ld4mXUFkI33SHZSuNTTW { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:11.5rem;left:3rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g7Tik9L9i0MTaGU46mmn1vwLop583TMi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.875rem;top:13.75rem;left:2.3125rem;overflow:hidden;display:block; }
#NO7lNuB5ZT5itm6hdKHAkb9LqgrtrrIl { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.375rem;left:23.1875rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRTE3BSS128piReiMkCy5RHoQaDTyAka { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:27.1875rem;top:5.75rem;left:21.9970703125rem;overflow:hidden;display:block; }
#qtnt6JhDcnaWo6pCGkIBh76uHULSJzSZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:21.5rem;top:5.28125rem;left:49.1845703125rem;overflow:hidden;display:block; }
#Bl6eDriAqwPM750Hh8rTsb27bE254Xwe { box-sizing:content-box;height:16.375rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:#acacac;background-image:none;top:2.125rem;left:18.625rem;display:block; }
#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { position:relative;display:block; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { background-color: transparent; background-image: none; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container > .video-iframe-container { display: none; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row > .video-iframe-container { display: none; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .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); }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { border-width: 0; border-radius: 0; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WJnqoeXnTLyApani4xQ97whaVykwoBaa { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.53125rem;left:21.3125rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004e2f;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; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container { background-color: transparent; background-image: none; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container > .video-iframe-container { display: none; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row > .video-iframe-container { display: none; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .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); }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container { border-width: 0; border-radius: 0; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1af34d95-a295-45a0-9925-d8665ed4f8d5/img5036168a35a50ab913.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;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; }#QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw.adaptive-delivery-prevent-bg, #QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw.lazyload, #QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw.lazyloading { background-image: none; }
#QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#Ctmo9g5ilsGJVsfBMG1OwBADGsOLoasv { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.75rem;left:1.25rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acf38e52-2ced-47f5-8ff6-6420ac5e9090/img17511168a35b0db5824.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO.adaptive-delivery-prevent-bg, #A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO.lazyload, #A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO.lazyloading { background-image: none; }
#A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#h5SlmZQ3TBwaD29OKb29qftIqwSOQdPG { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:19.75rem;left:20.625rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3 { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d3270cb7-8910-46d9-86cb-4435126a360f/fazendinha68a35bd234166.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3.adaptive-delivery-prevent-bg, #PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3.lazyload, #PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3.lazyloading { background-image: none; }
#PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#p2MyNDwrx0t51tMfXX1f4TTZh26H4P3N { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:19.75rem;left:39.625rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaF6clXCPr6gggA9sZCplC0043flNDmK { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea076ea5-807f-46c5-a6b9-f916b2d398c5/img1704268a35d1145922.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:57.5rem;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; }#yaF6clXCPr6gggA9sZCplC0043flNDmK.adaptive-delivery-prevent-bg, #yaF6clXCPr6gggA9sZCplC0043flNDmK.lazyload, #yaF6clXCPr6gggA9sZCplC0043flNDmK.lazyloading { background-image: none; }
#yaF6clXCPr6gggA9sZCplC0043flNDmK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#yaF6clXCPr6gggA9sZCplC0043flNDmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#QyeCq5B1ib5FG1FdS6JiK5i5vgg9Mok9 { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:19.75rem;left:58.75rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004e2f;background-image:url("https://images.assets-landingi.com/uc/6ada285f-7fee-4b25-be94-20dc2e6b7570/staminageral5811689e38982f69c.webp");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w.adaptive-delivery-prevent-bg, #HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w.lazyload, #HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w.lazyloading { background-image: none; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container { background-color: transparent; background-image: none; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container > .video-iframe-container { display: none; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row > .video-iframe-container { display: none; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .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); }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container { border-width: 0; border-radius: 0; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9611231f-cadd-4bab-8d2f-530dd4028868/download20250822T135312779.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;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; }#CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt.adaptive-delivery-prevent-bg, #CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt.lazyload, #CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt.lazyloading { background-image: none; }
#CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#mcRpZwlaxfvDFKyRLgdeow3o6q0MrN5v { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.75rem;left:1.25rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d3c3fe5-90b3-418f-90d7-f0d6a88c8089/download20250818T145539761.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m.adaptive-delivery-prevent-bg, #JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m.lazyload, #JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m.lazyloading { background-image: none; }
#JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#hobwy7Sq9IOXB5CcoTx3t798dVNZORrf { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:19.75rem;left:20.625rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw { box-sizing:content-box;height:25rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd9315d5-9b4f-420e-ad17-ee15528df914/download20250818T150052093.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:38.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw.adaptive-delivery-prevent-bg, #cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw.lazyload, #cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw.lazyloading { background-image: none; }
#cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#mD5P2kD7qwx82NHeQgALUio2kF55r0O9 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:19.75rem;left:39.625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9LhEPbThcTgbvJJM2bea8T9SGOTen0s { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:17.8623046875rem;left:59.4375rem;height:7.19925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00663e;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; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container { background-color: transparent; background-image: none; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container > .video-iframe-container { display: none; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row > .video-iframe-container { display: none; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .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); }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container { border-width: 0; border-radius: 0; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#xdzeHy4EUSCS36WT4w03Z9Isuueufwbp { 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:1.9375rem;width:10.3125rem;top:8.09375rem;left:22.5625rem;overflow:hidden;display:block; }
#i0N9iuAsERrsOpaVtKLum4wAdPHmII5p { 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:1.9375rem;width:6.9375rem;top:7.84375rem;left:37.1875rem;overflow:hidden;display:block; }
#XQMThzIBUU1lVvTphDOo4Q5KpEOupJcB { 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:1.875rem;width:10.1875rem;top:7.8125rem;left:47.75rem;overflow:hidden;display:block; }
#kGFvqW3BeDg4qfLUppC6pG7T2CJQdua7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:13.8125rem;top:8.25rem;left:61.1875rem;overflow:hidden;display:block; }
#y4EvzfXemJixyayP7LWPqNyTUqANcZMe { color:rgba(255,255,255,0.27);display:block;width:18.125rem;position:absolute;font-family:antonio;font-size:3.625rem;font-weight:300;z-index:15008;line-height:.9;letter-spacing:0;top:6.58203125rem;left:0rem;height:3.26171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVDZr4LsPcigv8UeOQdlriquZQEHyTBp { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.5498046875rem;left:22.5625rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(90deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(90deg, #fdb832, #fd7e32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container { background-color: transparent; background-image: none; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container > .video-iframe-container { display: none; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row > .video-iframe-container { display: none; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .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); }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container { border-width: 0; border-radius: 0; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#JSgA7STtgEq0mhORNdEHwGtTZViukXA7 { position:absolute;display:block;z-index:15000;height:18.75rem;width:75rem;top:11.625rem;left:0rem;display:block; }
#zAwXRMO2OGLlKrJvgXTcrMlhLKrK2Gsa { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.34375rem;left:17.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PysTwlGNCthgc6sKoOzumz6SPDouZqgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(90deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(90deg, #fdb832, #fd7e32);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container { background-color: transparent; background-image: none; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container > .video-iframe-container { display: none; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row > .video-iframe-container { display: none; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .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); }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container { border-width: 0; border-radius: 0; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#Ct870qTTVHPcBDceavTbSWEp4828gAET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.125rem;left:10.8125rem; }
#qTRV5AA3Zu2EUPQ4iktzEPTshUmDTNWv { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.625rem;left:4.875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhbPIlmhTL7z1gUtuFDIgFCiKQf60WIi { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:7.625rem;left:29.875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdKnt9Rxfo7MxH8QswuSrzOOhXNeHmIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:35.8125rem; }
#LznEbv2biLX07SZGo5WvfOJHKmp7aci8 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:7.625rem;left:55.9375rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNtweMG8gnnARyK6bQezMkxL8P7If2s3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.125rem;left:60.8125rem; }
#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT { position:relative;display:none; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT { border-width: 0; border-radius: 0; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00593d;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; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container { background-color: transparent; background-image: none; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container > .video-iframe-container { display: none; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row > .video-iframe-container { display: none; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .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); }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container { border-width: 0; border-radius: 0; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#INKd4JtcRTMU6I8E8I0BM80TFsd3i5BF { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.375rem;left:17.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSAaVkvJFuL06P1yd5sof8TOFmVhqdpK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:23.375rem;top:13.34375rem;left:0rem;overflow:hidden;display:block; }
#IzAcUQhk5Agl0PnGggBThrpbRiTaaMOq { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.75rem;left:1.96875rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeN9EvRXG3rTR9AVy5niSG5g23fBMoV5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:23.375rem;top:13.4375rem;left:25.8125rem;overflow:hidden;display:block; }
#QMk8dxFyQ9uMnM8rGDQ5cEs28K16VAzP { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.8125rem;left:27.8125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLoykaCLiTJ1wlEBAxFFUa1icokq7xaR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:23.375rem;top:13.4375rem;left:51.625rem;overflow:hidden;display:block; }
#NuV4lt0UTOdR4e0ueiAiFgzz8VfgVQrU { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.8125rem;left:53.625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(131deg, #d55103, #311502);background-image: -moz-linear-gradient(131deg, #d55103, #311502);background-image: -ms-linear-gradient(131deg, #d55103, #311502);background-image: -o-linear-gradient(131deg, #d55103, #311502);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55103', endColorstr='#311502' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55103', endColorstr='#311502' );";background-image: linear-gradient(131deg, #d55103, #311502);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container { background-color: transparent; background-image: none; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container > .video-iframe-container { display: none; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row > .video-iframe-container { display: none; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .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); }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container { border-width: 0; border-radius: 0; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#xHRTXnOl03dOEnA48wdRGShqL1vo9Tan { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiTokFCUCrJFN0gc8oTXSK7enm8Nt5MH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:21.125rem;width:38.375rem;top:9.5625rem;left:21.3125rem;overflow:hidden;display:block; }
#XlZVAiX8LyeNL16BFnDW4RF6xcSTJDOq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:19.3125rem;width:46.125rem;top:22.4375rem;left:37.709595959596rem;overflow:hidden;display:block; }
#HCeaUvcytwAOqx9f1AZNuPOJmwEwNTgK { color:#ffffff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:9.5625rem;left:0rem;height:41.39554375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xEGHG9TKnbgxCsGVTB98xXBtSWmWgNlq { color:#ffffff;display:block;width:25rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:5.48046875rem;left:25.75rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004e2f;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; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { background-color: transparent; background-image: none; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container > .video-iframe-container { display: none; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row > .video-iframe-container { display: none; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .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); }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { border-width: 0; border-radius: 0; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#vSlzUrAw2QGNZDvIx45RJsuCdy9zTH6q { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.75rem;left:30.875rem;height:12.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFadrRZbWVt4wR5OsTkV3fkUSth6eDIU { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:21.443359375rem;left:30.875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A424ElnFDo3APLHaT7x4BVykNCQnqIBs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:27.625rem;top:5.28125rem;left:-1.125rem;overflow:hidden;display:block; }
#rDRTtpTPlHtJD0gyohD3wZOTygUwrtZT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.5625rem;top:28.5rem;left:51.125rem;overflow:hidden;display:block; }
#skXuEFWs8CvTDDMbsfLRFdGTT9G7FFnr { position:absolute;display:block;z-index:15007;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:3rem;width:14.75rem;top:28.4375rem;left:30.875rem;overflow:hidden;display:block; }
#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ { position:relative;display:block; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ { background-color: transparent; background-image: none; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container > .video-iframe-container { display: none; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row > .video-iframe-container { display: none; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .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); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ { border-width: 0; border-radius: 0; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fd7e32, #fdb832);background-image: -moz-linear-gradient(90deg, #fd7e32, #fdb832);background-image: -ms-linear-gradient(90deg, #fd7e32, #fdb832);background-image: -o-linear-gradient(90deg, #fd7e32, #fdb832);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e32', endColorstr='#fdb832' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e32', endColorstr='#fdb832' );";background-image: linear-gradient(90deg, #fd7e32, #fdb832);background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zhbOcSfVlmHiDa53Z0cS8gcEv30LmoR7 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.40625rem;left:2.125rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTshe5RlLrpPffctCH3UlKR88JwlzFWR { background-color:#00c74b;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.25rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:antonio;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:53.25rem;display:block; }
#Lt84CTS8OkQTSCf8CHgH1tDuOGb5576v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKDiJd7ZnoSmzcszSmFEHCkU3T28Fwz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.25rem;left:54.1875rem; }
#mKnTuIZMxHcwKeffIGwHbUCRMsBXxOh4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.96875rem;left:70.90625rem; }
#mKnTuIZMxHcwKeffIGwHbUCRMsBXxOh4 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004e2f;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; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container { background-color: transparent; background-image: none; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container > .video-iframe-container { display: none; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row > .video-iframe-container { display: none; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .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); }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container { border-width: 0; border-radius: 0; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#b64HpLhfNxM9Dl2ABc15UE4pTRAW8SBt { position:absolute;display:block;z-index:15000;height:25.375rem;width:75rem;top:15rem;left:0rem;display:block; }
#ar532SRiN53pA3q4TmzDOfZUwmwwbFCf { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.46875rem;left:17.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGpxDDEJnIieAMgJWRyVmsne35FQI40v { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:42.4375rem;left:19.625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axLascdPBRzwLb8TgWq9x3FBVDVtJ9E8 { position:absolute;display:block;z-index:15000;height:25.375rem;width:75rem;top:12.5rem;left:0rem;display:none; }
#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 { position:relative;display:none; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 { border-width: 0; border-radius: 0; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9ecf1;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; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container { background-color: transparent; background-image: none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container > .video-iframe-container { display: none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row > .video-iframe-container { display: none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .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); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container { border-width: 0; border-radius: 0; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container { font-size:0.875rem;font-family:arial;height:145.25rem;width:75rem;position:relative;display:block; }#Nwa5H7u2NqfUIoFMk2VMq9A3wAFKk7AT { color:#004e2f;display:block;width:73.4375rem;position:absolute;font-family:antonio;font-size:5.75rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:8.6875rem;left:0rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0uHOm90OkcH5IZeppB2Jm2AQ6S1raTI { position:absolute;display:block;z-index:15007;height:50.5rem;width:28.4375rem;top:17.375rem;left:38.9375rem;display:block; }
#ctO1g0UiTeN8ptvq33gstDxhLfPmRFV6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.0625rem;width:35.75rem;top:17.375rem;left:0rem;display:block; }
#FEd7M3u5I279EPQzeuCtbHFDchBlyDiT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.0625rem;width:35.75rem;top:40.0625rem;left:0rem;display:block; }
#B0fhtqGL87S6kIqmPQtw8oFEWvkvTREk { position:absolute;display:block;z-index:15008;height:28.8125rem;width:22.4375rem;top:62.875rem;left:0rem;display:block; }
#peZQNRXdleqOP0DDn8iUmkbxqOd7dr6X { 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:1.375rem;width:12rem;top:136.4375rem;left:44rem;overflow:hidden;display:block; }
#wpiNMadRoSDUNRmkrfa1N4xHLWVknfL0 { 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.375rem;width:9.125rem;top:127.03125rem;left:64.375rem;overflow:hidden;display:block; }
#Mn5lJegzhm3vL0oxkVNFobRT1hTrv8Ou { 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:2.875rem;width:6.125rem;top:135.375rem;left:34.0625rem;overflow:hidden;display:block; }
#TilCKd95zunhztSaWRLAPd1MfXWbCWwR { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:123.375rem;left:0rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#myO7fybKUKSKt7gpi09drz8b9ZI1FyZn { 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:1.875rem;width:9.25rem;top:135.9375rem;left:10.625rem;overflow:hidden;display:block; }
#TnGly024TTizDUcvpS4hirJJULQAGy4Z { 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:2.0625rem;width:5.75rem;top:135.6875rem;left:24rem;overflow:hidden;display:block; }
#JVJNOsa5gG07runaSac5zaIVIVN6qZ9C { 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:2.1875rem;width:6.0625rem;top:135.875rem;left:68.9375rem;overflow:hidden;display:block; }
#T5zKKIZw9c3g51FkTnxVx25S2nQThzFH { 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:1.6875rem;width:8.1875rem;top:127.375rem;left:23.625rem;overflow:hidden;display:block; }
#FgMGz1XSZ2wWDyFpbOoDR0UQRTw1dEAy { 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:1.375rem;width:6.5rem;top:136.5625rem;left:0rem;overflow:hidden;display:block; }
#y6TIsVvyJ7tHkCTJ5nSE7fAIiGScg3xN { 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:1.5625rem;width:4.625rem;top:136.0625rem;left:60.4375rem;overflow:hidden;display:block; }
#aaPvsi97U5XMw1klIM9Q4f4QVKZRVJw2 { 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:2.1875rem;width:6.25rem;top:127.1875rem;left:0.375rem;overflow:hidden;display:block; }
#OJWxIx52RpztOkUWpCFhmQya1nG43a80 { 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:1.3125rem;width:6.0625rem;top:127.5625rem;left:12.125rem;overflow:hidden;display:block; }
#IfOLhXykzelwF1kPFcVVOQPVWEsMmHaU { 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:1.5625rem;width:6rem;top:127.25rem;left:37.5625rem;overflow:hidden;display:block; }
#lkov9wIK4oWKOyZzUVhAEKvCDkpJhiPJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.3125rem;width:39.875rem;top:70.6875rem;left:27.443769592476rem;display:block; }
#hyN6h5htzJzK8QENv8H85NBApnVRFa6c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.0625rem;width:35.75rem;top:95.9375rem;left:0rem;display:block; }
#DZUQ9EbMd7b9wQ54qhSWKFPzmz5TwtDv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.0625rem;width:35.75rem;top:95.9375rem;left:37.75rem;display:block; }
#fcUHGGOkNlk8bG4hhXUEvQUkknoPTTr0 { 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:3.6875rem;width:11.625rem;top:126.375rem;left:48rem;overflow:hidden;display:block; }
#sxvdVltrQa6Na53IQDhqtG1NK2BazrOT { color:#003dff;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:93rem;left:27.1875rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uk9nshBPCM3z5d0v7f9Li6D9RJs6guVy { color:#003dff;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:116rem;left:37.75rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKABlyX5pJsS2RzKdTBrRknMaRTvzdfX { color:#003dff;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:116rem;left:0rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl { position:relative;display:none; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl { border-width: 0; border-radius: 0; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070202;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; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { background-color: transparent; background-image: none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container > .video-iframe-container { display: none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row > .video-iframe-container { display: none; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .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); }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { border-width: 0; border-radius: 0; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#sQUAQmuiB9I6Oma1sM2CT1aGTTrKcQHZ { 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:10.125rem;width:10.125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.5rem;left:68.625rem; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#I6wpu4P2eG55TPMwr2eEFcnV8VELHhrV { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.828125rem;left:14.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3BFSksfp1mFKBqCav9BwafQOXamVphg { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.59375rem;left:14.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cR2gvN0mTIzTSS4LcLufACrCv1OUQ0a5 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:antonio;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.796875rem;left:42.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.5rem;left:72.375rem; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#dFX6pFWuxNy6omSd6SIbvXpzrvNWGQ1U { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:antonio;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.958984375rem;left:45.0625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container { background-color: transparent; background-image: none; }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container > .video-iframe-container { display: none; }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row > .video-iframe-container { display: none; }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .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); }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container { border-width: 0; border-radius: 0; }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { background-color: transparent; background-image: none; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container > .video-iframe-container { display: none; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row > .video-iframe-container { display: none; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .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); }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { border-width: 0; border-radius: 0; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#grkVpkBxnJPM9u98Rz4srZ4l6TRSgJWL { background-color:#510c08;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:64.4375rem;display:block; }
#TfVtQgo6DLgirw5X5edzPaWpRurqBoXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieb1DZGQmAsACRqqbAhTHUDDLfXFL8ki { box-sizing:content-box;color:#510c08;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#C7aVLhB484U4lOvJOQa2BJPIMZfyIg2V { box-sizing:content-box;color:#0d2a51;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0rem;left:71.1875rem;display:block; }
#GB7ATqW4mm2Z0pWIWWhLUbe9WvtOx02F { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#CEEB4EwZuorp4ZHHAtt14uT6hGElQ4OQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcpUg4iTffOsrdO6Oz8lEJFAA8G8aI2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.8125rem;left:71.9375rem; }
#Fuo1Jf2fvlfGLRoO2VsmSnGfO8UTIaJo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#tPAGGH3mlhKnTadNM9TgUVu1Mi5VLcT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC { display:block; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enEGwiydQBDPpKBokIDAC17AThd3mQAt { width:3.8125rem;height:1.0625rem;top:1.5rem;left:35rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkksxWH6JcHEWP6zJ15cwkPkmekwhWWW { width:7.375rem;height:1.0625rem;top:1.5rem;left:40.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuXnfyIJQTl1Bozp7u2SUNpRgLZyevCp { width:7.375rem;height:1.0625rem;top:1.5rem;left:40.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv9HIXa58U23eUMBflKTUCfPOZHH9IOU { width:2.125rem;height:2.125rem;top:0.9375rem;left:45.625rem;display:block; }
#Qv9HIXa58U23eUMBflKTUCfPOZHH9IOU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #VMB4Fl0G2UyBCAGRRpV0fMD6LT07TwMy { width:2rem;height:2rem;top:1rem;left:45.75rem;display:block; }
#VMB4Fl0G2UyBCAGRRpV0fMD6LT07TwMy > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@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) { #bJOJz1wCUCtapixsqvDD1kBQ9WkkT1M5 { width:18.5rem;height:18.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTN0i4kqpT4s3blQQs27AyCb17QyZdA { width:18.5rem;height:18.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FkdZpQ1WhmBSEvLOMoV2MscLquCQqo { width:47.75rem;height:15.25rem;top:28.625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVP7bqX7VyW9c3WFKdTA3rZnsmVKOWxS { width:20rem;height:1.6875rem;top:19.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFlIAUngxrU5vzy9m1JwK5zLAkRZXTkH { width:6.625rem;height:1.25rem;top:9.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDwSue1OXptl6BnoJfegVCMdtEI9NKKa { width:19.9375rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdgKbnpWhX63i5Q2CxOqJzU8unzRJGKL { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOwh6B0cPIdBw5dxVhgxxgdthJalo4dk { width:47.75rem;height:2.875rem;top:25.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { display:block; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOSflBTuRWFsVCFrO0sWxLpHqeTAIZH1 { width:20.375rem;height:6.9375rem;top:0rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixPys54BBAubIiFtGlXLEPd0SlXXvv7 { width:14.4375rem;height:2.4375rem;top:1.9375rem;left:33.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IteXMqXruDQlryqiMHUZlrbGPfii0U4y { width:14.4375rem;height:2.4375rem;top:1.9375rem;left:16.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d { width:24.25rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nenRpnmQ7QtFM7bCQWLxvePp8Q8npVTE { width:11.9375rem;height:1.1875rem;top:4.125rem;left:35.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQtZHC68DXhXcwIi10XK3cEeilrS1VdR { display:block; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idOhZoQylTyvDeLTQFvUWBR3mp3DQBZ3 { width:32.375rem;height:8.25rem;top:13.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTqrTeDgf3I8KAD3lUphl5i5sSXNzIf { width:35.75rem;height:5.375rem;top:23.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaRrK4dvXs3PdXgfSEDhQcr8P3J55wB9 { width:15.625rem;height:4.375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUoil1E0vGG3tTffEyrNBnWM5xV4Gf9O { display:block; }
 }@media only screen and (max-width: 763px) { #ZnIy4utENWmkcZxMR2VDa8rOVlzkUm9D { width:43rem;height:45.3125rem;top:-2.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1xmsLZXchZghVWqEcB3zrcw8wcA49W { width:11.5625rem;height:2.9375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTXzpk4E7ucJ70FiNdIe7DnBUgWms9m { width:1.9375rem;height:1.9375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBCykcA417OT2cTGGVRyMnGfpTOcb7ip { width:24.25rem;height:1.25rem;top:33.9375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA { display:block; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQgix5gJ8PK8fubinIIxGBpPOI2nAc6b { width:14.3125rem;height:1.75rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1UKPsRBzkQC7pOGhkIspRyn54vWNCL { width:13rem;height:5.6875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLskzTw44M4ld4mXUFkI33SHZSuNTTW { width:15.625rem;height:1.75rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tik9L9i0MTaGU46mmn1vwLop583TMi { width:11.875rem;height:2.9375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO7lNuB5ZT5itm6hdKHAkb9LqgrtrrIl { width:14.3125rem;height:1.6875rem;top:2.375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTE3BSS128piReiMkCy5RHoQaDTyAka { width:27.1875rem;height:11.5rem;top:5.75rem;left:8.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnt6JhDcnaWo6pCGkIBh76uHULSJzSZ { width:21.5rem;height:11.25rem;top:5.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl6eDriAqwPM750Hh8rTsb27bE254Xwe { width:0.0625rem;height:16.375rem;top:2.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { display:block; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJnqoeXnTLyApani4xQ97whaVykwoBaa { width:32.375rem;height:3.0625rem;top:8.5rem;left:7.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD { display:block; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw { width:17.5rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctmo9g5ilsGJVsfBMG1OwBADGsOLoasv { width:14.1875rem;height:3.4375rem;top:19.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO { width:17.5rem;height:25rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5SlmZQ3TBwaD29OKb29qftIqwSOQdPG { width:14.1875rem;height:3.4375rem;top:19.75rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3 { width:17.5rem;height:25rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2MyNDwrx0t51tMfXX1f4TTZh26H4P3N { width:12.8125rem;height:3.4375rem;top:19.75rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaF6clXCPr6gggA9sZCplC0043flNDmK { width:17.5rem;height:25rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyeCq5B1ib5FG1FdS6JiK5i5vgg9Mok9 { width:13.6875rem;height:3.4375rem;top:19.75rem;left:34.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w { display:block; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt { width:17.5rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcRpZwlaxfvDFKyRLgdeow3o6q0MrN5v { width:14.1875rem;height:3.4375rem;top:19.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m { width:17.5rem;height:25rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hobwy7Sq9IOXB5CcoTx3t798dVNZORrf { width:11.6875rem;height:3.4375rem;top:19.75rem;left:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw { width:17.5rem;height:25rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD5P2kD7qwx82NHeQgALUio2kF55r0O9 { width:10.625rem;height:1.6875rem;top:19.75rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LhEPbThcTgbvJJM2bea8T9SGOTen0s { width:15.5625rem;height:7.1875rem;top:17.8125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo { display:block; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdzeHy4EUSCS36WT4w03Z9Isuueufwbp { width:10.3125rem;height:1.9375rem;top:8.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0N9iuAsERrsOpaVtKLum4wAdPHmII5p { width:6.9375rem;height:1.9375rem;top:7.8125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQMThzIBUU1lVvTphDOo4Q5KpEOupJcB { width:10.1875rem;height:1.875rem;top:7.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFvqW3BeDg4qfLUppC6pG7T2CJQdua7 { width:13.8125rem;height:1.625rem;top:8.25rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EvzfXemJixyayP7LWPqNyTUqANcZMe { width:18.125rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVDZr4LsPcigv8UeOQdlriquZQEHyTBp { width:44.6875rem;height:1.0625rem;top:5.5rem;left:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI { display:block; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSgA7STtgEq0mhORNdEHwGtTZViukXA7 { width:47.75rem;height:18.75rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwXRMO2OGLlKrJvgXTcrMlhLKrK2Gsa { width:39.25rem;height:3.0625rem;top:6.3125rem;left:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PysTwlGNCthgc6sKoOzumz6SPDouZqgy { display:block; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct870qTTVHPcBDceavTbSWEp4828gAET { width:4.5rem;height:4.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRV5AA3Zu2EUPQ4iktzEPTshUmDTNWv { width:16.4375rem;height:6.1875rem;top:7.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbPIlmhTL7z1gUtuFDIgFCiKQf60WIi { width:16.4375rem;height:6.1875rem;top:7.625rem;left:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdKnt9Rxfo7MxH8QswuSrzOOhXNeHmIC { width:4.5rem;height:4.5rem;top:3.125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznEbv2biLX07SZGo5WvfOJHKmp7aci8 { width:14.1875rem;height:6.1875rem;top:7.625rem;left:33.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNtweMG8gnnARyK6bQezMkxL8P7If2s3 { width:4.5rem;height:4.5rem;top:3.125rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT { display:none; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc { display:block; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INKd4JtcRTMU6I8E8I0BM80TFsd3i5BF { width:39.25rem;height:3.0625rem;top:2.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSAaVkvJFuL06P1yd5sof8TOFmVhqdpK { width:23.375rem;height:17.4375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAcUQhk5Agl0PnGggBThrpbRiTaaMOq { width:19.4375rem;height:1.6875rem;top:10.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeN9EvRXG3rTR9AVy5niSG5g23fBMoV5 { width:23.375rem;height:17.4375rem;top:13.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMk8dxFyQ9uMnM8rGDQ5cEs28K16VAzP { width:19.4375rem;height:1.6875rem;top:10.8125rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLoykaCLiTJ1wlEBAxFFUa1icokq7xaR { width:23.375rem;height:15.6875rem;top:13.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuV4lt0UTOdR4e0ueiAiFgzz8VfgVQrU { width:19.4375rem;height:1.6875rem;top:10.8125rem;left:28.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl { display:block; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHRTXnOl03dOEnA48wdRGShqL1vo9Tan { width:39.25rem;height:3.0625rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTokFCUCrJFN0gc8oTXSK7enm8Nt5MH { width:38.375rem;height:21.125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlZVAiX8LyeNL16BFnDW4RF6xcSTJDOq { width:46.125rem;height:19.3125rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCeaUvcytwAOqx9f1AZNuPOJmwEwNTgK { width:25rem;height:41.375rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEGHG9TKnbgxCsGVTB98xXBtSWmWgNlq { width:25rem;height:1.1875rem;top:5.4375rem;left:6.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p { display:block; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSlzUrAw2QGNZDvIx45RJsuCdy9zTH6q { width:43.75rem;height:12.375rem;top:6.75rem;left:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFadrRZbWVt4wR5OsTkV3fkUSth6eDIU { width:35.75rem;height:3.5625rem;top:21.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A424ElnFDo3APLHaT7x4BVykNCQnqIBs { width:27.625rem;height:27.625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDRTtpTPlHtJD0gyohD3wZOTygUwrtZT { width:11.5625rem;height:2.9375rem;top:28.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXuEFWs8CvTDDMbsfLRFdGTT9G7FFnr { width:14.75rem;height:3rem;top:28.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ { display:block; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhbOcSfVlmHiDa53Z0cS8gcEv30LmoR7 { width:47.75rem;height:1.75rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTshe5RlLrpPffctCH3UlKR88JwlzFWR { width:15.625rem;height:4.375rem;top:1.0625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt84CTS8OkQTSCf8CHgH1tDuOGb5576v { display:block; }
 }@media only screen and (max-width: 763px) { #XKDiJd7ZnoSmzcszSmFEHCkU3T28Fwz9 { width:1.9375rem;height:1.9375rem;top:2.25rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKnTuIZMxHcwKeffIGwHbUCRMsBXxOh4 { width:2.625rem;height:2.625rem;top:1.9375rem;left:45.125rem;display:block; }
#mKnTuIZMxHcwKeffIGwHbUCRMsBXxOh4 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #dfzQdaGd2CUf4hJksblBTeatTigAyxcS { display:block; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b64HpLhfNxM9Dl2ABc15UE4pTRAW8SBt { width:47.75rem;height:25.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar532SRiN53pA3q4TmzDOfZUwmwwbFCf { width:39.25rem;height:3.0625rem;top:9.4375rem;left:4.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpxDDEJnIieAMgJWRyVmsne35FQI40v { width:35.75rem;height:1.75rem;top:42.4375rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axLascdPBRzwLb8TgWq9x3FBVDVtJ9E8 { width:47.75rem;height:25.375rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 { display:none; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX { display:block; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nwa5H7u2NqfUIoFMk2VMq9A3wAFKk7AT { width:47.75rem;height:5.75rem;top:8.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0uHOm90OkcH5IZeppB2Jm2AQ6S1raTI { width:28.4375rem;height:50.5rem;top:17.375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctO1g0UiTeN8ptvq33gstDxhLfPmRFV6 { width:35.75rem;height:20.0625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEd7M3u5I279EPQzeuCtbHFDchBlyDiT { width:35.75rem;height:20.0625rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0fhtqGL87S6kIqmPQtw8oFEWvkvTREk { width:22.4375rem;height:28.8125rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peZQNRXdleqOP0DDn8iUmkbxqOd7dr6X { width:12rem;height:1.375rem;top:136.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpiNMadRoSDUNRmkrfa1N4xHLWVknfL0 { width:9.125rem;height:2.375rem;top:127rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5lJegzhm3vL0oxkVNFobRT1hTrv8Ou { width:6.125rem;height:2.875rem;top:135.375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilCKd95zunhztSaWRLAPd1MfXWbCWwR { width:38.6875rem;height:1.375rem;top:123.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myO7fybKUKSKt7gpi09drz8b9ZI1FyZn { width:9.25rem;height:1.875rem;top:135.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnGly024TTizDUcvpS4hirJJULQAGy4Z { width:5.75rem;height:2.0625rem;top:135.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJNOsa5gG07runaSac5zaIVIVN6qZ9C { width:6.0625rem;height:2.1875rem;top:135.875rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zKKIZw9c3g51FkTnxVx25S2nQThzFH { width:8.1875rem;height:1.6875rem;top:127.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMGz1XSZ2wWDyFpbOoDR0UQRTw1dEAy { width:6.5rem;height:1.375rem;top:136.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6TIsVvyJ7tHkCTJ5nSE7fAIiGScg3xN { width:4.625rem;height:1.5625rem;top:136.0625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPvsi97U5XMw1klIM9Q4f4QVKZRVJw2 { width:6.25rem;height:2.1875rem;top:127.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJWxIx52RpztOkUWpCFhmQya1nG43a80 { width:6.0625rem;height:1.3125rem;top:127.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfOLhXykzelwF1kPFcVVOQPVWEsMmHaU { width:6rem;height:1.5625rem;top:127.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkov9wIK4oWKOyZzUVhAEKvCDkpJhiPJ { width:39.875rem;height:22.3125rem;top:70.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyN6h5htzJzK8QENv8H85NBApnVRFa6c { width:35.75rem;height:20.0625rem;top:95.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZUQ9EbMd7b9wQ54qhSWKFPzmz5TwtDv { width:35.75rem;height:20.0625rem;top:95.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUHGGOkNlk8bG4hhXUEvQUkknoPTTr0 { width:11.625rem;height:3.6875rem;top:126.375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvdVltrQa6Na53IQDhqtG1NK2BazrOT { width:37.25rem;height:1.375rem;top:93rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk9nshBPCM3z5d0v7f9Li6D9RJs6guVy { width:37.25rem;height:1.375rem;top:116rem;left:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKABlyX5pJsS2RzKdTBrRknMaRTvzdfX { width:37.25rem;height:1.375rem;top:116rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl { display:none; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 { display:block; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQUAQmuiB9I6Oma1sM2CT1aGTTrKcQHZ { width:10.125rem;height:10.125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx { width:2.625rem;height:2.625rem;top:7.5rem;left:45.125rem;display:block; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #I6wpu4P2eG55TPMwr2eEFcnV8VELHhrV { width:20.9375rem;height:2rem;top:9.8125rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BFSksfp1mFKBqCav9BwafQOXamVphg { width:24.25rem;height:2rem;top:7.5625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2gvN0mTIzTSS4LcLufACrCv1OUQ0a5 { width:24.25rem;height:2rem;top:7.75rem;left:23.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB { width:2.625rem;height:2.625rem;top:7.5rem;left:45.125rem;display:block; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #dFX6pFWuxNy6omSd6SIbvXpzrvNWGQ1U { width:24.25rem;height:1.6875rem;top:7.9375rem;left:23.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grkVpkBxnJPM9u98Rz4srZ4l6TRSgJWL { width:5.875rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVtQgo6DLgirw5X5edzPaWpRurqBoXS { display:block; }
 }@media only screen and (max-width: 763px) { #ieb1DZGQmAsACRqqbAhTHUDDLfXFL8ki { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7aVLhB484U4lOvJOQa2BJPIMZfyIg2V { width:3.8125rem;height:3.8125rem;top:0rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB7ATqW4mm2Z0pWIWWhLUbe9WvtOx02F { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEEB4EwZuorp4ZHHAtt14uT6hGElQ4OQ { display:block; }
 }@media only screen and (max-width: 763px) { #XcpUg4iTffOsrdO6Oz8lEJFAA8G8aI2A { width:2.125rem;height:2.125rem;top:0.8125rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuo1Jf2fvlfGLRoO2VsmSnGfO8UTIaJo { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAGGH3mlhKnTadNM9TgUVu1Mi5VLcT5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EzT9E0IVZeMA8H6bPlFxq5nCwbCXUfDC > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enEGwiydQBDPpKBokIDAC17AThd3mQAt { width:3.8125rem;height:0.8125rem;top:1.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RkksxWH6JcHEWP6zJ15cwkPkmekwhWWW { width:4.8125rem;height:0.8125rem;top:1.4375rem;left:3.5rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yuXnfyIJQTl1Bozp7u2SUNpRgLZyevCp { width:4.25rem;height:0.8125rem;top:1.4375rem;left:9.6875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Qv9HIXa58U23eUMBflKTUCfPOZHH9IOU { display:flex;width:1.8125rem;height:1.8125rem;top:0.78125rem;left:15.5625rem; }
#Qv9HIXa58U23eUMBflKTUCfPOZHH9IOU > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #VMB4Fl0G2UyBCAGRRpV0fMD6LT07TwMy { display:flex;width:1.6875rem;height:1.6875rem;top:0.875rem;left:18.3125rem;font-size:1.125rem; }
#VMB4Fl0G2UyBCAGRRpV0fMD6LT07TwMy > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJOJz1wCUCtapixsqvDD1kBQ9WkkT1M5 { width:12.375rem;height:12.375rem;top:3.75rem;left:-1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTN0i4kqpT4s3blQQs27AyCb17QyZdA { width:12.5rem;height:12.5rem;top:3.6875rem;left:-1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FkdZpQ1WhmBSEvLOMoV2MscLquCQqo { width:17.75rem;height:14rem;top:24.0625rem;left:0rem;font-size:3.5rem;line-height:1;font-weight:700;font-style:normal;color:#fbaf1c;display:block; }
 }@media only screen and (max-width: 763px) { #MVP7bqX7VyW9c3WFKdTA3rZnsmVKOWxS { width:20rem;height:0.9624rem;top:19.36328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14993;color:rgba(255,255,255,0.34);display:block; }
 }@media only screen and (max-width: 763px) { #JFlIAUngxrU5vzy9m1JwK5zLAkRZXTkH { width:6.625rem;height:1.3056625rem;top:36.8203125rem;left:13.375rem;font-size:1.1875rem;text-align:right;text-align-last:right;z-index:15004;line-height:1.1;font-weight:400;font-style:normal;color:rgba(255,255,255,0.57);font-family:antonio;display:block; }
 }@media only screen and (max-width: 763px) { #pDwSue1OXptl6BnoJfegVCMdtEI9NKKa { top:14.03125rem;left:0rem;width:19.9375rem;height:11.25rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vdgKbnpWhX63i5Q2CxOqJzU8unzRJGKL { top:14.03125rem;left:0rem;width:20rem;height:11.25rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xOwh6B0cPIdBw5dxVhgxxgdthJalo4dk { width:11.8125rem;height:1.8125rem;top:12.8125rem;left:8.1875rem;font-size:1.8125rem;line-height:1;font-weight:700;font-style:normal;color:#00ff1c;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { display:block; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { background-color: transparent; background-image: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row > .video-iframe-container { display: none; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .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); }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC { border-width: 0; border-radius: 0; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#NbG6Z1OCvohhaG1IpqHUXvRgZ0m1IquC > .row .container { width:20rem;height:12.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -moz-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -ms-linear-gradient(90deg, #fdb832, #fd7e32);background-image: -o-linear-gradient(90deg, #fdb832, #fd7e32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb832', endColorstr='#fd7e32' );";background-image: linear-gradient(90deg, #fdb832, #fd7e32);background-size:auto !important;border-top:0.25rem dashed #004e2f;border-left:0.25rem dashed #004e2f;border-right:0.25rem dashed #004e2f;border-bottom:0.25rem dashed #004e2f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOSflBTuRWFsVCFrO0sWxLpHqeTAIZH1 { width:16.5625rem;height:4.5625rem;top:5.9375rem;left:1.71875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixPys54BBAubIiFtGlXLEPd0SlXXvv7 { width:14.4375rem;height:2.4375rem;top:6.3125rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IteXMqXruDQlryqiMHUZlrbGPfii0U4y { width:6.9375rem;height:2.875rem;top:1.375rem;left:11.1875rem;font-size:1.4375rem;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qUcoq1JIDb7IOIAiQdeLom4tAg1sRE1d { width:10.5625rem;height:3.1621125rem;top:1.1875rem;left:1.875rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nenRpnmQ7QtFM7bCQWLxvePp8Q8npVTE { width:11.9375rem;height:1.19970625rem;top:8.75rem;left:4.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQtZHC68DXhXcwIi10XK3cEeilrS1VdR { display:block; }#tQtZHC68DXhXcwIi10XK3cEeilrS1VdR > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idOhZoQylTyvDeLTQFvUWBR3mp3DQBZ3 { width:20rem;height:5.15625rem;top:9.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCTqrTeDgf3I8KAD3lUphl5i5sSXNzIf { width:18.8125rem;height:10.1953125rem;top:15.6875rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaRrK4dvXs3PdXgfSEDhQcr8P3J55wB9 { width:15.625rem;height:4.375rem;top:28.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUoil1E0vGG3tTffEyrNBnWM5xV4Gf9O { display:block; }
 }@media only screen and (max-width: 763px) { #ZnIy4utENWmkcZxMR2VDa8rOVlzkUm9D { width:20rem;height:19.1875rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg1xmsLZXchZghVWqEcB3zrcw8wcA49W { width:8.125rem;height:2rem;top:4.796875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceTXzpk4E7ucJ70FiNdIe7DnBUgWms9m { display:flex;width:1.9375rem;height:1.9375rem;top:29.875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #vBCykcA417OT2cTGGVRyMnGfpTOcb7ip { width:20rem;height:1.29980625rem;top:34rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container { background-color: transparent; background-image: none; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container > .video-iframe-container { display: none; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row > .video-iframe-container { display: none; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .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); }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container { border-width: 0; border-radius: 0; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#hlJiPHA1zsWqf8ztG8q9maMHLB5C6cwA > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQgix5gJ8PK8fubinIIxGBpPOI2nAc6b { width:20rem;height:1.375rem;top:28.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vT1UKPsRBzkQC7pOGhkIspRyn54vWNCL { width:13rem;height:5.6875rem;top:29.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLskzTw44M4ld4mXUFkI33SHZSuNTTW { width:15.625rem;height:1.375rem;top:37.625rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tik9L9i0MTaGU46mmn1vwLop583TMi { width:11.875rem;height:2.9375rem;top:39.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO7lNuB5ZT5itm6hdKHAkb9LqgrtrrIl { width:14.3125rem;height:1.375rem;top:2.375rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRTE3BSS128piReiMkCy5RHoQaDTyAka { width:20rem;height:8.4597701149425rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtnt6JhDcnaWo6pCGkIBh76uHULSJzSZ { width:20rem;height:10.46511627907rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl6eDriAqwPM750Hh8rTsb27bE254Xwe { width:0.0625rem;height:16.375rem;top:19.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 { display:block; }#sZIcgW5LvsB2KOycPTLnnR45ll3Q0pw8 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJnqoeXnTLyApani4xQ97whaVykwoBaa { width:20rem;height:1.71875rem;top:4.05078125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD { display:block; }#h91fEhFxTUqB5Bv1JRaD2a08w3yJ24kD > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcHqw9bk0DSRb15J6AlbO9E1xE0lklkw { width:9.6875rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctmo9g5ilsGJVsfBMG1OwBADGsOLoasv { width:7.875rem;height:4.125rem;top:8.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0r2QXnuFQSiAyX1AL4fsKgPohRC63SO { width:9.6875rem;height:14.0625rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5SlmZQ3TBwaD29OKb29qftIqwSOQdPG { width:7.5625rem;height:4.125rem;top:8.75rem;left:10.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWWiAlrp7KX2AEMTsEvBUHz2BTCEAM3 { width:9.6875rem;height:14.0625rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2MyNDwrx0t51tMfXX1f4TTZh26H4P3N { width:8.4375rem;height:2.75rem;top:25.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaF6clXCPr6gggA9sZCplC0043flNDmK { width:9.6875rem;height:14.0625rem;top:15.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyeCq5B1ib5FG1FdS6JiK5i5vgg9Mok9 { width:8.3125rem;height:4.125rem;top:24.125rem;left:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w { display:block; }#HpDeGhPAqt2iDTKD1EJHIs5drc8EIH8w > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CohN4v0fCX0mJvKskCSPEGxi41Lpt3bt { width:9.6875rem;height:14.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcRpZwlaxfvDFKyRLgdeow3o6q0MrN5v { width:7.0625rem;height:4.125rem;top:10rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtHw4iDRwTyTTNOtLDMtqWs5meqmqg4m { width:9.6875rem;height:14.0625rem;top:1.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hobwy7Sq9IOXB5CcoTx3t798dVNZORrf { width:7.75rem;height:4.125rem;top:10rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKlE4Rt0ubMzrmKcfL6O3dyyLtJbLTGw { width:9.6875rem;height:14.0625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD5P2kD7qwx82NHeQgALUio2kF55r0O9 { width:6.3125rem;height:1.375rem;top:28.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9LhEPbThcTgbvJJM2bea8T9SGOTen0s { width:8.625rem;height:6.9970625rem;top:22.5029296875rem;left:11.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo { display:block; }#VTebIgn1PJ2AeK0rbE0iyT9f0hX0aLpo > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdzeHy4EUSCS36WT4w03Z9Isuueufwbp { width:10.3125rem;height:1.9375rem;top:12.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0N9iuAsERrsOpaVtKLum4wAdPHmII5p { width:6.9375rem;height:1.9375rem;top:16.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQMThzIBUU1lVvTphDOo4Q5KpEOupJcB { width:10.1875rem;height:1.875rem;top:21.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFvqW3BeDg4qfLUppC6pG7T2CJQdua7 { width:13.8125rem;height:1.625rem;top:25.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4EvzfXemJixyayP7LWPqNyTUqANcZMe { width:20rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVDZr4LsPcigv8UeOQdlriquZQEHyTBp { width:20rem;height:1.0996125rem;top:8.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI { display:block; }#DNkiZasOCAf8Bc70P0e6EiKFdWZRIWkI > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSgA7STtgEq0mhORNdEHwGtTZViukXA7 { width:20rem;height:11.4375rem;top:6.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwXRMO2OGLlKrJvgXTcrMlhLKrK2Gsa { width:20rem;height:1.71875rem;top:4.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PysTwlGNCthgc6sKoOzumz6SPDouZqgy { display:block; }#PysTwlGNCthgc6sKoOzumz6SPDouZqgy > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ct870qTTVHPcBDceavTbSWEp4828gAET { display:flex;width:4.5rem;height:4.5rem;top:1.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #qTRV5AA3Zu2EUPQ4iktzEPTshUmDTNWv { width:13.75rem;height:5.15625rem;top:5.75rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbPIlmhTL7z1gUtuFDIgFCiKQf60WIi { width:16.4375rem;height:5.15625rem;top:19.15625rem;left:1.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdKnt9Rxfo7MxH8QswuSrzOOhXNeHmIC { display:flex;width:4.5rem;height:4.5rem;top:14.65625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #LznEbv2biLX07SZGo5WvfOJHKmp7aci8 { width:14.1875rem;height:3.4375rem;top:32.5625rem;left:2.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNtweMG8gnnARyK6bQezMkxL8P7If2s3 { display:flex;width:4.5rem;height:4.5rem;top:28.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4de46c6-6935-4ee0-84ce-f5541fa70730/IMG_18901.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT.adaptive-delivery-prevent-bg, #UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT.lazyload, #UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT.lazyloading { background-image: none; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container { background-color: transparent; background-image: none; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container > .video-iframe-container { display: none; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row > .video-iframe-container { display: none; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .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); }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container { border-width: 0; border-radius: 0; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHrytqPmkGhTXyg2AE0gmMpQ92y7SThT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc { display:block; }#NIWUxlpaqTT6EH93ygo0FTRqEhgOpvmc > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INKd4JtcRTMU6I8E8I0BM80TFsd3i5BF { width:16.125rem;height:2.19921875rem;top:3.1875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSAaVkvJFuL06P1yd5sof8TOFmVhqdpK { width:20rem;height:14.919786096257rem;top:11.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAcUQhk5Agl0PnGggBThrpbRiTaaMOq { width:19.4375rem;height:1.71875rem;top:8.79296875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeN9EvRXG3rTR9AVy5niSG5g23fBMoV5 { width:20rem;height:14.875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMk8dxFyQ9uMnM8rGDQ5cEs28K16VAzP { width:19.4375rem;height:1.71875rem;top:29.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLoykaCLiTJ1wlEBAxFFUa1icokq7xaR { width:20rem;height:13.375rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuV4lt0UTOdR4e0ueiAiFgzz8VfgVQrU { width:19.4375rem;height:1.71875rem;top:49.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl { display:block; }#RpPQ8I0fRHC3HADBF7sf83aLK8Jx2Bdl > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHRTXnOl03dOEnA48wdRGShqL1vo9Tan { width:20rem;height:2.19970625rem;top:3rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wiTokFCUCrJFN0gc8oTXSK7enm8Nt5MH { width:20rem;height:11.009771986971rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlZVAiX8LyeNL16BFnDW4RF6xcSTJDOq { width:20rem;height:8.3739837398374rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCeaUvcytwAOqx9f1AZNuPOJmwEwNTgK { width:20rem;height:33.5859rem;top:29.0859375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xEGHG9TKnbgxCsGVTB98xXBtSWmWgNlq { width:20rem;height:0.8999rem;top:5.76171875rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p { display:block; }#Fpqwss2Cggkv8qrfd78Nw2GnmmzS1e4p > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSlzUrAw2QGNZDvIx45RJsuCdy9zTH6q { width:20rem;height:9.375rem;top:17.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZFadrRZbWVt4wR5OsTkV3fkUSth6eDIU { width:19.375rem;height:4.19824375rem;top:29.25rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A424ElnFDo3APLHaT7x4BVykNCQnqIBs { width:13.4375rem;height:13.4375rem;top:2.625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDRTtpTPlHtJD0gyohD3wZOTygUwrtZT { width:7.375rem;height:1.8125rem;top:35.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXuEFWs8CvTDDMbsfLRFdGTT9G7FFnr { width:10.75rem;height:2.0625rem;top:35.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ { display:block; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ { background-color: transparent; background-image: none; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container > .video-iframe-container { display: none; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row > .video-iframe-container { display: none; }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .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); }#Vtqu191Qcvq2MuPyEwVbJtZnudvrEMxQ > .row .container { width:20rem;height:14.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(95deg, #fd7e32, #fdb832);background-image: -moz-linear-gradient(95deg, #fd7e32, #fdb832);background-image: -ms-linear-gradient(95deg, #fd7e32, #fdb832);background-image: -o-linear-gradient(95deg, #fd7e32, #fdb832);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e32', endColorstr='#fdb832' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e32', endColorstr='#fdb832' );";background-image: linear-gradient(95deg, #fd7e32, #fdb832);background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhbOcSfVlmHiDa53Z0cS8gcEv30LmoR7 { width:17.0625rem;height:4.125rem;top:1.5625rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTshe5RlLrpPffctCH3UlKR88JwlzFWR { width:14.625rem;height:4.375rem;top:7.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt84CTS8OkQTSCf8CHgH1tDuOGb5576v { display:block; }
 }@media only screen and (max-width: 763px) { #XKDiJd7ZnoSmzcszSmFEHCkU3T28Fwz9 { display:flex;width:1.9375rem;height:1.9375rem;top:8.8125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #mKnTuIZMxHcwKeffIGwHbUCRMsBXxOh4 { display:flex;width:2.625rem;height:2.625rem;top:8.5rem;left:1rem; }
#mKnTuIZMxHcwKeffIGwHbUCRMsBXxOh4 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #dfzQdaGd2CUf4hJksblBTeatTigAyxcS { display:block; }#dfzQdaGd2CUf4hJksblBTeatTigAyxcS > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b64HpLhfNxM9Dl2ABc15UE4pTRAW8SBt { width:20rem;height:25rem;top:11.43359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ar532SRiN53pA3q4TmzDOfZUwmwwbFCf { width:20rem;height:2.19970625rem;top:5.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGpxDDEJnIieAMgJWRyVmsne35FQI40v { width:15.5625rem;height:2.798825rem;top:8.625rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axLascdPBRzwLb8TgWq9x3FBVDVtJ9E8 { width:20rem;height:25rem;top:12.75rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d93fe311-56b6-40fd-b9d1-623b82290344/img2292168a37f0bd92b6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5.adaptive-delivery-prevent-bg, #K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5.lazyload, #K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5.lazyloading { background-image: none; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container { background-color: transparent; background-image: none; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container > .video-iframe-container { display: none; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row > .video-iframe-container { display: none; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .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); }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container { border-width: 0; border-radius: 0; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7ic5u7JJlIrNfC3uN5oRxtMETM4UVZ5 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX { background-color:#ffffff;background-image:none;display:block; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container { background-color: transparent; background-image: none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container > .video-iframe-container { display: none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row > .video-iframe-container { display: none; }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .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); }#SCDmIgCI88TJ1Mrw8rJGtM2EW8pB7ZLX > .row .container { width:20rem;height:185.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nwa5H7u2NqfUIoFMk2VMq9A3wAFKk7AT { width:20rem;height:7.5rem;top:5.25rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V0uHOm90OkcH5IZeppB2Jm2AQ6S1raTI { width:20rem;height:39.3125rem;top:15.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctO1g0UiTeN8ptvq33gstDxhLfPmRFV6 { height:11.25rem;width:20rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEd7M3u5I279EPQzeuCtbHFDchBlyDiT { height:11.223776223776rem;width:20rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0fhtqGL87S6kIqmPQtw8oFEWvkvTREk { width:20rem;height:21.3125rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peZQNRXdleqOP0DDn8iUmkbxqOd7dr6X { width:10.375rem;height:1.1875rem;top:166.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpiNMadRoSDUNRmkrfa1N4xHLWVknfL0 { width:6.875rem;height:1.8125rem;top:174.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn5lJegzhm3vL0oxkVNFobRT1hTrv8Ou { width:4.5625rem;height:2.125rem;top:178.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TilCKd95zunhztSaWRLAPd1MfXWbCWwR { width:20rem;height:1.0996125rem;top:157.0625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myO7fybKUKSKt7gpi09drz8b9ZI1FyZn { width:9.25rem;height:1.875rem;top:169.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnGly024TTizDUcvpS4hirJJULQAGy4Z { width:5.25rem;height:1.8125rem;top:179.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVJNOsa5gG07runaSac5zaIVIVN6qZ9C { width:5.375rem;height:1.875rem;top:179.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zKKIZw9c3g51FkTnxVx25S2nQThzFH { width:8.1875rem;height:1.6875rem;top:166.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMGz1XSZ2wWDyFpbOoDR0UQRTw1dEAy { width:6.6875rem;height:1.375rem;top:174.5rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6TIsVvyJ7tHkCTJ5nSE7fAIiGScg3xN { width:3.5rem;height:1.125rem;top:174.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPvsi97U5XMw1klIM9Q4f4QVKZRVJw2 { width:5.375rem;height:1.9375rem;top:161.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJWxIx52RpztOkUWpCFhmQya1nG43a80 { width:5.0625rem;height:1.125rem;top:161.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfOLhXykzelwF1kPFcVVOQPVWEsMmHaU { width:5.1875rem;height:1.375rem;top:161.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkov9wIK4oWKOyZzUVhAEKvCDkpJhiPJ { height:11.1904375rem;width:20rem;top:110.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyN6h5htzJzK8QENv8H85NBApnVRFa6c { height:11.223776223776rem;width:20rem;top:125.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZUQ9EbMd7b9wQ54qhSWKFPzmz5TwtDv { height:11.223776223776rem;width:20rem;top:140.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUHGGOkNlk8bG4hhXUEvQUkknoPTTr0 { width:9.1875rem;height:2.875rem;top:169.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxvdVltrQa6Na53IQDhqtG1NK2BazrOT { width:20rem;height:1.0996125rem;top:122.0654296875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uk9nshBPCM3z5d0v7f9Li6D9RJs6guVy { width:20rem;height:1.0996125rem;top:151.28515625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKABlyX5pJsS2RzKdTBrRknMaRTvzdfX { width:20rem;height:1.0996125rem;top:136.41015625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/daa0b30b-ace1-427e-b0bc-e3ad2a643f54/imgi_6_rsw_3840m.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl.adaptive-delivery-prevent-bg, #QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl.lazyload, #QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl.lazyloading { background-image: none; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container { background-color: transparent; background-image: none; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container > .video-iframe-container { display: none; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row > .video-iframe-container { display: none; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .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); }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container { border-width: 0; border-radius: 0; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QS0CLV6rkMkRTWqnDBw5hFT7u7JBvXEl > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 { display:block; }#szpJWQilOmKy5T4RGgyagGwcTqmRmeI2 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQUAQmuiB9I6Oma1sM2CT1aGTTrKcQHZ { width:8.6875rem;height:8.6875rem;top:3rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx { display:flex;width:2.625rem;height:2.625rem;top:21.3125rem;left:6.75rem; }
#wC0IGSRm9ivRDzFdgAQXlamvxkLqOZBx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #I6wpu4P2eG55TPMwr2eEFcnV8VELHhrV { width:20rem;height:2.03125rem;top:13.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3BFSksfp1mFKBqCav9BwafQOXamVphg { width:20rem;height:1.625rem;top:16.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cR2gvN0mTIzTSS4LcLufACrCv1OUQ0a5 { width:20rem;height:1.3808625rem;top:26.65625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB { display:flex;width:2.625rem;height:2.625rem;top:21.3125rem;left:10.625rem; }
#ppoZvLFTvoASPQGe0r4tDLKnCmATc0gB > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #dFX6pFWuxNy6omSd6SIbvXpzrvNWGQ1U { width:20rem;height:1.70605625rem;top:29.2871125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #PC6wOZLU3ccqOnhTBixQteoT4v1GkB9a > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CtJ2fresQxzhBTVwWWRHHG0Dv8laLIIL > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grkVpkBxnJPM9u98Rz4srZ4l6TRSgJWL { width:4.5rem;height:1.5rem;top:0.5625rem;left:12.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVtQgo6DLgirw5X5edzPaWpRurqBoXS { display:block; }
 }@media only screen and (max-width: 763px) { #ieb1DZGQmAsACRqqbAhTHUDDLfXFL8ki { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #C7aVLhB484U4lOvJOQa2BJPIMZfyIg2V { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;color:#510c08;display:block; }
 }@media only screen and (max-width: 763px) { #GB7ATqW4mm2Z0pWIWWhLUbe9WvtOx02F { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEEB4EwZuorp4ZHHAtt14uT6hGElQ4OQ { display:block; }
 }@media only screen and (max-width: 763px) { #XcpUg4iTffOsrdO6Oz8lEJFAA8G8aI2A { display:flex;width:1.6875rem;height:1.6875rem;top:0.4375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #Fuo1Jf2fvlfGLRoO2VsmSnGfO8UTIaJo { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tPAGGH3mlhKnTadNM9TgUVu1Mi5VLcT5 { display:block; }
 }