.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); }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ { position:relative;display:none; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ { border-width: 0; border-radius: 0; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .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; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .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:4.0625rem;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; }#spdQslGzrTLck3fcuI7FsCDtlICec4uX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#297d39;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.6875rem;left:29.937501907349rem;display:block; }
#oGtN5R5e6ZlD8wNRm4D6hzlPPqNm82i8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2.adaptive-delivery-prevent-bg, #iEku4so9lmJrcz3nmw27kEqfDWrtyMO2.lazyload, #iEku4so9lmJrcz3nmw27kEqfDWrtyMO2.lazyloading { background-image: none; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row .container { border-width: 0; border-radius: 0; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row .container { font-size:0.875rem;font-family:arial;height:110.6875rem;width:60rem;position:relative;display:none; }#CizxEwqwoISyPJ6ZlvX63AnEg2HCiyTm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #37840e, rgba(var(--color-secondary-4),1));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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:27.6875rem;left:26.8125rem;display:block; }
#NetntFivlW8HdeSpapL5ttWTHHpoFCVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozAztN3pkxRgpINtnrLQwcn3fqOUPJ58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.9375rem;left:27.562501907349rem; }
#xPp97CqyKxXlPCXmiyFT3nBZmMV5l1HE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d52T5dWgQhOQwxJ92pQG8MpREFNwqgz8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:23.5rem;width:18.75rem;top:12.875rem;left:20.125rem;display:block; }
#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO { position:relative;display:none; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO { border-width: 0; border-radius: 0; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .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; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .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; }#FO6IzvSUyMfTULvXHzEQ1LxmudP2EvQ8 { 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; }
#S45ThKXG1OCnIzcbl1ZegmhgWPbdTCpT { 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; }
#Q9p7Kk5Kiro1SreozRawGn0VLHfzq5Dd { 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; }
#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row .container { border-width: 0; border-radius: 0; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row .container { font-size:0.875rem;font-family:arial;height:92.0625rem;width:60rem;position:relative;display:none; }#xlz6hFOintpE0R68rkRPTaOzMVz0EGF8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:31.000001907349rem;overflow:hidden;display:block; }
#I81AcWLtUoQUOPVJw3KqJ4f2lpMfIag3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:7.5rem;overflow:hidden;display:block; }
#CFtSo83sg4pTVSOo9CNCWrrwH5A0osFJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:7.5rem;overflow:hidden;display:block; }
#EbfLGhKTLeS7JIvL6GklbLDPvwE9Vp8x { box-sizing:content-box;height:6.9375rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:26.3125rem;left:49.35000038147rem;display:none; }
#FRXkDUAtnJFO6iVL1nNN5PoS4fhghID2 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31rem;left:34.093751907349rem;display:block; }
#hsbpMEc3TphvMI9wing5XWd1h3PUuIyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtDq9c98PksBTr9rCGEtZQwnya6GFIqx { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:block; }
#QMMJU7EnGSfKy0eI1NtdSDussCXIN88s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dukLuzSIw9QPP5rst6nUbTSHNdTbgvNA { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:none; }
#QcHmGAKcrMJcb1BFOwWcv6VwL3mSyeeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0lWXotAgUa5LFcSRWTuvrVFTzE0DMFT { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.512500762939rem;left:34.97500038147rem;display:none; }
#TOVEBSRLipJlghP5DGeOogC0MudpP6w5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXJmZ4es0S8p4ZBRuWgV32FHuax4ThB0 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:59.436719894409rem;left:32.643751144409rem;display:block; }
#VOLUrQ95XZdcHAwaAJ8v0MP32V4xBUIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p22zZo7PeP1TI8nvTDH1ShV3dBhCxy99 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTy5cqtgg5lW7Tdg0580VPTOwNeGiwb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uC0JXiqhk3KfN6bDkdhBN41gxJriayuu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.9375rem;left:27.562501907349rem;display:none; }
#upfc1hK7RnGTTfNpt7GmELaDWOR5GP4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.9375rem;left:27.562501907349rem;display:none; }
#TGT6nHS3ccTOJ5izGIq5192BvMTvpWzF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.9375rem;left:27.562501907349rem;display:none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-form-header {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-text {padding-top: 0; padding-bottom: 0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-select {padding-top: 0; padding-bottom: 0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-container:first-of-type{padding-top:0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-container:last-of-type{padding-bottom:0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN  { 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:8.1222667694094rem;top:27.06210899353rem;z-index:15010;position:absolute; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .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; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN {display:block;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN { 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:8.1222667694094rem;top:27.06210899353rem;z-index:15010;position:absolute;display:none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #mDwZEXyGb7x1GQz9smU68fSXTIDy4l19 { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TLwISeuTuM04WuwZC7CtfyWIDOzW7XRL { position:relative;display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #dA7e0KbdM5oCcZ5ZK0LaHM0mh7bcGTUr { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #SPT95XBUuUf5yEyhUZTCGOHF4PbVSwiC { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #l9LpFivSgFTL1QHPSAxRd2e7QDtoteFE { position:relative;display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #fGdLaW8xWTpmiWbrJr3gaTSGS8Chkmdw { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TadOVdKhFGb7F7C94ClmwVFNzOzaVGkn { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #wn0cohpWNz1vtTw1mrOFTeLUncJ4g9GM { position:relative;display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TOBME6TXBletQOxImqzNebuMU5ySukFA { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #Sk53UK5bBIUV6CIt0CKovocKZeCQbMON { position:relative; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #hWs4hqFeHTyPIBAqr6bMqb90dFBg4SNf { position:relative; }
#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt { position:relative;display:none; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt { border-width: 0; border-radius: 0; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .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; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .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; }#WbSnWqhT9ndKmFCFce7RntIvtdQR7Hiq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FT3tg6uZDN5cEJyq29F2CBcGK85z5x9N { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UosSIQV3AUaTL51CaRor1IaSKPKVLxm8 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.93675rem;height:2.87421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31rem;left:34.093751907349rem;display:none; }
#ovA1au3zE112hBDHkC3IQscEyshmUk7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3iVLoaRk31MCdfJ7wXLwSBWTv7XfRoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FlJXHJ8rEbH9d74Dvr01xIoTh7pQDvVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JiQ81iefAFZaSFJesCNZqCKx5JuP35HU { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ETuybK9MTnofHr0nnPLSZfQnrh2CFdbL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SOCQS93ieMZrGz9eukOg6nvoweFhNIU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:77.311718702319rem;left:27.562501907349rem; }
#hUObKTgOMauJA3rTT8FzXCzckzW7l9mo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15195;opacity:1;top:27.9375rem;left:27.562501907349rem;display:none; }
#TZIzBmmdaCbB6Q5bnceUt8FTo0hFaqnS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:82.5625rem;left:19.9375rem;text-align:center;text-align-last:center;display:block; }
#DxTXRM5IeuVTVFt6TosTtQ6qoGIKZab7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:80.4375rem;left:19.25rem;text-align:center;text-align-last:center;display:block; }
#Ow6lr5WSl5qe9qBSxdUKMzh4a7Z80Vb0 { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:86.0625rem;left:20.1875rem;overflow:hidden;display:block; }
#dLy455WoEOJO0huLzTMhM1eNiHLA4vbi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b { 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; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row .container { border-width: 0; border-radius: 0; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .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:transparent;background-image:none;vertical-align:top; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .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; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .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; }#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger.adaptive-delivery-prevent-bg, #Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger.lazyload, #Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger.lazyloading { background-image: none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.75rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 { display:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #dBgOs6vRMKdeXEMd8yRk03i71xQe2VFt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #rrKPUGvNKobtSTkqqhyhKtEKnqWNqOol { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #CwbqdbC0WTXqtzgucLTv6tBW6aPDZxgV { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #HNFicMfvZRyDTJyxp7OrLEL8XRsQXsm6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #ygRgQoBLXgz9JmbBIdvph4emTrk5brkD { display:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #JBwVcZlXGiAXfscPe5lVpwlx067sU81u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #KJFsBkd3tAr3TNaHdJUVXrJPgRgBsFea { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #PWzM6eP4cEKvsotPd8xDd7F4HyntozxR { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #ETorTfTtBTiiweBc4fttzKR5hxVZrnao {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #r9TsKDRx9X9XfX8SXlNvD0h08Bt3xWUq { display:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #n9laLB784NaCPVMIJgDQzI3q957DzK45 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #pnzKQUseAR8VIvm1xILlhz0JEMaGhmMI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #rDFmJT0B8nAcxb0SyrrEJ1SzIf9LxBuN { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #BXfWHOaia7ZobMfFrRERI1HsURp0DytF {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #CSxOO6BVAkHV1dJHfc1g08DuHglOKeVI { display:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #aeuD1vySAKLpP0V9o6Vgk5iSvd4dEzLw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #GvgaIJdCUycUAE9HCHrHLvPruNB4Grhm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #wGEdEoQdpyJr8GoK6MkreMrOqQNSDsch { display:block;position:relative; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #h4T5OaqVUefM4EsolA1QJstmCzToTmOP {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #l1ZtPmTTzNTbfsJS0SsLO65mnAN5tPtg { display:none; }
#dTkKTrGzrlRsH43RWsoUnmnBNXOAMW9n { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { position:relative;display:none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { border-width: 0; border-radius: 0; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .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; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container.adaptive-delivery-prevent-bg, #GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container.lazyload, #GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container.lazyloading { background-image: none; }#eENWTxzHzwl4mDI76MVsZUfADL1RJd9m { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#DlIk3zrA035d2mxgev65VWXT3gAgRWSL { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#KoLz59fraimTm2EoG8V43taXXWH81NZG { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N5bV4C8ANIinHIghXTwFkXmls9oXrUzS { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#sF7RQAHAUDoNRuKaI7uO1DqfVIh0zNgl { color:#0e193d;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:38.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aFgUZLzyetNPxb6KGoa1NPwyUmFH57px { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.78125rem;left:50.4375rem;display:block; }
#iR368zmEey0znnAXkPgZhlFzA79qszsH { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.125rem;left:31.5rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#K6UTAJ0vM66FnylehmcITxzNTiM0WP6n { position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:8.5625rem;left:31.375rem;display:none; }
body { position:relative;display:block; }
#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ { display:none; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container { width:47.75rem;position:relative;display:none; }#spdQslGzrTLck3fcuI7FsCDtlICec4uX { width:6.3125rem;height:2.625rem;top:0.6875rem;left:23.812501907349rem;display:none; }
#oGtN5R5e6ZlD8wNRm4D6hzlPPqNm82i8 { display:block; }
#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 { display:none; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row .container { width:47.75rem;position:relative;display:none; }#CizxEwqwoISyPJ6ZlvX63AnEg2HCiyTm { width:12.5625rem;height:2.4375rem;top:27.6875rem;left:20.6875rem;display:none; }
#NetntFivlW8HdeSpapL5ttWTHHpoFCVs { display:block; }
#ozAztN3pkxRgpINtnrLQwcn3fqOUPJ58 { top:27.9375rem;left:21.437501907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#xPp97CqyKxXlPCXmiyFT3nBZmMV5l1HE { top:6.75rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
#d52T5dWgQhOQwxJ92pQG8MpREFNwqgz8 { width:18.75rem;height:23.5rem;top:12.875rem;left:14rem;display:none; }
#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO { display:none; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .row .container { width:47.75rem;position:relative;display:none; }#FO6IzvSUyMfTULvXHzEQ1LxmudP2EvQ8 { top:0.75rem;left:1.6875002980233rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:none; }
#S45ThKXG1OCnIzcbl1ZegmhgWPbdTCpT { width:47.75rem;height:59.6875rem;display:none; }
#Q9p7Kk5Kiro1SreozRawGn0VLHfzq5Dd { width:47.75rem;height:59.6875rem;display:none; }
#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl { display:none; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row .container { width:47.75rem;position:relative;display:none; }#xlz6hFOintpE0R68rkRPTaOzMVz0EGF8 { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
#I81AcWLtUoQUOPVJw3KqJ4f2lpMfIag3 { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#CFtSo83sg4pTVSOo9CNCWrrwH5A0osFJ { top:34.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#EbfLGhKTLeS7JIvL6GklbLDPvwE9Vp8x { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#FRXkDUAtnJFO6iVL1nNN5PoS4fhghID2 { width:13.875rem;height:2.8125rem;top:31rem;left:27.968751907349rem;display:none; }
#hsbpMEc3TphvMI9wing5XWd1h3PUuIyG { display:block; }
#LtDq9c98PksBTr9rCGEtZQwnya6GFIqx { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#QMMJU7EnGSfKy0eI1NtdSDussCXIN88s { display:block; }
#dukLuzSIw9QPP5rst6nUbTSHNdTbgvNA { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#QcHmGAKcrMJcb1BFOwWcv6VwL3mSyeeL { display:block; }
#B0lWXotAgUa5LFcSRWTuvrVFTzE0DMFT { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
#TOVEBSRLipJlghP5DGeOogC0MudpP6w5 { display:block; }
#sXJmZ4es0S8p4ZBRuWgV32FHuax4ThB0 { width:13.875rem;height:2.8125rem;top:59.375rem;left:26.518751144409rem;display:none; }
#VOLUrQ95XZdcHAwaAJ8v0MP32V4xBUIx { display:block; }
#p22zZo7PeP1TI8nvTDH1ShV3dBhCxy99 { width:19.375rem;height:1.4375rem;top:1.125rem;left:0rem;font-size:1.125rem;display:block; }
#tTy5cqtgg5lW7Tdg0580VPTOwNeGiwb5 { width:19.375rem;height:1.4375rem;top:3.5625rem;left:0rem;font-size:1.125rem;display:none; }
#uC0JXiqhk3KfN6bDkdhBN41gxJriayuu { top:27.9375rem;left:21.437501907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#upfc1hK7RnGTTfNpt7GmELaDWOR5GP4Q { top:27.9375rem;left:21.437501907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#TGT6nHS3ccTOJ5izGIq5192BvMTvpWzF { top:27.9375rem;left:21.437501907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-regular-label { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN  { width:15rem;height:auto; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN {display:block;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN { width:15rem;height:auto;display:none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #mDwZEXyGb7x1GQz9smU68fSXTIDy4l19 {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TLwISeuTuM04WuwZC7CtfyWIDOzW7XRL { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #dA7e0KbdM5oCcZ5ZK0LaHM0mh7bcGTUr {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #SPT95XBUuUf5yEyhUZTCGOHF4PbVSwiC {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #l9LpFivSgFTL1QHPSAxRd2e7QDtoteFE { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #fGdLaW8xWTpmiWbrJr3gaTSGS8Chkmdw {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TadOVdKhFGb7F7C94ClmwVFNzOzaVGkn {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #wn0cohpWNz1vtTw1mrOFTeLUncJ4g9GM { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TOBME6TXBletQOxImqzNebuMU5ySukFA {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #Sk53UK5bBIUV6CIt0CKovocKZeCQbMON {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #hWs4hqFeHTyPIBAqr6bMqb90dFBg4SNf {  }
#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt { display:none; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .row .container { width:47.75rem;position:relative;display:none; }#WbSnWqhT9ndKmFCFce7RntIvtdQR7Hiq { top:30.125rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.4375rem;display:none; }
#FT3tg6uZDN5cEJyq29F2CBcGK85z5x9N { top:6.9375rem;left:0.5rem;width:14.875rem;height:4.5rem;font-size:1.125rem;display:none; }
#UosSIQV3AUaTL51CaRor1IaSKPKVLxm8 { width:13.875rem;height:2.8125rem;top:31rem;left:27.968751907349rem;display:none; }
#ovA1au3zE112hBDHkC3IQscEyshmUk7i { display:block; }
#O3iVLoaRk31MCdfJ7wXLwSBWTv7XfRoZ { top:48.25rem;left:0rem;width:11.375rem;height:2.4375rem;font-size:1.0625rem;display:none; }
#FlJXHJ8rEbH9d74Dvr01xIoTh7pQDvVJ { top:41.9375rem;left:0rem;width:16.8125rem;height:5.75rem;font-size:0.875rem;display:none; }
#JiQ81iefAFZaSFJesCNZqCKx5JuP35HU { top:53.0625rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
#ETuybK9MTnofHr0nnPLSZfQnrh2CFdbL { top:52.4375rem;left:0rem;width:17.5625rem;height:3.25rem;font-size:0.8125rem;display:none; }
#SOCQS93ieMZrGz9eukOg6nvoweFhNIU1 { top:77.25rem;left:21.437501907349rem;width:3.0625rem;height:3.0625rem;display:none; }
#hUObKTgOMauJA3rTT8FzXCzckzW7l9mo { top:27.9375rem;left:21.437501907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#TZIzBmmdaCbB6Q5bnceUt8FTo0hFaqnS { top:82.5625rem;left:13.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#DxTXRM5IeuVTVFt6TosTtQ6qoGIKZab7 { top:80.4375rem;left:13.125rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#Ow6lr5WSl5qe9qBSxdUKMzh4a7Z80Vb0 { top:86.0625rem;left:14.0625rem;width:18.125rem;height:1.25rem;display:none; }
#dLy455WoEOJO0huLzTMhM1eNiHLA4vbi { top:5.1875rem;left:3.875rem;width:7.0625rem;height:4.125rem;font-size:1.25rem;display:none; }
#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b { display:none; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row .container { width:47.75rem;position:relative;display:none; }#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #dBgOs6vRMKdeXEMd8yRk03i71xQe2VFt {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #rrKPUGvNKobtSTkqqhyhKtEKnqWNqOol {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #CwbqdbC0WTXqtzgucLTv6tBW6aPDZxgV {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #HNFicMfvZRyDTJyxp7OrLEL8XRsQXsm6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #ygRgQoBLXgz9JmbBIdvph4emTrk5brkD {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #JBwVcZlXGiAXfscPe5lVpwlx067sU81u {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #KJFsBkd3tAr3TNaHdJUVXrJPgRgBsFea {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #PWzM6eP4cEKvsotPd8xDd7F4HyntozxR {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #ETorTfTtBTiiweBc4fttzKR5hxVZrnao {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #r9TsKDRx9X9XfX8SXlNvD0h08Bt3xWUq {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #n9laLB784NaCPVMIJgDQzI3q957DzK45 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #pnzKQUseAR8VIvm1xILlhz0JEMaGhmMI {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #rDFmJT0B8nAcxb0SyrrEJ1SzIf9LxBuN {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #BXfWHOaia7ZobMfFrRERI1HsURp0DytF {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #CSxOO6BVAkHV1dJHfc1g08DuHglOKeVI {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #aeuD1vySAKLpP0V9o6Vgk5iSvd4dEzLw {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #GvgaIJdCUycUAE9HCHrHLvPruNB4Grhm {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #wGEdEoQdpyJr8GoK6MkreMrOqQNSDsch {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #h4T5OaqVUefM4EsolA1QJstmCzToTmOP {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #l1ZtPmTTzNTbfsJS0SsLO65mnAN5tPtg {  }
#dTkKTrGzrlRsH43RWsoUnmnBNXOAMW9n { top:1.125rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1.625rem;display:none; }
#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { display:none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container { width:47.75rem;position:relative;display:none; }#eENWTxzHzwl4mDI76MVsZUfADL1RJd9m { width:16.6875rem;height:1.5rem;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
#DlIk3zrA035d2mxgev65VWXT3gAgRWSL { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#KoLz59fraimTm2EoG8V43taXXWH81NZG { width:15.8125rem;height:3.1875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
#N5bV4C8ANIinHIghXTwFkXmls9oXrUzS { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#sF7RQAHAUDoNRuKaI7uO1DqfVIh0zNgl { top:13.0625rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:0.75rem;display:block; }
#aFgUZLzyetNPxb6KGoa1NPwyUmFH57px { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#iR368zmEey0znnAXkPgZhlFzA79qszsH { width:19.25rem;height:1.75rem;top:9.125rem;left:25.375rem;font-size:1.0625rem;display:block; }
#K6UTAJ0vM66FnylehmcITxzNTiM0WP6n { top:8.5625rem;left:25.25rem;width:20.125rem;height:2.875rem;display:block; }
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); }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ { display:block; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ { background-color: transparent; background-image: none; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container > .video-iframe-container { display: none; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row > .video-iframe-container { display: none; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .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); }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ { border-width: 0; border-radius: 0; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .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; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container { width:20rem;height:26.25rem;background-color:#49604c;background-image:url("https://images.assets-landingi.com/uc/96bb98d1-6238-4d65-b5d6-1a468f304cbd/Gemini_Generated_Image_as6nj8as6nj8as6n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container.adaptive-delivery-prevent-bg, #ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container.lazyload, #ZF4GxJFX5ZrDAwGf29Kw5PdLa7u1IIGQ > .row .container.lazyloading { background-image: none; }#spdQslGzrTLck3fcuI7FsCDtlICec4uX { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#oGtN5R5e6ZlD8wNRm4D6hzlPPqNm82i8 { display:block; }
#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 { display:block; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 { background-color: transparent; background-image: none; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row .container > .video-iframe-container { display: none; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row > .video-iframe-container { display: none; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .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); }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 { border-width: 0; border-radius: 0; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .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; }#iEku4so9lmJrcz3nmw27kEqfDWrtyMO2 > .row .container { width:20rem;height:29.5rem;background-color:#49604c;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; }#CizxEwqwoISyPJ6ZlvX63AnEg2HCiyTm { width:12.1875rem;height:2.4375rem;top:26.25rem;left:3.90625rem;z-index:15178;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;color:#ffffff;font-size:0.875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#NetntFivlW8HdeSpapL5ttWTHHpoFCVs { display:block; }
#ozAztN3pkxRgpINtnrLQwcn3fqOUPJ58 { display:flex;width:2.3125rem;height:2.3125rem;top:26.375rem;left:4.4375rem;font-size:2.1875rem;z-index:15199; }
#xPp97CqyKxXlPCXmiyFT3nBZmMV5l1HE { width:19.9984375rem;height:2.11230625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#fff6f8;display:block; }
#d52T5dWgQhOQwxJ92pQG8MpREFNwqgz8 { top:4.3125rem;left:0.6552734375rem;width:18.75rem;height:23.5rem;z-index:14996;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO { display:block; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO { background-color: transparent; background-image: none; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .row .container > .video-iframe-container { display: none; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .row > .video-iframe-container { display: none; }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .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); }#Hp6JyDqzfDrKQcVrBGMDAKrTNMd7UPiO > .row .container { width:20rem;height:50.6875rem;background-color:#49604c;background-image:none;position:relative;display:block; }#FO6IzvSUyMfTULvXHzEQ1LxmudP2EvQ8 { top:0rem;left:3.75rem;width:12.5rem;height:2.11230625rem;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; }
#S45ThKXG1OCnIzcbl1ZegmhgWPbdTCpT { top:3.875rem;left:1.125rem;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; }
#Q9p7Kk5Kiro1SreozRawGn0VLHfzq5Dd { top:28.5rem;left:1.125rem;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; }
#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl { display:block; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl { background-color: transparent; background-image: none; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row .container > .video-iframe-container { display: none; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row > .video-iframe-container { display: none; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .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); }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl { border-width: 0; border-radius: 0; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .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; }#ERauXqzCQVTZdyKEHJWbuu6pRvwyS0fl > .row .container { width:20rem;height:80.3125rem;background-color:#49604c;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; }#xlz6hFOintpE0R68rkRPTaOzMVz0EGF8 { width:20rem;height:11.625rem;top:6.92421913147rem;left:0rem;overflow:hidden;display:block; }
#I81AcWLtUoQUOPVJw3KqJ4f2lpMfIag3 { width:19.875rem;height:11.5rem;top:24.93696975708rem;left:0rem;overflow:hidden;display:block; }
#CFtSo83sg4pTVSOo9CNCWrrwH5A0osFJ { width:19.875rem;height:11.5rem;top:41.186066627502rem;left:0.061257064342499rem;overflow:hidden;display:block; }
#EbfLGhKTLeS7JIvL6GklbLDPvwE9Vp8x { top:29.020312309265rem;left:0rem;width:19.4375rem;height:6.75rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#FRXkDUAtnJFO6iVL1nNN5PoS4fhghID2 { top:20.23171043396rem;left:2.778764128685rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#hsbpMEc3TphvMI9wing5XWd1h3PUuIyG { display:block; }
#LtDq9c98PksBTr9rCGEtZQwnya6GFIqx { top:37.050776004791rem;left:3.061967253685rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#QMMJU7EnGSfKy0eI1NtdSDussCXIN88s { display:block; }
#dukLuzSIw9QPP5rst6nUbTSHNdTbgvNA { top:53.286572933197rem;left:3.061967253685rem;width:13.875rem;height:2.8125rem;z-index:15189;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#QcHmGAKcrMJcb1BFOwWcv6VwL3mSyeeL { display:block; }
#B0lWXotAgUa5LFcSRWTuvrVFTzE0DMFT { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#TOVEBSRLipJlghP5DGeOogC0MudpP6w5 { display:block; }
#sXJmZ4es0S8p4ZBRuWgV32FHuax4ThB0 { top:59.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#VOLUrQ95XZdcHAwaAJ8v0MP32V4xBUIx { display:block; }
#p22zZo7PeP1TI8nvTDH1ShV3dBhCxy99 { width:19.434375rem;height:1.4619125rem;top:1.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);color:rgba(var(--color-tertiary-0),1);display:block; }
#tTy5cqtgg5lW7Tdg0580VPTOwNeGiwb5 { width:15.75rem;height:1.4619125rem;top:4rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);z-index:15003;color:rgba(var(--color-tertiary-0),1);display:block; }
#uC0JXiqhk3KfN6bDkdhBN41gxJriayuu { display:flex;width:2.3117875rem;height:2.3117875rem;top:20.480290412903rem;left:4.3004258871079rem;font-size:2.1875rem;z-index:15207; }
#upfc1hK7RnGTTfNpt7GmELaDWOR5GP4Q { display:flex;width:2.3117875rem;height:2.3117875rem;top:37.298471450806rem;left:4.2986506223679rem;font-size:2.1875rem;z-index:15208; }
#TGT6nHS3ccTOJ5izGIq5192BvMTvpWzF { display:flex;width:2.3117875rem;height:2.3117875rem;top:53.534267425537rem;left:4.2986506223679rem;font-size:2.1875rem;z-index:15209; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-form-header { font-size:0.75rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-regular-label { display:block;text-align:right;text-align-last:right;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;width:14.25rem;height:auto;font-size:1.0625rem;overflow:hidden;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family); }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-text { width:15rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-text {padding-top: 0; padding-bottom: 0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-textarea { width:15rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-select { text-align:right;text-align-last:right;width:15rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-select {padding-top: 0; padding-bottom: 0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(168deg, #36a800, #4d803c);background-image: -moz-linear-gradient(168deg, #36a800, #4d803c);background-image: -ms-linear-gradient(168deg, #36a800, #4d803c);background-image: -o-linear-gradient(168deg, #36a800, #4d803c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a800', endColorstr='#4d803c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a800', endColorstr='#4d803c' );";background-image: linear-gradient(168deg, #36a800, #4d803c);background-size:initial !important;width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-checkbox-label { float:none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-radio-label { float:none; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-container:first-of-type{padding-top:0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-container:last-of-type{padding-bottom:0;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN  { width:15rem;height:auto;top:58.7041015625rem;left:1.2490234375rem;background-color:#fffefb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;font-size:0.75rem;border-top-right-radius:3.375rem;border-bottom-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-top-left-radius:3.375rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .radio-container { width:15rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN .widget-info-text { color:#000000;font-family:"open sans";font-size:0.6875rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN {display:block;}#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN { width:15rem;height:auto;top:58.7041015625rem;left:1.2490234375rem;background-color:#fffefb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;font-size:0.75rem;border-top-right-radius:3.375rem;border-bottom-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-top-left-radius:3.375rem; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #mDwZEXyGb7x1GQz9smU68fSXTIDy4l19 {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TLwISeuTuM04WuwZC7CtfyWIDOzW7XRL { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #dA7e0KbdM5oCcZ5ZK0LaHM0mh7bcGTUr {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #SPT95XBUuUf5yEyhUZTCGOHF4PbVSwiC {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #l9LpFivSgFTL1QHPSAxRd2e7QDtoteFE { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #fGdLaW8xWTpmiWbrJr3gaTSGS8Chkmdw {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TadOVdKhFGb7F7C94ClmwVFNzOzaVGkn {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #wn0cohpWNz1vtTw1mrOFTeLUncJ4g9GM { display:block; }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #TOBME6TXBletQOxImqzNebuMU5ySukFA {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #Sk53UK5bBIUV6CIt0CKovocKZeCQbMON {  }
#Um8JMfRGsckq4VUw18TbT1P3RJAdtmmN #hWs4hqFeHTyPIBAqr6bMqb90dFBg4SNf {  }
#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt { display:block; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt { background-color: transparent; background-image: none; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .row .container > .video-iframe-container { display: none; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .row > .video-iframe-container { display: none; }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .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); }#pWTCeeeI2wpW8QbEGICBLbIn5XsaLigt > .row .container { width:20rem;height:40.375rem;background-color:#49604c;background-image:none;position:relative;display:block; }#WbSnWqhT9ndKmFCFce7RntIvtdQR7Hiq { width:19.9980625rem;height:1.8681625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#fff6f8;z-index:15012;display:block; }
#FT3tg6uZDN5cEJyq29F2CBcGK85z5x9N { width:14.875rem;height:4.5rem;top:9.0625rem;left:2.5625rem;text-align:right;text-align-last:right;font-size:1.125rem;color:#fff6f8;z-index:15013;font-weight:400;font-style:normal;font-family:amiri;line-height:1;display:block; }
#UosSIQV3AUaTL51CaRor1IaSKPKVLxm8 { top:15.625rem;left:0.9375rem;width:8.0625rem;height:2rem;z-index:15190;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ovA1au3zE112hBDHkC3IQscEyshmUk7i { display:block; }
#O3iVLoaRk31MCdfJ7wXLwSBWTv7XfRoZ { width:7.0625rem;height:2.76171875rem;top:15.8125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1.0625rem;color:#fff6f8;z-index:15017;font-weight:700;font-style:normal;font-family:amiri;line-height:1.3;display:block; }
#FlJXHJ8rEbH9d74Dvr01xIoTh7pQDvVJ { width:16.8125rem;height:5.7714875rem;top:18.6875rem;left:2.625rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#fff6f8;z-index:15014;font-weight:400;font-style:normal;font-family:amiri;line-height:1.1;display:block; }
#JiQ81iefAFZaSFJesCNZqCKx5JuP35HU { width:11.375rem;height:2.4375rem;top:24.4375rem;left:7.75rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:#fff6f8;z-index:15016;font-weight:700;font-style:normal;font-family:amiri;line-height:1.3;display:block; }
#ETuybK9MTnofHr0nnPLSZfQnrh2CFdbL { width:17.5625rem;height:4.22265625rem;top:26.8125rem;left:1.625rem;text-align:right;text-align-last:right;font-size:0.8125rem;color:#fff6f8;z-index:15015;font-weight:400;font-style:normal;font-family:amiri;line-height:1.3;display:block; }
#SOCQS93ieMZrGz9eukOg6nvoweFhNIU1 { display:flex;top:32.5625rem;left:8.5625rem;width:2.936525rem;height:2.936525rem;z-index:15202; }
#hUObKTgOMauJA3rTT8FzXCzckzW7l9mo { display:flex;width:1.3125rem;height:1.3125rem;top:15.875rem;left:1.125rem;font-size:2.1875rem;z-index:15202; }
#TZIzBmmdaCbB6Q5bnceUt8FTo0hFaqnS { top:35.75rem;left:0rem;width:19.9980625rem;height:1.13671875rem;z-index:15195;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#DxTXRM5IeuVTVFt6TosTtQ6qoGIKZab7 { top:36.8125rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15193;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#Ow6lr5WSl5qe9qBSxdUKMzh4a7Z80Vb0 { width:18.125rem;height:1.25rem;top:39.125rem;left:0.9375rem;z-index:15101;overflow:hidden;display:block; }
#dLy455WoEOJO0huLzTMhM1eNiHLA4vbi { width:15.4375rem;height:3.25rem;top:4.3125rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#fff6f8;z-index:15018;font-weight:700;font-style:normal;font-family:amiri;line-height:1.3;display:block; }
#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b { position:relative;z-index:auto;display:block; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b { background-color: transparent; background-image: none; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row .container > .video-iframe-container { display: none; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row > .video-iframe-container { display: none; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .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); }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b { border-width: 0; border-radius: 0; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .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; }#n7HcTk1iQprD7lzrrmdZInf9XwWNkm7b > .row .container { width:20rem;height:42.239234375rem;background-color:#49604c;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; }#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-element-container { background-color:#b78158;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:1.6;overflow:hidden; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger.adaptive-delivery-prevent-bg, #Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger.lazyload, #Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde .accordion-trigger.lazyloading { background-image: none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde { display:flex;height:auto;width:18.2430625rem;top:4.1859130859375rem;left:0.12734371423721rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:#49604c;background-image:none; }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #dBgOs6vRMKdeXEMd8yRk03i71xQe2VFt {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #rrKPUGvNKobtSTkqqhyhKtEKnqWNqOol {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #CwbqdbC0WTXqtzgucLTv6tBW6aPDZxgV {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #HNFicMfvZRyDTJyxp7OrLEL8XRsQXsm6 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #ygRgQoBLXgz9JmbBIdvph4emTrk5brkD {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #JBwVcZlXGiAXfscPe5lVpwlx067sU81u {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #KJFsBkd3tAr3TNaHdJUVXrJPgRgBsFea {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #PWzM6eP4cEKvsotPd8xDd7F4HyntozxR {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #ETorTfTtBTiiweBc4fttzKR5hxVZrnao {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #r9TsKDRx9X9XfX8SXlNvD0h08Bt3xWUq {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #n9laLB784NaCPVMIJgDQzI3q957DzK45 {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #pnzKQUseAR8VIvm1xILlhz0JEMaGhmMI {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #rDFmJT0B8nAcxb0SyrrEJ1SzIf9LxBuN {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #BXfWHOaia7ZobMfFrRERI1HsURp0DytF {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #CSxOO6BVAkHV1dJHfc1g08DuHglOKeVI {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #aeuD1vySAKLpP0V9o6Vgk5iSvd4dEzLw {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #GvgaIJdCUycUAE9HCHrHLvPruNB4Grhm {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #wGEdEoQdpyJr8GoK6MkreMrOqQNSDsch {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #h4T5OaqVUefM4EsolA1QJstmCzToTmOP {  }
#Rb7ByqrIdClKiO6saTX9WFHDw9UKpDde #l1ZtPmTTzNTbfsJS0SsLO65mnAN5tPtg {  }
#dTkKTrGzrlRsH43RWsoUnmnBNXOAMW9n { width:19.99825rem;height:2.11230625rem;top:1.1363639831543rem;left:0.00088775157928469rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#fff6f8;z-index:15012;display:block; }
#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { display:block; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { background-color: transparent; background-image: none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container > .video-iframe-container { display: none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row > .video-iframe-container { display: none; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .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); }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy { border-width: 0; border-radius: 0; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .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; }#GE4hXpSgvR55vZUMixvTFtViu5i1Q7dy > .row .container { width:20rem;height:10.9375rem;background-color:#49604c;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; }#eENWTxzHzwl4mDI76MVsZUfADL1RJd9m { width:16.6875rem;height:1.51171875rem;top:1.7498168945312rem;left:1.4367896318436rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1);display:block; }
#DlIk3zrA035d2mxgev65VWXT3gAgRWSL { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#KoLz59fraimTm2EoG8V43taXXWH81NZG { width:15.874rem;height:3.19921875rem;top:4.3359375rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;display:block; }
#N5bV4C8ANIinHIghXTwFkXmls9oXrUzS { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#sF7RQAHAUDoNRuKaI7uO1DqfVIh0zNgl { width:19.4375rem;height:0.8994125rem;top:8.1871452331544rem;left:0.125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#f7f8fe;line-height:1.2;font-size:0.75rem;display:block; }
#aFgUZLzyetNPxb6KGoa1NPwyUmFH57px { width:3.12378125rem;height:3.12378125rem;top:4.37255859375rem;left:16.38916015625rem;font-size:2.1875rem;display:block; }
#iR368zmEey0znnAXkPgZhlFzA79qszsH { width:18.812125rem;height:0;top:10.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:none; }
#K6UTAJ0vM66FnylehmcITxzNTiM0WP6n { width:17.9375rem;height:2.9375rem;top:9.875rem;left:1.0625rem;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
