.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,247,236;--color-primary-1:145,230,199;--color-primary-2:72,213,161;--color-primary-3:45,167,96;--color-primary-4:14,43,32;--color-secondary-0:229,238,225;--color-secondary-1:178,203,166;--color-secondary-2:127,169,106;--color-secondary-3:58,149,48;--color-secondary-4:42,111,6;--color-tertiary-0:255,255,255;--color-tertiary-1:14,14,14;--color-tertiary-2:12,11,12;--color-tertiary-3:7,6,6;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA { position:relative;display:none; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA { border-width: 0; border-radius: 0; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .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; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#odnOAF07Kp5MMev4dXe4RVxsyIkFTlf8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#fyD5uCiitFVWcDnyHiO42NXBBSmkF9bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1uMVNQTfuQWmdtTyt01vJy8f7WfSZ1S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#fyJzvxuKKfJJFlJAg3v2z7378NSfpaBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna.adaptive-delivery-prevent-bg, #BKDzqg6qDU8EemwzVJwDgK1pulvZbMna.lazyload, #BKDzqg6qDU8EemwzVJwDgK1pulvZbMna.lazyloading { background-image: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { border-width: 0; border-radius: 0; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:60rem;position:relative;display:none; }#mcX7MtTBOuJ0uJpyOQnKeXGlZfUaSauA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#M4cNh0IOLc5ZQ2shxmBJ0IATzS1TTUlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row .container { border-width: 0; border-radius: 0; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:none; }#IvufrVkREuTRpbXf1B0HyWzMIitEXrwN { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#vcxemQ8reI3CJbZyXgTDfS51gXdGHpw6 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrdW9LU3T5w729RhfJfa2TIMqrVv0Gwu { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iS3I5FkfLVoy3SrUowfgQ3HIEhdarvde { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0lwQHM6SKLJk6PGCzL5ZBmGLBdp0BBl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#CuRUgzrOnaITFulcQRGbOdqRgiTNAsLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPWZp2ZtierXgKgdVcKfVabeJe351iv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GPWZp2ZtierXgKgdVcKfVabeJe351iv5 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#zsSt1RxW2skAgW6MR2e5iiOP3BeDEKUB { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r2PCusSLGsTMm64sSVKha3ZSWzTqTkQW { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SkhmyKcPEepyqKuV3JBEIPmnxWcQtqdW { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#ktTGvVDQpJ92DP8p4TNbxo6PCHuhtQ0x { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#FVtDgNeDtVSffLo4M0wqbr69xCJSVF3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dh9mAKvxtiuTZZTLG51Sx16D346wlFvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dh9mAKvxtiuTZZTLG51Sx16D346wlFvL > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#B6fUUEBq4s26kEUyVVLCCZckPe4Zw44y { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HXTDVMqrOnRvKK9kHfpCnOpXmLo8Pt7Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#mLuxnySbbpSHJa2xrvI1JVJ3vJaCOW9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaeCAbB81sIv02ta9C2W6BDmklRUS4nA { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bIgCXDeK8yT4C0BiZP1GU2G1HQQWGKsR { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TzvkZkmcDW24Z7RgnLrJdv3VMOai6KWv { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EKe1G9QT2EzFGF7wQnkM9UeWo5PAMgVe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EKe1G9QT2EzFGF7wQnkM9UeWo5PAMgVe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NmpOS20hV5A4rnPB6pLaIAPIOFAIqMc9 { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#GbMpt1AX6a5sd7WVG74ueN3WrloMMMXq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#WkWqy2m7MEQ13Zk9PIHov2JGzWKJbJsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSFrJJFtt2dZZCJnA14tFCZ3Xlipe4r8 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cdqdzWaKdTNffWnyoPzlT9ZS2VzgWCEi { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wKwtEUNZcbHKHSlHhoz7hemIH0OFvkdy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wKwtEUNZcbHKHSlHhoz7hemIH0OFvkdy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#woUALBTOSRvTFzczKen2qeBuVuFvp0wS { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PLyk2wfEXoixWgpBLo6tCctTHLmrDwUC { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#vIOr4TCLVt9Z7yiTk4yKFM7EFmSpninB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#cJ5dIqUhwqA0LBAip3LWHnhuTT7Sv6dB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1a1diahbTihCyKXSLNxoooHzFKte7S0 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yBLiN2EqmDL5aP3GblLuw5HtiDLh3VGx { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gaDxKgvIMxzniaNyr3lXtECDdaO4Sb8v { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f5uqpqXP9VpgmtaiHstteTAFTJwwEXpG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#f5uqpqXP9VpgmtaiHstteTAFTJwwEXpG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#g23wWr9wBbVsS78rv4HP6JgqXCV7qaOh { 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:3.875rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:none; }
#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy { position:relative;display:none; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy { border-width: 0; border-radius: 0; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .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; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Jb1WpKGuMMOF4zJ195XwRLI3h118rdwZ { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-trigger.adaptive-delivery-prevent-bg, #Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-trigger.lazyload, #Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-trigger.lazyloading { background-image: none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IPLFTboNL8TqlXCarTIdK5sUaDHvwtZC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #rGmMGPS5pLtWqBTb1lbJi93iOenaHLdP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #oZUTLQDduVg0SZWZHMHQJwWe1cy63CxN { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hAOXAdvK7JzUDwRER1KyOXG8o1XP0D3s {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #MTqn2p7wFOklqHlRBD5hJ02mt6cx2eQw {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #ktMH5pe1RPBRak9QAAaLXKcKErHSreAT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #dQqtV6NVCbS9QMITND9Xvah4D3pptW8R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hquOJBX0P012LGIf12eMtez77rhUdsyv { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #JdP6cE9ghDoKZtz91nTsv3or8L6PGCNa {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #z85PH8I5d5McAvh3NmSS5E7A7gH64ULo { display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #A3hsMBdbhkp9UxTrUFbASiae9H6uTO6T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #i67kdfwGwAWGV4f8XoU44hT9sgF7mTGB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #gJKTLo5JNawbhckCFEEHsKiBCRrzZ8Zt { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #RXck3F287krD3HF8PNSdbiPJPf9eG34M {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #K9N4RWz8Titiq79VdOJ6RtEEsp3nKxoU { display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hMeF8QKEnxJvL11aydDQo0PHb4fDPuDy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XyU9vWeMAJLdLNqbcarGfObOTU0DR5db { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #iS8Mnr25WUKBeXxGXPLKTEvWKqkBRG8k { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #E7R3ZwUegMQAXVzWrawohpkq6bMt3goy {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #dWXzTqNMX8PWspocBPzgOTIp8ixzdphD { display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #cblkyIdkl3kkOqmWLFfX1ylEomyyS4iI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #wLuzZzODWHNZRC7nkUyO2KqMhBZbKT4d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #bmGDMIhczdpsQnO0STFiEnu0ZSODgxa9 { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #s820PhTsxbP3C2pGGnbZqhLTqZ9kPiD9 {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #eIyBrLRdI6TdoJmMKtKmE0KzAQQzW9TP { display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #LPBeDmxtoT5TzqZQVy7Nkhzi3E5yglVb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XBLD1iVhiLhneQtDFFX3Tk5epsmXiVPO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IJeTWlc7wDAqs4MxZUcaEqZaRfKpy6Pw { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #POO4NLG7X15azkM1v2ZkKmW93KDOpcaV {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IsPigcR7eIVCgVxwn1R16riHTsNrCbDn { display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #vVERlmT1fU5UkS2GeakMw4nSwLPTU7Pm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #vJQCcQU642uikpGMTAkhM7eeIVd7Cz1h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #fiwSE618F9yyaxtiS4Na7e6QTQoISdNU { display:block;position:relative; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #bxiehiZZSIAzcyBDf1k9Xy3q3DFwimiM {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XE0emH6Wd2GOFQtyPrG4eBrfHyxpZBgG { display:none; }
#lRqwT9SlPfEkbEvVeRLehiaxZhxXQvBl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#IlCdqnufTBDDfaT5e5nfvFXHDAzJTn40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-form-header {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:15rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-container:first-of-type{padding-top:0;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-container:last-of-type{padding-bottom:0;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:0rem;z-index:15184;position:absolute; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 {display:block;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:0rem;z-index:15184;position:absolute;display:none; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #XByhTaZyt4I28GZTCeeRyOtBuGMcIRds { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #nMWHWbJtWHHse5ygv5WpHZTeAn47xPlM { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #IOS2Bw7MD9OFHB6qidmMoxSeE9yoM07X { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #ICVPaeaky8UxhOxNTHtwNk5ryM79laD1 { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #GVVw11zL48Hm8X0VpfiRh4erVF4h7rL0 { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #CHq7tgb7pV6GuafpUF6PMdI2l71snPtS { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #P2GvWzrLrciJqlw6OLlG9QFgK2ap5UrJ { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #dmNJfF3s8QK3CzQ896WyEdoVmT6hSgVE { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #rMJghvK9TbKLi1EZAfHusDRO01PtKLSK { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #w2FbmNmweqnecdT8nrV8H8Qdb0BROipQ { position:relative; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #myGTKXOgPU95QT3GH0esWEHUBdRTSuyn { position:relative; }
#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 { position:relative;display:none; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 { border-width: 0; border-radius: 0; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .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; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nXnEU9lATWW0yUmfasAPpCbXcBNBgBLu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.1875rem;top:0.75rem;left:3.75rem;display:none; }
#CbUSBg3neAcHxQ7QovTZrtnb450sFQMz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:60rem;display:none; }
#aVoTeNeveikK2bvF6kyt6dotaf6HrBvW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:60rem;display:none; }
#R1D8wPLZEaudK0uLg2weQm88v8tMBMoA { 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:7rem;width:23.6875rem;top:5.3291015625rem;left:35.0283203125rem;overflow:hidden;display:none; }
#li2wFB7TiIbSk2Mvzk8xwX3ewTK7lm6x { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#L0LxF1Hnu94s3W3VlI5Dh4S2IZRtZ80L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .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); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { border-width: 0; border-radius: 0; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:5.6875rem;left:17.875rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:2.25rem;height:2.0003875rem;font-style:normal;text-align:right;text-align-last:right;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:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5692272186281rem;left:54.246963500976rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.0679264068604rem;left:54.246963500976rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { 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:3.375rem;width:2.75rem;top:0.62461090087891rem;left:35.525390625rem;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { color:#0c0b0c;display:block;width:33.437125rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:10.154296875rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
body { position:relative;display:block; }
#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA { display:none; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row .container { width:47.75rem;position:relative;display:none; }#odnOAF07Kp5MMev4dXe4RVxsyIkFTlf8 { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#fyD5uCiitFVWcDnyHiO42NXBBSmkF9bl { display:block; }
#V1uMVNQTfuQWmdtTyt01vJy8f7WfSZ1S { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#fyJzvxuKKfJJFlJAg3v2z7378NSfpaBw { display:block; }
#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { display:none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { width:47.75rem;position:relative;display:none; }#mcX7MtTBOuJ0uJpyOQnKeXGlZfUaSauA { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#M4cNh0IOLc5ZQ2shxmBJ0IATzS1TTUlZ { display:block; }
#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 { display:none; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row .container { width:47.75rem;position:relative;display:none; }#IvufrVkREuTRpbXf1B0HyWzMIitEXrwN { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:block; }
#vcxemQ8reI3CJbZyXgTDfS51gXdGHpw6 { width:18.75rem;height:1.5rem;top:15.1875rem;left:0rem;font-size:1.1875rem;display:block; }
#VrdW9LU3T5w729RhfJfa2TIMqrVv0Gwu { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
#iS3I5FkfLVoy3SrUowfgQ3HIEhdarvde { width:20rem;height:;top:2.4375rem;left:0rem;font-size:2.6875rem;display:block; }
#T0lwQHM6SKLJk6PGCzL5ZBmGLBdp0BBl { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#CuRUgzrOnaITFulcQRGbOdqRgiTNAsLU { display:block; }
#GPWZp2ZtierXgKgdVcKfVabeJe351iv5 { display:none; }
#GPWZp2ZtierXgKgdVcKfVabeJe351iv5 > img { max-width: 100%;max-height:100%; width:; height:; }#zsSt1RxW2skAgW6MR2e5iiOP3BeDEKUB { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#r2PCusSLGsTMm64sSVKha3ZSWzTqTkQW { width:18.75rem;height:1.5rem;top:32.125rem;left:0rem;font-size:1.1875rem;display:none; }
#SkhmyKcPEepyqKuV3JBEIPmnxWcQtqdW { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#ktTGvVDQpJ92DP8p4TNbxo6PCHuhtQ0x { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#FVtDgNeDtVSffLo4M0wqbr69xCJSVF3Z { display:block; }
#dh9mAKvxtiuTZZTLG51Sx16D346wlFvL { display:none; }
#dh9mAKvxtiuTZZTLG51Sx16D346wlFvL > img { max-width: 100%;max-height:100%; width:; height:; }#B6fUUEBq4s26kEUyVVLCCZckPe4Zw44y { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#HXTDVMqrOnRvKK9kHfpCnOpXmLo8Pt7Z { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#mLuxnySbbpSHJa2xrvI1JVJ3vJaCOW9O { display:block; }
#gaeCAbB81sIv02ta9C2W6BDmklRUS4nA { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#bIgCXDeK8yT4C0BiZP1GU2G1HQQWGKsR { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#TzvkZkmcDW24Z7RgnLrJdv3VMOai6KWv { width:18.75rem;height:1.5rem;top:48.5625rem;left:0rem;font-size:1.1875rem;display:none; }
#EKe1G9QT2EzFGF7wQnkM9UeWo5PAMgVe { display:none; }
#EKe1G9QT2EzFGF7wQnkM9UeWo5PAMgVe > img { max-width: 100%;max-height:100%; width:; height:; }#NmpOS20hV5A4rnPB6pLaIAPIOFAIqMc9 { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#GbMpt1AX6a5sd7WVG74ueN3WrloMMMXq { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#WkWqy2m7MEQ13Zk9PIHov2JGzWKJbJsZ { display:block; }
#CSFrJJFtt2dZZCJnA14tFCZ3Xlipe4r8 { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#cdqdzWaKdTNffWnyoPzlT9ZS2VzgWCEi { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#wKwtEUNZcbHKHSlHhoz7hemIH0OFvkdy { display:none; }
#wKwtEUNZcbHKHSlHhoz7hemIH0OFvkdy > img { max-width: 100%;max-height:100%; width:; height:; }#woUALBTOSRvTFzczKen2qeBuVuFvp0wS { width:18.75rem;height:1.5rem;top:65.8125rem;left:0rem;font-size:1.1875rem;display:none; }
#PLyk2wfEXoixWgpBLo6tCctTHLmrDwUC { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#vIOr4TCLVt9Z7yiTk4yKFM7EFmSpninB { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#cJ5dIqUhwqA0LBAip3LWHnhuTT7Sv6dB { display:block; }
#R1a1diahbTihCyKXSLNxoooHzFKte7S0 { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#yBLiN2EqmDL5aP3GblLuw5HtiDLh3VGx { width:18.75rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#gaDxKgvIMxzniaNyr3lXtECDdaO4Sb8v { width:18.75rem;height:1.5rem;top:83rem;left:0rem;font-size:1.1875rem;display:none; }
#f5uqpqXP9VpgmtaiHstteTAFTJwwEXpG { display:none; }
#f5uqpqXP9VpgmtaiHstteTAFTJwwEXpG > img { max-width: 100%;max-height:100%; width:; height:; }#g23wWr9wBbVsS78rv4HP6JgqXCV7qaOh { width:6.75rem;height:3.875rem;top:8.625rem;left:4.5625rem;display:none; }
#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy { display:none; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row .container { width:47.75rem;position:relative;display:none; }#Jb1WpKGuMMOF4zJ195XwRLI3h118rdwZ { width:20rem;height:;top:1.4375rem;left:0rem;font-size:2.6875rem;display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct { display:flex;height:auto;width:17.5rem;display:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IPLFTboNL8TqlXCarTIdK5sUaDHvwtZC {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #rGmMGPS5pLtWqBTb1lbJi93iOenaHLdP {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #oZUTLQDduVg0SZWZHMHQJwWe1cy63CxN {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hAOXAdvK7JzUDwRER1KyOXG8o1XP0D3s {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #MTqn2p7wFOklqHlRBD5hJ02mt6cx2eQw {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #ktMH5pe1RPBRak9QAAaLXKcKErHSreAT {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #dQqtV6NVCbS9QMITND9Xvah4D3pptW8R {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hquOJBX0P012LGIf12eMtez77rhUdsyv {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #JdP6cE9ghDoKZtz91nTsv3or8L6PGCNa {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #z85PH8I5d5McAvh3NmSS5E7A7gH64ULo {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #A3hsMBdbhkp9UxTrUFbASiae9H6uTO6T {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #i67kdfwGwAWGV4f8XoU44hT9sgF7mTGB {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #gJKTLo5JNawbhckCFEEHsKiBCRrzZ8Zt {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #RXck3F287krD3HF8PNSdbiPJPf9eG34M {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #K9N4RWz8Titiq79VdOJ6RtEEsp3nKxoU {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hMeF8QKEnxJvL11aydDQo0PHb4fDPuDy {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XyU9vWeMAJLdLNqbcarGfObOTU0DR5db {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #iS8Mnr25WUKBeXxGXPLKTEvWKqkBRG8k {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #E7R3ZwUegMQAXVzWrawohpkq6bMt3goy {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #dWXzTqNMX8PWspocBPzgOTIp8ixzdphD {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #cblkyIdkl3kkOqmWLFfX1ylEomyyS4iI {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #wLuzZzODWHNZRC7nkUyO2KqMhBZbKT4d {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #bmGDMIhczdpsQnO0STFiEnu0ZSODgxa9 {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #s820PhTsxbP3C2pGGnbZqhLTqZ9kPiD9 {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #eIyBrLRdI6TdoJmMKtKmE0KzAQQzW9TP {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #LPBeDmxtoT5TzqZQVy7Nkhzi3E5yglVb {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XBLD1iVhiLhneQtDFFX3Tk5epsmXiVPO {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IJeTWlc7wDAqs4MxZUcaEqZaRfKpy6Pw {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #POO4NLG7X15azkM1v2ZkKmW93KDOpcaV {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IsPigcR7eIVCgVxwn1R16riHTsNrCbDn {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #vVERlmT1fU5UkS2GeakMw4nSwLPTU7Pm {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #vJQCcQU642uikpGMTAkhM7eeIVd7Cz1h {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #fiwSE618F9yyaxtiS4Na7e6QTQoISdNU {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #bxiehiZZSIAzcyBDf1k9Xy3q3DFwimiM {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XE0emH6Wd2GOFQtyPrG4eBrfHyxpZBgG {  }
#lRqwT9SlPfEkbEvVeRLehiaxZhxXQvBl { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#IlCdqnufTBDDfaT5e5nfvFXHDAzJTn40 { display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-regular-label { display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7  { width:15rem;height:auto; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 {display:block;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 { width:15rem;height:auto;display:none; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #XByhTaZyt4I28GZTCeeRyOtBuGMcIRds {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #nMWHWbJtWHHse5ygv5WpHZTeAn47xPlM {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #IOS2Bw7MD9OFHB6qidmMoxSeE9yoM07X {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #ICVPaeaky8UxhOxNTHtwNk5ryM79laD1 {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #GVVw11zL48Hm8X0VpfiRh4erVF4h7rL0 {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #CHq7tgb7pV6GuafpUF6PMdI2l71snPtS {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #P2GvWzrLrciJqlw6OLlG9QFgK2ap5UrJ {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #dmNJfF3s8QK3CzQ896WyEdoVmT6hSgVE {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #rMJghvK9TbKLi1EZAfHusDRO01PtKLSK {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #w2FbmNmweqnecdT8nrV8H8Qdb0BROipQ {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #myGTKXOgPU95QT3GH0esWEHUBdRTSuyn {  }
#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 { display:none; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row .container { width:47.75rem;position:relative;display:none; }#nXnEU9lATWW0yUmfasAPpCbXcBNBgBLu { top:0.75rem;left:1.6875002980233rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:none; }
#CbUSBg3neAcHxQ7QovTZrtnb450sFQMz { width:47.75rem;height:59.6875rem;display:none; }
#aVoTeNeveikK2bvF6kyt6dotaf6HrBvW { width:47.75rem;height:59.6875rem;display:none; }
#R1D8wPLZEaudK0uLg2weQm88v8tMBMoA { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:none; }
#li2wFB7TiIbSk2Mvzk8xwX3ewTK7lm6x { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#L0LxF1Hnu94s3W3VlI5Dh4S2IZRtZ80L { display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:47.75rem;position:relative;display:none; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:3.625rem;height:3.625rem;top:9.5625rem;left:44.125rem;font-size:2.5rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:3.625rem;height:3.625rem;top:4.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { width:2.75rem;height:3.375rem;top:0.5625rem;left:29.400390625rem;display:none; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { top:0rem;left:4.029296875rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA { position:relative;z-index:auto;display:block; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA { background-color: transparent; background-image: none; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row .container > .video-iframe-container { display: none; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row > .video-iframe-container { display: none; }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .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); }#TUPZAsRPdxEbIGxm8biReD35i9ZbVPaA > .row .container { width:20rem;height:4.375rem;background-color:#eee2d3;background-image:none;position:relative;display:block; }#odnOAF07Kp5MMev4dXe4RVxsyIkFTlf8 { width:8.625rem;height:2.375rem;top:0.87357950210569rem;left:10.296994376451rem;z-index:15182;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fyD5uCiitFVWcDnyHiO42NXBBSmkF9bl { display:block; }
#V1uMVNQTfuQWmdtTyt01vJy8f7WfSZ1S { width:8.52254rem;height:2.4375rem;top:0.873046875rem;left:0.85848712921144rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342d8' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.85));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fyJzvxuKKfJJFlJAg3v2z7378NSfpaBw { display:block; }
#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { display:block; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { background-color: transparent; background-image: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container > .video-iframe-container { display: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row > .video-iframe-container { display: none; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .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); }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna { border-width: 0; border-radius: 0; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .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; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container { width:20rem;height:34.0625rem;background-color:#eee2d3;background-image:url("https://images.assets-landingi.com/uc/f4c93c8f-0aed-42b1-9dd4-6c8d83abb053/1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;position:relative;display:block; }#BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container.adaptive-delivery-prevent-bg, #BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container.lazyload, #BKDzqg6qDU8EemwzVJwDgK1pulvZbMna > .row .container.lazyloading { background-image: none; }#mcX7MtTBOuJ0uJpyOQnKeXGlZfUaSauA { width:13.6239375rem;height:3.624825rem;top:29.495737075806rem;left:3.1862567663193rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M4cNh0IOLc5ZQ2shxmBJ0IATzS1TTUlZ { display:block; }
#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 { display:block; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 { background-color: transparent; background-image: none; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row .container > .video-iframe-container { display: none; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row > .video-iframe-container { display: none; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .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); }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 { border-width: 0; border-radius: 0; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .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; }#nB61ah7zpRDR8czdaboOlG1ZoDJfLhM3 > .row .container { width:20rem;height:92.0625rem;background-color:#eee2d3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IvufrVkREuTRpbXf1B0HyWzMIitEXrwN { width:16.875rem;height:9.8125rem;top:4.3048648834229rem;left:1.3112570047379rem;overflow:hidden;display:block; }
#vcxemQ8reI3CJbZyXgTDfS51gXdGHpw6 { width:18.75rem;height:1.54385625rem;top:14.936966896057rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;display:block; }
#VrdW9LU3T5w729RhfJfa2TIMqrVv0Gwu { width:18.75rem;height:1.5989rem;top:16.479935765266rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;display:block; }
#iS3I5FkfLVoy3SrUowfgQ3HIEhdarvde { width:20rem;height:3.49343125rem;top:0.81232261657713rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;color:#49604c;font-weight:700;font-style:normal;display:block; }
#T0lwQHM6SKLJk6PGCzL5ZBmGLBdp0BBl { width:12.9368125rem;height:2.3125rem;top:16.791547775269rem;left:3.530717253685rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CuRUgzrOnaITFulcQRGbOdqRgiTNAsLU { display:block; }
#GPWZp2ZtierXgKgdVcKfVabeJe351iv5 { display:flex;top:17.062499046326rem;left:5.6447085142136rem;width:1.75rem;height:1.75rem;z-index:15184; }
#GPWZp2ZtierXgKgdVcKfVabeJe351iv5 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#zsSt1RxW2skAgW6MR2e5iiOP3BeDEKUB { width:18.75rem;height:1.5989rem;top:34.0625rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15006;display:block; }
#r2PCusSLGsTMm64sSVKha3ZSWzTqTkQW { width:18.75rem;height:1.54385625rem;top:32.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15005;display:block; }
#SkhmyKcPEepyqKuV3JBEIPmnxWcQtqdW { width:16.75rem;height:9.6875rem;top:21.5rem;left:1.5625rem;overflow:hidden;z-index:15004;display:block; }
#ktTGvVDQpJ92DP8p4TNbxo6PCHuhtQ0x { width:12.9368125rem;height:2.3125rem;top:34.375rem;left:3.5rem;z-index:15186;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FVtDgNeDtVSffLo4M0wqbr69xCJSVF3Z { display:block; }
#dh9mAKvxtiuTZZTLG51Sx16D346wlFvL { display:flex;top:34.625rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15187; }
#dh9mAKvxtiuTZZTLG51Sx16D346wlFvL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#B6fUUEBq4s26kEUyVVLCCZckPe4Zw44y { width:18.75rem;height:1.5989rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15005;display:block; }
#HXTDVMqrOnRvKK9kHfpCnOpXmLo8Pt7Z { width:12.9368125rem;height:2.3125rem;top:51.125rem;left:3.5rem;z-index:15192;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mLuxnySbbpSHJa2xrvI1JVJ3vJaCOW9O { display:block; }
#gaeCAbB81sIv02ta9C2W6BDmklRUS4nA { width:18.75rem;height:1.5989rem;top:50.8125rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15012;display:block; }
#bIgCXDeK8yT4C0BiZP1GU2G1HQQWGKsR { width:18.75rem;height:1.5989rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15011;display:block; }
#TzvkZkmcDW24Z7RgnLrJdv3VMOai6KWv { width:18.75rem;height:1.54385625rem;top:48.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15011;display:block; }
#EKe1G9QT2EzFGF7wQnkM9UeWo5PAMgVe { display:flex;top:51.375rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15193; }
#EKe1G9QT2EzFGF7wQnkM9UeWo5PAMgVe > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#NmpOS20hV5A4rnPB6pLaIAPIOFAIqMc9 { width:16.6875rem;height:9.6875rem;top:38.25rem;left:1.5625rem;overflow:hidden;z-index:15010;display:block; }
#GbMpt1AX6a5sd7WVG74ueN3WrloMMMXq { width:12.9368125rem;height:2.3125rem;top:68.0625rem;left:3.5rem;z-index:15198;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WkWqy2m7MEQ13Zk9PIHov2JGzWKJbJsZ { display:block; }
#CSFrJJFtt2dZZCJnA14tFCZ3Xlipe4r8 { width:18.75rem;height:1.5989rem;top:67.75rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15018;display:block; }
#cdqdzWaKdTNffWnyoPzlT9ZS2VzgWCEi { width:18.75rem;height:1.5989rem;top:67.75rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15017;display:block; }
#wKwtEUNZcbHKHSlHhoz7hemIH0OFvkdy { display:flex;top:68.3125rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15199; }
#wKwtEUNZcbHKHSlHhoz7hemIH0OFvkdy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#woUALBTOSRvTFzczKen2qeBuVuFvp0wS { width:18.75rem;height:1.54385625rem;top:65.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15017;display:block; }
#PLyk2wfEXoixWgpBLo6tCctTHLmrDwUC { width:16.625rem;height:9.625rem;top:55.1875rem;left:1.5625rem;overflow:hidden;z-index:15016;display:block; }
#vIOr4TCLVt9Z7yiTk4yKFM7EFmSpninB { width:12.9368125rem;height:2.3125rem;top:87.125rem;left:3.5rem;z-index:15204;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cJ5dIqUhwqA0LBAip3LWHnhuTT7Sv6dB { display:block; }
#R1a1diahbTihCyKXSLNxoooHzFKte7S0 { width:18.75rem;height:1.5989rem;top:84.9375rem;left:0.625rem;text-align:center;text-align-last:center;color:#49604c;z-index:15024;display:block; }
#yBLiN2EqmDL5aP3GblLuw5HtiDLh3VGx { width:18.75rem;height:1.5989rem;top:84.9375rem;left:0rem;text-align:center;text-align-last:center;color:#49604c;z-index:15023;display:block; }
#gaDxKgvIMxzniaNyr3lXtECDdaO4Sb8v { width:18.75rem;height:1.54385625rem;top:83rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#49604c;z-index:15023;display:block; }
#f5uqpqXP9VpgmtaiHstteTAFTJwwEXpG { display:flex;top:87.375rem;left:5.625rem;width:1.75rem;height:1.75rem;z-index:15205; }
#f5uqpqXP9VpgmtaiHstteTAFTJwwEXpG > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#g23wWr9wBbVsS78rv4HP6JgqXCV7qaOh { width:16.4375rem;height:9.5rem;top:72.375rem;left:1.5625rem;overflow:hidden;z-index:15022;display:block; }
#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy { display:block; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy { background-color: transparent; background-image: none; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row .container > .video-iframe-container { display: none; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row > .video-iframe-container { display: none; }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .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); }#zVao0vz1S9gNghECpf6HfZS4AVqhJZWy > .row .container { width:20rem;height:71.25rem;background-color:#eee2d3;background-image:none;position:relative;display:block; }#Jb1WpKGuMMOF4zJ195XwRLI3h118rdwZ { width:20rem;height:;top:1.4650211334229rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;color:#49604c;font-weight:700;font-style:normal;z-index:15001;display:block; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-element-container { background-color:#49604c;background-image:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-heading-text { text-align:right;text-align-last:right;font-size:0.9375rem;height:auto;color:rgba(var(--color-tertiary-0),1);line-height:1.5;overflow:hidden; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-desc-text { font-size:0.875rem;height:auto;text-align:center;text-align-last:center;line-height:1.6;overflow:hidden;color:rgba(var(--color-tertiary-0),1); }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg"); }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct { display:flex;height:auto;width:17.5rem;top:27.25rem;left:0rem;z-index:15002;background-color:#eee2d3;background-image:none; }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IPLFTboNL8TqlXCarTIdK5sUaDHvwtZC {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #rGmMGPS5pLtWqBTb1lbJi93iOenaHLdP {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #oZUTLQDduVg0SZWZHMHQJwWe1cy63CxN {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hAOXAdvK7JzUDwRER1KyOXG8o1XP0D3s {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #MTqn2p7wFOklqHlRBD5hJ02mt6cx2eQw {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #ktMH5pe1RPBRak9QAAaLXKcKErHSreAT {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #dQqtV6NVCbS9QMITND9Xvah4D3pptW8R {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hquOJBX0P012LGIf12eMtez77rhUdsyv {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #JdP6cE9ghDoKZtz91nTsv3or8L6PGCNa {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #z85PH8I5d5McAvh3NmSS5E7A7gH64ULo {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #A3hsMBdbhkp9UxTrUFbASiae9H6uTO6T {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #i67kdfwGwAWGV4f8XoU44hT9sgF7mTGB {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #gJKTLo5JNawbhckCFEEHsKiBCRrzZ8Zt {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #RXck3F287krD3HF8PNSdbiPJPf9eG34M {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #K9N4RWz8Titiq79VdOJ6RtEEsp3nKxoU {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #hMeF8QKEnxJvL11aydDQo0PHb4fDPuDy {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XyU9vWeMAJLdLNqbcarGfObOTU0DR5db {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #iS8Mnr25WUKBeXxGXPLKTEvWKqkBRG8k {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #E7R3ZwUegMQAXVzWrawohpkq6bMt3goy {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #dWXzTqNMX8PWspocBPzgOTIp8ixzdphD {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #cblkyIdkl3kkOqmWLFfX1ylEomyyS4iI {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #wLuzZzODWHNZRC7nkUyO2KqMhBZbKT4d {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #bmGDMIhczdpsQnO0STFiEnu0ZSODgxa9 {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #s820PhTsxbP3C2pGGnbZqhLTqZ9kPiD9 {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #eIyBrLRdI6TdoJmMKtKmE0KzAQQzW9TP {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #LPBeDmxtoT5TzqZQVy7Nkhzi3E5yglVb {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XBLD1iVhiLhneQtDFFX3Tk5epsmXiVPO {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IJeTWlc7wDAqs4MxZUcaEqZaRfKpy6Pw {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #POO4NLG7X15azkM1v2ZkKmW93KDOpcaV {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #IsPigcR7eIVCgVxwn1R16riHTsNrCbDn {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #vVERlmT1fU5UkS2GeakMw4nSwLPTU7Pm {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #vJQCcQU642uikpGMTAkhM7eeIVd7Cz1h {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #fiwSE618F9yyaxtiS4Na7e6QTQoISdNU {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #bxiehiZZSIAzcyBDf1k9Xy3q3DFwimiM {  }
#Tc0PnuxUwiUGemdpZaoSxNz4p4d5iIct #XE0emH6Wd2GOFQtyPrG4eBrfHyxpZBgG {  }
#lRqwT9SlPfEkbEvVeRLehiaxZhxXQvBl { width:8.6248125rem;height:2.374825rem;top:67.5625rem;left:5.6875rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -moz-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -ms-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-image: -o-linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49604c', endColorstr='#367342db' );";background-image: linear-gradient(180deg, #49604c, rgba(54,115,66,0.86));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IlCdqnufTBDDfaT5e5nfvFXHDAzJTn40 { display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-regular-label { display:block;color:#fbfdff;text-align:right;text-align-last:right;font-size:0.875rem;overflow:hidden;height:auto; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-select { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;text-align:center;text-align-last:center;font-size:1rem;overflow:hidden;color:#49604c; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-input-button { background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#49604c;font-size:1.5625rem;overflow:hidden; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]:-moz-placeholder { color:#eff4ff; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]::-moz-placeholder { color:#eff4ff; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]:-ms-input-placeholder { color:#eff4ff; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 [class*="-text"]::-webkit-input-placeholder { color:#eff4ff; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7  { width:15rem;height:auto;top:6.2091674804688rem;left:1.2491122484207rem;background-color:#49604c;background-image:none;z-index:15185; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 {display:block;}#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 { width:15rem;height:auto;top:6.2091674804688rem;left:1.2491122484207rem;background-color:#49604c;background-image:none;z-index:15185; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #XByhTaZyt4I28GZTCeeRyOtBuGMcIRds {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #nMWHWbJtWHHse5ygv5WpHZTeAn47xPlM { display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #IOS2Bw7MD9OFHB6qidmMoxSeE9yoM07X {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #ICVPaeaky8UxhOxNTHtwNk5ryM79laD1 {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #GVVw11zL48Hm8X0VpfiRh4erVF4h7rL0 { display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #CHq7tgb7pV6GuafpUF6PMdI2l71snPtS {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #P2GvWzrLrciJqlw6OLlG9QFgK2ap5UrJ {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #dmNJfF3s8QK3CzQ896WyEdoVmT6hSgVE { display:block; }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #rMJghvK9TbKLi1EZAfHusDRO01PtKLSK {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #w2FbmNmweqnecdT8nrV8H8Qdb0BROipQ {  }
#FGAUg5TWIuJCDpurh37CtasTxqBEHkV7 #myGTKXOgPU95QT3GH0esWEHUBdRTSuyn {  }
#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 { display:block; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 { background-color: transparent; background-image: none; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row .container > .video-iframe-container { display: none; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row > .video-iframe-container { display: none; }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .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); }#mTEtfORnctOt1ukySUxCUAGdQ4TKqQz0 > .row .container { width:20rem;height:58rem;background-color:#49604c;background-image:none;position:relative;display:block; }#nXnEU9lATWW0yUmfasAPpCbXcBNBgBLu { top:1.6208190917969rem;left:3.0906251072884rem;width:12.5rem;height:2.11263125rem;z-index:15165;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
#CbUSBg3neAcHxQ7QovTZrtnb450sFQMz { top:6.6859798431394rem;left:1.1241319775581rem;width:17.7495625rem;height:22.1875rem;z-index:15166;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aVoTeNeveikK2bvF6kyt6dotaf6HrBvW { top:31.309894561767rem;left:1.1252171397209rem;width:17.625rem;height:22.0625rem;z-index:15167;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#R1D8wPLZEaudK0uLg2weQm88v8tMBMoA { width:7.0625rem;height:1.75rem;top:1.8125rem;left:5.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;display:block; }
#li2wFB7TiIbSk2Mvzk8xwX3ewTK7lm6x { width:8.6239375rem;height:2.374825rem;top:54.454010009766rem;left:5.6871446371079rem;z-index:15184;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-image: -moz-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-image: -ms-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-image: -o-linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#735c36db', endColorstr='#eee2d3a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#735c36db', endColorstr='#eee2d3a5' );";background-image: linear-gradient(180deg, rgba(115,92,54,0.86), rgba(238,226,211,0.65));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L0LxF1Hnu94s3W3VlI5Dh4S2IZRtZ80L { display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .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); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { border-width: 0; border-radius: 0; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:20rem;height:10.9375rem;background-color:#eee2d3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:17.9998125rem;height:2.80006875rem;top:7.1207389831544rem;left:1.1871448755264rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);display:block; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:15.8125rem;height:0;top:11.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:2.43696875rem;height:2.43696875rem;top:6.865234375rem;left:17.563032507896rem;font-size:1.6875rem;z-index:15009;display:block; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:2.43706875rem;height:2.43706875rem;top:11.5625rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15010;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:2.43706875rem;height:2.43706875rem;top:20.200738906861rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15012;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { width:15.061875rem;height:2.59943125rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
