.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9ece3;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(0,0,0,0.3);box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.430555625rem;width:60rem;overflow:visible;position:relative;display:block; }#cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { 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:2.56185rem;width:11.186rem;top:1.93359375rem;left:0.375rem;overflow:hidden;display:block; }
#xftkeklTI12WNCnVVHC1urRTSVrhbnai { background-color:#976230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.311875rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9647216796875rem;left:31.808471679688rem;display:block; }
#T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { 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:#242c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.06163125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1826171875rem;left:13.809204101562rem;display:block; }
#XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { 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:#242c37;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.49978125rem;height:2.06163125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1826171875rem;left:23.99658203125rem;display:block; }
#Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQzvHaKnoD65uQ2d5TT9TCdH2M68Dqmw { 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:#a3743e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.74975rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.6522216796875rem;left:45.250244140625rem;display:block; }
#A5eXOcoQe5PDNFLWONiOEZyM8K6asc8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { background-color:#000000;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { background-color: transparent; background-image: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .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); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { border-width: 0; border-radius: 0; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { color:#f7f7f7;display:block;width:58.811875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8876953125rem;left:0.592041015625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9e9e905-31c8-425e-b1e9-02e3ed0e731e/dentozen041.webp");background-position:top left !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:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF { color:#ffffff;display:block;width:49.8730625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:17.256945133209rem;left:5.625rem;height:12.9375rem;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e7092eeb-81db-46a2-a703-de3c32e660c4/CheckIcon.webp); }
#OligcOSi9lkaWkNkFaImiKNUv4Wcs4f6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.314453125rem;left:0rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByPQ2FgUoQT121tQKyRkVnPDTApW0XwN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:11.192056655884rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yH8E0gyMO7qrfigwfBgvL0mIIcAS8ThB { color:#dcb260;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.877606391907rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6Q9xksfzU3fHin4gMW9Lmqo9NBAhMgl { background-color:#dcb260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.749125rem;height:3.68706875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:36.3125rem;left:16.625rem;display:block; }
#M4iI8VbpUZsMCoDrtihw0KbPhv9I7HAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTuBGkV9LUHOBv5Tdb99dmKWEO3Ps4hQ { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.811875rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.5625rem;left:18.0625rem;display:block; }
#b6DJSyNHfLwfBcUBmf5LGeWtIcuPJf5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#976230;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { background-color: transparent; background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .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); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { border-width: 0; border-radius: 0; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#u8mFqSrn7054CyH2emhVQFnCqzze88AR { color:#dcb260;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { color:#f9ece3;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { color:#f9ece3;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:40rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { color:#dcb260;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:40rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZ449JebNEQLawR4sZKEFvkWyAg3LM0h { color:#f9ece3;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.75rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDdGCl5br7usbaVP0zqukQXlChCEb7Cp { color:#dcb260;display:block;width:19.9370625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container { background-color: transparent; background-image: none; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container > .video-iframe-container { display: none; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row > .video-iframe-container { display: none; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .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); }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container { border-width: 0; border-radius: 0; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#P3ZG4Dvm7lC8JzdFXipxS9fnQikTHJz2 { color:#242c37;display:block;width:20.999375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.8741302490234rem;left:36.841361999512rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A39wFq9oDohx2QXDdQN0NDDkqTq7QWFJ { 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:30.5620625rem;width:30.5620625rem;top:4.875rem;left:3.5625rem;overflow:hidden;display:block; }
#NpJRlIHeXT9BACG1wEwrU9fxrDmsXzkf { color:#242c37;display:block;width:19.936rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:27.1875rem;left:37.1875rem;height:1.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwTwvQoR9UIlUqiDefC5mPotplJsbHrP { color:#242c37;display:block;width:17.249375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:29.5625rem;left:39.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DwTwvQoR9UIlUqiDefC5mPotplJsbHrP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DwTwvQoR9UIlUqiDefC5mPotplJsbHrP li:before{  }
#ycUwFkFLPVhzqDk1BtuKMsvKiTRAoXOJ { color:#242c37;display:block;width:19.936rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:33.629556655884rem;left:37.373046875rem;height:1.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zc38zKUPwNm5a3JcfOrOd5Godrk3wgGr { color:#242c37;display:block;width:20.999375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.745441436767rem;left:36.841361999512rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTReV0gkx12G7B2cZybHdzB1qKBAZUp6 { color:#976230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.313153743744rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHvnvXl82sZcnExUFv5GAV7Ky2GTilNC { background-color:#dcb260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.749125rem;height:3.68706875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.625rem;left:16.625rem;display:block; }
#wLUNCFme1XM4gyc8cqfzaOk4IF8suvdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANpcFCdTnNGpcrFfH3mbHx3TkWMJgnUB { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.811875rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42.875rem;left:18.0625rem;display:block; }
#LonyOAKpBAfCvZtvLkRAolsr9EqImyRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExmxEDfpbibvifbzyU4P02hU8CLDExNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container { background-color: transparent; background-image: none; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container > .video-iframe-container { display: none; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row > .video-iframe-container { display: none; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .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); }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container { border-width: 0; border-radius: 0; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .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; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;font-style:normal; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .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;font-family:"open sans";line-height:1.8;overflow:hidden;height:auto; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .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; }#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-trigger.adaptive-delivery-prevent-bg, #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-trigger.lazyload, #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-trigger.lazyloading { background-image: none; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW { box-sizing:content-box;height:auto;width:28.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.8125rem;left:27.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #zBQnQ2WwifIW6wO2ghsQ0b2t13rLbCrO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #SlESvttTom8pb9ZlZLPFPfL5lCavtURp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #dUnuqG11hy3zvnmUTTBokRcOZAqw0pD7 { display:block;position:relative; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #Rga3bAlo4Ngw2RpLFQOnTBqy41vI1OEs {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #zI34ZTsZLnLxO7rb0LfGMb61VoKsUSoX {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #PaOZ8ZcZq1T0pVKVfkptt1IyMdIVoSX0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #hktsNmzsf5ubavnTfHV0auLaC0loIQD3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #IWmrTatrg1ZWOlhNxXoEIS5iK4AQfXtq { display:block;position:relative; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #paarw8Und7q7caHafqLBl7o772J6vq9a {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #F4bNuKWgvy96igDaTcwr0kRJXgxFvkKR { display:none; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #rp5GFTnTw7BSoomBk2S5SgNXT231h30d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #pV6GLHw4WpuD1MBkScSVNCNc14e69DPk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #RMBKMhZf0tTpQsFVFXzeI5fRbcNOl84u { display:block;position:relative; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #XbP1uRWFz9LyKoz4C5J4iSU16C4UqxWT {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #aeMD9gM2dvrV8tco1itQkgWo09HZ78AG { display:none; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #puBR1m1UIQsTnM7LPVBkDhi9uFZ1dRnN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #guXRU7MBLcbgF8J681PMBQHpTi6WRTbZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #QCB6Hyr8ehF7KV2TvLqKFuloADoLGO3o { display:block;position:relative; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #lZxTNFDuqOH6xcQS9bKbzndyA22cBxVg {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #aNOkvya7umoeThKSzg4PIO8Fcy4Qi8dq { display:none; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ClLuyxH7zxBoJTpM30gpL2qW7ohgcTev { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ONyRiTi7mGnwrkGDS0HGRysN7gnIl1yX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ltXGWORQcEWDplRW0obOB1T8mXqzwvmU { display:block;position:relative; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #cq3npufCDOsTqTyQygJCXOzw3QEaQV8X {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ZwTKU048WN5Eue8d0T4B49LTUvrXLHJl { display:none; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #TTmZDXinU2vl8WGw6PBXBUeFrE3iqSlb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #D1PoAf6wShvRlrcgDTbc5rTBc3c7tZe7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #C5RXNrGG4hGT9QNUT1IMNNDkwT4GA5lw { display:block;position:relative; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #QDFvovpNZD7PpbwXS9pLTpMPO8gCm4o3 {  }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #NDWO9cvgwAcRJxwEvsV9CGc1SnpquJd1 { display:none; }
#pB1yhQwlbc2UfUGnf2NvHnmFuDNh2gU6 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2rem;left:0rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igN8xbyglquTH32zLzHVEC503c8DKwuh { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:40.625rem;width:22.749625rem;top:7.9375rem;left:3.375rem;display:block; }
#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ece3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container { background-color: transparent; background-image: none; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container > .video-iframe-container { display: none; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row > .video-iframe-container { display: none; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .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); }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container { border-width: 0; border-radius: 0; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#UF9Fsoqf1g186Tkp5KfyqNdSopirb642 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdWu2qROpqmuXMJG0QTn48KXvKmye7db { position:absolute;display:block;z-index:15008;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:21.375rem;width:26.5625rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#Ta3PXQHRe2A4g7DoWdr2eyXfoMTX1gl6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:26.5625rem;top:10.4375rem;left:33.4375rem;overflow:hidden;display:block; }
#cQpBI0VZCRaxuTrrQFwnA4xUkCdKtqTM { color:#976230;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.093751430511rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiDroH8iOgOmI6E4z3AFcxy7tKgcXkwv { background-color:#dcb260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.749125rem;height:3.68706875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.25rem;left:16.625rem;display:block; }
#fnRM80phBOqATrTz838L9ueKn9dDmoEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gx48aP7FB44FuLmw7uBT4eRdrXwSoXhw { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.811875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.5625rem;left:18.0625rem;display:block; }
#antOIbrd1L5NZovrRWpfey2GFPkE5nS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");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:block; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2.adaptive-delivery-prevent-bg, #nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2.lazyload, #nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2.lazyloading { background-image: none; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container { background-color: transparent; background-image: none; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container > .video-iframe-container { display: none; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row > .video-iframe-container { display: none; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .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); }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container { border-width: 0; border-radius: 0; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#qmRX8HEPsacNrhrE1oCH3LzbKAQu4tI3 { color:#222222;display:block;width:43.3121875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0612182617188rem;left:8.3425559997556rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTTsqJBpwsay0gaWCA0eENqr49PMCI5p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:8.1870727539062rem;left:3.3734817504883rem;overflow:hidden;display:block; }
#DCmKPJVK2v7a9wDT7PBUaSZbICqNDJkI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:8.6243591308594rem;left:54.624565124512rem;overflow:hidden;display:block; }
#rWNJekVsOoT3HKtktp9XZfHndD7u3Lal { color:#242c37;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:12.8837890625rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AzgwMlW1dMd9T0nBggMJWATQaqbd0RdO { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.98486328125rem;left:1.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EgZHcS42Ui6XJqtoN0T0lr0lBrtB3ghT { color:#242c37;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.437286376953rem;left:0.68684768676756rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFXh8k24a7nJS8zaw5IkFEPKcgAlbvZ1 { color:#222222;display:block;width:25.2498125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.98486328125rem;left:32.239583969116rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOwOKoish2lUEIM6P2VPEZPs72GLngiH { color:#242c37;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.437286376953rem;left:30.562065124512rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehQDp3EyZm8QQ2Vk4hfqByznS3zrucf5 { position:absolute;display:block;z-index:15013;background-color:#976230;background-image:none;background-position:top left !important;background-repeat: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:7.5rem;width:0.125rem;top:18.920791625976rem;left:29.905601501465rem;display:block; }
#DmP3mgASUGmq6VtqA6p3hIhw8hbtsdGL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.0625rem;top:14.529846191406rem;left:25.468751907349rem;overflow:hidden;display:block; }
#uFX2vqIauZ1zBTtoUHt0wTM8TUG7zpEA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.0625rem;top:25.249359130859rem;left:10.562065124512rem;overflow:hidden;display:block; }
#D7mlmqytTSyzwwgF385ULrtwwneQygeP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.0625rem;top:25.249359130859rem;left:40.374351501465rem;overflow:hidden;display:block; }
#yHEI39vHNxPMvrInTNrLilk69x6ohlio { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:3.2400169372559rem;left:0rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#976230;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container { background-color: transparent; background-image: none; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container > .video-iframe-container { display: none; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row > .video-iframe-container { display: none; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .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); }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container { border-width: 0; border-radius: 0; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#If0VnVd9SKwpdbNiUZt6rryu0yh9DqOe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:2.0625rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyFRzMcb4uzJG1Qi2XELMSETqS1dHLJN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1875rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaVTpft4VNJ2GtihHU2rvvwt9l1oUgge { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.25rem;left:20.125rem; }
#TDnwhbvogKP74e8zpIcoSV2kfGJGCnUV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.375rem;left:20.8125rem; }
#Xp8MbRSh6WR2tscdRFyuDNG3ARiahN3T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.25rem;left:17.125rem; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9e9e905-31c8-425e-b1e9-02e3ed0e731e/dentozen041.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#fQuIDHEtzJWMyxzGzDAc5tCs3GU3FWcJ { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image: -webkit-linear-gradient(180deg, #ffffff, #d1d1d1);background-image: -moz-linear-gradient(180deg, #ffffff, #d1d1d1);background-image: -ms-linear-gradient(180deg, #ffffff, #d1d1d1);background-image: -o-linear-gradient(180deg, #ffffff, #d1d1d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1' );";background-image: linear-gradient(180deg, #ffffff, #d1d1d1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.75rem;width:22.5rem;top:5.875rem;left:37.4375rem;display:block; }
#mpM1ToSLqaKUI1UF5qaa4RMr1ulzLiVI { color:#000000;display:block;width:6.06228125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5rem;left:52.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-form-header {  }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.35);border-left:0.0625rem solid rgba(0,0,0,0.35);border-right:0.0625rem solid rgba(0,0,0,0.35);border-bottom:0.0625rem solid rgba(0,0,0,0.35);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:300;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.35);border-left:0.0625rem solid rgba(0,0,0,0.35);border-right:0.0625rem solid rgba(0,0,0,0.35);border-bottom:0.0625rem solid rgba(0,0,0,0.35);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:300;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #dcb260, #dcb260);background-image: -moz-linear-gradient(top, #dcb260, #dcb260);background-image: -ms-linear-gradient(top, #dcb260, #dcb260);background-image: -o-linear-gradient(top, #dcb260, #dcb260);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb260', endColorstr='#dcb260' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb260', endColorstr='#dcb260' );";background-image: linear-gradient(to bottom, #dcb260, #dcb260);background-size:initial !important;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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.5625rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(0,0,0,0.12) ; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL [class*="-text"]:-moz-placeholder { color:#a6a6a6;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL [class*="-text"]::-moz-placeholder { color:#a6a6a6;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL [class*="-text"]:-ms-input-placeholder { color:#a6a6a6;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL [class*="-text"]::-webkit-input-placeholder { color:#a6a6a6;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .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";font-size:0.8125rem;font-weight:300;color:rgba(255,255,255,0.95);vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal;line-height:1.5; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .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; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-container:first-of-type{padding-top:0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-container:last-of-type{padding-bottom:0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.125rem;top:11.30859375rem;z-index:15009;position:absolute; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL {display:block;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:38.125rem;top:11.30859375rem;z-index:15009;position:absolute; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #NubLpRVCbMKb8BUSHy7MzkTUJOcxessb { position:relative; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #lQLgLO98fuVt1ECBQOow7MT4sfmywFJX { position:relative;display:block; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #TBShVI8yTTowA66634AxBitxoBZag6Rs { position:relative; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #XkNPVI3TxSbQCh99OcTHxsQhn36nntWc { position:relative; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #dHznaNDQgdDvccZMzP3x0AWSFB430fxP { position:relative;display:block; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #ddUtnLImIrUWLKw5yXxRlkm1nMIgbR5a { position:relative; }
#cyKqWwNB7nvE1H9NQaZKhVW3cKbbxO5U { position:relative;display:block; }
#HffRXU5HUEkFs2LbfUGcMrA6GKnn4ZXK { position:relative;display:block; }
#z4o2U5c7KmFm9FcWPBiOsSoCpGpd65Cm { position:relative;display:block; }
#tKJ1kicnaJfBM8yGKbbJIkKEcSacxSI6 { position:relative;display:block; }
#I0PdPEB4qT9iivxhpAzU2AOyqB1WO358 { position:relative;display:block; }
#duBPQ8nEkAq7FGEvp93wfqDypW4PzIEz { position:relative;display:block; }
#JhHt8c8PZG0eTzXyQPWLV8clxIRcMft6 { position:relative;display:block; }
#vDNaNro9H0SRp762KaBqWLPe3zB7TXfi { position:relative;display:block; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #Dohlt0ftI45IdVoVd0xIsJHVwimJVSrR { position:relative; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #hDkhF6fX6QuIEZE1HxOihsvpZ6XdV4yC { position:relative; }
#OCUk0yiTTvMMWMSLN3H8OkAFoa9ElgSp { 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.87413125rem;width:11.8120625rem;top:27.9375rem;left:38.9375rem;overflow:hidden;display:block; }
#zKGopQoNcWd0B2y0AagR75GeN6osf5dS { color:#000000;display:block;width:19.561625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.75rem;left:38.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dls9SqTAMbf8glML8X2UG8UaOUI4rEgt { color:#dcb260;display:block;width:22.561875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:37.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miqHR2JKDirTXVHTR1RVpDQy7WqUtF7N { color:#ffffff;display:block;width:37.3730625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8745660781861rem;left:0rem;height:8.042rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sm1y1tmTTpJp0WninXV03tzbxML0DBru { color:#ffffff;display:block;width:32.3123125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.105469703674rem;left:3.2465286254883rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebnyUk7EMuF6b43KiXoxTVq2xhKdTcpt { color:#dcb260;display:block;width:37.3730625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.935777664184rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDaG7hermxoBhg10uMNWVxUxfffqSw31 { background-color:#dcb260;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.749125rem;height:3.68706875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.0625rem;left:5.3125rem;display:block; }
#mD2cw9DIhWDNdlpU6wcup7EQdbTEIpEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Km04L3EohxcFhBqRxRiD9Z2PMxQwT273 { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.811875rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:30.375rem;left:6.875rem;display:block; }
#ceWTkrlA9u9FIsbaz3qTxe5C5etDZF0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ipi75DmPIXJpTVQgz6KFF4Dbiw4tisos { color:#ffffff;display:block;width:32.374125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:22.131295204163rem;left:2.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ece3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container { background-color: transparent; background-image: none; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container > .video-iframe-container { display: none; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row > .video-iframe-container { display: none; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .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); }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container { border-width: 0; border-radius: 0; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#n2UnnRKGR3nqTI4yI3pGVnCsW4ZtdGUp { 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:#a3743e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:2.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.1875rem;left:1.125rem;display:block; }
#mJQN63IzxsgV8VTGikTrL4CCOpoAgut6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fy9fsv9yxMaeJwUFM9lUvdFFFQ61d08s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:10.061875rem;top:1.9986991882324rem;left:25.685764312744rem;overflow:hidden;display:block; }
#qQ4sAAoZVaAMItvCcivQTIkpzqcB6LNc { 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:#a3743e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:2.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.1875rem;left:1.125rem;display:block; }
#nSmi1U7EWfvBhsB7PtAcnS8F1F8wXIdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUG5ZCOXck3F9AhwFUouCx8Cqmz1iymV { 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:#a3743e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.6558837890625rem;left:43.374633789062rem;display:block; }
#BriccqqZNqyGAOxFy0EtaUiUQchfdnfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaae3c, #eaae3c);background-image: -moz-linear-gradient(180deg, #eaae3c, #eaae3c);background-image: -ms-linear-gradient(180deg, #eaae3c, #eaae3c);background-image: -o-linear-gradient(180deg, #eaae3c, #eaae3c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaae3c', endColorstr='#eaae3c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaae3c', endColorstr='#eaae3c' );";background-image: linear-gradient(180deg, #eaae3c, #eaae3c);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container { border-width: 0; border-radius: 0; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:none; }#cIweVk1iLmDIU3PQGrCqBMpW6UeMwT4v { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #eaae3c, #eaae3c);background-image: -moz-linear-gradient(top, #eaae3c, #eaae3c);background-image: -ms-linear-gradient(top, #eaae3c, #eaae3c);background-image: -o-linear-gradient(top, #eaae3c, #eaae3c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaae3c', endColorstr='#eaae3c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaae3c', endColorstr='#eaae3c' );";background-image: linear-gradient(to bottom, #eaae3c, #eaae3c);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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#F1cEz01J5KKZug37BI8DDAbEeNXwVTwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:11.125rem;height:2.5476887135075rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:11.25rem;height:2.5rem;top:1.9375rem;left:25.683471679688rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:7.5rem;height:2rem;top:2.125rem;left:7.6842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:4.4375rem;height:2rem;top:2.125rem;left:17.87158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #UQzvHaKnoD65uQ2d5TT9TCdH2M68Dqmw { width:14.6875rem;height:3.125rem;top:1.625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5eXOcoQe5PDNFLWONiOEZyM8K6asc8S { display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:47.75rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF { width:47.75rem;height:;top:17.25rem;left:0rem;font-size:1rem;display:block; }#TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e7092eeb-81db-46a2-a703-de3c32e660c4/CheckIcon.webp); }
 }@media only screen and (max-width: 763px) { #OligcOSi9lkaWkNkFaImiKNUv4Wcs4f6 { width:47.75rem;height:11.6875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByPQ2FgUoQT121tQKyRkVnPDTApW0XwN { width:47.75rem;height:3.5rem;top:11.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH8E0gyMO7qrfigwfBgvL0mIIcAS8ThB { width:47.75rem;height:2.4375rem;top:32.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Q9xksfzU3fHin4gMW9Lmqo9NBAhMgl { width:26.6875rem;height:3.625rem;top:36.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4iI8VbpUZsMCoDrtihw0KbPhv9I7HAa { display:block; }
 }@media only screen and (max-width: 763px) { #FTuBGkV9LUHOBv5Tdb99dmKWEO3Ps4hQ { width:23.75rem;height:3.125rem;top:36.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6DJSyNHfLwfBcUBmf5LGeWtIcuPJf5O { display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:19.875rem;height:1.1875rem;top:3rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:20rem;height:1.8125rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:20rem;height:1.8125rem;top:0.875rem;left:27.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.875rem;height:1.1875rem;top:3rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ449JebNEQLawR4sZKEFvkWyAg3LM0h { width:20rem;height:1.8125rem;top:0.9375rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdGCl5br7usbaVP0zqukQXlChCEb7Cp { width:19.875rem;height:1.1875rem;top:3.1875rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD { display:block; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3ZG4Dvm7lC8JzdFXipxS9fnQikTHJz2 { width:20.9375rem;height:13.4375rem;top:4.8125rem;left:10.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39wFq9oDohx2QXDdQN0NDDkqTq7QWFJ { top:4.875rem;left:0rem;width:30.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJRlIHeXT9BACG1wEwrU9fxrDmsXzkf { width:19.875rem;height:1.875rem;top:27.1875rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwTwvQoR9UIlUqiDefC5mPotplJsbHrP { width:17.1875rem;height:4.0625rem;top:29.5625rem;left:14.5625rem;font-size:1.25rem;display:block; }#DwTwvQoR9UIlUqiDefC5mPotplJsbHrP li:before{  }
 }@media only screen and (max-width: 763px) { #ycUwFkFLPVhzqDk1BtuKMsvKiTRAoXOJ { width:19.875rem;height:1.875rem;top:33.625rem;left:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc38zKUPwNm5a3JcfOrOd5Godrk3wgGr { width:20.9375rem;height:;top:20.6875rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTReV0gkx12G7B2cZybHdzB1qKBAZUp6 { width:47.75rem;height:2.4375rem;top:39.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvnvXl82sZcnExUFv5GAV7Ky2GTilNC { width:26.6875rem;height:3.625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUNCFme1XM4gyc8cqfzaOk4IF8suvdQ { display:block; }
 }@media only screen and (max-width: 763px) { #ANpcFCdTnNGpcrFfH3mbHx3TkWMJgnUB { width:23.75rem;height:3.125rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonyOAKpBAfCvZtvLkRAolsr9EqImyRU { display:block; }
 }@media only screen and (max-width: 763px) { #ExmxEDfpbibvifbzyU4P02hU8CLDExNp { display:block; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW { display:flex;height:auto;width:27.8125rem;top:8.9375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #zBQnQ2WwifIW6wO2ghsQ0b2t13rLbCrO {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #SlESvttTom8pb9ZlZLPFPfL5lCavtURp {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #dUnuqG11hy3zvnmUTTBokRcOZAqw0pD7 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #Rga3bAlo4Ngw2RpLFQOnTBqy41vI1OEs {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #zI34ZTsZLnLxO7rb0LfGMb61VoKsUSoX {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #PaOZ8ZcZq1T0pVKVfkptt1IyMdIVoSX0 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #hktsNmzsf5ubavnTfHV0auLaC0loIQD3 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #IWmrTatrg1ZWOlhNxXoEIS5iK4AQfXtq {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #paarw8Und7q7caHafqLBl7o772J6vq9a {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #F4bNuKWgvy96igDaTcwr0kRJXgxFvkKR {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #rp5GFTnTw7BSoomBk2S5SgNXT231h30d {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #pV6GLHw4WpuD1MBkScSVNCNc14e69DPk {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #RMBKMhZf0tTpQsFVFXzeI5fRbcNOl84u {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #XbP1uRWFz9LyKoz4C5J4iSU16C4UqxWT {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #aeMD9gM2dvrV8tco1itQkgWo09HZ78AG {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #puBR1m1UIQsTnM7LPVBkDhi9uFZ1dRnN {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #guXRU7MBLcbgF8J681PMBQHpTi6WRTbZ {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #QCB6Hyr8ehF7KV2TvLqKFuloADoLGO3o {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #lZxTNFDuqOH6xcQS9bKbzndyA22cBxVg {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #aNOkvya7umoeThKSzg4PIO8Fcy4Qi8dq {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ClLuyxH7zxBoJTpM30gpL2qW7ohgcTev {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ONyRiTi7mGnwrkGDS0HGRysN7gnIl1yX {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ltXGWORQcEWDplRW0obOB1T8mXqzwvmU {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #cq3npufCDOsTqTyQygJCXOzw3QEaQV8X {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ZwTKU048WN5Eue8d0T4B49LTUvrXLHJl {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #TTmZDXinU2vl8WGw6PBXBUeFrE3iqSlb {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #D1PoAf6wShvRlrcgDTbc5rTBc3c7tZe7 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #C5RXNrGG4hGT9QNUT1IMNNDkwT4GA5lw {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #QDFvovpNZD7PpbwXS9pLTpMPO8gCm4o3 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #NDWO9cvgwAcRJxwEvsV9CGc1SnpquJd1 {  }
 }@media only screen and (max-width: 763px) { #pB1yhQwlbc2UfUGnf2NvHnmFuDNh2gU6 { width:47.75rem;height:2.4375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igN8xbyglquTH32zLzHVEC503c8DKwuh { top:7.9375rem;left:0rem;width:22.6875rem;height:40.51406067133rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhPOp9MbvZen4X8o3UhHz6xtXBny8yon { display:block; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF9Fsoqf1g186Tkp5KfyqNdSopirb642 { width:47.75rem;height:2.4375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWu2qROpqmuXMJG0QTn48KXvKmye7db { top:10.4375rem;left:0rem;width:26.5625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3PXQHRe2A4g7DoWdr2eyXfoMTX1gl6 { top:10.4375rem;left:21.1875rem;width:26.5625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQpBI0VZCRaxuTrrQFwnA4xUkCdKtqTM { width:47.75rem;height:2.4375rem;top:36.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiDroH8iOgOmI6E4z3AFcxy7tKgcXkwv { width:26.6875rem;height:3.625rem;top:39.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRM80phBOqATrTz838L9ueKn9dDmoEq { display:block; }
 }@media only screen and (max-width: 763px) { #Gx48aP7FB44FuLmw7uBT4eRdrXwSoXhw { width:23.75rem;height:3.125rem;top:39.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #antOIbrd1L5NZovrRWpfey2GFPkE5nS7 { display:block; }
 }@media only screen and (max-width: 763px) { #nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 { display:block; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmRX8HEPsacNrhrE1oCH3LzbKAQu4tI3 { width:43.25rem;height:2.5625rem;top:8rem;left:2.2170143127441rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTsqJBpwsay0gaWCA0eENqr49PMCI5p { width:2.8125rem;height:1.99978125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCmKPJVK2v7a9wDT7PBUaSZbICqNDJkI { width:2.8125rem;height:1.99978125rem;top:8.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWNJekVsOoT3HKtktp9XZfHndD7u3Lal { width:47.75rem;height:1.25rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzgwMlW1dMd9T0nBggMJWATQaqbd0RdO { width:26.5625rem;height:2.5625rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgZHcS42Ui6XJqtoN0T0lr0lBrtB3ghT { width:28.75rem;height:1.4375rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXh8k24a7nJS8zaw5IkFEPKcgAlbvZ1 { width:25.1875rem;height:2.5625rem;top:18.9375rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwOKoish2lUEIM6P2VPEZPs72GLngiH { width:28.75rem;height:1.4375rem;top:23.375rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehQDp3EyZm8QQ2Vk4hfqByznS3zrucf5 { width:0.125rem;height:7.5rem;top:18.875rem;left:23.780601501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmP3mgASUGmq6VtqA6p3hIhw8hbtsdGL { top:14.5rem;left:19.343751907349rem;width:9.0625rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFX2vqIauZ1zBTtoUHt0wTM8TUG7zpEA { top:25.1875rem;left:4.4370651245117rem;width:9.0625rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mlmqytTSyzwwgF385ULrtwwneQygeP { top:25.1875rem;left:34.249351501465rem;width:9.0625rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHEI39vHNxPMvrInTNrLilk69x6ohlio { width:47.75rem;height:2.4375rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 { display:block; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #If0VnVd9SKwpdbNiUZt6rryu0yh9DqOe { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFRzMcb4uzJG1Qi2XELMSETqS1dHLJN { width:47.75rem;height:5.625rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaVTpft4VNJ2GtihHU2rvvwt9l1oUgge { top:7.25rem;left:14rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDnwhbvogKP74e8zpIcoSV2kfGJGCnUV { top:5.375rem;left:14.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8MbRSh6WR2tscdRFyuDNG3ARiahN3T { top:9.25rem;left:11rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQuIDHEtzJWMyxzGzDAc5tCs3GU3FWcJ { width:22.5rem;height:27.6875rem;top:5.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpM1ToSLqaKUI1UF5qaa4RMr1ulzLiVI { width:6rem;height:3.625rem;top:28.4375rem;left:41.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL  { width:18.75rem;height:auto;top:11.25rem;left:26.5rem; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL {display:block;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL { width:18.75rem;height:auto;top:11.25rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #NubLpRVCbMKb8BUSHy7MzkTUJOcxessb {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #lQLgLO98fuVt1ECBQOow7MT4sfmywFJX { display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #TBShVI8yTTowA66634AxBitxoBZag6Rs {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #XkNPVI3TxSbQCh99OcTHxsQhn36nntWc {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #dHznaNDQgdDvccZMzP3x0AWSFB430fxP { display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #ddUtnLImIrUWLKw5yXxRlkm1nMIgbR5a {  }
 }@media only screen and (max-width: 763px) { #cyKqWwNB7nvE1H9NQaZKhVW3cKbbxO5U { display:block; }
 }@media only screen and (max-width: 763px) { #HffRXU5HUEkFs2LbfUGcMrA6GKnn4ZXK { display:block; }
 }@media only screen and (max-width: 763px) { #z4o2U5c7KmFm9FcWPBiOsSoCpGpd65Cm { display:block; }
 }@media only screen and (max-width: 763px) { #tKJ1kicnaJfBM8yGKbbJIkKEcSacxSI6 { display:block; }
 }@media only screen and (max-width: 763px) { #I0PdPEB4qT9iivxhpAzU2AOyqB1WO358 { display:block; }
 }@media only screen and (max-width: 763px) { #duBPQ8nEkAq7FGEvp93wfqDypW4PzIEz { display:block; }
 }@media only screen and (max-width: 763px) { #JhHt8c8PZG0eTzXyQPWLV8clxIRcMft6 { display:block; }
 }@media only screen and (max-width: 763px) { #vDNaNro9H0SRp762KaBqWLPe3zB7TXfi { display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #Dohlt0ftI45IdVoVd0xIsJHVwimJVSrR {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #hDkhF6fX6QuIEZE1HxOihsvpZ6XdV4yC {  }
 }@media only screen and (max-width: 763px) { #OCUk0yiTTvMMWMSLN3H8OkAFoa9ElgSp { top:27.9375rem;left:32.8125rem;width:11.75rem;height:4.8485217706476rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKGopQoNcWd0B2y0AagR75GeN6osf5dS { width:19.5rem;height:1.4375rem;top:9.75rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dls9SqTAMbf8glML8X2UG8UaOUI4rEgt { width:22.5rem;height:2.375rem;top:6.9375rem;left:25.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miqHR2JKDirTXVHTR1RVpDQy7WqUtF7N { width:37.3125rem;height:8rem;top:5.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm1y1tmTTpJp0WninXV03tzbxML0DBru { width:32.25rem;height:7.5rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebnyUk7EMuF6b43KiXoxTVq2xhKdTcpt { width:37.3125rem;height:2.4375rem;top:26.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDaG7hermxoBhg10uMNWVxUxfffqSw31 { width:26.6875rem;height:3.625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2cw9DIhWDNdlpU6wcup7EQdbTEIpEG { display:block; }
 }@media only screen and (max-width: 763px) { #Km04L3EohxcFhBqRxRiD9Z2PMxQwT273 { width:23.75rem;height:3.125rem;top:30.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceWTkrlA9u9FIsbaz3qTxe5C5etDZF0u { display:block; }
 }@media only screen and (max-width: 763px) { #Ipi75DmPIXJpTVQgz6KFF4Dbiw4tisos { width:32.3125rem;height:2.9375rem;top:22.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu { display:block; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2UnnRKGR3nqTI4yI3pGVnCsW4ZtdGUp { width:20.625rem;height:2.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJQN63IzxsgV8VTGikTrL4CCOpoAgut6 { display:block; }
 }@media only screen and (max-width: 763px) { #fy9fsv9yxMaeJwUFM9lUvdFFFQ61d08s { width:10rem;height:2.4220821169017rem;top:1.9375rem;left:19.560764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ4sAAoZVaAMItvCcivQTIkpzqcB6LNc { width:20.625rem;height:2.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSmi1U7EWfvBhsB7PtAcnS8F1F8wXIdv { display:block; }
 }@media only screen and (max-width: 763px) { #hUG5ZCOXck3F9AhwFUouCx8Cqmz1iymV { width:15.625rem;height:3.125rem;top:1.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriccqqZNqyGAOxFy0EtaUiUQchfdnfm { display:block; }
 }@media only screen and (max-width: 763px) { #IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM { display:block; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIweVk1iLmDIU3PQGrCqBMpW6UeMwT4v { width:46.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cEz01J5KKZug37BI8DDAbEeNXwVTwN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:10.5615rem;height:2.56164375rem;top:1.124755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:8.125rem;height:2.56164375rem;top:1.124755859375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:5.625rem;height:2.062175rem;top:2.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:5.625rem;height:2.062175rem;top:2.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #UQzvHaKnoD65uQ2d5TT9TCdH2M68Dqmw { width:20rem;height:2.5rem;top:9.4915370941163rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5eXOcoQe5PDNFLWONiOEZyM8K6asc8S { display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { background-color: transparent; background-image: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .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); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:20rem;height:2.5996125rem;top:0.4193115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58493e59-2b89-409c-a24a-ee19d9727d66/dentozen03.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF { width:20rem;height:18.3456875rem;top:14.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;overflow:hidden;display:block; }#TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#TQf04sMu0bcHaWQE0JfQx8pKdTlbN3pF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e7092eeb-81db-46a2-a703-de3c32e660c4/CheckIcon.webp); }
 }@media only screen and (max-width: 763px) { #OligcOSi9lkaWkNkFaImiKNUv4Wcs4f6 { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByPQ2FgUoQT121tQKyRkVnPDTApW0XwN { width:20rem;height:2rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH8E0gyMO7qrfigwfBgvL0mIIcAS8ThB { width:20rem;height:1.4619125rem;top:34.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Q9xksfzU3fHin4gMW9Lmqo9NBAhMgl { width:19rem;height:3.125rem;top:37.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4iI8VbpUZsMCoDrtihw0KbPhv9I7HAa { display:block; }
 }@media only screen and (max-width: 763px) { #FTuBGkV9LUHOBv5Tdb99dmKWEO3Ps4hQ { width:17.9373125rem;height:1.875rem;top:38.1875rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6DJSyNHfLwfBcUBmf5LGeWtIcuPJf5O { display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:20rem;height:1.21875rem;top:2.8743476867676rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:20rem;height:1.625rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.9370625rem;height:1.21875rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ449JebNEQLawR4sZKEFvkWyAg3LM0h { width:20rem;height:1.625rem;top:5.6241321563721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdGCl5br7usbaVP0zqukQXlChCEb7Cp { width:20rem;height:1.21875rem;top:7.2484817504881rem;left:0.12586808204651rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD { display:block; }#IiiJdTRdoKbNZzfgGND3SHs9OfNmeJcD > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3ZG4Dvm7lC8JzdFXipxS9fnQikTHJz2 { width:20rem;height:15.75rem;top:25.309245586395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A39wFq9oDohx2QXDdQN0NDDkqTq7QWFJ { width:20rem;height:20rem;top:2.8743457794189rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJRlIHeXT9BACG1wEwrU9fxrDmsXzkf { width:19.874125rem;height:1.875rem;top:50.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DwTwvQoR9UIlUqiDefC5mPotplJsbHrP { width:17.1245625rem;height:4.0625rem;top:52.125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14999;display:block; }#DwTwvQoR9UIlUqiDefC5mPotplJsbHrP li:before{  }
 }@media only screen and (max-width: 763px) { #ycUwFkFLPVhzqDk1BtuKMsvKiTRAoXOJ { width:20rem;height:1.875rem;top:56.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zc38zKUPwNm5a3JcfOrOd5Godrk3wgGr { width:20rem;height:3.67431875rem;top:43.643665313721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:14999;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cTReV0gkx12G7B2cZybHdzB1qKBAZUp6 { width:20rem;height:1.4619125rem;top:61.257818222046rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvnvXl82sZcnExUFv5GAV7Ky2GTilNC { width:19rem;height:3.125rem;top:64.070091247556rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUNCFme1XM4gyc8cqfzaOk4IF8suvdQ { display:block; }
 }@media only screen and (max-width: 763px) { #ANpcFCdTnNGpcrFfH3mbHx3TkWMJgnUB { width:18.9995625rem;height:1.875rem;top:64.694013595581rem;left:0.50021702051162rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonyOAKpBAfCvZtvLkRAolsr9EqImyRU { display:block; }
 }@media only screen and (max-width: 763px) { #ExmxEDfpbibvifbzyU4P02hU8CLDExNp { display:block; }#ExmxEDfpbibvifbzyU4P02hU8CLDExNp > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW { display:flex;height:auto;width:17.5rem;top:8.1536865234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #zBQnQ2WwifIW6wO2ghsQ0b2t13rLbCrO {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #SlESvttTom8pb9ZlZLPFPfL5lCavtURp {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #dUnuqG11hy3zvnmUTTBokRcOZAqw0pD7 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #Rga3bAlo4Ngw2RpLFQOnTBqy41vI1OEs {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #zI34ZTsZLnLxO7rb0LfGMb61VoKsUSoX {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #PaOZ8ZcZq1T0pVKVfkptt1IyMdIVoSX0 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #hktsNmzsf5ubavnTfHV0auLaC0loIQD3 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #IWmrTatrg1ZWOlhNxXoEIS5iK4AQfXtq {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #paarw8Und7q7caHafqLBl7o772J6vq9a {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #F4bNuKWgvy96igDaTcwr0kRJXgxFvkKR {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #rp5GFTnTw7BSoomBk2S5SgNXT231h30d {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #pV6GLHw4WpuD1MBkScSVNCNc14e69DPk {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #RMBKMhZf0tTpQsFVFXzeI5fRbcNOl84u {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #XbP1uRWFz9LyKoz4C5J4iSU16C4UqxWT {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #aeMD9gM2dvrV8tco1itQkgWo09HZ78AG {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #puBR1m1UIQsTnM7LPVBkDhi9uFZ1dRnN {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #guXRU7MBLcbgF8J681PMBQHpTi6WRTbZ {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #QCB6Hyr8ehF7KV2TvLqKFuloADoLGO3o {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #lZxTNFDuqOH6xcQS9bKbzndyA22cBxVg {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #aNOkvya7umoeThKSzg4PIO8Fcy4Qi8dq {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ClLuyxH7zxBoJTpM30gpL2qW7ohgcTev {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ONyRiTi7mGnwrkGDS0HGRysN7gnIl1yX {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ltXGWORQcEWDplRW0obOB1T8mXqzwvmU {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #cq3npufCDOsTqTyQygJCXOzw3QEaQV8X {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #ZwTKU048WN5Eue8d0T4B49LTUvrXLHJl {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #TTmZDXinU2vl8WGw6PBXBUeFrE3iqSlb {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #D1PoAf6wShvRlrcgDTbc5rTBc3c7tZe7 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #C5RXNrGG4hGT9QNUT1IMNNDkwT4GA5lw {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #QDFvovpNZD7PpbwXS9pLTpMPO8gCm4o3 {  }
 }@media only screen and (max-width: 763px) { #Bp479hAsvoTuDGST7QT9ZuBG6JQemEIW #NDWO9cvgwAcRJxwEvsV9CGc1SnpquJd1 {  }
 }@media only screen and (max-width: 763px) { #pB1yhQwlbc2UfUGnf2NvHnmFuDNh2gU6 { width:20rem;height:4.3994125rem;top:2.3798828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #igN8xbyglquTH32zLzHVEC503c8DKwuh { width:18.186625rem;height:32.4365rem;top:48.6376953125rem;left:0.90576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhPOp9MbvZen4X8o3UhHz6xtXBny8yon { display:block; }#rhPOp9MbvZen4X8o3UhHz6xtXBny8yon > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF9Fsoqf1g186Tkp5KfyqNdSopirb642 { width:20rem;height:2.19970625rem;top:2.6866320371628rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWu2qROpqmuXMJG0QTn48KXvKmye7db { width:20rem;height:16.09375rem;top:7.5108518600462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3PXQHRe2A4g7DoWdr2eyXfoMTX1gl6 { width:20rem;height:16.0449375rem;top:27.417536735534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQpBI0VZCRaxuTrrQFwnA4xUkCdKtqTM { width:20rem;height:1.4619125rem;top:46.559247970581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiDroH8iOgOmI6E4z3AFcxy7tKgcXkwv { width:19rem;height:3.125rem;top:49.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRM80phBOqATrTz838L9ueKn9dDmoEq { display:block; }
 }@media only screen and (max-width: 763px) { #Gx48aP7FB44FuLmw7uBT4eRdrXwSoXhw { width:17.6248125rem;height:1.875rem;top:49.6875rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #antOIbrd1L5NZovrRWpfey2GFPkE5nS7 { display:block; }
 }@media only screen and (max-width: 763px) { #nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 { display:block; }#nLqwavTFHCOXCFmgPQBkm7tfVeCmIJi2 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmRX8HEPsacNrhrE1oCH3LzbKAQu4tI3 { width:20rem;height:3.8994125rem;top:7.7712688446044rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTsqJBpwsay0gaWCA0eENqr49PMCI5p { width:2.875rem;height:2.0442208333333rem;top:8.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCmKPJVK2v7a9wDT7PBUaSZbICqNDJkI { width:2.875rem;height:2.0442208333333rem;top:8.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWNJekVsOoT3HKtktp9XZfHndD7u3Lal { width:20rem;height:1.25rem;top:13.34744375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzgwMlW1dMd9T0nBggMJWATQaqbd0RdO { width:20rem;height:3.8994125rem;top:20.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgZHcS42Ui6XJqtoN0T0lr0lBrtB3ghT { width:20rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFXh8k24a7nJS8zaw5IkFEPKcgAlbvZ1 { width:17.5rem;height:3.8994125rem;top:32.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOwOKoish2lUEIM6P2VPEZPs72GLngiH { width:20rem;height:1.625rem;top:37.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehQDp3EyZm8QQ2Vk4hfqByznS3zrucf5 { width:0.125rem;height:7.5rem;top:18.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmP3mgASUGmq6VtqA6p3hIhw8hbtsdGL { width:9.0625rem;height:1.81206875rem;top:14.909057617188rem;left:5.4687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFX2vqIauZ1zBTtoUHt0wTM8TUG7zpEA { width:9.0625rem;height:1.81206875rem;top:27.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7mlmqytTSyzwwgF385ULrtwwneQygeP { width:9.0625rem;height:1.81206875rem;top:39.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHEI39vHNxPMvrInTNrLilk69x6ohlio { width:20rem;height:1.71875rem;top:2.7495670318604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 { display:block; }#ZV2XXTkI823yuH7ulVpRI1woQIHOsOm7 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #If0VnVd9SKwpdbNiUZt6rryu0yh9DqOe { width:20rem;height:3.4375rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFRzMcb4uzJG1Qi2XELMSETqS1dHLJN { width:14.874125rem;height:6.75rem;top:6.4375rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CaVTpft4VNJ2GtihHU2rvvwt9l1oUgge { display:flex;width:1.25rem;height:1.25rem;top:6.6875rem;left:1.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TDnwhbvogKP74e8zpIcoSV2kfGJGCnUV { display:flex;width:1.25rem;height:1.25rem;top:8.6875rem;left:1.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Xp8MbRSh6WR2tscdRFyuDNG3ARiahN3T { display:flex;width:1.25rem;height:1.25rem;top:10.6875rem;left:1.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58493e59-2b89-409c-a24a-ee19d9727d66/dentozen03.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQuIDHEtzJWMyxzGzDAc5tCs3GU3FWcJ { width:20rem;height:27.25rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpM1ToSLqaKUI1UF5qaa4RMr1ulzLiVI { width:5.99935rem;height:3.65625rem;top:52.8125rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-text {padding-top: 0; padding-bottom: 0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-select {padding-top: 0; padding-bottom: 0;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.625rem;overflow:hidden; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL  { width:17.5rem;height:auto;top:38.0625rem;left:0rem; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL {display:block;}#lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL { width:17.5rem;height:auto;top:36rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #NubLpRVCbMKb8BUSHy7MzkTUJOcxessb {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #lQLgLO98fuVt1ECBQOow7MT4sfmywFJX { display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #TBShVI8yTTowA66634AxBitxoBZag6Rs {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #XkNPVI3TxSbQCh99OcTHxsQhn36nntWc {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #dHznaNDQgdDvccZMzP3x0AWSFB430fxP { display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #ddUtnLImIrUWLKw5yXxRlkm1nMIgbR5a {  }
 }@media only screen and (max-width: 763px) { #cyKqWwNB7nvE1H9NQaZKhVW3cKbbxO5U { display:block; }
 }@media only screen and (max-width: 763px) { #HffRXU5HUEkFs2LbfUGcMrA6GKnn4ZXK { display:block; }
 }@media only screen and (max-width: 763px) { #z4o2U5c7KmFm9FcWPBiOsSoCpGpd65Cm { display:block; }
 }@media only screen and (max-width: 763px) { #tKJ1kicnaJfBM8yGKbbJIkKEcSacxSI6 { display:block; }
 }@media only screen and (max-width: 763px) { #I0PdPEB4qT9iivxhpAzU2AOyqB1WO358 { display:block; }
 }@media only screen and (max-width: 763px) { #duBPQ8nEkAq7FGEvp93wfqDypW4PzIEz { display:block; }
 }@media only screen and (max-width: 763px) { #JhHt8c8PZG0eTzXyQPWLV8clxIRcMft6 { display:block; }
 }@media only screen and (max-width: 763px) { #vDNaNro9H0SRp762KaBqWLPe3zB7TXfi { display:block; }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #Dohlt0ftI45IdVoVd0xIsJHVwimJVSrR {  }
 }@media only screen and (max-width: 763px) { #lndMI1sL13T1mFKW7HFQLpT1Rbq3QZpL #hDkhF6fX6QuIEZE1HxOihsvpZ6XdV4yC {  }
 }@media only screen and (max-width: 763px) { #OCUk0yiTTvMMWMSLN3H8OkAFoa9ElgSp { width:10.5rem;height:4.25rem;top:52.625rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zKGopQoNcWd0B2y0AagR75GeN6osf5dS { width:19.4998125rem;height:1.4619125rem;top:34.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dls9SqTAMbf8glML8X2UG8UaOUI4rEgt { width:20rem;height:1.950075rem;top:31.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #miqHR2JKDirTXVHTR1RVpDQy7WqUtF7N { width:20rem;height:8.125rem;top:1.436767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm1y1tmTTpJp0WninXV03tzbxML0DBru { width:20rem;height:9.5625rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ebnyUk7EMuF6b43KiXoxTVq2xhKdTcpt { width:20rem;height:1.4619125rem;top:22.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDaG7hermxoBhg10uMNWVxUxfffqSw31 { width:19rem;height:3.125rem;top:25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2cw9DIhWDNdlpU6wcup7EQdbTEIpEG { display:block; }
 }@media only screen and (max-width: 763px) { #Km04L3EohxcFhBqRxRiD9Z2PMxQwT273 { width:17.249375rem;height:1.875rem;top:25.625rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceWTkrlA9u9FIsbaz3qTxe5C5etDZF0u { display:block; }
 }@media only screen and (max-width: 763px) { #Ipi75DmPIXJpTVQgz6KFF4Dbiw4tisos { width:20rem;height:2rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu { display:block; }#h6wmZcaHEc67qqCz69Ux1VoWpzb2TPIu > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2UnnRKGR3nqTI4yI3pGVnCsW4ZtdGUp { width:20rem;height:1.9375rem;top:2.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJQN63IzxsgV8VTGikTrL4CCOpoAgut6 { display:block; }
 }@media only screen and (max-width: 763px) { #fy9fsv9yxMaeJwUFM9lUvdFFFQ61d08s { width:10.625rem;height:2.37413125rem;top:8.1857624053956rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ4sAAoZVaAMItvCcivQTIkpzqcB6LNc { width:20rem;height:2.0625rem;top:4.1851139068604rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSmi1U7EWfvBhsB7PtAcnS8F1F8wXIdv { display:block; }
 }@media only screen and (max-width: 763px) { #hUG5ZCOXck3F9AhwFUouCx8Cqmz1iymV { width:20rem;height:2.1875rem;top:12.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BriccqqZNqyGAOxFy0EtaUiUQchfdnfm { display:block; }
 }@media only screen and (max-width: 763px) { #IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb260, #dcb260);background-image: -moz-linear-gradient(180deg, #dcb260, #dcb260);background-image: -ms-linear-gradient(180deg, #dcb260, #dcb260);background-image: -o-linear-gradient(180deg, #dcb260, #dcb260);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb260', endColorstr='#dcb260' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb260', endColorstr='#dcb260' );";background-image: linear-gradient(180deg, #dcb260, #dcb260);background-size:auto !important;display:block; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container { background-color: transparent; background-image: none; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container > .video-iframe-container { display: none; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row > .video-iframe-container { display: none; }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .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); }#IBap3hK2fAx9F7nCtMaIF2ZwtpwplhKM > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIweVk1iLmDIU3PQGrCqBMpW6UeMwT4v { width:20rem;height:3.125rem;top:0rem;left:0rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #eaae3c, #eaae3c);background-image: -moz-linear-gradient(top, #eaae3c, #eaae3c);background-image: -ms-linear-gradient(top, #eaae3c, #eaae3c);background-image: -o-linear-gradient(top, #eaae3c, #eaae3c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaae3c', endColorstr='#eaae3c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaae3c', endColorstr='#eaae3c' );";background-image: linear-gradient(to bottom, #eaae3c, #eaae3c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F1cEz01J5KKZug37BI8DDAbEeNXwVTwN { display:block; }
 }