.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:#aba0a0;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U { position:relative;display:none; }#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U { border-width: 0; border-radius: 0; }#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PNSfdMywbFLzCrv2SEVxU1EDmucUNPQN { 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:8.6875rem;width:31.25rem;display:none; }
#SQGpg9saEZnoBO1oT88NzaPaawTRMbFw { 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:11.0625rem;width:20.3125rem;display:none; }
#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp > .row .container { border-width: 0; border-radius: 0; }#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#wkxNJ4MmvsBvE7dwnwiPELgWWNFhlSAC { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#J9M3H66DlmeWaHHQsCIyMlRp9SU5xuq9 { position:absolute;display:block;z-index:15007;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5618491172791rem;left:47.5rem;display:block; }
#TKJqAtIBpPIOISMqCHnVSrGFC8r97q23 { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vZBQfZW1wx9JOGtxgrZTEtGioD9awdFr { position:absolute;display:block;z-index:15008;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:block; }
#C1pDpS4sJffwmfNw6uTT0mNn0p4GGyWS { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79904375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Q6HTZmODHGcWLikXSoNwZ20XAbLd0gBH { position:absolute;display:block;z-index:15008;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:2.5625001192093rem;left:42.125rem;display:none; }
#D63Dtf8emxU2MfDVF9AN8XQebHymkLt8 { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AIvi1wZPnr6rVTL4wJksozpVlKAMvZcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuxtmTO9zJDZb5RLD3ON0qflGezPVhOz { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#KKrwCmFLdcscZgWwpzbGfUMpX8tzQCgf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cs2P6CoymVtT1T4DMMBJMGZnT1hSKT7g { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Ezlqt9v8FBlL5BabtDZ6pHH9xULALDA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cBCPdn0GkOWn4KJ7r5SVITUNvV0RW0mN { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:0rem;display:none; }
#T6FFd2fLMUyhsCvFV6pFmGAFwz22Cg22 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zqkQhGuvFTt9pUPT9UZ7oN1t9O95xqLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXdCuxcZ2XnbW65uTaszMT2TxvKLZ8yX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Mi2PvwoiKFHPqrvSk7wwfFUTwEGnU26E { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JB7QmfZaRB7cxVyaqdWW5HeTm0KOW1GE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBFxqWVs8gwSLzdyUAuk0fVtVJugDO3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L7Qy6T8viLo2W83mkiU5q2GJIbqk2FAF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot > .row .container { border-width: 0; border-radius: 0; }#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#cAe0lANwOrQbg8qzJo8OiTSwg8OiLKQd { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#tn5V3E8R8XwmQxGc9EclLUBaimkkMrFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4CQQfwxTZBOCzyyvXQ3OB2I8JTtXV99 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#c4CQQfwxTZBOCzyyvXQ3OB2I8JTtXV99 > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#ilP8AUF6NulBnuL5RW00T3JNpM9q9Hk1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#qJKGoGWMQKuu1opX7A5QZNF4rRwOwguW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:block; }
#T2zTwV3mvPq1Vs7O4ocTWZB08zdgJenL { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#Q8UQdIe88cXSWxFSvWlNCCxTMtuT608A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkMKyDFZzN8HXnBmxRfOw7uv2Xt6P3e1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G > .row .container { border-width: 0; border-radius: 0; }#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#UBb5uBh9TfF5ksqW3Qr2zD13mqIl4uDq { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;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:right;text-align-last:right;display:block; }
#s6GGkoQgw1MzA5s0q36aCrMlR7s5EJqv { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#xDAPJTvuzBQvP9srdgbh6dQRdvmd4giu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5EPJvydQwWLlwFDfsfxTArwaT2uaWNC { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#wpRyMtoT2ZMn6l5XuaTt7SW1bQMUzzwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D26IzCyoKrdFxkyi7deMgygzTRBfTGTk { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q46tWgzUTgiSey4lDibtu599aUV8L1Xb { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:2.625rem;left:28.625rem;display:block; }
#HNcKyrfZoggZdCk0O0Zh4FBi4EDXR1Ud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#x1tuu8Lk3rXAOkLwNbE6wmQw4OJtul3k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#SmJfEk40gOtMppLGhLMxXtXxNfsDhGaa { position:absolute;display:block;z-index:14999;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:20.375rem;width:30.625rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#RTzxzTXvv5shoTGIsT4tQlK9ZvDrrXgZ { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#hHm8LkXuSmZEnPLiq7yaIseMO0RpiUVt { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { position:relative;display:none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { border-width: 0; border-radius: 0; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { position:relative;display:none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { border-width: 0; border-radius: 0; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PMTyDZZxSTZ0qCLhwNQEbXyP0gRkEVqQ { position:absolute;display:block;z-index:15030;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.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#sWwKDCIJ2rOcsDIa5wp4Zy4KIrmE5Bhl { position:absolute;display:block;z-index:15030;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.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#V82dTwdXUydRsRcMnNdRtAMRvJ0BTlRs { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#HByW1nT0aCPSWZPg9RJKJFqhIyv7WEz9 { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { border-width: 0; border-radius: 0; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#FllJLQ3Q68NOrBJFuprLtgLk8P4lQ27C { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH { position:relative;display:none; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH { border-width: 0; border-radius: 0; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hcFMpX5Be6ez4ge7XSpRh1TgzrgPmP1N { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:2.75rem;display:none; }
#J81srg2aOx4kL6TETNyNqbs9xuBJlpXs { 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:30.3125rem;width:52.1875rem;display:none; }
#lKsfZ0BKHnNNiHyn2U7eIhk2TDsnwNLT { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#cVEyKC84TyfWhWso7gspLKIUEsD7v8C8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yu96ORV4TkRoZQ9IcK3ofbs0hv9Oupl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udKNgPzVPGSUwWNR8pR2UuyLQsO8DC8s { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#FC8pBv6r5P1XlgsGx8isyPpEU4ieQAGr { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#IwMTEVIXAnk59asonLQ6lwPqaJTi7XiJ { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#gQMuZHs2N7pNooTURqH23Z1Ax37HECPp { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#opxAz5MOk6GaCfF2zGfLpCX0RHx1SWTr { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#gyWNQeIDEuWnV84W0oNlOosNBWHIMHZo { 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:30.3125rem;width:52.1875rem;display:none; }
#m74rSfgzAIkzrfKl8LLDb25ZAEp0lOp7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hRfPAH8KMXJ2UZFwbmowTqQiH0ht1vAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzvgOOkgImEriDp3sXpVTTSX05d3kyIa { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#P2NSxQyS3SLaVKgeg5iekUp7tBs9NBaF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Jz0gzWqf7S3yFeADRMsA7tLSrombiI85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLwLfmcr4xAdrRukTaykK6dP6kmtQZ24 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#TfAcvzXecGJNuf2Cs489gVVW1hVXzNSZ { 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:30.3125rem;width:52.1875rem;display:none; }
#BUtTSTGF4M6UKRquEh2TdudJk7eomxWk { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RarvSlqdptaTRMJJ3UNmkghz9LTulmW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTR1VSEfoczqErBHgyPF615DdwUlEZo8 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#D46U4wyiKBbd79V9GshcN6UZUBCVwwJq { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:6.375rem;display:none; }
#TeMCOMC9728rtpMyIol6Ac2Fi7ewcrh4 { 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:30.3125rem;width:52.1875rem;display:none; }
#Cbgok1wJvlcTeWobIuWloFbFBZAnRsx4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#K2WSFaQ8iknqbWgL18I2tP2E5mWU4bor { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TniiXZKMCkeQ9XwLvXMcTTHA2KzJlc9U { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#C60WICqTTUXbnDyCulCBnEb2MyLhB2p6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#z43Ib0bXSXkOHK1aeUuPICmF3MeTZBqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1AOMzIxTJaHJmXSmiMU5VeT5AUGSIDl { 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:30.3125rem;width:52.1875rem;display:none; }
#ldaZE5kGqFX5dx3GK1L9tOmQMQIhzRpu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qdRkCeD03CkV8TkdTzfeDHCHTs50MitA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIqGrGAS07hgizlKKmuKfocU72qaw7vk { 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:30.3125rem;width:52.1875rem;display:none; }
#HF0b1nxdZqMUNKFXm1t8SXaamUFFzb0K { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#uXdmSUuNkMviUPNoDSnKI2nJefbPrlnx { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:0.375rem;display:none; }
#HoWaibcTzRHu40NRnwLxwU0ewdVQsRp4 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#Av1cf2PeQCA6t9GOsoTdMKrebGkCHT4g { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:0rem;display:none; }
#BWtBKSFTu6aeOV4OQ9RCeNPkBzcWhAul { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PQTpsMg21Gb31a8tT1zqMvZpZ7RlhzF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXzlPkekyCe7TL68xRxCgLPnNb2z5oll { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:6.5625rem;display:none; }
#bPUcZHUCABz0s0ztPari2pcGV84WtuW8 { 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:30.3125rem;width:52.1875rem;display:none; }
#VP7WzHxsbdC5TCqV0tDwmpBqPBgGdkUH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SB47WTLaM9MWQBRWTQUH0OOeCqoAwRBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FinSqXlMeGIGBH7Fo8brO1LFxAxwxgTK { 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:30.3125rem;width:52.1875rem;display:none; }
#wXwxWLK8R7NrRJQcbbp7VKM4u1MgWgaw { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:0.5625rem;display:none; }
#Ezcze3eZegxAArbTM9rVtZeBIPVUNwi8 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:6.5625rem;display:none; }
#O0eQoZLvWF9W7qsTiyrnGsg8ZCylAXJs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FGvsRfKrgBJD21hKAURguF1MwET0aBPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INIs5EvnqfIyE3JX385nEFGufxTywtSS { 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:30.3125rem;width:52.1875rem;display:none; }
#gfvZRhmzxwq5LDc4qINBy9Fh3TXCeJpc { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:0.8125rem;display:none; }
#xwNHstbrSWhGVff3NVRZSO81fTEbzLqn { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:6.6875rem;display:none; }
#vZXiqkGWqXrP4uOJXdqekdAo5EsWhR0K { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hZDgznQiEwWHUGE8ecRNneVAfMyvSU8h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzyUZwaRUTaptqKdIowpTp9X7UZVfChy { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#bgVIscrWnsxTo4l3Kn5xOQen3fwJqqd8 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#nW2FoiAh4nZwtA8Gl4o8XFWCxAgq47BF { 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:30.3125rem;width:52.1875rem;display:none; }
#MoZD38ysEJoFQLHXOuNHaM2T8DCr0awd { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:0.375rem;display:none; }
#zy5B1RMKzlOS9DkqxzdKRzIosATPrZX2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zt7Tc2DAibfaplgTlAgbAJIXWw5alk4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cINJAAoyntQfGJlhKQFLWde5VSPMQSDo { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:5.1875rem;display:none; }
#ft9tMUAQBVfJHZqfzRhiFBpmMZveoRnU { 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:30.3125rem;width:52.1875rem;display:none; }
#oRMsNcbPRDOdFCOM4nXHBVCeyeaBpElM { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#qtgOd2tUmruccFtJtVanbmN9bb6QKWXU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qCTCyHCQgJzewEFJLoSdGo7U0ruKRm6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKbgW6ktDNUbJTg1XxBTyvqh65val1NO { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#sOueMgoHKc61wLPH9REWpPZlqPKum0k9 { 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:30.3125rem;width:52.1875rem;display:none; }
#kgE1d8WNq2paTqf9ORGVKdcSbCAO8wlH { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:0rem;display:none; }
#LV4xlquNCKBTrmpExv9kO5OO6ABA87D4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lZHvWkvDyszIsIz2MMD5kewxTuTbQd6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vak84alTEczaWuL3gpi7ICCP2kP3mtOW { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#cfVSIOCcmqRJPxmHO7mpk95SI4UIlRgw { 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:30.3125rem;width:52.1875rem;display:none; }
#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv { position:relative;display:none; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv { border-width: 0; border-radius: 0; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JP4iEhdoJn35fEB0JxenURCRtOhoAeNG { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJCqTTtCUXo7P6D4EnIlhT2qrzZEzZnn { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sEXM7i34Zoee6ElTld3AqwUOBogLomdg { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZnIb3eH2IIKkeAPh5QDHtF2i9qAJToBT { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lsRoIixxBdE3Gg6zzV2QJVe7An9Hz8yV { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#GtdcnMDstvWJZrhAnCADHAQ50do2S2rI { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#BZMdIkfKnFSNKuLTVTkRgNJ0nhKHsRdT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#JZ9Wp99aranRK9BIBnJsu1h8MpUlMR52 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#FodJb5lL9vlWD3kW5fOe97MrnpITdoCl { 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:73.625rem;width:60rem;display:none; }
#Xef2C4aExdF4gEW3o28XoRbxL5adWMHT { 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:31.5rem;width:36.5625rem;display:none; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { border-width: 0; border-radius: 0; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#zWLDOui8KVilBNt0KxwwE1TfrQA3Jk7Q { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#d4b392cc' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ttm6C6dEQaGwpyU6yeU4mZWfhA39ewoF { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-form-header {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .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; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:first-of-type{padding-top:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:last-of-type{padding-bottom:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 {display:block;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PdxIe2c8ANXQyvUTtT0ZbDnbZuZ186S5 { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #eoFlImmFuQUOBf15fTDQ6oFTMgcDHTLU { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #ZJ70XE3NNP3XaLhlSPW6VKsh6MXPmOTN { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #z5DnJrw9aSTqMuKENwkfxwkKRP34c6pH { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vt06E68SCiGvhqxoTqQTsvmlepzoZVRT { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #IBE1mDJPgR5SfD1daASX9NvTLXS5zc1a { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #XfTsRd639t4FTmbEBRzOGiPW8CzwbCLU { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cZT8F4859dPzuQHgz8cpmBEfN2O5i4Es { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #A8zAZpvRk140SJTBZ8KUxDLUBORGLkVi { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #kmePlsOSTu9VS3RxOQAyfd0npowelzTA { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vXeWJDNAPTgi3samZfC6OmHOT68clcka { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cF2h96k2NJFeswG6CpmhwLwx17Au2gXp { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #S6AyCVAbaHEgQrwoMrXt6MVmRDzeCKkX { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PVKdvivLTFLImlH2ZT8Gh9tq7WkRgebA { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #fmInE5AD86788svefJ8mALZ7LcnOXmHq { position:relative; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { border-width: 0; border-radius: 0; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VVqog9cC036lSvaWxGcPZ6oK4V4niq3v { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { border-width: 0; border-radius: 0; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { background-color: transparent; background-image: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container > .video-iframe-container { display: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container { display: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .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); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { border-width: 0; border-radius: 0; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { position:relative;z-index:auto;display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { background-color: transparent; background-image: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container > .video-iframe-container { display: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container { display: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .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); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { border-width: 0; border-radius: 0; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.adaptive-delivery-prevent-bg, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.lazyload, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.lazyloading { background-image: none; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { position:absolute;display:block;z-index:15019;height:10.625rem;width:18.999rem;top:18.59130859375rem;left:3.990478515625rem;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { position:absolute;display:block;z-index:15020;height:11.499rem;width:20.5615rem;top:6.123046875rem;left:3.209228515625rem;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { position:relative;display:block; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { background-color: transparent; background-image: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container > .video-iframe-container { display: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row > .video-iframe-container { display: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .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); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { border-width: 0; border-radius: 0; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-form-header {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .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; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:first-of-type{padding-top:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:last-of-type{padding-bottom:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd { position:relative; }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { position:relative;display:block; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { background-color: transparent; background-image: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container > .video-iframe-container { display: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row > .video-iframe-container { display: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .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); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { border-width: 0; border-radius: 0; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { position:relative;display:block; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { background-color: transparent; background-image: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container > .video-iframe-container { display: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row > .video-iframe-container { display: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .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); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { border-width: 0; border-radius: 0; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.37451171875rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.24951171875rem;left:17.8125rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.9990234375rem;left:2.18701171875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.75rem;left:14.6865234375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.49951171875rem;left:9.5625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.1240234375rem;left:54.1875rem;display:block; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.37451171875rem;left:54.1875rem;display:block; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.625rem;left:54.1875rem;display:block; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.875rem;left:54.1875rem;display:block; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { 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:73.625rem;width:60rem;display:none; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { border-width: 0; border-radius: 0; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.adaptive-delivery-prevent-bg, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyload, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyloading { background-image: none; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { color:rgba(30,30,30,0.7);display:block;width:11.9983125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.217529296875rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.010196685791rem;left:13.311632156372rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:20.748291015625rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.27685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:14.119384765625rem;left:15.450439453125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { color:rgba(30,30,30,0.7);display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:14.056884765625rem;left:6.514892578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { color:rgba(30,30,30,0.7);display:block;width:7.124rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:23.846435546875rem;left:6.436767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { color:rgba(30,30,30,0.7);display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:23.765380859375rem;left:17.6796875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { color:rgba(30,30,30,0.7);display:block;width:7rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:33.140869140625rem;left:18.42919921875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:20.563152551651rem;left:5.7233066558838rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.357422113419rem;left:19.871963500976rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { border-width: 0; border-radius: 0; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.adaptive-delivery-prevent-bg, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyload, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyloading { background-image: none; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { 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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { 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:8.9375rem;width:9.8125rem;display:none; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { 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:21.625rem;width:60rem;display:none; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
body { position:relative;display:block; }
#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U { display:none; }#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U > .row .container { width:47.75rem;position:relative;display:none; }#PNSfdMywbFLzCrv2SEVxU1EDmucUNPQN { width:31.25rem;height:8.6875rem;display:none; }
#SQGpg9saEZnoBO1oT88NzaPaawTRMbFw { width:20.3125rem;height:11.0625rem;display:none; }
#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp { display:none; }#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#wkxNJ4MmvsBvE7dwnwiPELgWWNFhlSAC { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#J9M3H66DlmeWaHHQsCIyMlRp9SU5xuq9 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#TKJqAtIBpPIOISMqCHnVSrGFC8r97q23 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#vZBQfZW1wx9JOGtxgrZTEtGioD9awdFr { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#C1pDpS4sJffwmfNw6uTT0mNn0p4GGyWS { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#Q6HTZmODHGcWLikXSoNwZ20XAbLd0gBH { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#D63Dtf8emxU2MfDVF9AN8XQebHymkLt8 { width:;height:;display:none; }
#AIvi1wZPnr6rVTL4wJksozpVlKAMvZcu { display:block; }
#MuxtmTO9zJDZb5RLD3ON0qflGezPVhOz { width:;height:;display:none; }
#KKrwCmFLdcscZgWwpzbGfUMpX8tzQCgf { display:block; }
#Cs2P6CoymVtT1T4DMMBJMGZnT1hSKT7g { width:;height:;display:none; }
#Ezlqt9v8FBlL5BabtDZ6pHH9xULALDA5 { display:block; }
#cBCPdn0GkOWn4KJ7r5SVITUNvV0RW0mN { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#T6FFd2fLMUyhsCvFV6pFmGAFwz22Cg22 { width:0;height:0;display:none; }
#zqkQhGuvFTt9pUPT9UZ7oN1t9O95xqLz { display:block; }
#wXdCuxcZ2XnbW65uTaszMT2TxvKLZ8yX { display:none; }
#Mi2PvwoiKFHPqrvSk7wwfFUTwEGnU26E { width:0;height:0;display:none; }
#JB7QmfZaRB7cxVyaqdWW5HeTm0KOW1GE { display:block; }
#UBFxqWVs8gwSLzdyUAuk0fVtVJugDO3K { display:none; }
#L7Qy6T8viLo2W83mkiU5q2GJIbqk2FAF { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot { display:none; }#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#cAe0lANwOrQbg8qzJo8OiTSwg8OiLKQd { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#tn5V3E8R8XwmQxGc9EclLUBaimkkMrFQ { display:block; }
#c4CQQfwxTZBOCzyyvXQ3OB2I8JTtXV99 { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#c4CQQfwxTZBOCzyyvXQ3OB2I8JTtXV99 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ilP8AUF6NulBnuL5RW00T3JNpM9q9Hk1 { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#qJKGoGWMQKuu1opX7A5QZNF4rRwOwguW { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#T2zTwV3mvPq1Vs7O4ocTWZB08zdgJenL { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#Q8UQdIe88cXSWxFSvWlNCCxTMtuT608A { display:block; }
#qkMKyDFZzN8HXnBmxRfOw7uv2Xt6P3e1 { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G { display:none; }#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G > .row .container { width:47.75rem;position:relative;display:none; }#UBb5uBh9TfF5ksqW3Qr2zD13mqIl4uDq { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#s6GGkoQgw1MzA5s0q36aCrMlR7s5EJqv { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#xDAPJTvuzBQvP9srdgbh6dQRdvmd4giu { display:block; }
#g5EPJvydQwWLlwFDfsfxTArwaT2uaWNC { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#wpRyMtoT2ZMn6l5XuaTt7SW1bQMUzzwa { display:block; }
#D26IzCyoKrdFxkyi7deMgygzTRBfTGTk { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#q46tWgzUTgiSey4lDibtu599aUV8L1Xb { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#HNcKyrfZoggZdCk0O0Zh4FBi4EDXR1Ud { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#x1tuu8Lk3rXAOkLwNbE6wmQw4OJtul3k { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#SmJfEk40gOtMppLGhLMxXtXxNfsDhGaa { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#RTzxzTXvv5shoTGIsT4tQlK9ZvDrrXgZ { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#hHm8LkXuSmZEnPLiq7yaIseMO0RpiUVt { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { display:none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { width:47.75rem;position:relative;display:none; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { width:47.75rem;height:19rem;display:none; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { width:14.0625rem;height:5.125rem;display:none; }
#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { display:none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container { width:47.75rem;position:relative;display:none; }#PMTyDZZxSTZ0qCLhwNQEbXyP0gRkEVqQ { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#sWwKDCIJ2rOcsDIa5wp4Zy4KIrmE5Bhl { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#V82dTwdXUydRsRcMnNdRtAMRvJ0BTlRs { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#HByW1nT0aCPSWZPg9RJKJFqhIyv7WEz9 { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { display:none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { width:47.5rem;position:relative;display:none; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#FllJLQ3Q68NOrBJFuprLtgLk8P4lQ27C { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH { display:none; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container { width:47.75rem;position:relative;display:none; }#hcFMpX5Be6ez4ge7XSpRh1TgzrgPmP1N { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#J81srg2aOx4kL6TETNyNqbs9xuBJlpXs { width:41.4375rem;height:24.0625rem;display:none; }
#lKsfZ0BKHnNNiHyn2U7eIhk2TDsnwNLT { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#cVEyKC84TyfWhWso7gspLKIUEsD7v8C8 { width:;height:;display:none; }
#yu96ORV4TkRoZQ9IcK3ofbs0hv9Oupl8 { display:block; }
#udKNgPzVPGSUwWNR8pR2UuyLQsO8DC8s { display:none; }
#FC8pBv6r5P1XlgsGx8isyPpEU4ieQAGr { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#IwMTEVIXAnk59asonLQ6lwPqaJTi7XiJ { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#gQMuZHs2N7pNooTURqH23Z1Ax37HECPp { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#opxAz5MOk6GaCfF2zGfLpCX0RHx1SWTr { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#gyWNQeIDEuWnV84W0oNlOosNBWHIMHZo { width:41.4375rem;height:24.0625rem;display:none; }
#m74rSfgzAIkzrfKl8LLDb25ZAEp0lOp7 { width:;height:;display:none; }
#hRfPAH8KMXJ2UZFwbmowTqQiH0ht1vAk { display:block; }
#rzvgOOkgImEriDp3sXpVTTSX05d3kyIa { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#P2NSxQyS3SLaVKgeg5iekUp7tBs9NBaF { width:;height:;display:none; }
#Jz0gzWqf7S3yFeADRMsA7tLSrombiI85 { display:block; }
#yLwLfmcr4xAdrRukTaykK6dP6kmtQZ24 { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#TfAcvzXecGJNuf2Cs489gVVW1hVXzNSZ { width:41.4375rem;height:24.0625rem;display:none; }
#BUtTSTGF4M6UKRquEh2TdudJk7eomxWk { width:;height:;display:none; }
#RarvSlqdptaTRMJJ3UNmkghz9LTulmW7 { display:block; }
#QTR1VSEfoczqErBHgyPF615DdwUlEZo8 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#D46U4wyiKBbd79V9GshcN6UZUBCVwwJq { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#TeMCOMC9728rtpMyIol6Ac2Fi7ewcrh4 { width:41.4375rem;height:24.0625rem;display:none; }
#Cbgok1wJvlcTeWobIuWloFbFBZAnRsx4 { width:;height:;display:none; }
#K2WSFaQ8iknqbWgL18I2tP2E5mWU4bor { display:block; }
#TniiXZKMCkeQ9XwLvXMcTTHA2KzJlc9U { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#C60WICqTTUXbnDyCulCBnEb2MyLhB2p6 { width:;height:;display:none; }
#z43Ib0bXSXkOHK1aeUuPICmF3MeTZBqA { display:block; }
#s1AOMzIxTJaHJmXSmiMU5VeT5AUGSIDl { width:41.4375rem;height:24.0625rem;display:none; }
#ldaZE5kGqFX5dx3GK1L9tOmQMQIhzRpu { width:;height:;display:none; }
#qdRkCeD03CkV8TkdTzfeDHCHTs50MitA { display:block; }
#LIqGrGAS07hgizlKKmuKfocU72qaw7vk { width:41.4375rem;height:24.0625rem;display:none; }
#HF0b1nxdZqMUNKFXm1t8SXaamUFFzb0K { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#uXdmSUuNkMviUPNoDSnKI2nJefbPrlnx { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#HoWaibcTzRHu40NRnwLxwU0ewdVQsRp4 { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Av1cf2PeQCA6t9GOsoTdMKrebGkCHT4g { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#BWtBKSFTu6aeOV4OQ9RCeNPkBzcWhAul { width:;height:;display:none; }
#PQTpsMg21Gb31a8tT1zqMvZpZ7RlhzF0 { display:block; }
#WXzlPkekyCe7TL68xRxCgLPnNb2z5oll { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#bPUcZHUCABz0s0ztPari2pcGV84WtuW8 { width:41.4375rem;height:24.0625rem;display:none; }
#VP7WzHxsbdC5TCqV0tDwmpBqPBgGdkUH { width:;height:;display:none; }
#SB47WTLaM9MWQBRWTQUH0OOeCqoAwRBI { display:block; }
#FinSqXlMeGIGBH7Fo8brO1LFxAxwxgTK { width:41.4375rem;height:24.0625rem;display:none; }
#wXwxWLK8R7NrRJQcbbp7VKM4u1MgWgaw { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Ezcze3eZegxAArbTM9rVtZeBIPVUNwi8 { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#O0eQoZLvWF9W7qsTiyrnGsg8ZCylAXJs { width:;height:;display:none; }
#FGvsRfKrgBJD21hKAURguF1MwET0aBPA { display:block; }
#INIs5EvnqfIyE3JX385nEFGufxTywtSS { width:41.4375rem;height:24.0625rem;display:none; }
#gfvZRhmzxwq5LDc4qINBy9Fh3TXCeJpc { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#xwNHstbrSWhGVff3NVRZSO81fTEbzLqn { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#vZXiqkGWqXrP4uOJXdqekdAo5EsWhR0K { width:;height:;display:none; }
#hZDgznQiEwWHUGE8ecRNneVAfMyvSU8h { display:block; }
#BzyUZwaRUTaptqKdIowpTp9X7UZVfChy { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#bgVIscrWnsxTo4l3Kn5xOQen3fwJqqd8 { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#nW2FoiAh4nZwtA8Gl4o8XFWCxAgq47BF { width:41.4375rem;height:24.0625rem;display:none; }
#MoZD38ysEJoFQLHXOuNHaM2T8DCr0awd { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#zy5B1RMKzlOS9DkqxzdKRzIosATPrZX2 { width:;height:;display:none; }
#zt7Tc2DAibfaplgTlAgbAJIXWw5alk4B { display:block; }
#cINJAAoyntQfGJlhKQFLWde5VSPMQSDo { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#ft9tMUAQBVfJHZqfzRhiFBpmMZveoRnU { width:41.4375rem;height:24.0625rem;display:none; }
#oRMsNcbPRDOdFCOM4nXHBVCeyeaBpElM { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#qtgOd2tUmruccFtJtVanbmN9bb6QKWXU { width:;height:;display:none; }
#qCTCyHCQgJzewEFJLoSdGo7U0ruKRm6e { display:block; }
#PKbgW6ktDNUbJTg1XxBTyvqh65val1NO { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#sOueMgoHKc61wLPH9REWpPZlqPKum0k9 { width:41.4375rem;height:24.0625rem;display:none; }
#kgE1d8WNq2paTqf9ORGVKdcSbCAO8wlH { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#LV4xlquNCKBTrmpExv9kO5OO6ABA87D4 { width:;height:;display:none; }
#lZHvWkvDyszIsIz2MMD5kewxTuTbQd6f { display:block; }
#vak84alTEczaWuL3gpi7ICCP2kP3mtOW { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#cfVSIOCcmqRJPxmHO7mpk95SI4UIlRgw { width:41.4375rem;height:24.0625rem;display:none; }
#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv { display:none; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row .container { width:47.75rem;position:relative;display:none; }#JP4iEhdoJn35fEB0JxenURCRtOhoAeNG { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#MJCqTTtCUXo7P6D4EnIlhT2qrzZEzZnn { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#sEXM7i34Zoee6ElTld3AqwUOBogLomdg { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#ZnIb3eH2IIKkeAPh5QDHtF2i9qAJToBT { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#lsRoIixxBdE3Gg6zzV2QJVe7An9Hz8yV { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#GtdcnMDstvWJZrhAnCADHAQ50do2S2rI { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#BZMdIkfKnFSNKuLTVTkRgNJ0nhKHsRdT { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#JZ9Wp99aranRK9BIBnJsu1h8MpUlMR52 { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#FodJb5lL9vlWD3kW5fOe97MrnpITdoCl { width:;height:;top:0rem;display:none; }
#Xef2C4aExdF4gEW3o28XoRbxL5adWMHT { width:36.5625rem;height:31.5rem;display:none; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { display:none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { width:47.5rem;position:relative;display:none; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#zWLDOui8KVilBNt0KxwwE1TfrQA3Jk7Q { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block; }
#Ttm6C6dEQaGwpyU6yeU4mZWfhA39ewoF { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5  { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 {display:block;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PdxIe2c8ANXQyvUTtT0ZbDnbZuZ186S5 {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #eoFlImmFuQUOBf15fTDQ6oFTMgcDHTLU {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #ZJ70XE3NNP3XaLhlSPW6VKsh6MXPmOTN {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #z5DnJrw9aSTqMuKENwkfxwkKRP34c6pH {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vt06E68SCiGvhqxoTqQTsvmlepzoZVRT {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #IBE1mDJPgR5SfD1daASX9NvTLXS5zc1a {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #XfTsRd639t4FTmbEBRzOGiPW8CzwbCLU {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cZT8F4859dPzuQHgz8cpmBEfN2O5i4Es {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #A8zAZpvRk140SJTBZ8KUxDLUBORGLkVi {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #kmePlsOSTu9VS3RxOQAyfd0npowelzTA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vXeWJDNAPTgi3samZfC6OmHOT68clcka {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cF2h96k2NJFeswG6CpmhwLwx17Au2gXp {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #S6AyCVAbaHEgQrwoMrXt6MVmRDzeCKkX {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PVKdvivLTFLImlH2ZT8Gh9tq7WkRgebA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #fmInE5AD86788svefJ8mALZ7LcnOXmHq {  }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { display:none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { width:47.5rem;position:relative;display:none; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#VVqog9cC036lSvaWxGcPZ6oK4V4niq3v { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { top:0rem;width:;height:;display:none; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { top:0rem;width:;height:;display:none; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { display:none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { width:47.5rem;position:relative;display:none; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { display:block; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { width:47.75rem;position:relative;display:block; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { width:47.75rem;position:relative;display:block; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { top:18.5625rem;left:0rem;width:18.9375rem;height:10.625rem;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { top:6.0625rem;left:0rem;width:20.5rem;height:11.4375rem;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { display:block; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { width:47.75rem;position:relative;display:block; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd {  }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { display:block; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { display:none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { width:47.75rem;position:relative;display:none; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { top:4.3125rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { width:37rem;height:1.9375rem;top:9.1875rem;left:10.75rem;font-size:0.875rem;display:none; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { width:47.75rem;height:1.9375rem;top:11.9375rem;left:0rem;font-size:0.875rem;display:none; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { width:40.125rem;height:1.9375rem;top:14.75rem;left:7.625rem;font-size:0.875rem;display:none; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { width:45.3125rem;height:1.9375rem;top:17.4375rem;left:2.4375rem;font-size:0.875rem;display:none; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { width:3.625rem;height:3.625rem;top:13.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { width:3.625rem;height:3.625rem;top:7.625rem;left:44.125rem;font-size:2.5rem;display:none; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { width:3.625rem;height:3.625rem;top:15.875rem;left:44.125rem;font-size:2.5rem;display:none; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { width:47.75rem;height:58.5625rem;display:none; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { display:block; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { width:47.75rem;position:relative;display:block; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { top:12.5625rem;left:12.8740234375rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { top:12.5625rem;left:0.62413215637207rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.092529296875rem;font-size:0.75rem;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { top:22.3125rem;left:10.936767578125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { top:21rem;left:7.1866321563719rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { top:20.6875rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { top:31.25rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { top:27.5rem;left:5.11767578125rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.325439453125rem;font-size:0.625rem;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { width:7.1875rem;height:1.0625rem;top:14rem;left:0.389892578125rem;font-size:0.625rem;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { width:7.0625rem;height:1.0625rem;top:23.8125rem;left:0.311767578125rem;font-size:0.625rem;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { width:8.625rem;height:1.125rem;top:23.75rem;left:11.5546875rem;font-size:0.625rem;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { width:7rem;height:1.125rem;top:33.125rem;left:12.30419921875rem;font-size:0.625rem;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { top:20.5625rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { top:31.3125rem;left:13.746826171875rem;width:6.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { display:block; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { width:47.75rem;position:relative;display:block; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { width:9.8125rem;height:8.9375rem;display:none; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { width:47.75rem;height:17.1875rem;display:none; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { display:none; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { display:none; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
body { position:relative;display:block; }
#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gz5lorx5EU4S4zBBv29Bd3sQWRdvve2U > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#PNSfdMywbFLzCrv2SEVxU1EDmucUNPQN { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#SQGpg9saEZnoBO1oT88NzaPaawTRMbFw { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp { position:relative;z-index:auto;display:block; }#Ec06MTTBF0hA23tMXogRDI6IJMBOpHDp > .row .container { width:20rem;height:20.625rem;position:relative;display:block; }#wkxNJ4MmvsBvE7dwnwiPELgWWNFhlSAC { width:5.6875rem;height:0.8997375rem;top:6.3741321563719rem;left:14.062500298023rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#J9M3H66DlmeWaHHQsCIyMlRp9SU5xuq9 { width:5.625rem;height:0.0625rem;top:7.9366321563719rem;left:14.187283813953rem;display:block; }
#TKJqAtIBpPIOISMqCHnVSrGFC8r97q23 { width:3.75rem;height:0.8997375rem;top:6.3741321563719rem;left:0.99826389551162rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#vZBQfZW1wx9JOGtxgrZTEtGioD9awdFr { width:5.625rem;height:0.0618489375rem;top:7.9366321563719rem;left:7.061632454395rem;display:block; }
#C1pDpS4sJffwmfNw6uTT0mNn0p4GGyWS { width:7.3125rem;height:0.8997375rem;top:6.4370660781863rem;left:6.1241324543953rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Q6HTZmODHGcWLikXSoNwZ20XAbLd0gBH { width:5.625rem;height:0.0618489375rem;top:7.87478351593rem;left:0.18663197755814rem;z-index:15009;display:block; }
#D63Dtf8emxU2MfDVF9AN8XQebHymkLt8 { top:5.9368495941162rem;left:0.87348097562787rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#AIvi1wZPnr6rVTL4wJksozpVlKAMvZcu { display:block; }
#MuxtmTO9zJDZb5RLD3ON0qflGezPVhOz { top:5.9368495941162rem;left:7.999132454395rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#KKrwCmFLdcscZgWwpzbGfUMpX8tzQCgf { display:block; }
#Cs2P6CoymVtT1T4DMMBJMGZnT1hSKT7g { top:5.9368495941162rem;left:14.905599892139rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#Ezlqt9v8FBlL5BabtDZ6pHH9xULALDA5 { display:block; }
#cBCPdn0GkOWn4KJ7r5SVITUNvV0RW0mN { top:8.6875009536744rem;left:0rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#T6FFd2fLMUyhsCvFV6pFmGAFwz22Cg22 { top:10.06228351593rem;left:0.81163197755812rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#zqkQhGuvFTt9pUPT9UZ7oN1t9O95xqLz { display:block; }
#wXdCuxcZ2XnbW65uTaszMT2TxvKLZ8yX { display:flex;top:10.531034469604rem;left:1.4670138955116rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#Mi2PvwoiKFHPqrvSk7wwfFUTwEGnU26E { top:15.968317031861rem;left:0.81163197755812rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#JB7QmfZaRB7cxVyaqdWW5HeTm0KOW1GE { display:block; }
#UBFxqWVs8gwSLzdyUAuk0fVtVJugDO3K { display:flex;top:15.875001907349rem;left:1.2500000596046rem;width:3.125rem;height:3.125rem;z-index:15022; }
#L7Qy6T8viLo2W83mkiU5q2GJIbqk2FAF { top:14rem;left:9.8122838139531rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot { display:block; }#xxK5deOEk5zXNldvDJLTTNKqSxF8R8ot > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#cAe0lANwOrQbg8qzJo8OiTSwg8OiLKQd { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#tn5V3E8R8XwmQxGc9EclLUBaimkkMrFQ { display:block; }
#c4CQQfwxTZBOCzyyvXQ3OB2I8JTtXV99 { display:flex;top:1.9036459922791rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#c4CQQfwxTZBOCzyyvXQ3OB2I8JTtXV99 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ilP8AUF6NulBnuL5RW00T3JNpM9q9Hk1 { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#qJKGoGWMQKuu1opX7A5QZNF4rRwOwguW { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#T2zTwV3mvPq1Vs7O4ocTWZB08zdgJenL { width:9.0625rem;height:2.8125rem;top:1.3125rem;left:0rem;font-size:0.625rem;display:block; }
#Q8UQdIe88cXSWxFSvWlNCCxTMtuT608A { display:block; }
#qkMKyDFZzN8HXnBmxRfOw7uv2Xt6P3e1 { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G { display:block; }#EHwJ0eDLSHE9lNht3FlO01UREWH7CU9G > .row .container { width:20rem;height:41.875rem;position:relative;display:block; }#UBb5uBh9TfF5ksqW3Qr2zD13mqIl4uDq { width:20rem;height:2.47504375rem;top:8.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#s6GGkoQgw1MzA5s0q36aCrMlR7s5EJqv { width:13.11111125rem;height:4.36111125rem;top:35.186199188233rem;left:3.4375rem;font-size:1.375rem;display:block; }
#xDAPJTvuzBQvP9srdgbh6dQRdvmd4giu { display:block; }
#g5EPJvydQwWLlwFDfsfxTArwaT2uaWNC { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#wpRyMtoT2ZMn6l5XuaTt7SW1bQMUzzwa { display:block; }
#D26IzCyoKrdFxkyi7deMgygzTRBfTGTk { width:20rem;height:3.0013rem;top:14.984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#q46tWgzUTgiSey4lDibtu599aUV8L1Xb { width:11.625rem;height:7rem;top:7.6614589691163rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#HNcKyrfZoggZdCk0O0Zh4FBi4EDXR1Ud { display:flex;width:4.375rem;height:4.375rem;top:30rem;left:1.9375rem;font-size:3.0625rem; }
#x1tuu8Lk3rXAOkLwNbE6wmQw4OJtul3k { display:flex;width:4.375rem;height:4.375rem;top:26rem;left:0rem;font-size:3.0625rem; }
#SmJfEk40gOtMppLGhLMxXtXxNfsDhGaa { width:20rem;height:13.3111875rem;top:19.54296875rem;left:0rem;overflow:hidden;display:block; }
#RTzxzTXvv5shoTGIsT4tQlK9ZvDrrXgZ { width:4.9375rem;height:2.4375rem;top:23.8125rem;left:0rem;z-index:15042;display:block; }
#hHm8LkXuSmZEnPLiq7yaIseMO0RpiUVt { width:4.875rem;height:2.1875rem;top:19.5625rem;left:0rem;z-index:15041;display:block; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { background-color:rgba(250,250,250,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { background-color: transparent; background-image: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container > .video-iframe-container { display: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container { display: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .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); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { border-width: 0; border-radius: 0; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.0559875rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { display:block; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#PMTyDZZxSTZ0qCLhwNQEbXyP0gRkEVqQ { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#sWwKDCIJ2rOcsDIa5wp4Zy4KIrmE5Bhl { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#V82dTwdXUydRsRcMnNdRtAMRvJ0BTlRs { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#HByW1nT0aCPSWZPg9RJKJFqhIyv7WEz9 { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { display:block; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#FllJLQ3Q68NOrBJFuprLtgLk8P4lQ27C { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392ad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container { background-color: transparent; background-image: none; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container > .video-iframe-container { display: none; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row > .video-iframe-container { display: none; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .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); }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container { border-width: 0; border-radius: 0; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q56dGl0AVeiUf6StoI8yDUbtPXKuuIEH > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#hcFMpX5Be6ez4ge7XSpRh1TgzrgPmP1N { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.2999125rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#J81srg2aOx4kL6TETNyNqbs9xuBJlpXs { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#lKsfZ0BKHnNNiHyn2U7eIhk2TDsnwNLT { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.09895625rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#cVEyKC84TyfWhWso7gspLKIUEsD7v8C8 { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#yu96ORV4TkRoZQ9IcK3ofbs0hv9Oupl8 { display:block; }
#udKNgPzVPGSUwWNR8pR2UuyLQsO8DC8s { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#FC8pBv6r5P1XlgsGx8isyPpEU4ieQAGr { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#IwMTEVIXAnk59asonLQ6lwPqaJTi7XiJ { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#gQMuZHs2N7pNooTURqH23Z1Ax37HECPp { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#opxAz5MOk6GaCfF2zGfLpCX0RHx1SWTr { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#gyWNQeIDEuWnV84W0oNlOosNBWHIMHZo { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#m74rSfgzAIkzrfKl8LLDb25ZAEp0lOp7 { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#hRfPAH8KMXJ2UZFwbmowTqQiH0ht1vAk { display:block; }
#rzvgOOkgImEriDp3sXpVTTSX05d3kyIa { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#P2NSxQyS3SLaVKgeg5iekUp7tBs9NBaF { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#Jz0gzWqf7S3yFeADRMsA7tLSrombiI85 { display:block; }
#yLwLfmcr4xAdrRukTaykK6dP6kmtQZ24 { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TfAcvzXecGJNuf2Cs489gVVW1hVXzNSZ { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#BUtTSTGF4M6UKRquEh2TdudJk7eomxWk { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#RarvSlqdptaTRMJJ3UNmkghz9LTulmW7 { display:block; }
#QTR1VSEfoczqErBHgyPF615DdwUlEZo8 { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#D46U4wyiKBbd79V9GshcN6UZUBCVwwJq { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.04948125rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TeMCOMC9728rtpMyIol6Ac2Fi7ewcrh4 { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#Cbgok1wJvlcTeWobIuWloFbFBZAnRsx4 { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#K2WSFaQ8iknqbWgL18I2tP2E5mWU4bor { display:block; }
#TniiXZKMCkeQ9XwLvXMcTTHA2KzJlc9U { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.04948125rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#C60WICqTTUXbnDyCulCBnEb2MyLhB2p6 { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#z43Ib0bXSXkOHK1aeUuPICmF3MeTZBqA { display:block; }
#s1AOMzIxTJaHJmXSmiMU5VeT5AUGSIDl { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#ldaZE5kGqFX5dx3GK1L9tOmQMQIhzRpu { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#qdRkCeD03CkV8TkdTzfeDHCHTs50MitA { display:block; }
#LIqGrGAS07hgizlKKmuKfocU72qaw7vk { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#HF0b1nxdZqMUNKFXm1t8SXaamUFFzb0K { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.04948125rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#uXdmSUuNkMviUPNoDSnKI2nJefbPrlnx { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#HoWaibcTzRHu40NRnwLxwU0ewdVQsRp4 { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#Av1cf2PeQCA6t9GOsoTdMKrebGkCHT4g { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#BWtBKSFTu6aeOV4OQ9RCeNPkBzcWhAul { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#PQTpsMg21Gb31a8tT1zqMvZpZ7RlhzF0 { display:block; }
#WXzlPkekyCe7TL68xRxCgLPnNb2z5oll { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.04948125rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#bPUcZHUCABz0s0ztPari2pcGV84WtuW8 { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#VP7WzHxsbdC5TCqV0tDwmpBqPBgGdkUH { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#SB47WTLaM9MWQBRWTQUH0OOeCqoAwRBI { display:block; }
#FinSqXlMeGIGBH7Fo8brO1LFxAxwxgTK { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#wXwxWLK8R7NrRJQcbbp7VKM4u1MgWgaw { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#Ezcze3eZegxAArbTM9rVtZeBIPVUNwi8 { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.04948125rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#O0eQoZLvWF9W7qsTiyrnGsg8ZCylAXJs { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#FGvsRfKrgBJD21hKAURguF1MwET0aBPA { display:block; }
#INIs5EvnqfIyE3JX385nEFGufxTywtSS { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#gfvZRhmzxwq5LDc4qINBy9Fh3TXCeJpc { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#xwNHstbrSWhGVff3NVRZSO81fTEbzLqn { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.04948125rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#vZXiqkGWqXrP4uOJXdqekdAo5EsWhR0K { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#hZDgznQiEwWHUGE8ecRNneVAfMyvSU8h { display:block; }
#BzyUZwaRUTaptqKdIowpTp9X7UZVfChy { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#bgVIscrWnsxTo4l3Kn5xOQen3fwJqqd8 { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.04948125rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#nW2FoiAh4nZwtA8Gl4o8XFWCxAgq47BF { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#MoZD38ysEJoFQLHXOuNHaM2T8DCr0awd { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#zy5B1RMKzlOS9DkqxzdKRzIosATPrZX2 { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#zt7Tc2DAibfaplgTlAgbAJIXWw5alk4B { display:block; }
#cINJAAoyntQfGJlhKQFLWde5VSPMQSDo { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.04948125rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#ft9tMUAQBVfJHZqfzRhiFBpmMZveoRnU { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#oRMsNcbPRDOdFCOM4nXHBVCeyeaBpElM { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#qtgOd2tUmruccFtJtVanbmN9bb6QKWXU { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#qCTCyHCQgJzewEFJLoSdGo7U0ruKRm6e { display:block; }
#PKbgW6ktDNUbJTg1XxBTyvqh65val1NO { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.04948125rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#sOueMgoHKc61wLPH9REWpPZlqPKum0k9 { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#kgE1d8WNq2paTqf9ORGVKdcSbCAO8wlH { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#LV4xlquNCKBTrmpExv9kO5OO6ABA87D4 { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#lZHvWkvDyszIsIz2MMD5kewxTuTbQd6f { display:block; }
#vak84alTEczaWuL3gpi7ICCP2kP3mtOW { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.04948125rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#cfVSIOCcmqRJPxmHO7mpk95SI4UIlRgw { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv { display:block; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv { background-color: transparent; background-image: none; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row .container > .video-iframe-container { display: none; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row > .video-iframe-container { display: none; }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .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); }#Iy2Iyqz6GJXzs4CbZDQpdZWdScTVGdyv > .row .container { width:20rem;height:37.8125rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#JP4iEhdoJn35fEB0JxenURCRtOhoAeNG { width:15.061875rem;height:2.59895625rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#MJCqTTtCUXo7P6D4EnIlhT2qrzZEzZnn { width:18rem;height:2.79948125rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#sEXM7i34Zoee6ElTld3AqwUOBogLomdg { width:15.8125rem;height:2.79948125rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#ZnIb3eH2IIKkeAPh5QDHtF2i9qAJToBT { width:16.0625rem;height:2.79948125rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#lsRoIixxBdE3Gg6zzV2QJVe7An9Hz8yV { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#GtdcnMDstvWJZrhAnCADHAQ50do2S2rI { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#BZMdIkfKnFSNKuLTVTkRgNJ0nhKHsRdT { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#JZ9Wp99aranRK9BIBnJsu1h8MpUlMR52 { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#FodJb5lL9vlWD3kW5fOe97MrnpITdoCl { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#Xef2C4aExdF4gEW3o28XoRbxL5adWMHT { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { display:block; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#zWLDOui8KVilBNt0KxwwE1TfrQA3Jk7Q { width:20rem;height:21.9375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { width:18.75rem;height:1.50065rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block; }
#Ttm6C6dEQaGwpyU6yeU4mZWfhA39ewoF { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#cca15e;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:first-of-type{padding-top:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:last-of-type{padding-bottom:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5  { width:17.5rem;height:auto;top:26.374786376953rem;left:0rem;z-index:15020; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 {display:block;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 { width:17.5rem;height:auto;top:26.374786376953rem;left:0rem;z-index:15020; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PdxIe2c8ANXQyvUTtT0ZbDnbZuZ186S5 {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #eoFlImmFuQUOBf15fTDQ6oFTMgcDHTLU { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #ZJ70XE3NNP3XaLhlSPW6VKsh6MXPmOTN {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #z5DnJrw9aSTqMuKENwkfxwkKRP34c6pH {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vt06E68SCiGvhqxoTqQTsvmlepzoZVRT { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #IBE1mDJPgR5SfD1daASX9NvTLXS5zc1a {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #XfTsRd639t4FTmbEBRzOGiPW8CzwbCLU {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cZT8F4859dPzuQHgz8cpmBEfN2O5i4Es { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #A8zAZpvRk140SJTBZ8KUxDLUBORGLkVi {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #kmePlsOSTu9VS3RxOQAyfd0npowelzTA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vXeWJDNAPTgi3samZfC6OmHOT68clcka {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cF2h96k2NJFeswG6CpmhwLwx17Au2gXp { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #S6AyCVAbaHEgQrwoMrXt6MVmRDzeCKkX {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PVKdvivLTFLImlH2ZT8Gh9tq7WkRgebA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #fmInE5AD86788svefJ8mALZ7LcnOXmHq {  }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { display:block; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#VVqog9cC036lSvaWxGcPZ6oK4V4niq3v { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { top:45.750002622604rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { display:block; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { position:relative;z-index:auto;background-color:#946d53;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { border-width: 0; border-radius: 0; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ffffff, #946d53);background-image: -moz-linear-gradient(106deg, #ffffff, #946d53);background-image: -ms-linear-gradient(106deg, #ffffff, #946d53);background-image: -o-linear-gradient(106deg, #ffffff, #946d53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#946d53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#946d53' );";background-image: linear-gradient(106deg, #ffffff, #946d53);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { top:0.5rem;left:0rem;width:6.375rem;height:2.375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ffffff, #946d53);background-image: -moz-linear-gradient(106deg, #ffffff, #946d53);background-image: -ms-linear-gradient(106deg, #ffffff, #946d53);background-image: -o-linear-gradient(106deg, #ffffff, #946d53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#946d53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#946d53' );";background-image: linear-gradient(106deg, #ffffff, #946d53);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.75rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.5;display:block; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { width:20rem;height:2.75rem;top:2.8740234375rem;left:-0.125rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b.adaptive-delivery-prevent-bg, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b.lazyload, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b.lazyloading { background-image: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { border-width: 0; border-radius: 0; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { width:20rem;height:11.875rem;position:relative;display:none; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { width:8.5rem;height:4.6875rem;top:3.5595703125rem;left:0.57568359375rem;z-index:15021;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { width:8.3730625rem;height:4.749025rem;top:3.5302734375rem;left:11.62646484375rem;z-index:15020;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { display:none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { width:20rem;height:32.5rem;position:relative;display:none; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#cca15e;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:first-of-type{padding-top:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:last-of-type{padding-bottom:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { width:17.5rem;height:auto;top:13.42529375rem;left:0rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { width:17.5rem;height:auto;top:13.42529375rem;left:0rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd {  }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { display:none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { display:none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { width:20rem;height:33.4375rem;background-color:#ffffff;background-image:none;position:relative;display:none; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { width:15.061875rem;height:2.5996125rem;top:6.3681640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { width:18rem;height:2.79948125rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { width:15.8125rem;height:4.19921875rem;top:14.49951171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { width:16.0625rem;height:2.79948125rem;top:19.3115234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { width:15.625rem;height:2.79948125rem;top:24.06201171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;display:block; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { width:2.43706875rem;height:2.43706875rem;top:9.951171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { width:2.43706875rem;height:2.43706875rem;top:14.49951171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { width:2.43706875rem;height:2.43706875rem;top:18.69482421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { width:2.43706875rem;height:2.43706875rem;top:23.1376953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { top:4.0126953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { width:20rem;height:60.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.adaptive-delivery-prevent-bg, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyload, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyloading { background-image: none; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { width:3.99858125rem;height:0.9746125rem;top:37.558837890625rem;left:10.821533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { width:3.18714375rem;height:0.9746125rem;top:49.499267578125rem;left:2.93701171875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { width:5.3125rem;height:0;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { width:5.749025rem;height:0.9746125rem;top:49.4990234375rem;left:9.873046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { width:5.1242875rem;height:0.9746125rem;top:49.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;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;display:block; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { width:8.2475rem;height:0.97411875rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;display:block; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { width:9.375rem;height:1rem;top:40.199951171875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { width:7.1875rem;height:1rem;top:50.95947265625rem;left:11.319580078125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { width:7.06175rem;height:1rem;top:40.199951171875rem;left:11.009033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { width:7.9375rem;height:1rem;top:29.140625rem;left:1.49951171875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { width:6.9995rem;height:1rem;top:29.265625rem;left:10.821533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { width:8.2498125rem;height:0.97439375rem;top:39.213322162628rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { width:6.5625rem;height:0.97439375rem;top:49.498699188233rem;left:12.085503637791rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { border-width: 0; border-radius: 0; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { width:20rem;height:69.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.adaptive-delivery-prevent-bg, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyload, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyloading { background-image: none; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;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;display:none; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;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;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;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;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;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;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;color:#000000;display:block; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
