.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:195,163,101;--color-primary-1:178,140,114;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--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); }#dGT9HgWtJluun2EunFyXSsrZlMCer47J { position:relative;display:none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J { border-width: 0; border-radius: 0; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .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; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#HnJeR8Mwxih5E8dfZ25ZwCKLHQT7T1Qn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:15.1875rem;display:none; }
#uJnQzbWboLmdfy6TMbMokl0UplNEgeQc { 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:11.75rem;width:11.75rem;display:none; }
#qMsnuGI1kkQMlx8DQJonuX5xZfvMZbMf { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#d3SZT1AqkepaOqakQLdq89EZivqsWz6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqM7JiMJoRHwiyLwaQDfcpam8rcNuKVX { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#LicTO3GETWZGVktlrVGgbA5Gu3vPUmRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 { position:relative;z-index:auto;display:none; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 { border-width: 0; border-radius: 0; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .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; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;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; }#qobFA6eJRztBGCMXEpUrhK62F48JTdHq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#TwlXPDQzOqgua42DNLM0V0WTUAqJoDQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQHrKfTocVme3GZxT4LemIPq0G5RQ1tm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#Z4swZ8ggIKI6RfA0nVEOTAEoimS3pRxg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#NX5vrNuHxhnLlqvNcG8504JMIsLTbJzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xsvMnGO84wuCGboGXUJmJIf4DaqiJai0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#xsvMnGO84wuCGboGXUJmJIf4DaqiJai0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#CfO8wdye7G8BEx6g969ubVR4VhOm8RL7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#XXSF01vauupiC2NQbBTnIlnK092nQTBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tE0NWuSRZLeTZXt3WGPPSU0tzvGnMXgQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#TPHK8XTxpaDbqaa2r1wbUZDCQqHn4R5B { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#co12N8OwxHJm71BtlFU5OzWCC5x87ExI { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktJrUyEsL60weJt4SpCLPw4SQVKwpCMa { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#qAFm8kFhhUN9q4oh9qsXP0XuUqLRHN2n { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#SznOgCPimkFBsZUh3aeGeKBT56tuy7gI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:none; }
#QJVVd17vQgiA6OnXbEbIF2CoAWul3iI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mK6AmVZ7lhlCs9gW3sCvOW28LJNe3UrB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:none; }
#bJ2IFwQzhWHUUhTOmA8OcK8mqOhoXVua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxXlRaXD1FnTX4dHhxFxlormwWb5nlus { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:none; }
#ktWXoWzH9rohFVEVsZF6ZRGHie05Dogl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G04IpV6MfDzMWiOwJk6ix1y973qnmk5t { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:none; }
#hSXIxvWgnIiTAP12vsr4dFaoWpudXZSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCDh6FNofqvW9E56emGiCudCMxVd8IKr { position:relative;z-index:auto;display:none; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr { border-width: 0; border-radius: 0; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .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; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;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; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container.adaptive-delivery-prevent-bg, #xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container.lazyload, #xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container.lazyloading { background-image: none; }#AkszM0pv8tPoAhEF4Xp9Tvf6rWUI8xfS { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#BTM9r5TkLnXyZ1v3V035TpqfNce8Zh39 { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { position:relative;z-index:auto;display:none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { border-width: 0; border-radius: 0; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .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; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;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; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container.adaptive-delivery-prevent-bg, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container.lazyload, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container.lazyloading { background-image: none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 { position:relative;display:none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 { border-width: 0; border-radius: 0; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .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; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#ohIn6iJceRN7TebqKttN9VasPM07zXIz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#TbU6KaqSOcVvUagVa6NEs1aGHkeVWMEd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#gDSDFTeNev0fTpnaRSTfXO0kLKSylRDr { 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:5.25rem;width:15.9375rem;display:none; }
#F4ceWiTMZSWQlJ5585MENOi5xI7zJs14 { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.4375rem;left:11.6875rem;display:none; }
#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 { position:relative;display:none; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 { border-width: 0; border-radius: 0; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .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; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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; }#QzUP4XAesQhXTnknfgyGONBtTAZnntk4 { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#odN3LT2ZCWbeKxvm5kiDJgVJvJm8oEDI { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VxtbLkNKJlUqSnX6B8sWmJdCdJSPfUPI { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#UQUW0d1tR9q1T8u0eFPV3EcggnAF5b6Z { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#IP7Fb85PFEyUs6baIeu6WTPhV9fHC7TU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:29.5625rem;display:none; }
#mFTz7RvosGamntVuXBXcokaBlbfDUqTM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#mNx10bH9NMsVlIZnQuZczJfyoyXIQves { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#kUgcqAgwLJkSLoBu8nptx0hy7qnv4Nkd { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GkP0D8tdXpzX5a5TkhUQCgArve9FmzN2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#QImOn5oKR2xoScUbiKu2ZV2aPQHAAwDC { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(107,202,194,0.55) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#E7TEEntZ7iqZxthO2ciQ32Va1EX6Wluz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-form-header {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-text {padding-top: 0; padding-bottom: 0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-select {padding-top: 0; padding-bottom: 0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .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; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-container:first-of-type{padding-top:0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-container:last-of-type{padding-bottom:0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e {display:block;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem;display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ROiuaorlf9iBXPEK3TTmnTfkg8TTwyqG { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #SF4nuLKxTIK1vpa2hScNkpHday0aog3S { position:relative;display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #FGSl9h4wogtyNxrtddQ4e3NOrasb0dbt { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #oxv8xBTQMMtlrqvmylgTQIp9TW3e1oif { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ytra8wTPirpEPtIZIONqPMy6cDv0fhex { position:relative;display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #JH6TPxyOwXqETbrVQvmldX85SGhKZQ2A { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ff32zGLwKFdOPuS6hAIQUrebce3kcJDt { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hT4666aIuh49dIgGD0a003ou2fBomHai { position:relative;display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hlLTgMHkgOzULEssXtMQHgVXadg5R851 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #RybOxOGRgGylETMk2w4TyF7cyxWbE2OQ { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #kLGeoR02A2oBvCU4WtBfM4UTl7x85iuu { position:relative; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hDKZ0mtHe1ewrq3AHvptxZHBBPDEOT75 { position:relative; }
#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg { position:relative;display:none; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg { border-width: 0; border-radius: 0; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg > .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; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;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; }#HFTZRDaUqhbwScqsyVunZr7EeMARakFf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-form-header {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .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; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-container:first-of-type{padding-top:0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-container:last-of-type{padding-bottom:0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy {display:block;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem;display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #UBT9XAEL1N6xZhulPMBkrHZD5lheGCKm { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #X0lZkn2BahrA0n1cHN1y6yhlIvHCEGLT { position:relative;display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #OM4UETaGegsKu7PU6MmJCLyN7fB0f6eo { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #OmCCeS3NzMykVzW05gsNTsafaNImvZ6v { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #FnyJAGOmKmvO1lhhVLvQvhur5TdMmXVV { position:relative;display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #kpsFO6FnghIwZhESIkhch40sf2xIwUsK { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #uMTSx5efQkg3DGwof3RAowrok2qyLRFZ { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #QedhfJLEBuNwKGwzQl5exoDSkPb74De6 { position:relative;display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #RZthfT9CxgqZDXEIWD60eTDuPKQXrP5y { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #U2TJ6eDBlHmXgNDugkuCmLJBPwUJExcl { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #FA0N54RtUCcZbH4M1AWVq4x8ciREUUI5 { position:relative;display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #VKSazp0ZlqcOEsmK6VvsTrMv6Qn9469K { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #KyxqakS4XFaMN8xiv3TEClXmz3MZwLMB { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #bshH2s4MFq9Tdm4GDB0DPBzJPtr9bd08 { position:relative; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #pp9K37BkQ3lx8RTKTlIP6XZT7oQicvGh { position:relative; }
#zKCA2NT3vWVXsT4PfpTDU6wvX67bEcuz { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(107,202,194,0.55) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dgexdRTlgkbeFVZgZnEGJTbX1NyV1h6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlQSNzo7NetNIEJJ2nW96TdTVVBqmnEG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tPfVl6g89h0OrKANtpZXQO0n5m9h1nFI { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.375rem;left:0.875rem;display:none; }
#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 { position:relative;display:none; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 { border-width: 0; border-radius: 0; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .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; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#wMGsb073tc9GTP3S1k9BhHrWCsgyAmlu { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 { position:relative;display:none; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 { border-width: 0; border-radius: 0; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .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; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#Nezq096VVJcTTNAVABAFETAbbsGwUrKR { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row .container { border-width: 0; border-radius: 0; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#KeQrKFZ76M51UJqhb7VsxHfXIDa0US0v { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#LcUAJ2fZhG254L81bTedX6k3nfKHipqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3mXoApCx1UO8q3figT5nZEw9TVPXwSr { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#yXWhCnizKDqoM9Nu3dMGMZZdPzUGUOPh { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GOMSLGWml8gV8bXDScHZ5buZcX38k8ko { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#G2cQJgNRiv7FZmiRoE5kcoFdJTIrqHEF { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#g3FeV2WpB3isqyKAnqmVKTol8JiSAWHr { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JxsTs2TDER1iSASzFzFVspxaQJgqIzik { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#mdwrSG67iHB9tqUXILkEOeXuJpmNoIg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlmcDMLreLn4TzfFvnf6EwDoRGSXxhrc { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(160,144,98,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Li4KZOQiFQdzuZwsCCQRXE8VHpFfvfwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqdlW8zLBcd58tXrWF2EPVUKBRCNJ4rG { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ZBNSSZ2alWlupH3HiT6HQmbRxtuX90Bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBxO6N7DBnKecOA2rgWLhyCl2mdh8Jv7 { z-index:15003;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#cebHVtTFcligZrEk1IqUNKTOgzayi7Sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { 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; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { border-width: 0; border-radius: 0; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.adaptive-delivery-prevent-bg, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyload, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyloading { background-image: none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht { 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.77685546875rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IDd4FLaG6Dm2S5tpnDK2gqWEaRunFcfs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #J9qtT7gVPaqsWmxTuJoVCKZRzWwQhvAQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KkL1Nro8ZOqSwX9ScuT1XHTFwVA4cWeE { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h6mcz2zevGmoaDV9PLtpuSHOxWUQU8gR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OPglPCDoVQ33rub1OGhBBnyCfMHOgz1f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #O5u8TaWhJE2rtEiIf6biOyRDhtkO8tQO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GKsf54IkCsoM00RIwtVPVEQFQU453WuF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #k68G3rR12iSctOsyZZJx98rlQ4Ik84QP { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LcSXwSZ0pXvtrTRgK5ODfBzIZLU3lXF4 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HhfBIiru8JDQf6v7TXCFwo3oha2ecqWO { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C5TKk3K3B6V8uwJS6VfGu59RQgQn1foP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oibOOOlKS6qw3BfTJaeFgtPzShiFp57P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #diZeWeJWXBKw1uJUH3WeA3wKxJO1wtvh { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SBMlcQ3VvCPkpmOz97fDu05gHTvmdKuH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #rv9OCiCJ6TuqDcpycqPf5rs8X7ydvaVH { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bOImiinD4Ta6G8IqM0lBrQTVRu7WF9XX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UiK5LOCOmKTdgv9ytyaIopqMs00FBSuM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #c8aq3JZcPnnG96fliflqoznQPe3NbMdd { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #L2EzXmHZ0yd9xEoFspPuQzONUQbEGiUc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mwBqG1hn68Pmk79Vmd7HO5yTxNHZgFNu { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JsBB1kyen2l2gF7SzDNuK44215XbVzDB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #w6EzQKqyG1702nf4fFoUtFLOTX3T69OW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #yIDkNApSlBpaWJQ9OhAIZZdePo7drFxl { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WfpMstE6sCBGbWlViMxZ6T1xX4FTDL93 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SaOyD2s5SPRbTQiuewIKSiZWxhVopKiC { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #M5oviiPTOSIxklycTT6QA3vqeNQTcVDX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mdkU82ekCAhWAdTggsACFVwvmTQkgctS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #EZrNyK358Dg6u6mHo2sQoBuTLB8opFJ3 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IWoL4S7clKT9DgArLkbCHz5MTnQn4KUy {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WeE7GtDehRLxGBAX5lZ8dDU7cgMtDQAm { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P0oAJD2RVTTh6BOpdM16G50ggTA36kvk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #K2MxUnIO52saVwS6bfrnHyZBa3mxDTV3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #dmRdwd5HXgroWE8Ich3SZyXhvgAiSSrQ { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eUnw6EnJI6cDVV4if7hg5hpbdTRvFZLc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #STKIgcXLTFvUTMAJQXRgU3HV7XCC7Zal { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nTa6w2Ru6727mIXnenoUmciqcH4pZhbJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AUD5SFhQsT25OcUfpIFUy1KVuhwJBi2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xgf7S2hiZzeSD5qoCIkaLmdTmvsmqapb { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #gWgnTi6o32C2OMThCPBmE3Sn99nWUROP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KtEwt85ZwNOcZaOAkGUTCSJx12naP4nA { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CGL9gfBG5mvHW3pkaaX4M9cQJohrC39k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #PGT3nEWiicE4mOMC2H42clwqNGQM73TH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Ar2mosQACBpNo0EfME1L2KBWsQROdxE3 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #zOPriwfRTEI3q91Wnf8XauJkrgwoxWEJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HlchEP5oSd6aOAANpeJ5cT9Tb1wrJWym { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #iNPkGFm4cgHeLTGJndsru1kcR46ULBwg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P9h20kXvBqfOn8hRO5CxEVuUNQW9vhnu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CvQIzQ8ogxG56CefrDmRQh2dQQvdWgv5 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TwieRcT1qi5zPQ3mWDOqsSzBdFgXiHUb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aLlGodcN9N0f09saI2FZEX7s7yNsDxMa { display:none; }
#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/j6BxoPXu/zirconia_crown_mdental.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq.adaptive-delivery-prevent-bg, #H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq.lazyload, #H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq.lazyloading { background-image: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { border-width: 0; border-radius: 0; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#kU3xI4GNT19M4itdITsgyrDzgIdhSAQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Nkvz6POh0aBf8F9JnP0FGfP2A2VZ4V5W { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WeqfEvLfB2TakTHTehQHX9HDD2TcKTOO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.1875rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dob1xr5KuGV4SrxoIKPvG26RDZAT0Pgx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#binBvCotqtooBeKaXiShFTkV3tMKHmLt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.4375rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v3OFppNS0fl6WVFmbMBWcQ6lI997tyHn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KI1acrPXH5ticUJBlxVEpqpPHTfHwP7W { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.625rem;left:14.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { color:#f3432a;display:block;width:17.5596875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.125rem;height:3.98144375rem;text-align:center;text-align-last:center;display:block; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:18.4375rem;left:22.75rem;display:block; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.0625rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:20.875rem;left:22.8125rem;display:block; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.985242843628rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:block; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:15.5rem;left:47.75rem;display:block; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { color:rgba(var(--color-primary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.3125rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:18.125rem;left:47.75rem;display:block; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.1875rem;left:25.75rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:20.75rem;left:47.75rem;display:block; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.75rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:none; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#mAHX7afisdgmPHxvdVIKxDCGDif8ne8T { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row .container { border-width: 0; border-radius: 0; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#qN455GEMmweTdb7PbqFV90TZ6n6AMggf { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#FWtsb9GLpIGxXJiibumRLKR8fCNZoDTK { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#dfXq9s5u2OJfXJtlnGWgL2r0Tk8Qca8w { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#mgnF39rIvCUPAQhG8vvdT9eSUvcJfZ0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHmxAr0QLQ23oIt6GlTxRTKNDDe8JTDl { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hHRyuczBbOlewSAtcb1LpqNT8p1oiSwq { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#QN48dLnAzqo1iD8VUcdCLOHL2kMa04qW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#bfWbOeT3PMcOrHAEEm55bVbFnTvQoxNc { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { position:relative;display:none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { border-width: 0; border-radius: 0; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .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; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;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; }#CpBRwbL6TylATJEaMlfdhcTrnVEzSwFH { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J6AmTLmUJAKgc2fgyRJe9NtWKt6bXe4T { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOMedJKlvfZQrHx3IeK6wUbB7VAbzB6Q { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#FmT0Haeh8XIFc4cpcEin8WLoWlDeWRy7 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#u7RebPGNl4ehUS9HdnrUBSlDggW99wTU { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#Dwq7GzATm1fMDMBsEi0Trns6MuvG41Ua { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#bGwN1bk1CMlynhOmIEBxTwW0QWENCEiR { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:none; }
#FelOarhTvLo02fyNcERLTssCu40xIu4U { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
body { position:relative;display:block; }
#dGT9HgWtJluun2EunFyXSsrZlMCer47J { display:none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J { border-width: 0; border-radius: 0; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#HnJeR8Mwxih5E8dfZ25ZwCKLHQT7T1Qn { width:15.1875rem;height:27rem;display:none; }
#uJnQzbWboLmdfy6TMbMokl0UplNEgeQc { width:11.75rem;height:11.75rem;display:none; }
#qMsnuGI1kkQMlx8DQJonuX5xZfvMZbMf { width:;height:;display:none; }
#d3SZT1AqkepaOqakQLdq89EZivqsWz6J { display:block; }
#GqM7JiMJoRHwiyLwaQDfcpam8rcNuKVX { width:;height:;display:none; }
#LicTO3GETWZGVktlrVGgbA5Gu3vPUmRB { display:block; }
#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 { display:none; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container { width:47.75rem;position:relative;display:none; }#qobFA6eJRztBGCMXEpUrhK62F48JTdHq { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#TwlXPDQzOqgua42DNLM0V0WTUAqJoDQT { display:block; }
#BQHrKfTocVme3GZxT4LemIPq0G5RQ1tm { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#Z4swZ8ggIKI6RfA0nVEOTAEoimS3pRxg { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#NX5vrNuHxhnLlqvNcG8504JMIsLTbJzG { display:block; }
#xsvMnGO84wuCGboGXUJmJIf4DaqiJai0 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#xsvMnGO84wuCGboGXUJmJIf4DaqiJai0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CfO8wdye7G8BEx6g969ubVR4VhOm8RL7 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#XXSF01vauupiC2NQbBTnIlnK092nQTBp { display:block; }
#tE0NWuSRZLeTZXt3WGPPSU0tzvGnMXgQ { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#TPHK8XTxpaDbqaa2r1wbUZDCQqHn4R5B { top:4.875rem;left:6.75rem;width:7.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
#co12N8OwxHJm71BtlFU5OzWCC5x87ExI { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#ktJrUyEsL60weJt4SpCLPw4SQVKwpCMa { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#qAFm8kFhhUN9q4oh9qsXP0XuUqLRHN2n { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#SznOgCPimkFBsZUh3aeGeKBT56tuy7gI { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#QJVVd17vQgiA6OnXbEbIF2CoAWul3iI8 { display:block; }
#mK6AmVZ7lhlCs9gW3sCvOW28LJNe3UrB { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#bJ2IFwQzhWHUUhTOmA8OcK8mqOhoXVua { display:block; }
#GxXlRaXD1FnTX4dHhxFxlormwWb5nlus { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#ktWXoWzH9rohFVEVsZF6ZRGHie05Dogl { display:block; }
#G04IpV6MfDzMWiOwJk6ix1y973qnmk5t { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#hSXIxvWgnIiTAP12vsr4dFaoWpudXZSK { display:block; }
#xCDh6FNofqvW9E56emGiCudCMxVd8IKr { display:none; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container { width:47.75rem;position:relative;display:none; }#AkszM0pv8tPoAhEF4Xp9Tvf6rWUI8xfS { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#BTM9r5TkLnXyZ1v3V035TpqfNce8Zh39 { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { display:none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { width:47.75rem;position:relative;display:none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 { display:none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row .container { width:47.75rem;position:relative;display:none; }#ohIn6iJceRN7TebqKttN9VasPM07zXIz { width:47.75rem;height:19rem;display:none; }
#TbU6KaqSOcVvUagVa6NEs1aGHkeVWMEd { width:14.0625rem;height:5.125rem;display:none; }
#gDSDFTeNev0fTpnaRSTfXO0kLKSylRDr { width:15.9375rem;height:5.25rem;display:none; }
#F4ceWiTMZSWQlJ5585MENOi5xI7zJs14 { top:1.4375rem;left:5.6109380722046rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 { display:none; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container { width:47.75rem;position:relative;display:none; }#QzUP4XAesQhXTnknfgyGONBtTAZnntk4 { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#odN3LT2ZCWbeKxvm5kiDJgVJvJm8oEDI { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#VxtbLkNKJlUqSnX6B8sWmJdCdJSPfUPI { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#UQUW0d1tR9q1T8u0eFPV3EcggnAF5b6Z { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#IP7Fb85PFEyUs6baIeu6WTPhV9fHC7TU { width:23.5rem;height:27.75rem;display:none; }
#mFTz7RvosGamntVuXBXcokaBlbfDUqTM { display:none; }
#mNx10bH9NMsVlIZnQuZczJfyoyXIQves { display:none; }
#kUgcqAgwLJkSLoBu8nptx0hy7qnv4Nkd { top:4.8125rem;left:0rem;width:18.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
#GkP0D8tdXpzX5a5TkhUQCgArve9FmzN2 { display:none; }
#QImOn5oKR2xoScUbiKu2ZV2aPQHAAwDC { width:;height:;display:none; }
#E7TEEntZ7iqZxthO2ciQ32Va1EX6Wluz { display:block; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-text {padding-top: 0; padding-bottom: 0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-select {padding-top: 0; padding-bottom: 0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e {display:block;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ROiuaorlf9iBXPEK3TTmnTfkg8TTwyqG {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #SF4nuLKxTIK1vpa2hScNkpHday0aog3S {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #FGSl9h4wogtyNxrtddQ4e3NOrasb0dbt {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #oxv8xBTQMMtlrqvmylgTQIp9TW3e1oif {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ytra8wTPirpEPtIZIONqPMy6cDv0fhex {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #JH6TPxyOwXqETbrVQvmldX85SGhKZQ2A {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ff32zGLwKFdOPuS6hAIQUrebce3kcJDt {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hT4666aIuh49dIgGD0a003ou2fBomHai {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hlLTgMHkgOzULEssXtMQHgVXadg5R851 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #RybOxOGRgGylETMk2w4TyF7cyxWbE2OQ {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #kLGeoR02A2oBvCU4WtBfM4UTl7x85iuu {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hDKZ0mtHe1ewrq3AHvptxZHBBPDEOT75 {  }
#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg { display:none; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg > .row .container { width:47.75rem;position:relative;display:none; }#HFTZRDaUqhbwScqsyVunZr7EeMARakFf { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy {display:block;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #UBT9XAEL1N6xZhulPMBkrHZD5lheGCKm {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #X0lZkn2BahrA0n1cHN1y6yhlIvHCEGLT {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #OM4UETaGegsKu7PU6MmJCLyN7fB0f6eo {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #OmCCeS3NzMykVzW05gsNTsafaNImvZ6v {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #FnyJAGOmKmvO1lhhVLvQvhur5TdMmXVV {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #kpsFO6FnghIwZhESIkhch40sf2xIwUsK {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #uMTSx5efQkg3DGwof3RAowrok2qyLRFZ {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #QedhfJLEBuNwKGwzQl5exoDSkPb74De6 {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #RZthfT9CxgqZDXEIWD60eTDuPKQXrP5y {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #U2TJ6eDBlHmXgNDugkuCmLJBPwUJExcl {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #FA0N54RtUCcZbH4M1AWVq4x8ciREUUI5 {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #VKSazp0ZlqcOEsmK6VvsTrMv6Qn9469K {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #KyxqakS4XFaMN8xiv3TEClXmz3MZwLMB {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #bshH2s4MFq9Tdm4GDB0DPBzJPtr9bd08 {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #pp9K37BkQ3lx8RTKTlIP6XZT7oQicvGh {  }
#zKCA2NT3vWVXsT4PfpTDU6wvX67bEcuz { width:;height:;display:none; }
#dgexdRTlgkbeFVZgZnEGJTbX1NyV1h6I { display:block; }
#KlQSNzo7NetNIEJJ2nW96TdTVVBqmnEG { display:none; }
#tPfVl6g89h0OrKANtpZXQO0n5m9h1nFI { top:6.375rem;left:0rem;width:19rem;height:;font-size:1rem;display:none; }
#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 { display:none; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row .container { width:47.75rem;position:relative;display:none; }#wMGsb073tc9GTP3S1k9BhHrWCsgyAmlu { display:none; }
#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 { display:none; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row .container { width:47.75rem;position:relative;display:none; }#Nezq096VVJcTTNAVABAFETAbbsGwUrKR { display:none; }
#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb { display:none; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row .container { width:47.5rem;position:relative;display:none; }#KeQrKFZ76M51UJqhb7VsxHfXIDa0US0v { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#LcUAJ2fZhG254L81bTedX6k3nfKHipqi { display:block; }
#V3mXoApCx1UO8q3figT5nZEw9TVPXwSr { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#yXWhCnizKDqoM9Nu3dMGMZZdPzUGUOPh { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#GOMSLGWml8gV8bXDScHZ5buZcX38k8ko { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#G2cQJgNRiv7FZmiRoE5kcoFdJTIrqHEF { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#g3FeV2WpB3isqyKAnqmVKTol8JiSAWHr { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#JxsTs2TDER1iSASzFzFVspxaQJgqIzik { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#mdwrSG67iHB9tqUXILkEOeXuJpmNoIg0 { display:block; }
#zlmcDMLreLn4TzfFvnf6EwDoRGSXxhrc { width:;height:;display:none; }
#Li4KZOQiFQdzuZwsCCQRXE8VHpFfvfwf { display:block; }
#nqdlW8zLBcd58tXrWF2EPVUKBRCNJ4rG { width:;height:;display:none; }
#ZBNSSZ2alWlupH3HiT6HQmbRxtuX90Bz { display:block; }
#uBxO6N7DBnKecOA2rgWLhyCl2mdh8Jv7 { width:;height:;display:none; }
#cebHVtTFcligZrEk1IqUNKTOgzayi7Sw { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { display:none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:47.75rem;position:relative;display:none; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IDd4FLaG6Dm2S5tpnDK2gqWEaRunFcfs {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #J9qtT7gVPaqsWmxTuJoVCKZRzWwQhvAQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KkL1Nro8ZOqSwX9ScuT1XHTFwVA4cWeE {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h6mcz2zevGmoaDV9PLtpuSHOxWUQU8gR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OPglPCDoVQ33rub1OGhBBnyCfMHOgz1f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #O5u8TaWhJE2rtEiIf6biOyRDhtkO8tQO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GKsf54IkCsoM00RIwtVPVEQFQU453WuF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #k68G3rR12iSctOsyZZJx98rlQ4Ik84QP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LcSXwSZ0pXvtrTRgK5ODfBzIZLU3lXF4 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HhfBIiru8JDQf6v7TXCFwo3oha2ecqWO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C5TKk3K3B6V8uwJS6VfGu59RQgQn1foP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oibOOOlKS6qw3BfTJaeFgtPzShiFp57P {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #diZeWeJWXBKw1uJUH3WeA3wKxJO1wtvh {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SBMlcQ3VvCPkpmOz97fDu05gHTvmdKuH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #rv9OCiCJ6TuqDcpycqPf5rs8X7ydvaVH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bOImiinD4Ta6G8IqM0lBrQTVRu7WF9XX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UiK5LOCOmKTdgv9ytyaIopqMs00FBSuM {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #c8aq3JZcPnnG96fliflqoznQPe3NbMdd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #L2EzXmHZ0yd9xEoFspPuQzONUQbEGiUc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mwBqG1hn68Pmk79Vmd7HO5yTxNHZgFNu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JsBB1kyen2l2gF7SzDNuK44215XbVzDB {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #w6EzQKqyG1702nf4fFoUtFLOTX3T69OW {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #yIDkNApSlBpaWJQ9OhAIZZdePo7drFxl {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WfpMstE6sCBGbWlViMxZ6T1xX4FTDL93 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SaOyD2s5SPRbTQiuewIKSiZWxhVopKiC {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #M5oviiPTOSIxklycTT6QA3vqeNQTcVDX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mdkU82ekCAhWAdTggsACFVwvmTQkgctS {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #EZrNyK358Dg6u6mHo2sQoBuTLB8opFJ3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IWoL4S7clKT9DgArLkbCHz5MTnQn4KUy {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WeE7GtDehRLxGBAX5lZ8dDU7cgMtDQAm {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P0oAJD2RVTTh6BOpdM16G50ggTA36kvk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #K2MxUnIO52saVwS6bfrnHyZBa3mxDTV3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #dmRdwd5HXgroWE8Ich3SZyXhvgAiSSrQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eUnw6EnJI6cDVV4if7hg5hpbdTRvFZLc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #STKIgcXLTFvUTMAJQXRgU3HV7XCC7Zal {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nTa6w2Ru6727mIXnenoUmciqcH4pZhbJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AUD5SFhQsT25OcUfpIFUy1KVuhwJBi2w {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xgf7S2hiZzeSD5qoCIkaLmdTmvsmqapb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #gWgnTi6o32C2OMThCPBmE3Sn99nWUROP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KtEwt85ZwNOcZaOAkGUTCSJx12naP4nA {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CGL9gfBG5mvHW3pkaaX4M9cQJohrC39k {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #PGT3nEWiicE4mOMC2H42clwqNGQM73TH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Ar2mosQACBpNo0EfME1L2KBWsQROdxE3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #zOPriwfRTEI3q91Wnf8XauJkrgwoxWEJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HlchEP5oSd6aOAANpeJ5cT9Tb1wrJWym {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #iNPkGFm4cgHeLTGJndsru1kcR46ULBwg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P9h20kXvBqfOn8hRO5CxEVuUNQW9vhnu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CvQIzQ8ogxG56CefrDmRQh2dQQvdWgv5 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TwieRcT1qi5zPQ3mWDOqsSzBdFgXiHUb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aLlGodcN9N0f09saI2FZEX7s7yNsDxMa {  }
#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { display:none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { width:47.75rem;position:relative;display:none; }#kU3xI4GNT19M4itdITsgyrDzgIdhSAQJ { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#Nkvz6POh0aBf8F9JnP0FGfP2A2VZ4V5W { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#WeqfEvLfB2TakTHTehQHX9HDD2TcKTOO { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#dob1xr5KuGV4SrxoIKPvG26RDZAT0Pgx { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#binBvCotqtooBeKaXiShFTkV3tMKHmLt { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#v3OFppNS0fl6WVFmbMBWcQ6lI997tyHn { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#KI1acrPXH5ticUJBlxVEpqpPHTfHwP7W { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { width:;height:;display:none; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#mAHX7afisdgmPHxvdVIKxDCGDif8ne8T { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI { display:none; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row .container { width:47.5rem;position:relative;display:none; }#qN455GEMmweTdb7PbqFV90TZ6n6AMggf { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#FWtsb9GLpIGxXJiibumRLKR8fCNZoDTK { top:5.1875rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#dfXq9s5u2OJfXJtlnGWgL2r0Tk8Qca8w { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#mgnF39rIvCUPAQhG8vvdT9eSUvcJfZ0G { display:block; }
#RHmxAr0QLQ23oIt6GlTxRTKNDDe8JTDl { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#hHRyuczBbOlewSAtcb1LpqNT8p1oiSwq { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#QN48dLnAzqo1iD8VUcdCLOHL2kMa04qW { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#bfWbOeT3PMcOrHAEEm55bVbFnTvQoxNc { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { display:none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container { width:47.75rem;position:relative;display:none; }#CpBRwbL6TylATJEaMlfdhcTrnVEzSwFH { top:3.375rem;left:0rem;width:15.375rem;height:3.3125rem;font-size:2.5625rem;display:none; }
#J6AmTLmUJAKgc2fgyRJe9NtWKt6bXe4T { width:17rem;height:6rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
#rOMedJKlvfZQrHx3IeK6wUbB7VAbzB6Q { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#FmT0Haeh8XIFc4cpcEin8WLoWlDeWRy7 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#u7RebPGNl4ehUS9HdnrUBSlDggW99wTU { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:47.5rem;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:0rem;width:;height:;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:0rem;width:;height:;display:none; }
#Dwq7GzATm1fMDMBsEi0Trns6MuvG41Ua { top:0rem;width:;height:;display:none; }
#bGwN1bk1CMlynhOmIEBxTwW0QWENCEiR { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#FelOarhTvLo02fyNcERLTssCu40xIu4U { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { display:none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:47.5rem;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { top:4.25rem;left:0rem;width:18.5625rem;height:1.5rem;font-size:1rem;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-image: -o-linear-gradient(top, rgba(160,144,98,0.65), rgba(3,130,123,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#03827b75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#03827b75' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.65), rgba(3,130,123,0.46));background-size:auto !important;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); }#dGT9HgWtJluun2EunFyXSsrZlMCer47J { background-color:#536d57;background-image:url("https://images.assets-landingi.com/uc/e5d2bf7e-8476-44d2-aec5-1d8189b5941d/SaudiwallpaperPhotoroom1.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;display:none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J.adaptive-delivery-prevent-bg, #dGT9HgWtJluun2EunFyXSsrZlMCer47J.lazyload, #dGT9HgWtJluun2EunFyXSsrZlMCer47J.lazyloading { background-image: none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { border-width: 0; border-radius: 0; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; }#HnJeR8Mwxih5E8dfZ25ZwCKLHQT7T1Qn { top:18.65625rem;left:1.3759765625rem;width:10.9375rem;height:19.4375rem;z-index:15005;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uJnQzbWboLmdfy6TMbMokl0UplNEgeQc { top:32rem;left:2.7509765625rem;width:8.1875rem;height:8.1875rem;z-index:15255;overflow:hidden;display:block; }
#qMsnuGI1kkQMlx8DQJonuX5xZfvMZbMf { top:8.841796875rem;left:0.90625rem;z-index:15029;width:18.1875rem;height:2.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#d3SZT1AqkepaOqakQLdq89EZivqsWz6J { display:block; }
#GqM7JiMJoRHwiyLwaQDfcpam8rcNuKVX { top:12.9013671875rem;left:0rem;z-index:15030;width:20rem;height:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#LicTO3GETWZGVktlrVGgbA5Gu3vPUmRB { display:block; }
#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.2)', endColorstr='#03827b70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.2)', endColorstr='#03827b70' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.2), rgba(3,130,123,0.44));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container { background-color: transparent; background-image: none; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container > .video-iframe-container { display: none; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row > .video-iframe-container { display: none; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .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); }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container { border-width: 0; border-radius: 0; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ih2FxhT5E0g8uoRmT30W1u0IFoWXC7Z8 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; }#qobFA6eJRztBGCMXEpUrhK62F48JTdHq { top:0.49913024902344rem;left:6.9370663762094rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));background-image: -moz-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));background-image: -ms-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));background-image: -o-linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090628e', endColorstr='#03827b87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090628e', endColorstr='#03827b87' );";background-image: linear-gradient(106deg, rgba(160,144,98,0.56), rgba(3,130,123,0.53));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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TwlXPDQzOqgua42DNLM0V0WTUAqJoDQT { display:block; }
#BQHrKfTocVme3GZxT4LemIPq0G5RQ1tm { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#Z4swZ8ggIKI6RfA0nVEOTAEoimS3pRxg { top:0.4990234375rem;left:0rem;width:6.374rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));background-image: -moz-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));background-image: -ms-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));background-image: -o-linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090629b', endColorstr='#03827b7c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090629b', endColorstr='#03827b7c' );";background-image: linear-gradient(106deg, rgba(160,144,98,0.61), rgba(3,130,123,0.49));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:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NX5vrNuHxhnLlqvNcG8504JMIsLTbJzG { display:block; }
#xsvMnGO84wuCGboGXUJmJIf4DaqiJai0 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#xsvMnGO84wuCGboGXUJmJIf4DaqiJai0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CfO8wdye7G8BEx6g969ubVR4VhOm8RL7 { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XXSF01vauupiC2NQbBTnIlnK092nQTBp { display:block; }
#tE0NWuSRZLeTZXt3WGPPSU0tzvGnMXgQ { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#TPHK8XTxpaDbqaa2r1wbUZDCQqHn4R5B { width:7.125rem;height:0.8941rem;top:5.0615234375rem;left:12.875rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#co12N8OwxHJm71BtlFU5OzWCC5x87ExI { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#ktJrUyEsL60weJt4SpCLPw4SQVKwpCMa { width:20rem;height:2.875rem;top:3.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090623f', endColorstr='#03827b47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090623f', endColorstr='#03827b47' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.25), rgba(3,130,123,0.28));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#qAFm8kFhhUN9q4oh9qsXP0XuUqLRHN2n { width:1.875rem;height:1.875rem;top:4.625rem;left:11.40625rem;font-size:1.3125rem;z-index:15014;color:#d71522;display:block; }
#SznOgCPimkFBsZUh3aeGeKBT56tuy7gI { top:4.375rem;left:5.46875rem;width:2.625rem;height:2.1875rem;z-index:15190;background-color:transparent;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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QJVVd17vQgiA6OnXbEbIF2CoAWul3iI8 { display:block; }
#mK6AmVZ7lhlCs9gW3sCvOW28LJNe3UrB { top:4.3125rem;left:2.2490234375rem;width:2.625rem;height:2.1875rem;z-index:15191;background-color:transparent;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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bJ2IFwQzhWHUUhTOmA8OcK8mqOhoXVua { display:block; }
#GxXlRaXD1FnTX4dHhxFxlormwWb5nlus { top:4.3486328125rem;left:0rem;width:2.625rem;height:2.1875rem;z-index:15192;background-color:transparent;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:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ktWXoWzH9rohFVEVsZF6ZRGHie05Dogl { display:block; }
#G04IpV6MfDzMWiOwJk6ix1y973qnmk5t { top:4.375rem;left:8.84375rem;width:2.625rem;height:2.1875rem;z-index:15192;background-color:transparent;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:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hSXIxvWgnIiTAP12vsr4dFaoWpudXZSK { display:block; }
#xCDh6FNofqvW9E56emGiCudCMxVd8IKr { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/e6a8f83a-010f-414b-8061-43ed1d0395fb/AnArtificialToothDentalImplantonVacation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr.adaptive-delivery-prevent-bg, #xCDh6FNofqvW9E56emGiCudCMxVd8IKr.lazyload, #xCDh6FNofqvW9E56emGiCudCMxVd8IKr.lazyloading { background-image: none; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container { background-color: transparent; background-image: none; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container > .video-iframe-container { display: none; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row > .video-iframe-container { display: none; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .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); }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container { border-width: 0; border-radius: 0; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCDh6FNofqvW9E56emGiCudCMxVd8IKr > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#AkszM0pv8tPoAhEF4Xp9Tvf6rWUI8xfS { width:4.6875rem;height:2.6875rem;top:0.6279296875rem;left:0.466796875rem;z-index:15258;display:block; }
#BTM9r5TkLnXyZ1v3V035TpqfNce8Zh39 { width:4.4375rem;height:2.625rem;top:0.6591796875rem;left:15.029296875rem;z-index:15258;display:block; }
#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/7899fc40-a7e0-4e1f-ae1c-cda6916c13c8/Artboard3.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;display:block; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe.adaptive-delivery-prevent-bg, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe.lazyload, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe.lazyloading { background-image: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { background-color: transparent; background-image: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container > .video-iframe-container { display: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row > .video-iframe-container { display: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .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); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { border-width: 0; border-radius: 0; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 { display:block; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 { background-color: transparent; background-image: none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row .container > .video-iframe-container { display: none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row > .video-iframe-container { display: none; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .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); }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 { border-width: 0; border-radius: 0; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .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; }#tqZXc5VQtbKWJnvd9TN0SPNg1RdS8iV1 > .row .container { width:20rem;height:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.42)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.42)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.42), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ohIn6iJceRN7TebqKttN9VasPM07zXIz { top:1.71875rem;left:0.3125rem;width:5.8125rem;height:2.125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TbU6KaqSOcVvUagVa6NEs1aGHkeVWMEd { top:1.875rem;left:13.6875rem;width:6.25rem;height:2.125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gDSDFTeNev0fTpnaRSTfXO0kLKSylRDr { top:4.9671878814697rem;left:5.875rem;width:8.25rem;height:1.9375rem;z-index:15011;overflow:hidden;display:block; }
#F4ceWiTMZSWQlJ5585MENOi5xI7zJs14 { top:2.2210941314698rem;left:6.0625rem;width:7.6859375rem;height:1.0559875rem;z-index:15009;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:0.8125rem;display:block; }
#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 { background-color:#c1c8c5;background-image:url("https://images.assets-landingi.com/uc/b1b43717-500e-4908-92e4-4ea2a381d182/BrightSmilesBrightSpaces_.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1.adaptive-delivery-prevent-bg, #yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1.lazyload, #yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1.lazyloading { background-image: none; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container { background-color: transparent; background-image: none; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container > .video-iframe-container { display: none; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row > .video-iframe-container { display: none; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .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); }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container { border-width: 0; border-radius: 0; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfvFqX0tqc0kgiHqO9cQeyTz6IuAFiH1 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; }#QzUP4XAesQhXTnknfgyGONBtTAZnntk4 { width:13.125rem;height:1.625rem;top:1.2490234375rem;left:2.78125rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-0),1);line-height:1.3;z-index:15160;display:block; }
#odN3LT2ZCWbeKxvm5kiDJgVJvJm8oEDI { width:18.375rem;height:1.59375rem;top:8.63671875rem;left:0.6865234375rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:amiri;color:rgba(var(--color-tertiary-0),1);z-index:15155;line-height:1.7;display:block; }
#VxtbLkNKJlUqSnX6B8sWmJdCdJSPfUPI { width:16.8125rem;height:0.0625rem;top:3.125rem;left:1.5928819775581rem;background-color:rgba(4,39,15,0.41);background-image:none;display:block; }
#UQUW0d1tR9q1T8u0eFPV3EcggnAF5b6Z { width:4.5rem;height:4.5rem;top:19.124784469604rem;left:14.874132454395rem;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062bc', endColorstr='#03827bc6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062bc', endColorstr='#03827bc6' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.74), rgba(3,130,123,0.78));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IP7Fb85PFEyUs6baIeu6WTPhV9fHC7TU { top:18.719184875488rem;left:14.25rem;width:5.81163125rem;height:7.061625rem;z-index:15159;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mFTz7RvosGamntVuXBXcokaBlbfDUqTM { top:8.3115234375rem;left:0.125rem;width:19.75rem;height:2.25rem;z-index:15154;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-image: -moz-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-image: -ms-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-image: -o-linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#03827b63' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#03827b63' );";background-image: linear-gradient(180deg, #a09062, rgba(3,130,123,0.39));background-size:auto !important;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mNx10bH9NMsVlIZnQuZczJfyoyXIQves { top:3.9366321563721rem;left:0.62500005960463rem;width:18.375rem;height:4.25rem;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba0', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba0', endColorstr='#a09062fc' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.63), rgba(160,144,98,0.99));background-size:auto !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#kUgcqAgwLJkSLoBu8nptx0hy7qnv4Nkd { width:18.25rem;height:2.4375rem;top:4.8415794372559rem;left:0.65538197755812rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);z-index:15156;display:block; }
#GkP0D8tdXpzX5a5TkhUQCgArve9FmzN2 { top:0.6875rem;left:2.5rem;width:15.125rem;height:2.25rem;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062ed', endColorstr='#03827b42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062ed', endColorstr='#03827b42' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.93), rgba(3,130,123,0.26));background-size:auto !important;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#QImOn5oKR2xoScUbiKu2ZV2aPQHAAwDC { top:37.870009422303rem;left:3.2497830986977rem;z-index:15033;width:13.499375rem;height:4.18728125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-image: -moz-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-image: -ms-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-image: -o-linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827bc1', endColorstr='rgba(var(--color-primary-0),0.72)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827bc1', endColorstr='rgba(var(--color-primary-0),0.72)' );";background-image: linear-gradient(216deg, rgba(3,130,123,0.76), rgba(var(--color-primary-0),0.72));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(4,39,15,0.68) ;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;display:block; }
#E7TEEntZ7iqZxthO2ciQ32Va1EX6Wluz { display:block; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-text {padding-top: 0; padding-bottom: 0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-select {padding-top: 0; padding-bottom: 0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.76), rgba(3,130,123,0.61));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.76), rgba(3,130,123,0.61));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.76), rgba(3,130,123,0.61));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.76), rgba(3,130,123,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062c1', endColorstr='#03827b9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062c1', endColorstr='#03827b9b' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.76), rgba(3,130,123,0.61));background-size:initial !important;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-container:first-of-type{padding-top:0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-container:last-of-type{padding-bottom:0;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e  { width:14.8125rem;height:auto;top:22.1240234375rem;left:1.3427734375rem;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e {display:block;}#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e { width:14.8125rem;height:auto;top:22.1240234375rem;left:1.3427734375rem;z-index:15019;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ROiuaorlf9iBXPEK3TTmnTfkg8TTwyqG {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #SF4nuLKxTIK1vpa2hScNkpHday0aog3S { display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #FGSl9h4wogtyNxrtddQ4e3NOrasb0dbt {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #oxv8xBTQMMtlrqvmylgTQIp9TW3e1oif {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ytra8wTPirpEPtIZIONqPMy6cDv0fhex { display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #JH6TPxyOwXqETbrVQvmldX85SGhKZQ2A {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #ff32zGLwKFdOPuS6hAIQUrebce3kcJDt {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hT4666aIuh49dIgGD0a003ou2fBomHai { display:none; }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hlLTgMHkgOzULEssXtMQHgVXadg5R851 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #RybOxOGRgGylETMk2w4TyF7cyxWbE2OQ {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #kLGeoR02A2oBvCU4WtBfM4UTl7x85iuu {  }
#UpRTcHHHXJT2wQpuPQFI09QJQKsiQo8e #hDKZ0mtHe1ewrq3AHvptxZHBBPDEOT75 {  }
#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg { background-color:#c1c8c5;background-image:url("https://images.assets-landingi.com/uc/b418bae3-49a8-4e53-93f8-e9db580d23cd/LabToothAI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg.adaptive-delivery-prevent-bg, #sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg.lazyload, #sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg.lazyloading { background-image: none; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg > .row .container { border-width: 0; border-radius: 0; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZUHvx9x7wE5lP5Vcvf5zdq1eCspEnkg > .row .container { width:20rem;height:40.625rem;position:relative;display:none; }#HFTZRDaUqhbwScqsyVunZr7EeMARakFf { display:flex;width:4.1875rem;height:4.1875rem;top:32.75rem;left:2.09375rem;font-size:3.0625rem; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:rgba(var(--color-tertiary-0),0.81);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(4,39,15,0.71); }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-container:first-of-type{padding-top:0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-container:last-of-type{padding-bottom:0;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy  { width:14.8125rem;height:auto;top:19.875rem;left:1.53125rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy {display:block;}#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy { width:14.8125rem;height:auto;top:19.875rem;left:1.53125rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #UBT9XAEL1N6xZhulPMBkrHZD5lheGCKm {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #X0lZkn2BahrA0n1cHN1y6yhlIvHCEGLT { display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #OM4UETaGegsKu7PU6MmJCLyN7fB0f6eo {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #OmCCeS3NzMykVzW05gsNTsafaNImvZ6v {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #FnyJAGOmKmvO1lhhVLvQvhur5TdMmXVV { display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #kpsFO6FnghIwZhESIkhch40sf2xIwUsK {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #uMTSx5efQkg3DGwof3RAowrok2qyLRFZ {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #QedhfJLEBuNwKGwzQl5exoDSkPb74De6 { display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #RZthfT9CxgqZDXEIWD60eTDuPKQXrP5y {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #U2TJ6eDBlHmXgNDugkuCmLJBPwUJExcl {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #FA0N54RtUCcZbH4M1AWVq4x8ciREUUI5 { display:none; }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #VKSazp0ZlqcOEsmK6VvsTrMv6Qn9469K {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #KyxqakS4XFaMN8xiv3TEClXmz3MZwLMB {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #bshH2s4MFq9Tdm4GDB0DPBzJPtr9bd08 {  }
#fEnohG6t8RFNKdxkPTPQ7wyKTtrSqVwy #pp9K37BkQ3lx8RTKTlIP6XZT7oQicvGh {  }
#zKCA2NT3vWVXsT4PfpTDU6wvX67bEcuz { top:35.7998046875rem;left:4.21875rem;z-index:15032;width:12.6875rem;height:3.125rem;background-color:rgba(var(--color-tertiary-0),0.82);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(4,39,15,0.68) ;color:rgba(4,39,15,0.79);font-size:1.25rem;display:block; }
#dgexdRTlgkbeFVZgZnEGJTbX1NyV1h6I { display:block; }
#KlQSNzo7NetNIEJJ2nW96TdTVVBqmnEG { top:1.25rem;left:0.125rem;width:19.6875rem;height:2.1875rem;z-index:15161;background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#tPfVl6g89h0OrKANtpZXQO0n5m9h1nFI { top:1.630859375rem;left:0.875rem;width:19rem;height:1.29980625rem;z-index:15162;color:rgba(4,39,15,0.84);display:block; }
#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 { display:block; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 { background-color: transparent; background-image: none; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row .container > .video-iframe-container { display: none; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row > .video-iframe-container { display: none; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .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); }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 { border-width: 0; border-radius: 0; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .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; }#aOieLwSNhL0GGfXG35UlLVGNZBPKIgJ4 > .row .container { width:20rem;height:27.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090626d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b87', endColorstr='#a090626d' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.53), rgba(160,144,98,0.43));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; }#wMGsb073tc9GTP3S1k9BhHrWCsgyAmlu { top:1.4892578125rem;left:0rem;width:20rem;height:19.874rem;z-index:15000;display:block; }
#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 { display:block; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 { background-color: transparent; background-image: none; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row .container > .video-iframe-container { display: none; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row > .video-iframe-container { display: none; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .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); }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 { border-width: 0; border-radius: 0; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .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; }#nXOxygq0PWXUgsZGOUMRrHU4uwpRt3W2 > .row .container { width:20rem;height:31rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627c', endColorstr='#03827b87' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627c', endColorstr='#03827b87' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.49), rgba(3,130,123,0.53));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; }#Nezq096VVJcTTNAVABAFETAbbsGwUrKR { top:1.8642578125rem;left:0rem;width:20rem;height:19.8730625rem;z-index:15000;display:block; }
#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb { display:block; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb { background-color: transparent; background-image: none; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row .container > .video-iframe-container { display: none; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row > .video-iframe-container { display: none; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .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); }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb { border-width: 0; border-radius: 0; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .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; }#q6X6ZDfP8WPHnfDCLp21GZvXm2AASdMb > .row .container { width:20rem;height:23.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b7f', endColorstr='#a0906259' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b7f', endColorstr='#a0906259' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.5), rgba(160,144,98,0.35));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KeQrKFZ76M51UJqhb7VsxHfXIDa0US0v { width:13.09698625rem;height:3.722005rem;top:13.311632275581rem;left:3.4429257512093rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #3c4626;border-left:0.125rem solid #3c4626;border-right:0.125rem solid #3c4626;border-bottom:0.125rem solid #3c4626;display:block; }
#LcUAJ2fZhG254L81bTedX6k3nfKHipqi { display:block; }
#V3mXoApCx1UO8q3figT5nZEw9TVPXwSr { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#yXWhCnizKDqoM9Nu3dMGMZZdPzUGUOPh { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#GOMSLGWml8gV8bXDScHZ5buZcX38k8ko { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#G2cQJgNRiv7FZmiRoE5kcoFdJTIrqHEF { width:20rem;height:2.4rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#g3FeV2WpB3isqyKAnqmVKTol8JiSAWHr { width:19.1875rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#JxsTs2TDER1iSASzFzFVspxaQJgqIzik { width:13.08292375rem;height:3.70789875rem;top:18.25rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #384027;border-left:0.125rem solid #384027;border-right:0.125rem solid #384027;border-bottom:0.125rem solid #384027;display:block; }
#mdwrSG67iHB9tqUXILkEOeXuJpmNoIg0 { display:block; }
#zlmcDMLreLn4TzfFvnf6EwDoRGSXxhrc { top:13.203125rem;left:3.09375rem;z-index:15028;width:13.8125rem;height:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03827b, #a09062);background-image: -moz-linear-gradient(216deg, #03827b, #a09062);background-image: -ms-linear-gradient(216deg, #03827b, #a09062);background-image: -o-linear-gradient(216deg, #03827b, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #03827b, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(160,144,98,0.21) ;display:block; }
#Li4KZOQiFQdzuZwsCCQRXE8VHpFfvfwf { display:block; }
#nqdlW8zLBcd58tXrWF2EPVUKBRCNJ4rG { top:18.009333133697rem;left:3.4375002980233rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03827b, #a09062);background-image: -moz-linear-gradient(216deg, #03827b, #a09062);background-image: -ms-linear-gradient(216deg, #03827b, #a09062);background-image: -o-linear-gradient(216deg, #03827b, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #03827b, #a09062);background-size:auto !important;font-size:1.625rem;font-family:amiri;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;display:block; }
#ZBNSSZ2alWlupH3HiT6HQmbRxtuX90Bz { display:block; }
#uBxO6N7DBnKecOA2rgWLhyCl2mdh8Jv7 { top:18.633895874024rem;left:4.0625002980232rem;z-index:15030;width:13.125rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03827b, #a09062);background-image: -moz-linear-gradient(216deg, #03827b, #a09062);background-image: -ms-linear-gradient(216deg, #03827b, #a09062);background-image: -o-linear-gradient(216deg, #03827b, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #03827b, #a09062);background-size:auto !important;font-size:1.625rem;font-family:amiri;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;display:block; }
#cebHVtTFcligZrEk1IqUNKTOgzayi7Sw { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { position:relative;z-index:auto;display:block; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { background-color: transparent; background-image: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container > .video-iframe-container { display: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container { display: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .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); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { border-width: 0; border-radius: 0; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .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; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:20rem;height:56.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-image: -moz-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-image: -ms-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-image: -o-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f47', endColorstr='#a090625b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f47', endColorstr='#a090625b' );";background-image: linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));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; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-element-container { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-image: -o-linear-gradient(top, rgba(160,144,98,0.4), rgba(3,130,123,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906266', endColorstr='#03827b5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906266', endColorstr='#03827b5e' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.4), rgba(3,130,123,0.37));background-size:contain !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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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); }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.adaptive-delivery-prevent-bg, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyload, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyloading { background-image: none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht { display:flex;height:auto;width:18.244375rem;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:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906247', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906247', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-size:auto !important; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IDd4FLaG6Dm2S5tpnDK2gqWEaRunFcfs {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #J9qtT7gVPaqsWmxTuJoVCKZRzWwQhvAQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KkL1Nro8ZOqSwX9ScuT1XHTFwVA4cWeE {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h6mcz2zevGmoaDV9PLtpuSHOxWUQU8gR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OPglPCDoVQ33rub1OGhBBnyCfMHOgz1f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #O5u8TaWhJE2rtEiIf6biOyRDhtkO8tQO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GKsf54IkCsoM00RIwtVPVEQFQU453WuF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #k68G3rR12iSctOsyZZJx98rlQ4Ik84QP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LcSXwSZ0pXvtrTRgK5ODfBzIZLU3lXF4 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HhfBIiru8JDQf6v7TXCFwo3oha2ecqWO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C5TKk3K3B6V8uwJS6VfGu59RQgQn1foP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oibOOOlKS6qw3BfTJaeFgtPzShiFp57P {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #diZeWeJWXBKw1uJUH3WeA3wKxJO1wtvh {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SBMlcQ3VvCPkpmOz97fDu05gHTvmdKuH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #rv9OCiCJ6TuqDcpycqPf5rs8X7ydvaVH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bOImiinD4Ta6G8IqM0lBrQTVRu7WF9XX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UiK5LOCOmKTdgv9ytyaIopqMs00FBSuM {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #c8aq3JZcPnnG96fliflqoznQPe3NbMdd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #L2EzXmHZ0yd9xEoFspPuQzONUQbEGiUc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mwBqG1hn68Pmk79Vmd7HO5yTxNHZgFNu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JsBB1kyen2l2gF7SzDNuK44215XbVzDB {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #w6EzQKqyG1702nf4fFoUtFLOTX3T69OW {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #yIDkNApSlBpaWJQ9OhAIZZdePo7drFxl {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WfpMstE6sCBGbWlViMxZ6T1xX4FTDL93 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SaOyD2s5SPRbTQiuewIKSiZWxhVopKiC {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #M5oviiPTOSIxklycTT6QA3vqeNQTcVDX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mdkU82ekCAhWAdTggsACFVwvmTQkgctS {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #EZrNyK358Dg6u6mHo2sQoBuTLB8opFJ3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IWoL4S7clKT9DgArLkbCHz5MTnQn4KUy {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WeE7GtDehRLxGBAX5lZ8dDU7cgMtDQAm {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P0oAJD2RVTTh6BOpdM16G50ggTA36kvk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #K2MxUnIO52saVwS6bfrnHyZBa3mxDTV3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #dmRdwd5HXgroWE8Ich3SZyXhvgAiSSrQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eUnw6EnJI6cDVV4if7hg5hpbdTRvFZLc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #STKIgcXLTFvUTMAJQXRgU3HV7XCC7Zal {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nTa6w2Ru6727mIXnenoUmciqcH4pZhbJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AUD5SFhQsT25OcUfpIFUy1KVuhwJBi2w {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xgf7S2hiZzeSD5qoCIkaLmdTmvsmqapb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #gWgnTi6o32C2OMThCPBmE3Sn99nWUROP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KtEwt85ZwNOcZaOAkGUTCSJx12naP4nA {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CGL9gfBG5mvHW3pkaaX4M9cQJohrC39k {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #PGT3nEWiicE4mOMC2H42clwqNGQM73TH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Ar2mosQACBpNo0EfME1L2KBWsQROdxE3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #zOPriwfRTEI3q91Wnf8XauJkrgwoxWEJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HlchEP5oSd6aOAANpeJ5cT9Tb1wrJWym {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #iNPkGFm4cgHeLTGJndsru1kcR46ULBwg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P9h20kXvBqfOn8hRO5CxEVuUNQW9vhnu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CvQIzQ8ogxG56CefrDmRQh2dQQvdWgv5 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TwieRcT1qi5zPQ3mWDOqsSzBdFgXiHUb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aLlGodcN9N0f09saI2FZEX7s7yNsDxMa {  }
#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { width:15.4375rem;height:1.94921875rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { background-color:rgba(160,144,98,0.08);background-image:none;display:block; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { background-color: transparent; background-image: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container > .video-iframe-container { display: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row > .video-iframe-container { display: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .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); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; }#kU3xI4GNT19M4itdITsgyrDzgIdhSAQJ { width:11rem;height:0;top:28.475rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#Nkvz6POh0aBf8F9JnP0FGfP2A2VZ4V5W { width:11rem;height:0;top:14.9125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#WeqfEvLfB2TakTHTehQHX9HDD2TcKTOO { width:11rem;height:0;top:69.725002288819rem;left:2.0617188215256rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#dob1xr5KuGV4SrxoIKPvG26RDZAT0Pgx { width:11rem;height:0;top:56.162501144223rem;left:2.8125001192093rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#binBvCotqtooBeKaXiShFTkV3tMKHmLt { width:11rem;height:0;top:109.35000324249rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#v3OFppNS0fl6WVFmbMBWcQ6lI997tyHn { width:11rem;height:0;top:96.537503123281rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#KI1acrPXH5ticUJBlxVEpqpPHTfHwP7W { width:11rem;height:0;top:134.78750419617rem;left:4.4999998807907rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { width:17.4989375rem;height:4.0683625rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { width:1.6875rem;height:1.6875rem;top:12.436721801757rem;left:16.99843788147rem;font-size:1.125rem;color:rgba(4,39,15,0.75);display:block; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { width:12.561875rem;height:1.86875rem;top:15.998443603516rem;left:3.4992189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { width:1.6875rem;height:1.6875rem;top:16.060943603516rem;left:17.06093788147rem;font-size:1.125rem;color:rgba(4,39,15,0.73);display:block; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { width:12.561875rem;height:1.7875rem;top:19.384384155274rem;left:3.7179689407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { width:1.6875rem;height:1.6875rem;top:22.93359375rem;left:17.18593788147rem;font-size:1.125rem;color:rgba(4,39,15,0.74);display:block; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { width:12.561875rem;height:1.86875rem;top:22.748443603516rem;left:3.7492189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;color:rgba(4,39,15,0.72);display:block; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { width:15.9375rem;height:1.86875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { width:1.6875rem;height:1.6875rem;top:9.1859436035156rem;left:17.12343788147rem;font-size:1.125rem;color:rgba(4,39,15,0.75);display:block; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { width:16.436625rem;height:1.7068125rem;top:9.0914154052738rem;left:0.69375002384188rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { width:1.6875rem;height:1.6875rem;top:19.373443603516rem;left:17.06093788147rem;font-size:1.125rem;color:rgba(4,39,15,0.74);display:block; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { width:15.2495625rem;height:1.7875rem;top:12.247665405274rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { width:12.561875rem;height:1.7875rem;top:26.249221801757rem;left:3.8742189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);z-index:15051;font-family:amiri;display:block; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { width:1.6875rem;height:1.6875rem;top:26.373443603516rem;left:17.18593788147rem;font-size:1.125rem;z-index:15072;color:rgba(4,39,15,0.74);display:block; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { display:flex;width:3.125rem;height:3.125rem;top:30.55078125rem;left:15.24765586853rem;z-index:14999; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { top:30.39453125rem;left:2.0484375953674rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.6));background-image: -moz-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.6));background-image: -ms-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.6));background-image: -o-linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba8', endColorstr='#a0906299' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827ba8', endColorstr='#a0906299' );";background-image: linear-gradient(181deg, rgba(3,130,123,0.66), rgba(160,144,98,0.6));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { display:flex;width:2.621525rem;height:2.621525rem;top:30.739059448243rem;left:2.2492187023163rem;z-index:14999; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#mAHX7afisdgmPHxvdVIKxDCGDif8ne8T { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:15004;display:block; }
#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI { display:block; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI { background-color: transparent; background-image: none; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row .container > .video-iframe-container { display: none; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row > .video-iframe-container { display: none; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .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); }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI { border-width: 0; border-radius: 0; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .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; }#GWe8KTUFUCPz4TXpsH3yqkghuZTcJCoI > .row .container { width:20rem;height:45rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b0f', endColorstr='#a0906289' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b0f', endColorstr='#a0906289' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.06), rgba(160,144,98,0.54));background-size:auto !important;font-family:var(--paragraphs-font-family);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; }#qN455GEMmweTdb7PbqFV90TZ6n6AMggf { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#FWtsb9GLpIGxXJiibumRLKR8fCNZoDTK { width:20rem;height:15rem;top:5.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#dfXq9s5u2OJfXJtlnGWgL2r0Tk8Qca8w { width:13.125rem;height:4.375rem;top:37.50390625rem;left:3.8125rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627f', endColorstr='#03827b7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627f', endColorstr='#03827b7f' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.5), rgba(3,130,123,0.5));background-size:auto !important;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mgnF39rIvCUPAQhG8vvdT9eSUvcJfZ0G { display:block; }
#RHmxAr0QLQ23oIt6GlTxRTKNDDe8JTDl { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#hHRyuczBbOlewSAtcb1LpqNT8p1oiSwq { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#QN48dLnAzqo1iD8VUcdCLOHL2kMa04qW { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#bfWbOeT3PMcOrHAEEm55bVbFnTvQoxNc { width:20rem;height:15.9375rem;top:3.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.27)', endColorstr='#03827b3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.27)', endColorstr='#03827b3f' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.27), rgba(3,130,123,0.25));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { display:block; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { background-color: transparent; background-image: none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container > .video-iframe-container { display: none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row > .video-iframe-container { display: none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .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); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { border-width: 0; border-radius: 0; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .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; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container { width:20rem;height:16.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.11));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.11));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.11));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.11));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906289', endColorstr='#03827b1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906289', endColorstr='#03827b1c' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.11));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; }#CpBRwbL6TylATJEaMlfdhcTrnVEzSwFH { width:15.43675rem;height:3.3311625rem;top:1.2998046875rem;left:1.1875rem;font-size:2.5625rem;text-align:center;text-align-last:center;z-index:15020;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;display:block; }
#J6AmTLmUJAKgc2fgyRJe9NtWKt6bXe4T { width:17rem;height:6.0556625rem;top:10.181640625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;font-family:amiri;color:rgba(160,144,98,0.54);line-height:1.7;display:block; }
#rOMedJKlvfZQrHx3IeK6wUbB7VAbzB6Q { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#FmT0Haeh8XIFc4cpcEin8WLoWlDeWRy7 { width:4.9375rem;height:4.9375rem;top:5.306640625rem;left:8.09375rem;font-size:3.4375rem;z-index:15012;color:rgba(230,40,40,0.83);display:block; }
#u7RebPGNl4ehUS9HdnrUBSlDggW99wTU { width:10.5rem;height:0.125rem;top:6.7489156723025rem;left:3.6453998684883rem;background-color:rgba(160,144,98,0.26);background-image:none;z-index:15005;display:block; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-image: -moz-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-image: -ms-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-image: -o-linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b42', endColorstr='#a0906275' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03827b42', endColorstr='#a0906275' );";background-image: linear-gradient(180deg, rgba(3,130,123,0.26), rgba(160,144,98,0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { background-color: transparent; background-image: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container > .video-iframe-container { display: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { display: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .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); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:20rem;height:110.4375rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { width:20rem;height:3rem;top:5.947265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { width:20rem;height:1.94986875rem;top:3.2486982345581rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:46.2548828125rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Dwq7GzATm1fMDMBsEi0Trns6MuvG41Ua { top:80.3173828125rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bGwN1bk1CMlynhOmIEBxTwW0QWENCEiR { width:20rem;height:0.124783125rem;top:44.497615814209rem;left:0rem;background-color:rgba(3,130,123,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15031;display:block; }
#FelOarhTvLo02fyNcERLTssCu40xIu4U { width:20rem;height:0.124783125rem;top:78.121747970581rem;left:0rem;background-color:rgba(3,130,123,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15032;display:block; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.59));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.59));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.59));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906289', endColorstr='#03827b96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906289', endColorstr='#03827b96' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.54), rgba(3,130,123,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { background-color: transparent; background-image: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container > .video-iframe-container { display: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { display: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .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); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;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:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
