.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { position:relative;z-index:auto;display:none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { border-width: 0; border-radius: 0; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .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; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .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; }#JQsoefdTbUBhd294JswpIxO0GgrwI1iR { 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; }
#rWxofTcewcGUgZVMzWnpHT9SDELWc2b8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CK9KOdWeu1rVKzobx9rU1EbImXiW3Ukk { 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; }
#JCJgMCqTNh5ulZOMcC3o2uWMNSKTGOAn { 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; }
#lgreVRSPKTgxZQeyVtEGpNEAFpuz6BQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 { 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; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SwnUSZ35TrSxFLMe6gTZitFcP1fl7RS1 { 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; }
#n33LTT0VHI9LmPXbDS7FWbn2ROk3LoeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlndiJJbdAzxMRPVT6exTGEdQ158ElEh { 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; }
#t4DMTeMDZhi3tIBdtz8cgXCPtnnntS5e { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#Wa7tg5g90I5pMCcrdB2liTB27pWT0E6f { 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; }
#Mw2IhUaCiF0J1FUGJuApTZN3QLI964hp { 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; }
#IzJhWyFPf4WvTkKw9hKFMf5TKBURhkB6 { 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; }
#k1ql9mr9otCUhVKhzJQDygETT2v3nl9F { 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; }
#Rk0RktFy82Aln7248VFs8c8WswKFtm46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSr7kOf5daym6DE1TFEnIDTpCg4VeeZC { 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; }
#qvvmWV2hOI6noSNp6QXr75NdB6F5R7km { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkqtRI0rT8GbeenmCicVuna1seX261yd { 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; }
#kzXMMulb3m28oRILoPbldO9Mdy3IWbBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFITTKmMq5z1ZxEgfPvXmnaWRm96hfpW { 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; }
#bV1ecRVPFnUEfNLhLWT4ibXq7ibaHW96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { position:relative;z-index:auto;display:none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { border-width: 0; border-radius: 0; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .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; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .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; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container.adaptive-delivery-prevent-bg, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container.lazyload, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container.lazyloading { background-image: none; }#oGlQ4h2dM7wgSPDkGVS4uZAyPNeQ78oE { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#pUBk2lc3ML4JVQ6uoASQXErVfAPoDLAr { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { position:relative;display:none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { border-width: 0; border-radius: 0; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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; }#kOBJXUIb8mkhPXGFp9exoZ3FlSiEsUCN { 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; }
#yplGpI7SLTKI6GPIMpKvdXpEJLvJlpZO { 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; }
#MXuhmO7hKcoxIQdH78uSx1l692v92riK { 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; }
#ZBQIbZwuR7Ov8oBw6w6fVZZQswwIpiqA { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.4375rem;left:11.6875rem;display:none; }
#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI { position:relative;display:none; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI { border-width: 0; border-radius: 0; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .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; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .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; }#gwAuDgAbCW8rQQHen6xhNptQWXrMqBm6 { 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:none; }
#U4ZF7bPB9iIVGzCWNoAkr3T3rFnNvWTr { 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; }
#ed8Ix2DyXAnDfWGyTlRpRJKZQAblKIH1 { 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; }
#clTocoHOWkF0lkwwd2lQNPU4APPPp24u { 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:none; }
#xkT0UFkrn1fRyh1Jau6hHbANGOwr3bqu { 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; }
#M3slyfRLndVVVCvBCV3cdFnTCMgCwbtE { 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; }
#isaA4JsMDbdpZmactkEi1s1GImrU8Zsc { 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; }
#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { position:relative;display:none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { border-width: 0; border-radius: 0; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .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; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .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; }#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-form-header {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { 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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { 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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ { position:relative; }
#nuuUZSCInGCk1aea12obXJfVdEE2IB8N { 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; }
#enoDf4ZqIHzIkSWwJPg4nVP2c446l810 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cZiK6TAHIiKVNe42FOghTaUewclBShTm { position:relative;display:none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm { border-width: 0; border-radius: 0; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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; }#ka65kN9goLqytwPzZNQPy7Kdw9gXGDVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.625rem;left:0.75rem;display:none; }
#IyV3qBzHUpIKhPKZievgOEbCSDDkMxc7 { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nyxQBeuTrgFLVXKePn9oaKTmvkixmWTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ty0N88nBDX9cxXdTemZ8E3UdNsJxLQ2c { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:20.0625rem;left:6.625rem;display:none; }
#AMpOTkJcr5szZMPtiNfXi4L2XUHW9fMg { 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:34.875rem;width:60rem;display:none; }
#LFpJuTZ5lD9QWofxZfSNlPD8ZRMhZ38n { 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:34.875rem;width:60rem;display:none; }
#xXzAApJr8cTyIT8dFQpVM995N2aPna19 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:37.375rem;left:0.0625rem;display:none; }
#yqfELTd7SSaPwxXzaZT5fdZ27Qr5RTdD { 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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TnBxUUpzpFkvClv1517DwpTs0FkOwTfP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { 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; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { border-width: 0; border-radius: 0; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#QW2symfldbgZ9FX69am9hL8gKHZeN3L2 { 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; }
#tFNznQkPCH7z4AT9RTZrq6UL6d4AFvmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynVTkHxOWPZRoIosKRxMbvKTlccJieq2 { 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; }
#uCxRWaOCV1hUlqnvTWTVI6llIxVV5nqF { 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; }
#vFLXK6godCutKRGuZr6LmOs0vFs5bHd4 { 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; }
#A9z1Fwa1ARX0U940z0SPwecFifduXzcA { 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; }
#OX6gGr3Z8r2ixvMvwhDyCJzdzX7peQl4 { 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; }
#fvQQvpp54geqezyAoWh41Q3b6N3GcoiS { 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; }
#A2dlE41Tzwb13oWHOuBGkrfXZWmiD6I1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOTyrUtHzrqurLdcc0SaSFTyTFT6yoh7 { 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; }
#Haz25cxdhNKWJxEDyeQ1tLnXkPTRhMiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTMpr5K2x35TMb6bmihLp4r9T3zoyBVM { 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; }
#gnskub0kiVKdQNmmPwggmE7ltTTAcTg8 { 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; }#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; }
#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 #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TPRtEMBK3uvyospWss731u6wiXsefaIT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #fzFpeagEMpSphCC4RgMR564NxcS40d9x { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #vq5qJg6JLhG9xtE2wctQZ2mRFKT4SdPF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #V9un7I1uKwof41ihIlocS5F5lgMDW36v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nr1rDKM0Th7BMhgd5xOlxd6VU1RUVIyu { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LVbUywsZmAH8iTVGmhS7uMzGPhXClv6R {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Mc3ocNGX92fnJNgeTmdx2TlabEcndIC8 { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uNFX2cQ7a2dx4mvRw7SuLCoxsscthJ9O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #pPwM3mdhCiRRPvkUwdn86XmpZ20ku6Uk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qKM4Ly6mJnO8oAhQV3HkAgpBI1Nyih8s { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #or9a7OzkBVVHyM0zO75yGI8v7XAHHKdb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ZnrzvwFIpEqiJfFAGgXf6v3DJavbDiBW { 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; }
#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; }
#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; }
#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN { position:relative;display:none; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN { border-width: 0; border-radius: 0; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .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; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .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; }#hJmPCwpRWckWDPgeX8bU93IzSCyfyPGC { 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; }
#GTSTsiezPJ5DetaGVf4JK62hPxkUhQLo { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;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; }
#Tx4GQD9DBUt7hoBNKQRa6SRPfTuLRhXE { 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; }
#Q4ZKw73T9wREQJfh7To85p7nlxpBV4Ec { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;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:none; }
#ECEEuUCkT2LoQ22MNhe09AlzX1wRLAa0 { 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; }
#UbQHQGoNc9iJIpVItg1V1O2FQFpFVERX { 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:12.74951171875rem;left:54.1875rem;display:block; }
#LooQQKppViRFyhobSXAa0kI2GpJetCOR { 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:10rem;left:54.1875rem;display:block; }
#VHACTsqDAB9SyJpMGgbPZH2Q2qs43w4v { 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; }
#TEgbIA6TNi1RQ6LyEtbb6gEmSgCcprG2 { 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; }
#Ht0t0vlJGAZAKSDBGa7CH7TcJntzs8GN { 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; }
#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { 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; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { border-width: 0; border-radius: 0; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#T7rMEl36AMZelx3LMQlVCivcO08mqygl { 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; }
#xuTPrhIqMezIN80oEoZO6UWvWdluEZ3s { 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; }
#SUIEhrK4rvQAPyZ5O0rVRbMGDNphtMzW { 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; }
#LeSwV6VBGDKqHngaBVx1wxFogkyQmKgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOEKBmq4hfqOT7x2w3DaDc16qILqGsR0 { 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; }
#iSGoTqkDqFDoV2ZwLikXpqJNREmwlXvS { 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; }
#DfmTGEkqqWXyh5QyXnB8f3ZopRJFFpdq { 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; }
#BSw1H9TqHApu31uqmVHvrGThWOkmEFJf { 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; }
#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; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { 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: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; }
#W0TedgVHh8LJqLIS2VySHQUEKcQqqD6D { 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; }
#tshuGrsyMAXPwLrWy8kzqVoMHQ4gKaa6 { 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; }
#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; }
#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { display:none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { width:47.75rem;position:relative;display:none; }#JQsoefdTbUBhd294JswpIxO0GgrwI1iR { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#rWxofTcewcGUgZVMzWnpHT9SDELWc2b8 { display:block; }
#CK9KOdWeu1rVKzobx9rU1EbImXiW3Ukk { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#JCJgMCqTNh5ulZOMcC3o2uWMNSKTGOAn { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#lgreVRSPKTgxZQeyVtEGpNEAFpuz6BQs { display:block; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SwnUSZ35TrSxFLMe6gTZitFcP1fl7RS1 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#n33LTT0VHI9LmPXbDS7FWbn2ROk3LoeC { display:block; }
#dlndiJJbdAzxMRPVT6exTGEdQ158ElEh { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#t4DMTeMDZhi3tIBdtz8cgXCPtnnntS5e { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#Wa7tg5g90I5pMCcrdB2liTB27pWT0E6f { top:4.5625rem;left:6.5rem;width:7.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
#Mw2IhUaCiF0J1FUGJuApTZN3QLI964hp { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#IzJhWyFPf4WvTkKw9hKFMf5TKBURhkB6 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#k1ql9mr9otCUhVKhzJQDygETT2v3nl9F { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#Rk0RktFy82Aln7248VFs8c8WswKFtm46 { display:block; }
#PSr7kOf5daym6DE1TFEnIDTpCg4VeeZC { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#qvvmWV2hOI6noSNp6QXr75NdB6F5R7km { display:block; }
#IkqtRI0rT8GbeenmCicVuna1seX261yd { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#kzXMMulb3m28oRILoPbldO9Mdy3IWbBL { display:block; }
#JFITTKmMq5z1ZxEgfPvXmnaWRm96hfpW { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#bV1ecRVPFnUEfNLhLWT4ibXq7ibaHW96 { display:block; }
#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { display:none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { width:47.75rem;position:relative;display:none; }#oGlQ4h2dM7wgSPDkGVS4uZAyPNeQ78oE { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#pUBk2lc3ML4JVQ6uoASQXErVfAPoDLAr { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { display:none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container { width:47.75rem;position:relative;display:none; }#kOBJXUIb8mkhPXGFp9exoZ3FlSiEsUCN { width:47.75rem;height:19rem;display:none; }
#yplGpI7SLTKI6GPIMpKvdXpEJLvJlpZO { width:14.0625rem;height:5.125rem;display:none; }
#MXuhmO7hKcoxIQdH78uSx1l692v92riK { width:15.9375rem;height:5.25rem;display:none; }
#ZBQIbZwuR7Ov8oBw6w6fVZZQswwIpiqA { top:1.4375rem;left:5.6109380722046rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI { display:none; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .row .container { width:47.75rem;position:relative;display:none; }#gwAuDgAbCW8rQQHen6xhNptQWXrMqBm6 { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:none; }
#U4ZF7bPB9iIVGzCWNoAkr3T3rFnNvWTr { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#ed8Ix2DyXAnDfWGyTlRpRJKZQAblKIH1 { display:none; }
#clTocoHOWkF0lkwwd2lQNPU4APPPp24u { top:3.3125rem;left:0rem;width:18.25rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#xkT0UFkrn1fRyh1Jau6hHbANGOwr3bqu { display:none; }
#M3slyfRLndVVVCvBCV3cdFnTCMgCwbtE { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:none; }
#isaA4JsMDbdpZmactkEi1s1GImrU8Zsc { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { display:none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { width:47.75rem;position:relative;display:none; }#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#nuuUZSCInGCk1aea12obXJfVdEE2IB8N { width:;height:;display:none; }
#enoDf4ZqIHzIkSWwJPg4nVP2c446l810 { display:block; }
#cZiK6TAHIiKVNe42FOghTaUewclBShTm { display:none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container { width:47.75rem;position:relative;display:none; }#ka65kN9goLqytwPzZNQPy7Kdw9gXGDVJ { top:12.625rem;left:0rem;width:18.4375rem;height:;font-size:0.875rem;display:none; }
#IyV3qBzHUpIKhPKZievgOEbCSDDkMxc7 { width:14.0625rem;height:3.4375rem;display:none; }
#nyxQBeuTrgFLVXKePn9oaKTmvkixmWTg { display:block; }
#ty0N88nBDX9cxXdTemZ8E3UdNsJxLQ2c { top:20.0625rem;left:0.53125rem;width:20rem;height:;font-size:1rem;display:none; }
#AMpOTkJcr5szZMPtiNfXi4L2XUHW9fMg { width:47.75rem;height:27.75rem;display:none; }
#LFpJuTZ5lD9QWofxZfSNlPD8ZRMhZ38n { width:47.75rem;height:27.75rem;display:none; }
#xXzAApJr8cTyIT8dFQpVM995N2aPna19 { top:37.375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
#yqfELTd7SSaPwxXzaZT5fdZ27Qr5RTdD { width:14.0625rem;height:3.4375rem;display:none; }
#TnBxUUpzpFkvClv1517DwpTs0FkOwTfP { display:block; }
#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { display:none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { width:47.5rem;position:relative;display:none; }#QW2symfldbgZ9FX69am9hL8gKHZeN3L2 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#tFNznQkPCH7z4AT9RTZrq6UL6d4AFvmL { display:block; }
#ynVTkHxOWPZRoIosKRxMbvKTlccJieq2 { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#uCxRWaOCV1hUlqnvTWTVI6llIxVV5nqF { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#vFLXK6godCutKRGuZr6LmOs0vFs5bHd4 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#A9z1Fwa1ARX0U940z0SPwecFifduXzcA { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#OX6gGr3Z8r2ixvMvwhDyCJzdzX7peQl4 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#fvQQvpp54geqezyAoWh41Q3b6N3GcoiS { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#A2dlE41Tzwb13oWHOuBGkrfXZWmiD6I1 { display:block; }
#rOTyrUtHzrqurLdcc0SaSFTyTFT6yoh7 { width:;height:;display:none; }
#Haz25cxdhNKWJxEDyeQ1tLnXkPTRhMiB { display:block; }
#CTMpr5K2x35TMb6bmihLp4r9T3zoyBVM { width:;height:;display:none; }
#gnskub0kiVKdQNmmPwggmE7ltTTAcTg8 { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { display:none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:47.75rem;position:relative;display:none; }#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;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 #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TPRtEMBK3uvyospWss731u6wiXsefaIT {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #vq5qJg6JLhG9xtE2wctQZ2mRFKT4SdPF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #V9un7I1uKwof41ihIlocS5F5lgMDW36v {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nr1rDKM0Th7BMhgd5xOlxd6VU1RUVIyu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LVbUywsZmAH8iTVGmhS7uMzGPhXClv6R {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Mc3ocNGX92fnJNgeTmdx2TlabEcndIC8 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uNFX2cQ7a2dx4mvRw7SuLCoxsscthJ9O {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #pPwM3mdhCiRRPvkUwdn86XmpZ20ku6Uk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qKM4Ly6mJnO8oAhQV3HkAgpBI1Nyih8s {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #or9a7OzkBVVHyM0zO75yGI8v7XAHHKdb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ZnrzvwFIpEqiJfFAGgXf6v3DJavbDiBW {  }
#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; }
#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; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN { display:none; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .row .container { width:47.75rem;position:relative;display:none; }#hJmPCwpRWckWDPgeX8bU93IzSCyfyPGC { top:3.625rem;left:0rem;width:15.375rem;height:3.3125rem;font-size:2.5625rem;display:none; }
#GTSTsiezPJ5DetaGVf4JK62hPxkUhQLo { width:17.9375rem;height:5.4375rem;top:26.6875rem;left:0rem;font-size:1.4375rem;display:none; }
#Tx4GQD9DBUt7hoBNKQRa6SRPfTuLRhXE { width:17rem;height:6rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
#Q4ZKw73T9wREQJfh7To85p7nlxpBV4Ec { width:16rem;height:4.625rem;top:9.25rem;left:0rem;font-size:1.375rem;display:none; }
#ECEEuUCkT2LoQ22MNhe09AlzX1wRLAa0 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#UbQHQGoNc9iJIpVItg1V1O2FQFpFVERX { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#LooQQKppViRFyhobSXAa0kI2GpJetCOR { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#VHACTsqDAB9SyJpMGgbPZH2Q2qs43w4v { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#TEgbIA6TNi1RQ6LyEtbb6gEmSgCcprG2 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#Ht0t0vlJGAZAKSDBGa7CH7TcJntzs8GN { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { display:none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { width:47.5rem;position:relative;display:none; }#T7rMEl36AMZelx3LMQlVCivcO08mqygl { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#xuTPrhIqMezIN80oEoZO6UWvWdluEZ3s { top:4.3125rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#SUIEhrK4rvQAPyZ5O0rVRbMGDNphtMzW { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#LeSwV6VBGDKqHngaBVx1wxFogkyQmKgo { display:block; }
#XOEKBmq4hfqOT7x2w3DaDc16qILqGsR0 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#iSGoTqkDqFDoV2ZwLikXpqJNREmwlXvS { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#DfmTGEkqqWXyh5QyXnB8f3ZopRJFFpdq { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#BSw1H9TqHApu31uqmVHvrGThWOkmEFJf { top:3.5625rem;left:0rem;width:22.625rem;height:39.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; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:0rem;width:;height:;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:0rem;width:;height:;display:none; }
#W0TedgVHh8LJqLIS2VySHQUEKcQqqD6D { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#tshuGrsyMAXPwLrWy8kzqVoMHQ4gKaa6 { top:0rem;width:;height:;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.59), rgba(var(--color-tertiary-0),0.6));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.59), rgba(var(--color-tertiary-0),0.6));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.59), rgba(var(--color-tertiary-0),0.6));background-image: -o-linear-gradient(top, rgba(160,144,98,0.59), rgba(var(--color-tertiary-0),0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906296', endColorstr='rgba(var(--color-tertiary-0),0.6)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906296', endColorstr='rgba(var(--color-tertiary-0),0.6)' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.59), rgba(var(--color-tertiary-0),0.6));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); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),0.4));background-image: -moz-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),0.4));background-image: -ms-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),0.4));background-image: -o-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.4)' );";background-image: linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),0.4));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; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { background-color: transparent; background-image: none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container > .video-iframe-container { display: none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row > .video-iframe-container { display: none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .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); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { border-width: 0; border-radius: 0; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#JQsoefdTbUBhd294JswpIxO0GgrwI1iR { top:0.49913024902344rem;left:6.9370663762094rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.66));background-image: -moz-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.66));background-image: -ms-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.66));background-image: -o-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.66)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.66)' );";background-image: linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.66));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; }
#rWxofTcewcGUgZVMzWnpHT9SDELWc2b8 { display:block; }
#CK9KOdWeu1rVKzobx9rU1EbImXiW3Ukk { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#JCJgMCqTNh5ulZOMcC3o2uWMNSKTGOAn { top:0.49913197755814rem;left:0rem;width:6.3748125rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.56));background-image: -moz-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.56));background-image: -ms-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.56));background-image: -o-linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.56)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.56)' );";background-image: linear-gradient(106deg, #a09062, rgba(var(--color-tertiary-0),0.56));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; }
#lgreVRSPKTgxZQeyVtEGpNEAFpuz6BQs { display:block; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SwnUSZ35TrSxFLMe6gTZitFcP1fl7RS1 { 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; }
#n33LTT0VHI9LmPXbDS7FWbn2ROk3LoeC { display:block; }
#dlndiJJbdAzxMRPVT6exTGEdQ158ElEh { 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; }
#t4DMTeMDZhi3tIBdtz8cgXCPtnnntS5e { width:2.1875rem;height:3.375rem;top:3.1875rem;left:11.1220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wa7tg5g90I5pMCcrdB2liTB27pWT0E6f { width:7.125rem;height:0.89355625rem;top:4.5625rem;left:12.625rem;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; }
#Mw2IhUaCiF0J1FUGJuApTZN3QLI964hp { 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; }
#IzJhWyFPf4WvTkKw9hKFMf5TKBURhkB6 { width:20rem;height:2.875rem;top:3.623046875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.49), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.49), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.49), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.49), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.49)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.49)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.49), #a09062);background-size:auto !important;display:block; }
#k1ql9mr9otCUhVKhzJQDygETT2v3nl9F { top:3.8125rem;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; }
#Rk0RktFy82Aln7248VFs8c8WswKFtm46 { display:block; }
#PSr7kOf5daym6DE1TFEnIDTpCg4VeeZC { top:3.8125rem;left:2.40625rem;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; }
#qvvmWV2hOI6noSNp6QXr75NdB6F5R7km { display:block; }
#IkqtRI0rT8GbeenmCicVuna1seX261yd { top:3.875rem;left:5.71875rem;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; }
#kzXMMulb3m28oRILoPbldO9Mdy3IWbBL { display:block; }
#JFITTKmMq5z1ZxEgfPvXmnaWRm96hfpW { top:3.8125rem;left:8.8125rem;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.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; }
#bV1ecRVPFnUEfNLhLWT4ibXq7ibaHW96 { display:block; }
#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/d75ae8a6-551b-43bf-8c06-48d30c23fedb/Theconceptoforthodonticdentalcare_PremiumAIgeneratedimage.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; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r.adaptive-delivery-prevent-bg, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r.lazyload, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r.lazyloading { background-image: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { background-color: transparent; background-image: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container > .video-iframe-container { display: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row > .video-iframe-container { display: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .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); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { border-width: 0; border-radius: 0; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { width:20rem;height:12.25rem;position:relative;display:block; }#oGlQ4h2dM7wgSPDkGVS4uZAyPNeQ78oE { width:7.1875rem;height:3.936525rem;top:0.9091796875rem;left:12.28125rem;z-index:15073;display:block; }
#pUBk2lc3ML4JVQ6uoASQXErVfAPoDLAr { width:7.124rem;height:3.874025rem;top:0.9404296875rem;left:0.5322265625rem;z-index:15073;display:block; }
#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { display:block; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { background-color: transparent; background-image: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container > .video-iframe-container { display: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row > .video-iframe-container { display: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { border-width: 0; border-radius: 0; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container { width:20rem;height:7.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.64), rgba(var(--color-tertiary-0),0.7));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.64), rgba(var(--color-tertiary-0),0.7));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.64), rgba(var(--color-tertiary-0),0.7));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.64), rgba(var(--color-tertiary-0),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a3', endColorstr='rgba(var(--color-tertiary-0),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a3', endColorstr='rgba(var(--color-tertiary-0),0.7)' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.64), rgba(var(--color-tertiary-0),0.7));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; }#kOBJXUIb8mkhPXGFp9exoZ3FlSiEsUCN { top:5.125rem;left:12.811415970326rem;width:5.875rem;height:2.3125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yplGpI7SLTKI6GPIMpKvdXpEJLvJlpZO { top:2.65625rem;left:6.59375rem;width:6.8105625rem;height:2.374025rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MXuhmO7hKcoxIQdH78uSx1l692v92riK { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#ZBQIbZwuR7Ov8oBw6w6fVZZQswwIpiqA { top:1.09375rem;left:2.53125rem;width:12.0625rem;height:1.5rem;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:1rem;line-height:1.5;display:block; }
#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI { display:block; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI { background-color: transparent; background-image: none; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .row .container > .video-iframe-container { display: none; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .row > .video-iframe-container { display: none; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .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); }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI { border-width: 0; border-radius: 0; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .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; }#pE5QiODgb8g3uEKwHa38KwqNKsZU7yvI > .row .container { width:20rem;height:10.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.51), rgba(var(--color-tertiary-0),0.68));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.51), rgba(var(--color-tertiary-0),0.68));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.51), rgba(var(--color-tertiary-0),0.68));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.51), rgba(var(--color-tertiary-0),0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906282', endColorstr='rgba(var(--color-tertiary-0),0.68)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906282', endColorstr='rgba(var(--color-tertiary-0),0.68)' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.51), rgba(var(--color-tertiary-0),0.68));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; }#gwAuDgAbCW8rQQHen6xhNptQWXrMqBm6 { width:13.125rem;height:1.625rem;top:0.25rem;left:3.6875rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-0),1);line-height:1.3;z-index:15007;display:block; }
#U4ZF7bPB9iIVGzCWNoAkr3T3rFnNvWTr { width:14.6875rem;height:0.3125rem;top:2rem;left:3.1875rem;background-color:rgba(160,144,98,0.24);background-image:none;z-index:15010;display:block; }
#ed8Ix2DyXAnDfWGyTlRpRJKZQAblKIH1 { top:-1.875rem;left:-29.906253814698rem;width:18.375rem;height:4.25rem;z-index:15162;background-color:rgba(82,109,25,0.28);background-image:none;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; }
#clTocoHOWkF0lkwwd2lQNPU4APPPp24u { width:18.25rem;height:2.4375rem;top:3.3125rem;left:0.875rem;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:15163;display:block; }
#xkT0UFkrn1fRyh1Jau6hHbANGOwr3bqu { top:-1.875rem;left:-29.906253814698rem;width:19.75rem;height:2.25rem;z-index:15161;background-color:rgba(82,109,25,0.28);background-image:none;display:block; }
#M3slyfRLndVVVCvBCV3cdFnTCMgCwbtE { width:18.375rem;height:1.59375rem;top:7.4375rem;left:1.3125rem;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(4,39,15,0.66);z-index:15162;line-height:1.7;display:block; }
#isaA4JsMDbdpZmactkEi1s1GImrU8Zsc { width:20rem;height:0.3125rem;top:6.4375rem;left:0rem;background-color:rgba(160,144,98,0.22);background-image:none;z-index:15011;display:block; }
#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/50ad3ec3-f50f-4fb9-9baf-6184219f3b9d/InvisaligninVirginia_OrthodonticAppliancesforSubtleElegance.jpg");background-position:center right !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; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu.adaptive-delivery-prevent-bg, #fubeAy7Gg3CrIta1goPgbJPmVpmn62gu.lazyload, #fubeAy7Gg3CrIta1goPgbJPmVpmn62gu.lazyloading { background-image: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { background-color: transparent; background-image: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container > .video-iframe-container { display: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row > .video-iframe-container { display: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .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); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { border-width: 0; border-radius: 0; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { width:20rem;height:43.375rem;position:relative;display:block; }#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:16.6875rem;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); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:16.6875rem;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;color:rgba(var(--color-primary-0),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:16.6875rem;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;color:rgba(var(--color-primary-0),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:16.6875rem;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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(264deg, #a09062, rgba(var(--color-tertiary-0),0.82));background-image: -moz-linear-gradient(264deg, #a09062, rgba(var(--color-tertiary-0),0.82));background-image: -ms-linear-gradient(264deg, #a09062, rgba(var(--color-tertiary-0),0.82));background-image: -o-linear-gradient(264deg, #a09062, rgba(var(--color-tertiary-0),0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.82)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.82)' );";background-image: linear-gradient(264deg, #a09062, rgba(var(--color-tertiary-0),0.82));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); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#a09062; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#a09062; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#a09062; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#a09062; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:16.6875rem;height:auto;top:14.5rem;left:0.8125rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:16.6875rem;height:auto;top:14.5rem;left:0.8125rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#nuuUZSCInGCk1aea12obXJfVdEE2IB8N { top:31.71875rem;left:2.46875rem;z-index:15032;width:15.875rem;height:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(349deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.99));background-image: -moz-linear-gradient(349deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.99));background-image: -ms-linear-gradient(349deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.99));background-image: -o-linear-gradient(349deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#a09062fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#a09062fc' );";background-image: linear-gradient(349deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.99));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;display:block; }
#enoDf4ZqIHzIkSWwJPg4nVP2c446l810 { display:block; }
#cZiK6TAHIiKVNe42FOghTaUewclBShTm { display:block; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm { background-color: transparent; background-image: none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container > .video-iframe-container { display: none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row > .video-iframe-container { display: none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm { border-width: 0; border-radius: 0; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container { width:20rem;height:49.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.63), rgba(160,144,98,0.41));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.63), rgba(160,144,98,0.41));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.63), rgba(160,144,98,0.41));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.63), rgba(160,144,98,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.63)', endColorstr='#a0906268' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.63)', endColorstr='#a0906268' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.63), rgba(160,144,98,0.41));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; }#ka65kN9goLqytwPzZNQPy7Kdw9gXGDVJ { top:12.5625rem;left:0.78125rem;width:18.4375rem;height:5.68359375rem;z-index:15033;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#IyV3qBzHUpIKhPKZievgOEbCSDDkMxc7 { top:21.875rem;left:1.65625rem;z-index:15036;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-image: -moz-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-image: -ms-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-image: -o-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062fc', endColorstr='rgba(var(--color-tertiary-0),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062fc', endColorstr='rgba(var(--color-tertiary-0),0.31)' );";background-image: linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#nyxQBeuTrgFLVXKePn9oaKTmvkixmWTg { display:block; }
#ty0N88nBDX9cxXdTemZ8E3UdNsJxLQ2c { top:19rem;left:1.4375rem;width:17.375rem;height:1.29980625rem;z-index:15037;color:rgba(var(--color-tertiary-0),1);display:block; }
#AMpOTkJcr5szZMPtiNfXi4L2XUHW9fMg { top:0rem;left:0rem;width:20rem;height:11.625rem;z-index:15034;overflow:hidden;display:block; }
#LFpJuTZ5lD9QWofxZfSNlPD8ZRMhZ38n { top:24.25rem;left:0rem;width:20rem;height:11.625rem;z-index:15035;overflow:hidden;display:block; }
#xXzAApJr8cTyIT8dFQpVM995N2aPna19 { top:37.375rem;left:0.09375rem;width:20rem;height:;z-index:15038;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;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; }
#yqfELTd7SSaPwxXzaZT5fdZ27Qr5RTdD { top:47rem;left:1.46875rem;z-index:15037;width:6.8125rem;height:1.75rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-image: -moz-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-image: -ms-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-image: -o-linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062fc', endColorstr='rgba(var(--color-tertiary-0),0.31)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062fc', endColorstr='rgba(var(--color-tertiary-0),0.31)' );";background-image: linear-gradient(216deg, rgba(160,144,98,0.99), rgba(var(--color-tertiary-0),0.31));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.55) ;display:block; }
#TnBxUUpzpFkvClv1517DwpTs0FkOwTfP { display:block; }
#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { display:block; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { background-color: transparent; background-image: none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container > .video-iframe-container { display: none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row > .video-iframe-container { display: none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .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); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { border-width: 0; border-radius: 0; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .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; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { width:20rem;height:25.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.66), rgba(160,144,98,0.63));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.66), rgba(160,144,98,0.63));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.66), rgba(160,144,98,0.63));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.66), rgba(160,144,98,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.66)', endColorstr='#a09062a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.66)', endColorstr='#a09062a0' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.66), rgba(160,144,98,0.63));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; }#QW2symfldbgZ9FX69am9hL8gKHZeN3L2 { width:13.09698625rem;height:3.722005rem;top:13.311632275581rem;left:3.4429257512093rem;font-family:amiri;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(160,144,98,0.6);border-left:0.125rem solid rgba(160,144,98,0.6);border-right:0.125rem solid rgba(160,144,98,0.6);border-bottom:0.125rem solid rgba(160,144,98,0.6);display:block; }
#tFNznQkPCH7z4AT9RTZrq6UL6d4AFvmL { display:block; }
#ynVTkHxOWPZRoIosKRxMbvKTlccJieq2 { 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; }
#uCxRWaOCV1hUlqnvTWTVI6llIxVV5nqF { 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; }
#vFLXK6godCutKRGuZr6LmOs0vFs5bHd4 { 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; }
#A9z1Fwa1ARX0U940z0SPwecFifduXzcA { width:20rem;height:2.3994125rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#a09062;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#OX6gGr3Z8r2ixvMvwhDyCJzdzX7peQl4 { width:19.1875rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#a09062;font-family:var(--paragraphs-font-family);display:block; }
#fvQQvpp54geqezyAoWh41Q3b6N3GcoiS { width:13.08292375rem;height:3.70789875rem;top:18.25rem;left:3.4375rem;z-index:15009;font-family:amiri;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(160,144,98,0.76);border-left:0.125rem solid rgba(160,144,98,0.76);border-right:0.125rem solid rgba(160,144,98,0.76);border-bottom:0.125rem solid rgba(160,144,98,0.76);display:block; }
#A2dlE41Tzwb13oWHOuBGkrfXZWmiD6I1 { display:block; }
#rOTyrUtHzrqurLdcc0SaSFTyTFT6yoh7 { top:13.203125rem;left:3.3125rem;z-index:15028;width:13.375rem;height:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.5));background-size:auto !important;color:#ffffff;font-size:1.125rem;font-family:amiri;display:block; }
#Haz25cxdhNKWJxEDyeQ1tLnXkPTRhMiB { display:block; }
#CTMpr5K2x35TMb6bmihLp4r9T3zoyBVM { top:18.072265625rem;left:3.4375rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.68));background-image: -moz-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.68));background-image: -ms-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.68));background-image: -o-linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.68)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),0.68)' );";background-image: linear-gradient(216deg, #a09062, rgba(var(--color-tertiary-0),0.68));background-size:auto !important;font-size:1.125rem;font-family:amiri;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;display:block; }
#gnskub0kiVKdQNmmPwggmE7ltTTAcTg8 { 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:60.875rem;background-color:rgba(160,144,98,0.24);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { width:15.4375rem;height:1.94921875rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:#a09062;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-element-container { background-color:rgba(var(--color-tertiary-0),1);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; }
#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:#a09062;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:#a09062;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.245125rem;top:4.2939453125rem;left:0rem;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.44), rgba(var(--color-tertiary-0),0.77));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.44), rgba(var(--color-tertiary-0),0.77));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.44), rgba(var(--color-tertiary-0),0.77));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.44), rgba(var(--color-tertiary-0),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906270', endColorstr='rgba(var(--color-tertiary-0),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906270', endColorstr='rgba(var(--color-tertiary-0),0.77)' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.44), rgba(var(--color-tertiary-0),0.77));background-size:auto !important; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TPRtEMBK3uvyospWss731u6wiXsefaIT {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #vq5qJg6JLhG9xtE2wctQZ2mRFKT4SdPF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #V9un7I1uKwof41ihIlocS5F5lgMDW36v {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nr1rDKM0Th7BMhgd5xOlxd6VU1RUVIyu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LVbUywsZmAH8iTVGmhS7uMzGPhXClv6R {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Mc3ocNGX92fnJNgeTmdx2TlabEcndIC8 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #uNFX2cQ7a2dx4mvRw7SuLCoxsscthJ9O {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #pPwM3mdhCiRRPvkUwdn86XmpZ20ku6Uk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #qKM4Ly6mJnO8oAhQV3HkAgpBI1Nyih8s {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #or9a7OzkBVVHyM0zO75yGI8v7XAHHKdb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #ZnrzvwFIpEqiJfFAGgXf6v3DJavbDiBW {  }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.4));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.4));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.4));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#a0906266' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#a0906266' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(160,144,98,0.4));background-size:cover !important;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:37rem;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; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;color:#a09062;display:block; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { width:12.5615rem;height:1.8681625rem;top:24.9697265625rem;left:3.71875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#a09062;font-family:amiri;display:block; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;color:#a09062;display:block; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { width:12.561875rem;height:1.7871125rem;top:21.197045326233rem;left:3.7185333371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#a09062;font-family:amiri;display:block; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;color:#a09062;display:block; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { width:12.5615rem;height:1.8681625rem;top:5.28515625rem;left:3.71875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#a09062;font-family:amiri;display:block; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;color:#a09062;display:block; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { width:15.9375rem;height:1.8681625rem;top:9.283203125rem;left:1.1240234375rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#a09062;font-family:amiri;display:block; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;color:#a09062;display:block; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { width:16.4365rem;height:1.70605625rem;top:13.3642578125rem;left:0.625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:#a09062;font-family:amiri;display:block; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;color:#a09062;display:block; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { width:15.249rem;height:1.7871125rem;top:16.947265625rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#a09062;font-family:amiri;display:block; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { width:12.561875rem;height:1.7871125rem;top:28.562496185302rem;left:3.8747833371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#a09062;z-index:15051;font-family:amiri;display:block; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;color:#a09062;display:block; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { display:flex;width:3.125rem;height:3.125rem;top:32.73828125rem;left:15.966796875rem;z-index:14999; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { top:32.625rem;left:2.248046875rem;z-index:14998;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(160,144,98,0.78), rgba(var(--color-tertiary-0),0.7));background-image: -moz-linear-gradient(181deg, rgba(160,144,98,0.78), rgba(var(--color-tertiary-0),0.7));background-image: -ms-linear-gradient(181deg, rgba(160,144,98,0.78), rgba(var(--color-tertiary-0),0.7));background-image: -o-linear-gradient(181deg, rgba(160,144,98,0.78), rgba(var(--color-tertiary-0),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062c6', endColorstr='rgba(var(--color-tertiary-0),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062c6', endColorstr='rgba(var(--color-tertiary-0),0.7)' );";background-image: linear-gradient(181deg, rgba(160,144,98,0.78), rgba(var(--color-tertiary-0),0.7));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { display:flex;width:2.621525rem;height:2.621525rem;top:32.98828125rem;left:2.4990234375rem;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.3037109375rem;left:4.7490234375rem;background-color:rgba(160,144,98,0.29);background-image:none;z-index:15004;display:block; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { width:17.4980625rem;height:3.8183625rem;top:0rem;left:1.25rem;font-size:2.9375rem;color:rgba(160,144,98,0.88);font-family:amiri;display:block; }
#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN { display:block; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN { background-color: transparent; background-image: none; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .row .container > .video-iframe-container { display: none; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .row > .video-iframe-container { display: none; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .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); }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN { border-width: 0; border-radius: 0; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .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; }#KrlRHd0GHvI62uPE3rte6V1i1dvywGLN > .row .container { width:20rem;height:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.48), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.48), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.48), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.48), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627a', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627a', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.48), rgba(var(--color-tertiary-0),0));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; }#hJmPCwpRWckWDPgeX8bU93IzSCyfyPGC { width:15.43675rem;height:3.33105625rem;top:3.4250001907349rem;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; }
#GTSTsiezPJ5DetaGVf4JK62hPxkUhQLo { width:17.9980625rem;height:5.4609375rem;top:26.731771469116rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15013;font-family:amiri;color:rgba(160,144,98,0.43);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;font-weight:700;font-style:normal;display:block; }
#Tx4GQD9DBUt7hoBNKQRa6SRPfTuLRhXE { width:17rem;height:6.0556625rem;top:17.99453163147rem;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; }
#Q4ZKw73T9wREQJfh7To85p7nlxpBV4Ec { width:16.0615rem;height:4.673825rem;top:9.62109375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15022;font-family:amiri;color:rgba(160,144,98,0.45);line-height:1.7;display:block; }
#ECEEuUCkT2LoQ22MNhe09AlzX1wRLAa0 { width:3.125rem;height:3.125rem;top:7.80859375rem;left:16.87343788147rem;font-size:2.1875rem;z-index:15009;color:#845d25;display:block; }
#UbQHQGoNc9iJIpVItg1V1O2FQFpFVERX { width:3.3125rem;height:3.3125rem;top:15.435943603516rem;left:16.686719894409rem;font-size:2.3125rem;z-index:15010;color:#845d25;display:block; }
#LooQQKppViRFyhobSXAa0kI2GpJetCOR { width:3.3125rem;height:3.3125rem;top:24.936828613281rem;left:16.812283813953rem;font-size:2.3125rem;z-index:15011;color:#845d25;display:block; }
#VHACTsqDAB9SyJpMGgbPZH2Q2qs43w4v { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#TEgbIA6TNi1RQ6LyEtbb6gEmSgCcprG2 { width:6.811rem;height:6.811rem;top:0.935329914093rem;left:12.255859673023rem;font-size:4.75rem;z-index:15012;color:rgba(230,40,40,0.83);display:block; }
#Ht0t0vlJGAZAKSDBGa7CH7TcJntzs8GN { 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; }
#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { display:block; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { background-color: transparent; background-image: none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container > .video-iframe-container { display: none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row > .video-iframe-container { display: none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .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); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { border-width: 0; border-radius: 0; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .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; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { width:20rem;height:45rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.58), rgba(160,144,98,0.51));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.58), rgba(160,144,98,0.51));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.58), rgba(160,144,98,0.51));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.58), rgba(160,144,98,0.51));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.58)', endColorstr='#a0906282' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.58)', endColorstr='#a0906282' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.58), rgba(160,144,98,0.51));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; }#T7rMEl36AMZelx3LMQlVCivcO08mqygl { width:20rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#a09062;display:block; }
#xuTPrhIqMezIN80oEoZO6UWvWdluEZ3s { width:20rem;height:15rem;top:4.3125rem;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:block; }
#SUIEhrK4rvQAPyZ5O0rVRbMGDNphtMzW { 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(var(--color-tertiary-0),0.65), #a09062);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.65), #a09062);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.65), #a09062);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.65), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.65)', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.65)', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.65), #a09062);background-size:auto !important;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LeSwV6VBGDKqHngaBVx1wxFogkyQmKgo { display:block; }
#XOEKBmq4hfqOT7x2w3DaDc16qILqGsR0 { 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; }
#iSGoTqkDqFDoV2ZwLikXpqJNREmwlXvS { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#DfmTGEkqqWXyh5QyXnB8f3ZopRJFFpdq { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:15013;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; }
#BSw1H9TqHApu31uqmVHvrGThWOkmEFJf { width:20rem;height:23.9375rem;top:3.2802734375rem;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.68), rgba(var(--color-tertiary-0),0.79));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),0.79));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),0.79));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),0.79)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-0),0.79)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-0),0.79));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.61), rgba(160,144,98,0.66));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.61), rgba(160,144,98,0.66));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.61), rgba(160,144,98,0.66));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.61), rgba(160,144,98,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.61)', endColorstr='#a09062a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.61)', endColorstr='#a09062a8' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.61), rgba(160,144,98,0.66));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.5625rem;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:#a09062;font-family:var(--headlines-font-family);display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { width:20rem;height:1.94921875rem;top:3.2486982345581rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#a09062;display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { width:20rem;height:0.3125rem;top:44.3115234375rem;left:0rem;background-color:rgba(160,144,98,0.28);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; }
#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:45.942710876465rem;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; }
#W0TedgVHh8LJqLIS2VySHQUEKcQqqD6D { width:20rem;height:0.3125rem;top:77.4990234375rem;left:0rem;background-color:rgba(160,144,98,0.28);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;z-index:15030;display:block; }
#tshuGrsyMAXPwLrWy8kzqVoMHQ4gKaa6 { top:79.0048828125rem;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; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #a09062, rgba(var(--color-tertiary-0),1));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.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#a09062;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.249025rem;height:2.68555rem;top:1.55078125rem;left:7.375rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
