.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri { position:relative;display:none; }#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri { border-width: 0; border-radius: 0; }#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri > .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; }#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri > .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; }#GogcDFDhFSkiSRfxJhcV5W3ZEE20iVtv { 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; }
#HI5cyE3PkUOr2NuI7i8sLJOwS65TC7pm { 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; }
#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV { 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; }#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV > .row .container { border-width: 0; border-radius: 0; }#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#mVJR4OhU6q8udQPQ5imV2TEwoexKXb1T { 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; }
#EBlpLCoQENsKyBNbkxRbn7nrwSnvOXNR { 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; }
#k72ungX9DnlodAcpnOn7mSp6GrJIVMJd { 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; }
#StNKcNC02HHbk2GShnfvibCUKtAP2D3o { 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; }
#MGaJGaNE8AfdO7hdFfEsn8sCQ6v15BaH { 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; }
#pHVegOJk9BTLgn40aEg27KlyGs5KSBrb { 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; }
#KwTOpZC41SDTb0SVGdgk4ci9POOTA60L { 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; }
#MXilCLRfdSdRPxQouFQPVnc52Tm6rQgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtaMh0cr8AHzrExp7USRMQTpw36n8SZH { 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; }
#xUayZCy00XelTRveTNWyBawuicrFZCrW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTmQQDSG3nHJoVpsSI3swLOWyDdULk3W { 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; }
#MH1fN8rC4QPtVNL78Kc0H0WQKofBwdfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCJhDrQ6MqKs4IuZItaWvuG5kFDt7EIf { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";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; }
#zLPV3PKnf0sXDv7NlOUmZRfTqRAHscUL { 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; }
#XAvyZRx4LHutF4HWgyLc9RWvEDlKTuiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QczI1beH19TH7QnNELITfEJBz7H6ept8 { 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; }
#U7MtwUva4UeoX1CABQFLhbT84x5HKRJP { 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; }
#GQApKiUSa0yHQtaNFNf8TK9xQQycifKf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6bFUcmkS6pgG1ENf2SSnA1P7KkcnJto { 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; }
#NixC5M2fZEfPRKsbULORfBnGNTJFx23a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";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; }
#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 { 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; }#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 > .row .container { border-width: 0; border-radius: 0; }#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#RBKAUbddK9GSzk1oG5tJO2U408fQ1k4c { 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; }
#EOG58T82bGTTUxR4GLnW6C9eoaDPolPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVU3KCbpwBrcTba3nnyMybWaX7Iwvt7S { 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; }
#AVU3KCbpwBrcTba3nnyMybWaX7Iwvt7S > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#oUGmwrHPXWxI2QcZzU33EgKgIKuBTilo { 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; }
#SuQ3dpUlOp1mk2i5cM7KyzkafICTDFbp { 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; }
#ihtd2iwuQSTRawD2PqlpBvdyNTtiLcI5 { 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; }
#AudqNC22448oMaKoSmlDX0hJTUUEs7TI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2zO3SHi3aTXML80QhZ8OaGfw6C9Cx5o { 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; }
#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV { 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; }#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV > .row .container { border-width: 0; border-radius: 0; }#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#tghupNTNWD2mbxADchvZSKLcyvthcoh9 { 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; }
#s35J6QGmZbbimLmwWBiPot4OFyJcCZ2C { 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; }
#WxgNVNcPqdKfaZICGXzRreCi6tTpRdXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPovmQru1qiwkh9A3qm00GIaFF0pK8x4 { 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; }
#BxPiVGJsqfXTs2F70fqBF2MgFVHDHXKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pboputDFCeF8px0g2cKDpduGilWQ98VU { 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; }
#qGxRd23vkfkerouQSm2slV1xgOqJZ9KC { 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; }
#SswT7zTOgvKTTAp6SHO1WQL51yZrAm7r { 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; }
#do4fOUxdiNft9bLLMvPQvcaJlRQf285r { 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; }
#uocflX7VPAksRhqXrnQRTOcxAzDF3lsZ { 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; }
#d1C9k8yTeINAKStnmniIkwd5AldNgXP3 { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#uc7sB8SymU9IdlglGbsJgLOyqiKqCPgh { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { position:relative;display:none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { border-width: 0; border-radius: 0; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .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; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .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; }#EKuIJhzoVNNrgvROOXffdor7EOpdSuxT { 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; }
#Ik4Kc7wBVVeP9wOgyMqi10v59HTPHfzT { 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; }
#yS4i7qGrnM3Cv4htaFtipzkUdMSCumxn { 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; }
#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { position:relative;display:none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { border-width: 0; border-radius: 0; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .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; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .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; }#i6MX7ITdR2wF8F9lrh4EacNQzZrekLNd { 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; }
#qb6aB0M4RRkKdZLDHU7Wv58ATJv0TyJz { 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; }
#OwFnPJn1heCkMpCvVu8Tmx0KQJXqxfr3 { 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; }
#UOiwKT01hlT51seakGkGw6VcrcIPHg6F { 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; }
#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq { 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; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { border-width: 0; border-radius: 0; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#gD8kxMtPICe83or56v3ezHU9EberF47d { 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; }
#cRZ8v9w5ZBQkpM2cGsbNvN6d5okLcsUl { 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; }
#SIpnUfIiUOtJgSzI6izETdtOT2NTpx7Q { 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; }
#VcnLytvP3thBluiKqheQh1SB7ETFkDA5 { 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; }
#iL7NJqQoAdoue9U6JuvHCcI62ixyZ1Di { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaERcEPA9wPT8cpXKwvFyCMvSlbqOLDA { 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; }
#hHuK7caqeNgHazwBT5gpcz7ElDicRIUo { 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; }
#dlmtvTDcWgnOOk9MdTuHQ00CPazKhkZv { 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; }
#JwTqPKLX4K2Kldk11nrHQwpedgtnUTzU { 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; }
#IxfTulzpsz0mTGAATZUM982k1004bPkV { position:relative;display:none; }#IxfTulzpsz0mTGAATZUM982k1004bPkV { border-width: 0; border-radius: 0; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .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; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .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; }#CGIQD3IUpLQGnGK6PISbTqTZv2pKUzeX { 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; }
#CKurCka4RkT4FErWx7ZlDeF68L5k0dzc { 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; }
#sKdFxBSt4DpUqVtLsk35ks4GlDmoXxTq { 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; }
#C0xJUT5tT1ytoFOukBnDLt2pWqQrDz2r { 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; }
#FD2ehl76TiiWWiytgWySBGw0XWioE0JX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9r1f1fQKLuTbnJPkFFwKLM1An6udnJk { 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; }
#qumQM28rosgzlDTDeCEKJXKEgR8JTenp { 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; }
#DpZTKrnwFAAQ1ayqfCfZe3rS3SDDeNdE { 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; }
#zGlWK1LBXXs6XAP2uJB594O20yiCS1X5 { 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; }
#ElZyBkO7s58GScQ4UK26Cfs2TVuvVzqQ { 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; }
#ilPb7RQGduKDnVLmNEeg0yBSivOyN7iT { 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; }
#y32SSvCEVSO2Pfle5w4eG05Q3QKzEa31 { 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; }
#LU6l6SMH8Q6iZlPKK0QzFDEbUdsiH79J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdFJgLVTuEg6dCzzK2T6UmNvL7ptx1v9 { 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; }
#Zx9tvTrzxS44DEfelW0kWmfNRwKnLU9X { 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; }
#wRg4FXgNR19saa0wanHLcVSRPgsTXci3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIdAM0afwX7AkW9BdCCbEyLBq08IxyqX { 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; }
#PnlJA4UeqppaauSJD91IyIosT807xQGc { 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; }
#BruNTifbr44FgqMhSoRwahGuMJWAfum5 { 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; }
#HNPWA4RvwfB7dnu3tAK2sBlweDuP29VL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZshhiIJMGfXy8xIFncPAoVURhssvKkI { 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; }
#tPirz3pePp2teEezodyoNHFOipQlhlHB { 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; }
#vCTVJsz7VwCXlWha6m6ITpvHsRkVmKnK { 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; }
#sFmG6nWSxzHgw9ayqoXgMATEdvvB1GUV { 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; }
#iiRONBT37f8KHsTXzOHzlcCibKHxCAut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0UOgbt3LJoAp8nnM5to6xToHJ2K0NWr { 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; }
#nb6dIJMrOfmJEwsVBEgIPfOpvVXHlkx4 { 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; }
#Mg0XbkycZdT3FlqTQf00CUkNhtbGFanT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FP9VdBNLxa31065SL9Z5XWBVW36Oz2uR { 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; }
#seFg58yTVBhf2sGE2RgTlK61ySdzzU3V { 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; }
#GzJyWNAISvWViUbUl4NQeEA1lTm7syH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlVk9RQmWg95c4SyWnFbwPxS4rGufIBT { 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; }
#Xs8G6orRVO3vEEr9vkSuRm1GcnmyofyR { 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; }
#PMGrqEBKqu06S0WnSaRFT2uDFgdaCkHs { 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; }
#aPqmtlZwGTC1bxhUs2pmRhPEhlyWBMvT { 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; }
#p8mg4syruzxJDfcShkaiCveEg21l5mTn { 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; }
#WkP19zsmqvh3AX3TeqLSkeeRxxLz7fnU { 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; }
#PHRkozJ8xexDp4KQts8RdygGBI7i9eGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmiUkIdashoFtCOvHcZOhplQTkS5sa0E { 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; }
#DEQilf23tVDby91PG8d4b1f5t8uqEzqR { 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; }
#N7IFJepT3yPcuVF2skEWReE44sVJB8qP { 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; }
#T6CnxMlZxgsVFsENlAuM2PMeTlrn3NkR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXxHWDqmiLA84XFtEdhoLgEdaOmZKEan { 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; }
#rBJzPJUoovcGLr3No7ZkPCBUfdNrgvFO { 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; }
#Z7qmpkLCwg6V33doxZiu4LHJnLTevxz5 { 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; }
#TbHtsFdXx2wSS0dbznwhmRfGs4OWqFuP { 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; }
#Fm4brvUTRylxtqxONu85qXovXteF8cRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Umky00t1whEQnbcVAdrBKFrv9yJKzZR6 { 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; }
#X6IRDGc1qOK1u99inUFOTKu4dSglUa7X { 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; }
#ldWemQcB5I5HHyp1XfzniIKeUp2E62Cw { 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; }
#syEBgyGpSm57fMFZT6WlptTvcLh7PTBo { 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; }
#gTendccbbyH4XIOBqMPb0GSxlzDFpPKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQ4bBJmkb1dVCaXiqSwT3O5sOo5kfzSo { 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; }
#IFvAT4OEcSrXkuXFNui4KMogTsa7xSIf { 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; }
#P20Rc0lkJXBLARWDf39icKhncUDURc01 { 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; }
#opBLT7UxNaR8SOQmZ3bhmSAWZuV66m22 { 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; }
#RL1Brn4SBfmta2213B4ogud56VnShXbL { 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; }
#LbAJn21gEnmSfZIfIveuRtlib41bPo3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQhR2S4RmDDSGATUbVcoSpqnno9MLJah { 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; }
#MmsEqQBIELe7yEWwu6rS3BE3fOdgcI8C { 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; }
#V001sTF0LbTqbIfAFRfq0kOJxmZTbIq3 { 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; }
#XEHHwoHooFLv1vVDPiluGPyS36TupwJg { 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; }
#S2ay9vn2w6TDElTD4U3E4Rm3Zm8COzmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2x77XZxF28plyDGnFyF5oUlDyexI43V { 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; }
#ZatOeSkP6OE3qtHA2VbeZuNn11T9Ppnz { 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; }
#odN5GmZUfK7oZ1s6aTyBi9tAyvIEoHdG { 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; }
#RCFMSdfTdDwDHqTFqNQAQqcEwMV0Q1iD { 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; }
#KT8C2yN8cS5Kg70l9Mq107p1GyveGwFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmcVW5kXkEhMe0hhxKvZbPIfDFr3J5bV { 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; }
#nLw5TAlhKOhTfPXysfd6zbF8p1k7upqL { 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; }
#p76JGhHuO53D247XDqkZSn2wZFf17T3B { position:relative;display:none; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B { border-width: 0; border-radius: 0; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .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; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .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; }#s1cbUk8Eptw2Qn0y26ZPwRcTqk0yeczl { 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; }
#JmfSoWLlT3T4yRZBDTfiFOsM2oQ8SuSQ { 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; }
#P4eoTuUi7AK92kTVMhmT9JRBaIsMDgMz { 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; }
#ruWEOA3VtHbEoG69cari9EgqeToUh3GQ { 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; }
#L3GGFb4Z70ALJIypiK4UZhsT1BHdTi4D { 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; }
#BrzeUXa8MpGehHBHrcxhzs81b08g1Xm6 { 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; }
#ExD8qiNKW4MdArXpJI1fW6DTOuLGhdNQ { 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; }
#RGSsbwzEvuvBQqtXc48TzKeWoTmtuaB0 { 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; }
#gdw5vxAKh6BV6fNbJTzRugotgtAIC7U9 { 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; }
#GTsUPE5LTKkBKQw2QdzQbX5MS6HlEff0 { 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; }
#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC { 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; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { border-width: 0; border-radius: 0; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#kRvdPkTghwAHfOELwcpUkd9Hhp8DhNWx { 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; }
#yJBxSHgWND2TrXCXN1afS0Roo6kBIKV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBRJh5d8XExTB1VcAKwxKM4wdDNTuSJA { 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; }
#FW6a6vsbXaW48KTsAxN2fivDNEuisG5F { 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; }
#PaXPcyWeLAVwW242THxE2N0uE0PKuVLZ { 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; }
#RkbSRy5ESWlFi3AAbO8BXiMeZ6t8xMna { 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; }
#h9nFmqgWVRnTkFkIuST1xSC107LT6M6I { 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; }
#QbEf3VeJQJ2hwu2Tm2OeDd45hQwpQc9h { 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; }
#TSWuLt4xIrOMBOg4tSABvLshCPsLVoJq { 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; }
#DGkpQxn5gF6wrT33zBBpgZoOEIUUMS3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOVUp3aCXJ8zENJa8uhTLidGJ8SomFoQ { 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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-form-header {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ { position:relative; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#esy8xHxWlBlBs0z6TTrpWbeLqgTg2SfE { 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; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { 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; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { background-color: transparent; background-image: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { 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; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { 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; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { 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; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { 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; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { 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; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { 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:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { 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; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { 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; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { 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; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { 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; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { 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; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { 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; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { 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; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { 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; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { 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; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { background-color: transparent; background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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.375rem;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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyloading { background-image: none; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { position:relative;display:block; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { background-color: transparent; background-image: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container > .video-iframe-container { display: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row > .video-iframe-container { display: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .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); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { border-width: 0; border-radius: 0; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .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; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .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; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { 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; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { 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; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { 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; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { 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; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { 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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-form-header {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm { position:relative; }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { position:relative;display:block; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { background-color: transparent; background-image: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container > .video-iframe-container { display: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row > .video-iframe-container { display: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .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); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { border-width: 0; border-radius: 0; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .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; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .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; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { position:relative;display:block; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { background-color: transparent; background-image: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container > .video-iframe-container { display: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row > .video-iframe-container { display: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { border-width: 0; border-radius: 0; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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.4375rem;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; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { 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.75rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { 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.625rem;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; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { 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:12.37451171875rem;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; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { 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:15.1240234375rem;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; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { 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.875rem;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; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { 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; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { 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.49951171875rem;left:54.1875rem;display:block; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { 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.75rem;left:54.1875rem;display:block; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { 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.9990234375rem;left:54.1875rem;display:block; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { 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:16.2490234375rem;left:54.1875rem;display:block; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { 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; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { 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; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { 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; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { 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; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { 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:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { 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; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { 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; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { 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; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { 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.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { 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; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { 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; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { color:#ffffff;display:block;width:7.5rem;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:31.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { 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; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { 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; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { color:#ffffff;display:block;width:8.1875rem;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.62451171875rem;left:2.562255859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { 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; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { 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.445068359375rem;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; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { 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.40185546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { 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.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { 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; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { 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; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { 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; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { 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; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { color:rgba(30,30,30,0.7);display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:14.081787109375rem;left:18.186767578125rem;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; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { color:rgba(30,30,30,0.7);display:block;width:10rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.054443359375rem;left:5.07568359375rem;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; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { 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:15051;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.06201171875rem;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; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { 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:15052;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:3.20068359375rem;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; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { 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:15053;line-height:1.6;letter-spacing:0;top:33.16259765625rem;left:16.06201171875rem;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; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { 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; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { 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; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { 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; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { 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; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { 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; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { 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; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { 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; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { 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; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { 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; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { 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; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { 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; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { 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; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { 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; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { 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; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { 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; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { 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; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { 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; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { 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; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { 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; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { 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; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { 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; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { 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:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { 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; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { 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:15.5625rem;width:31.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { 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; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { 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; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.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:41.5625rem;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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -moz-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -ms-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -o-linear-gradient(302deg, #7f6048, #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, #7f6048, #a1f2f3);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(55deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(55deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
body { position:relative;display:block; }
#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri { display:none; }#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri > .row .container { width:47.75rem;position:relative;display:none; }#GogcDFDhFSkiSRfxJhcV5W3ZEE20iVtv { width:31.25rem;height:8.6875rem;display:none; }
#HI5cyE3PkUOr2NuI7i8sLJOwS65TC7pm { width:20.3125rem;height:11.0625rem;display:none; }
#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV { display:none; }#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#mVJR4OhU6q8udQPQ5imV2TEwoexKXb1T { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#EBlpLCoQENsKyBNbkxRbn7nrwSnvOXNR { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#k72ungX9DnlodAcpnOn7mSp6GrJIVMJd { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#StNKcNC02HHbk2GShnfvibCUKtAP2D3o { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#MGaJGaNE8AfdO7hdFfEsn8sCQ6v15BaH { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#pHVegOJk9BTLgn40aEg27KlyGs5KSBrb { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#KwTOpZC41SDTb0SVGdgk4ci9POOTA60L { width:;height:;display:none; }
#MXilCLRfdSdRPxQouFQPVnc52Tm6rQgE { display:block; }
#QtaMh0cr8AHzrExp7USRMQTpw36n8SZH { width:;height:;display:none; }
#xUayZCy00XelTRveTNWyBawuicrFZCrW { display:block; }
#rTmQQDSG3nHJoVpsSI3swLOWyDdULk3W { width:;height:;display:none; }
#MH1fN8rC4QPtVNL78Kc0H0WQKofBwdfZ { display:block; }
#UCJhDrQ6MqKs4IuZItaWvuG5kFDt7EIf { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#zLPV3PKnf0sXDv7NlOUmZRfTqRAHscUL { width:0;height:0;display:none; }
#XAvyZRx4LHutF4HWgyLc9RWvEDlKTuiM { display:block; }
#QczI1beH19TH7QnNELITfEJBz7H6ept8 { display:none; }
#U7MtwUva4UeoX1CABQFLhbT84x5HKRJP { width:0;height:0;display:none; }
#GQApKiUSa0yHQtaNFNf8TK9xQQycifKf { display:block; }
#r6bFUcmkS6pgG1ENf2SSnA1P7KkcnJto { display:none; }
#NixC5M2fZEfPRKsbULORfBnGNTJFx23a { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 { display:none; }#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#RBKAUbddK9GSzk1oG5tJO2U408fQ1k4c { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#EOG58T82bGTTUxR4GLnW6C9eoaDPolPb { display:block; }
#AVU3KCbpwBrcTba3nnyMybWaX7Iwvt7S { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#AVU3KCbpwBrcTba3nnyMybWaX7Iwvt7S > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#oUGmwrHPXWxI2QcZzU33EgKgIKuBTilo { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#SuQ3dpUlOp1mk2i5cM7KyzkafICTDFbp { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#ihtd2iwuQSTRawD2PqlpBvdyNTtiLcI5 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#AudqNC22448oMaKoSmlDX0hJTUUEs7TI { display:block; }
#W2zO3SHi3aTXML80QhZ8OaGfw6C9Cx5o { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV { display:none; }#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV > .row .container { width:47.75rem;position:relative;display:none; }#tghupNTNWD2mbxADchvZSKLcyvthcoh9 { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#s35J6QGmZbbimLmwWBiPot4OFyJcCZ2C { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#WxgNVNcPqdKfaZICGXzRreCi6tTpRdXP { display:block; }
#TPovmQru1qiwkh9A3qm00GIaFF0pK8x4 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#BxPiVGJsqfXTs2F70fqBF2MgFVHDHXKr { display:block; }
#pboputDFCeF8px0g2cKDpduGilWQ98VU { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#qGxRd23vkfkerouQSm2slV1xgOqJZ9KC { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#SswT7zTOgvKTTAp6SHO1WQL51yZrAm7r { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#do4fOUxdiNft9bLLMvPQvcaJlRQf285r { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#uocflX7VPAksRhqXrnQRTOcxAzDF3lsZ { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#d1C9k8yTeINAKStnmniIkwd5AldNgXP3 { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#uc7sB8SymU9IdlglGbsJgLOyqiKqCPgh { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { display:none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { width:47.75rem;position:relative;display:none; }#EKuIJhzoVNNrgvROOXffdor7EOpdSuxT { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Ik4Kc7wBVVeP9wOgyMqi10v59HTPHfzT { width:47.75rem;height:19rem;display:none; }
#yS4i7qGrnM3Cv4htaFtipzkUdMSCumxn { width:14.0625rem;height:5.125rem;display:none; }
#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { display:none; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container { width:47.75rem;position:relative;display:none; }#i6MX7ITdR2wF8F9lrh4EacNQzZrekLNd { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#qb6aB0M4RRkKdZLDHU7Wv58ATJv0TyJz { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#OwFnPJn1heCkMpCvVu8Tmx0KQJXqxfr3 { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#UOiwKT01hlT51seakGkGw6VcrcIPHg6F { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq { display:none; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { width:47.5rem;position:relative;display:none; }#gD8kxMtPICe83or56v3ezHU9EberF47d { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#cRZ8v9w5ZBQkpM2cGsbNvN6d5okLcsUl { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#SIpnUfIiUOtJgSzI6izETdtOT2NTpx7Q { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#VcnLytvP3thBluiKqheQh1SB7ETFkDA5 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#iL7NJqQoAdoue9U6JuvHCcI62ixyZ1Di { display:block; }
#vaERcEPA9wPT8cpXKwvFyCMvSlbqOLDA { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#hHuK7caqeNgHazwBT5gpcz7ElDicRIUo { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#dlmtvTDcWgnOOk9MdTuHQ00CPazKhkZv { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#JwTqPKLX4K2Kldk11nrHQwpedgtnUTzU { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#IxfTulzpsz0mTGAATZUM982k1004bPkV { display:none; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row .container { width:47.75rem;position:relative;display:none; }#CGIQD3IUpLQGnGK6PISbTqTZv2pKUzeX { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#CKurCka4RkT4FErWx7ZlDeF68L5k0dzc { width:41.4375rem;height:24.0625rem;display:none; }
#sKdFxBSt4DpUqVtLsk35ks4GlDmoXxTq { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#C0xJUT5tT1ytoFOukBnDLt2pWqQrDz2r { width:;height:;display:none; }
#FD2ehl76TiiWWiytgWySBGw0XWioE0JX { display:block; }
#e9r1f1fQKLuTbnJPkFFwKLM1An6udnJk { display:none; }
#qumQM28rosgzlDTDeCEKJXKEgR8JTenp { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#DpZTKrnwFAAQ1ayqfCfZe3rS3SDDeNdE { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#zGlWK1LBXXs6XAP2uJB594O20yiCS1X5 { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#ElZyBkO7s58GScQ4UK26Cfs2TVuvVzqQ { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#ilPb7RQGduKDnVLmNEeg0yBSivOyN7iT { width:41.4375rem;height:24.0625rem;display:none; }
#y32SSvCEVSO2Pfle5w4eG05Q3QKzEa31 { width:;height:;display:none; }
#LU6l6SMH8Q6iZlPKK0QzFDEbUdsiH79J { display:block; }
#KdFJgLVTuEg6dCzzK2T6UmNvL7ptx1v9 { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Zx9tvTrzxS44DEfelW0kWmfNRwKnLU9X { width:;height:;display:none; }
#wRg4FXgNR19saa0wanHLcVSRPgsTXci3 { display:block; }
#OIdAM0afwX7AkW9BdCCbEyLBq08IxyqX { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#PnlJA4UeqppaauSJD91IyIosT807xQGc { width:41.4375rem;height:24.0625rem;display:none; }
#BruNTifbr44FgqMhSoRwahGuMJWAfum5 { width:;height:;display:none; }
#HNPWA4RvwfB7dnu3tAK2sBlweDuP29VL { display:block; }
#sZshhiIJMGfXy8xIFncPAoVURhssvKkI { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#tPirz3pePp2teEezodyoNHFOipQlhlHB { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#vCTVJsz7VwCXlWha6m6ITpvHsRkVmKnK { width:41.4375rem;height:24.0625rem;display:none; }
#sFmG6nWSxzHgw9ayqoXgMATEdvvB1GUV { width:;height:;display:none; }
#iiRONBT37f8KHsTXzOHzlcCibKHxCAut { display:block; }
#f0UOgbt3LJoAp8nnM5to6xToHJ2K0NWr { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#nb6dIJMrOfmJEwsVBEgIPfOpvVXHlkx4 { width:;height:;display:none; }
#Mg0XbkycZdT3FlqTQf00CUkNhtbGFanT { display:block; }
#FP9VdBNLxa31065SL9Z5XWBVW36Oz2uR { width:41.4375rem;height:24.0625rem;display:none; }
#seFg58yTVBhf2sGE2RgTlK61ySdzzU3V { width:;height:;display:none; }
#GzJyWNAISvWViUbUl4NQeEA1lTm7syH5 { display:block; }
#tlVk9RQmWg95c4SyWnFbwPxS4rGufIBT { width:41.4375rem;height:24.0625rem;display:none; }
#Xs8G6orRVO3vEEr9vkSuRm1GcnmyofyR { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#PMGrqEBKqu06S0WnSaRFT2uDFgdaCkHs { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#aPqmtlZwGTC1bxhUs2pmRhPEhlyWBMvT { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#p8mg4syruzxJDfcShkaiCveEg21l5mTn { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#WkP19zsmqvh3AX3TeqLSkeeRxxLz7fnU { width:;height:;display:none; }
#PHRkozJ8xexDp4KQts8RdygGBI7i9eGO { display:block; }
#TmiUkIdashoFtCOvHcZOhplQTkS5sa0E { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#DEQilf23tVDby91PG8d4b1f5t8uqEzqR { width:41.4375rem;height:24.0625rem;display:none; }
#N7IFJepT3yPcuVF2skEWReE44sVJB8qP { width:;height:;display:none; }
#T6CnxMlZxgsVFsENlAuM2PMeTlrn3NkR { display:block; }
#zXxHWDqmiLA84XFtEdhoLgEdaOmZKEan { width:41.4375rem;height:24.0625rem;display:none; }
#rBJzPJUoovcGLr3No7ZkPCBUfdNrgvFO { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Z7qmpkLCwg6V33doxZiu4LHJnLTevxz5 { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#TbHtsFdXx2wSS0dbznwhmRfGs4OWqFuP { width:;height:;display:none; }
#Fm4brvUTRylxtqxONu85qXovXteF8cRb { display:block; }
#Umky00t1whEQnbcVAdrBKFrv9yJKzZR6 { width:41.4375rem;height:24.0625rem;display:none; }
#X6IRDGc1qOK1u99inUFOTKu4dSglUa7X { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ldWemQcB5I5HHyp1XfzniIKeUp2E62Cw { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#syEBgyGpSm57fMFZT6WlptTvcLh7PTBo { width:;height:;display:none; }
#gTendccbbyH4XIOBqMPb0GSxlzDFpPKS { display:block; }
#gQ4bBJmkb1dVCaXiqSwT3O5sOo5kfzSo { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#IFvAT4OEcSrXkuXFNui4KMogTsa7xSIf { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#P20Rc0lkJXBLARWDf39icKhncUDURc01 { width:41.4375rem;height:24.0625rem;display:none; }
#opBLT7UxNaR8SOQmZ3bhmSAWZuV66m22 { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#RL1Brn4SBfmta2213B4ogud56VnShXbL { width:;height:;display:none; }
#LbAJn21gEnmSfZIfIveuRtlib41bPo3v { display:block; }
#TQhR2S4RmDDSGATUbVcoSpqnno9MLJah { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#MmsEqQBIELe7yEWwu6rS3BE3fOdgcI8C { width:41.4375rem;height:24.0625rem;display:none; }
#V001sTF0LbTqbIfAFRfq0kOJxmZTbIq3 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#XEHHwoHooFLv1vVDPiluGPyS36TupwJg { width:;height:;display:none; }
#S2ay9vn2w6TDElTD4U3E4Rm3Zm8COzmw { display:block; }
#F2x77XZxF28plyDGnFyF5oUlDyexI43V { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#ZatOeSkP6OE3qtHA2VbeZuNn11T9Ppnz { width:41.4375rem;height:24.0625rem;display:none; }
#odN5GmZUfK7oZ1s6aTyBi9tAyvIEoHdG { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#RCFMSdfTdDwDHqTFqNQAQqcEwMV0Q1iD { width:;height:;display:none; }
#KT8C2yN8cS5Kg70l9Mq107p1GyveGwFC { display:block; }
#gmcVW5kXkEhMe0hhxKvZbPIfDFr3J5bV { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#nLw5TAlhKOhTfPXysfd6zbF8p1k7upqL { width:41.4375rem;height:24.0625rem;display:none; }
#p76JGhHuO53D247XDqkZSn2wZFf17T3B { display:none; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .row .container { width:47.75rem;position:relative;display:none; }#s1cbUk8Eptw2Qn0y26ZPwRcTqk0yeczl { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#JmfSoWLlT3T4yRZBDTfiFOsM2oQ8SuSQ { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#P4eoTuUi7AK92kTVMhmT9JRBaIsMDgMz { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#ruWEOA3VtHbEoG69cari9EgqeToUh3GQ { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#L3GGFb4Z70ALJIypiK4UZhsT1BHdTi4D { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#BrzeUXa8MpGehHBHrcxhzs81b08g1Xm6 { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#ExD8qiNKW4MdArXpJI1fW6DTOuLGhdNQ { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#RGSsbwzEvuvBQqtXc48TzKeWoTmtuaB0 { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#gdw5vxAKh6BV6fNbJTzRugotgtAIC7U9 { width:;height:;top:0rem;display:none; }
#GTsUPE5LTKkBKQw2QdzQbX5MS6HlEff0 { width:36.5625rem;height:31.5rem;display:none; }
#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC { display:none; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { width:47.5rem;position:relative;display:none; }#kRvdPkTghwAHfOELwcpUkd9Hhp8DhNWx { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#yJBxSHgWND2TrXCXN1afS0Roo6kBIKV3 { display:block; }
#lBRJh5d8XExTB1VcAKwxKM4wdDNTuSJA { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#FW6a6vsbXaW48KTsAxN2fivDNEuisG5F { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#PaXPcyWeLAVwW242THxE2N0uE0PKuVLZ { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#RkbSRy5ESWlFi3AAbO8BXiMeZ6t8xMna { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#h9nFmqgWVRnTkFkIuST1xSC107LT6M6I { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#QbEf3VeJQJ2hwu2Tm2OeDd45hQwpQc9h { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#TSWuLt4xIrOMBOg4tSABvLshCPsLVoJq { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#DGkpQxn5gF6wrT33zBBpgZoOEIUUMS3n { display:block; }
#QOVUp3aCXJ8zENJa8uhTLidGJ8SomFoQ { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:47.5rem;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#esy8xHxWlBlBs0z6TTrpWbeLqgTg2SfE { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:0rem;width:;height:;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:0rem;width:;height:;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { display:none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:47.5rem;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:47.75rem;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:47.75rem;position:relative;display:block; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { display:block; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { width:47.75rem;position:relative;display:block; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { display:block; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { display:none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { width:47.75rem;position:relative;display:none; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { top:4.75rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { width:37rem;height:1.9375rem;top:9.625rem;left:10.75rem;font-size:0.875rem;display:none; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { width:47.75rem;height:1.9375rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:none; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { width:40.125rem;height:1.9375rem;top:15.0625rem;left:7.625rem;font-size:0.875rem;display:none; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { width:45.3125rem;height:1.9375rem;top:17.875rem;left:2.4375rem;font-size:0.875rem;display:none; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { width:3.625rem;height:3.625rem;top:13.4375rem;left:44.125rem;font-size:2.5rem;display:none; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { width:3.625rem;height:3.625rem;top:10.75rem;left:44.125rem;font-size:2.5rem;display:none; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { width:3.625rem;height:3.625rem;top:7.9375rem;left:44.125rem;font-size:2.5rem;display:none; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { width:3.625rem;height:3.625rem;top:16.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { width:47.75rem;height:58.5625rem;display:none; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:block; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:47.75rem;position:relative;display:block; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { top:31.3125rem;left:12.873481750488rem;width:7.5rem;height:1.75rem;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:11.875rem;height:1.0625rem;top:30.4375rem;left:0rem;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:6.9375rem;height:1.125rem;top:14.0625rem;left:12.061767578125rem;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:10rem;height:1.125rem;top:14rem;left:0rem;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:11.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:block; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:47.75rem;position:relative;display:block; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { width:9.8125rem;height:8.9375rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { width:47.75rem;height:17.1875rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:block; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:47.75rem;position:relative;display:block; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { width:31.5625rem;height:15.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:; height:; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:block; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:47.75rem;position:relative;display:block; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;display:block; }
#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri { position:relative;z-index:auto;display:block; }#diWz0Trz64DRW6Nbwz8TldIWDz3o8pri > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#GogcDFDhFSkiSRfxJhcV5W3ZEE20iVtv { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#HI5cyE3PkUOr2NuI7i8sLJOwS65TC7pm { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV { position:relative;z-index:auto;display:block; }#rdHmNwp49zfU2MBTOuqbrUIuOTZlbOoV > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; }#mVJR4OhU6q8udQPQ5imV2TEwoexKXb1T { width:5.6875rem;height:0.8997375rem;top:1rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#EBlpLCoQENsKyBNbkxRbn7nrwSnvOXNR { width:5.625rem;height:0.0625rem;top:2.5625rem;left:14.1875rem;display:block; }
#k72ungX9DnlodAcpnOn7mSp6GrJIVMJd { width:3.75rem;height:0.8997375rem;top:1rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#StNKcNC02HHbk2GShnfvibCUKtAP2D3o { width:5.625rem;height:0.0618489375rem;top:2.5625rem;left:7.0625rem;display:block; }
#MGaJGaNE8AfdO7hdFfEsn8sCQ6v15BaH { width:7.3125rem;height:0.8997375rem;top:1.0625rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#pHVegOJk9BTLgn40aEg27KlyGs5KSBrb { width:5.625rem;height:0.0618489375rem;top:2.5rem;left:0.1875rem;z-index:15009;display:block; }
#KwTOpZC41SDTb0SVGdgk4ci9POOTA60L { top:0.5625rem;left:0.875rem;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; }
#MXilCLRfdSdRPxQouFQPVnc52Tm6rQgE { display:block; }
#QtaMh0cr8AHzrExp7USRMQTpw36n8SZH { top:0.5625rem;left:8rem;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; }
#xUayZCy00XelTRveTNWyBawuicrFZCrW { display:block; }
#rTmQQDSG3nHJoVpsSI3swLOWyDdULk3W { top:0.5625rem;left:14.875rem;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; }
#MH1fN8rC4QPtVNL78Kc0H0WQKofBwdfZ { display:block; }
#UCJhDrQ6MqKs4IuZItaWvuG5kFDt7EIf { top:3.3125rem;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; }
#zLPV3PKnf0sXDv7NlOUmZRfTqRAHscUL { top:4.6875rem;left:0.8125rem;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; }
#XAvyZRx4LHutF4HWgyLc9RWvEDlKTuiM { display:block; }
#QczI1beH19TH7QnNELITfEJBz7H6ept8 { display:flex;top:5.125rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#U7MtwUva4UeoX1CABQFLhbT84x5HKRJP { top:10.5625rem;left:0.8125rem;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; }
#GQApKiUSa0yHQtaNFNf8TK9xQQycifKf { display:block; }
#r6bFUcmkS6pgG1ENf2SSnA1P7KkcnJto { display:flex;top:10.5rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#NixC5M2fZEfPRKsbULORfBnGNTJFx23a { top:8.625rem;left:9.8125rem;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; }
#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 { display:block; }#IIUoGPayS1qGF0CSM9R82wFgcGLUT6W9 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#RBKAUbddK9GSzk1oG5tJO2U408fQ1k4c { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#EOG58T82bGTTUxR4GLnW6C9eoaDPolPb { display:block; }
#AVU3KCbpwBrcTba3nnyMybWaX7Iwvt7S { display:flex;top:1.9036459922791rem;left:0.875rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#AVU3KCbpwBrcTba3nnyMybWaX7Iwvt7S > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#oUGmwrHPXWxI2QcZzU33EgKgIKuBTilo { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#SuQ3dpUlOp1mk2i5cM7KyzkafICTDFbp { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#ihtd2iwuQSTRawD2PqlpBvdyNTtiLcI5 { width:9.0625rem;height:2.8125rem;top:1.3125rem;left:0rem;font-size:0.625rem;display:block; }
#AudqNC22448oMaKoSmlDX0hJTUUEs7TI { display:block; }
#W2zO3SHi3aTXML80QhZ8OaGfw6C9Cx5o { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV { display:block; }#HtlFyJG4Gb0IpsNfqgW5LUnJoFcCaETV > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; }#tghupNTNWD2mbxADchvZSKLcyvthcoh9 { width:20rem;height:2.47504375rem;top:9.0625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#s35J6QGmZbbimLmwWBiPot4OFyJcCZ2C { width:13.11111125rem;height:4.36111125rem;top:35.561199188233rem;left:3.4375rem;font-size:1.375rem;display:block; }
#WxgNVNcPqdKfaZICGXzRreCi6tTpRdXP { display:block; }
#TPovmQru1qiwkh9A3qm00GIaFF0pK8x4 { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#BxPiVGJsqfXTs2F70fqBF2MgFVHDHXKr { display:block; }
#pboputDFCeF8px0g2cKDpduGilWQ98VU { width:20rem;height:3.0013rem;top:15.359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#qGxRd23vkfkerouQSm2slV1xgOqJZ9KC { width:11.625rem;height:7rem;top:8.0364589691163rem;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; }
#SswT7zTOgvKTTAp6SHO1WQL51yZrAm7r { display:flex;width:4.375rem;height:4.375rem;top:30.375rem;left:1.9375rem;font-size:3.0625rem; }
#do4fOUxdiNft9bLLMvPQvcaJlRQf285r { display:flex;width:4.375rem;height:4.375rem;top:32.3125rem;left:0rem;font-size:3.0625rem; }
#uocflX7VPAksRhqXrnQRTOcxAzDF3lsZ { width:20rem;height:13.3111875rem;top:19.91796875rem;left:0rem;overflow:hidden;display:block; }
#d1C9k8yTeINAKStnmniIkwd5AldNgXP3 { width:4.9375rem;height:2.4375rem;top:24.1875rem;left:0rem;z-index:15042;display:block; }
#uc7sB8SymU9IdlglGbsJgLOyqiKqCPgh { width:5.0625rem;height:2.625rem;top:19.9375rem;left:0rem;z-index:15041;display:block; }
#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU { 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; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { background-color: transparent; background-image: none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container > .video-iframe-container { display: none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row > .video-iframe-container { display: none; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .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); }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { border-width: 0; border-radius: 0; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J30TnCTzxMrJsSDTzWHhW9MXkXJvGlaU > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#EKuIJhzoVNNrgvROOXffdor7EOpdSuxT { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;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; }
#Ik4Kc7wBVVeP9wOgyMqi10v59HTPHfzT { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#yS4i7qGrnM3Cv4htaFtipzkUdMSCumxn { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn { display:block; }#MXc67v7nT00qgogAe7kdT7nAO2nBxUgn > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#i6MX7ITdR2wF8F9lrh4EacNQzZrekLNd { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#qb6aB0M4RRkKdZLDHU7Wv58ATJv0TyJz { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#OwFnPJn1heCkMpCvVu8Tmx0KQJXqxfr3 { 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; }
#UOiwKT01hlT51seakGkGw6VcrcIPHg6F { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq { display:block; }#SIG4f7UMla0lfXnClpUWTGsmeoHtaFUq > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#gD8kxMtPICe83or56v3ezHU9EberF47d { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#cRZ8v9w5ZBQkpM2cGsbNvN6d5okLcsUl { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#SIpnUfIiUOtJgSzI6izETdtOT2NTpx7Q { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#VcnLytvP3thBluiKqheQh1SB7ETFkDA5 { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#iL7NJqQoAdoue9U6JuvHCcI62ixyZ1Di { display:block; }
#vaERcEPA9wPT8cpXKwvFyCMvSlbqOLDA { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#hHuK7caqeNgHazwBT5gpcz7ElDicRIUo { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#dlmtvTDcWgnOOk9MdTuHQ00CPazKhkZv { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#JwTqPKLX4K2Kldk11nrHQwpedgtnUTzU { 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; }
#IxfTulzpsz0mTGAATZUM982k1004bPkV { 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; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row .container { background-color: transparent; background-image: none; }#IxfTulzpsz0mTGAATZUM982k1004bPkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row .container > .video-iframe-container { display: none; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row > .video-iframe-container { display: none; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .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); }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row .container { border-width: 0; border-radius: 0; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IxfTulzpsz0mTGAATZUM982k1004bPkV > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#CGIQD3IUpLQGnGK6PISbTqTZv2pKUzeX { 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; }
#CKurCka4RkT4FErWx7ZlDeF68L5k0dzc { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#sKdFxBSt4DpUqVtLsk35ks4GlDmoXxTq { 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; }
#C0xJUT5tT1ytoFOukBnDLt2pWqQrDz2r { 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; }
#FD2ehl76TiiWWiytgWySBGw0XWioE0JX { display:block; }
#e9r1f1fQKLuTbnJPkFFwKLM1An6udnJk { 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; }
#qumQM28rosgzlDTDeCEKJXKEgR8JTenp { 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; }
#DpZTKrnwFAAQ1ayqfCfZe3rS3SDDeNdE { 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; }
#zGlWK1LBXXs6XAP2uJB594O20yiCS1X5 { 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; }
#ElZyBkO7s58GScQ4UK26Cfs2TVuvVzqQ { 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; }
#ilPb7RQGduKDnVLmNEeg0yBSivOyN7iT { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#y32SSvCEVSO2Pfle5w4eG05Q3QKzEa31 { 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; }
#LU6l6SMH8Q6iZlPKK0QzFDEbUdsiH79J { display:block; }
#KdFJgLVTuEg6dCzzK2T6UmNvL7ptx1v9 { 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; }
#Zx9tvTrzxS44DEfelW0kWmfNRwKnLU9X { 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; }
#wRg4FXgNR19saa0wanHLcVSRPgsTXci3 { display:block; }
#OIdAM0afwX7AkW9BdCCbEyLBq08IxyqX { 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; }
#PnlJA4UeqppaauSJD91IyIosT807xQGc { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#BruNTifbr44FgqMhSoRwahGuMJWAfum5 { 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; }
#HNPWA4RvwfB7dnu3tAK2sBlweDuP29VL { display:block; }
#sZshhiIJMGfXy8xIFncPAoVURhssvKkI { 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; }
#tPirz3pePp2teEezodyoNHFOipQlhlHB { 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; }
#vCTVJsz7VwCXlWha6m6ITpvHsRkVmKnK { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#sFmG6nWSxzHgw9ayqoXgMATEdvvB1GUV { 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; }
#iiRONBT37f8KHsTXzOHzlcCibKHxCAut { display:block; }
#f0UOgbt3LJoAp8nnM5to6xToHJ2K0NWr { 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; }
#nb6dIJMrOfmJEwsVBEgIPfOpvVXHlkx4 { 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; }
#Mg0XbkycZdT3FlqTQf00CUkNhtbGFanT { display:block; }
#FP9VdBNLxa31065SL9Z5XWBVW36Oz2uR { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#seFg58yTVBhf2sGE2RgTlK61ySdzzU3V { 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; }
#GzJyWNAISvWViUbUl4NQeEA1lTm7syH5 { display:block; }
#tlVk9RQmWg95c4SyWnFbwPxS4rGufIBT { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#Xs8G6orRVO3vEEr9vkSuRm1GcnmyofyR { 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; }
#PMGrqEBKqu06S0WnSaRFT2uDFgdaCkHs { 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; }
#aPqmtlZwGTC1bxhUs2pmRhPEhlyWBMvT { 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; }
#p8mg4syruzxJDfcShkaiCveEg21l5mTn { 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; }
#WkP19zsmqvh3AX3TeqLSkeeRxxLz7fnU { 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; }
#PHRkozJ8xexDp4KQts8RdygGBI7i9eGO { display:block; }
#TmiUkIdashoFtCOvHcZOhplQTkS5sa0E { 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; }
#DEQilf23tVDby91PG8d4b1f5t8uqEzqR { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#N7IFJepT3yPcuVF2skEWReE44sVJB8qP { 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; }
#T6CnxMlZxgsVFsENlAuM2PMeTlrn3NkR { display:block; }
#zXxHWDqmiLA84XFtEdhoLgEdaOmZKEan { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#rBJzPJUoovcGLr3No7ZkPCBUfdNrgvFO { 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; }
#Z7qmpkLCwg6V33doxZiu4LHJnLTevxz5 { 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; }
#TbHtsFdXx2wSS0dbznwhmRfGs4OWqFuP { 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; }
#Fm4brvUTRylxtqxONu85qXovXteF8cRb { display:block; }
#Umky00t1whEQnbcVAdrBKFrv9yJKzZR6 { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#X6IRDGc1qOK1u99inUFOTKu4dSglUa7X { 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; }
#ldWemQcB5I5HHyp1XfzniIKeUp2E62Cw { 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; }
#syEBgyGpSm57fMFZT6WlptTvcLh7PTBo { 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; }
#gTendccbbyH4XIOBqMPb0GSxlzDFpPKS { display:block; }
#gQ4bBJmkb1dVCaXiqSwT3O5sOo5kfzSo { 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; }
#IFvAT4OEcSrXkuXFNui4KMogTsa7xSIf { 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; }
#P20Rc0lkJXBLARWDf39icKhncUDURc01 { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#opBLT7UxNaR8SOQmZ3bhmSAWZuV66m22 { 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; }
#RL1Brn4SBfmta2213B4ogud56VnShXbL { 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; }
#LbAJn21gEnmSfZIfIveuRtlib41bPo3v { display:block; }
#TQhR2S4RmDDSGATUbVcoSpqnno9MLJah { 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; }
#MmsEqQBIELe7yEWwu6rS3BE3fOdgcI8C { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#V001sTF0LbTqbIfAFRfq0kOJxmZTbIq3 { 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; }
#XEHHwoHooFLv1vVDPiluGPyS36TupwJg { 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; }
#S2ay9vn2w6TDElTD4U3E4Rm3Zm8COzmw { display:block; }
#F2x77XZxF28plyDGnFyF5oUlDyexI43V { 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; }
#ZatOeSkP6OE3qtHA2VbeZuNn11T9Ppnz { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#odN5GmZUfK7oZ1s6aTyBi9tAyvIEoHdG { 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; }
#RCFMSdfTdDwDHqTFqNQAQqcEwMV0Q1iD { 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; }
#KT8C2yN8cS5Kg70l9Mq107p1GyveGwFC { display:block; }
#gmcVW5kXkEhMe0hhxKvZbPIfDFr3J5bV { 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; }
#nLw5TAlhKOhTfPXysfd6zbF8p1k7upqL { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#p76JGhHuO53D247XDqkZSn2wZFf17T3B { display:block; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B { background-color: transparent; background-image: none; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .row .container > .video-iframe-container { display: none; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .row > .video-iframe-container { display: none; }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .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); }#p76JGhHuO53D247XDqkZSn2wZFf17T3B > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#s1cbUk8Eptw2Qn0y26ZPwRcTqk0yeczl { 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; }
#JmfSoWLlT3T4yRZBDTfiFOsM2oQ8SuSQ { 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; }
#P4eoTuUi7AK92kTVMhmT9JRBaIsMDgMz { 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; }
#ruWEOA3VtHbEoG69cari9EgqeToUh3GQ { 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; }
#L3GGFb4Z70ALJIypiK4UZhsT1BHdTi4D { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#BrzeUXa8MpGehHBHrcxhzs81b08g1Xm6 { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#ExD8qiNKW4MdArXpJI1fW6DTOuLGhdNQ { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#RGSsbwzEvuvBQqtXc48TzKeWoTmtuaB0 { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#gdw5vxAKh6BV6fNbJTzRugotgtAIC7U9 { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#GTsUPE5LTKkBKQw2QdzQbX5MS6HlEff0 { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC { display:block; }#G0h6FfpPWyIysETpiJpNEQkkUSP3ELpC > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; }#kRvdPkTghwAHfOELwcpUkd9Hhp8DhNWx { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#yJBxSHgWND2TrXCXN1afS0Roo6kBIKV3 { display:block; }
#lBRJh5d8XExTB1VcAKwxKM4wdDNTuSJA { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#FW6a6vsbXaW48KTsAxN2fivDNEuisG5F { 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; }
#PaXPcyWeLAVwW242THxE2N0uE0PKuVLZ { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#RkbSRy5ESWlFi3AAbO8BXiMeZ6t8xMna { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#h9nFmqgWVRnTkFkIuST1xSC107LT6M6I { 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; }
#QbEf3VeJQJ2hwu2Tm2OeDd45hQwpQc9h { 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; }
#TSWuLt4xIrOMBOg4tSABvLshCPsLVoJq { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#DGkpQxn5gF6wrT33zBBpgZoOEIUUMS3n { display:block; }
#QOVUp3aCXJ8zENJa8uhTLidGJ8SomFoQ { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:14.25rem;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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:14.25rem;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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:14.25rem;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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:14.25rem;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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#b28c72;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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:14.25rem;height:auto;top:26.499572753906rem;left:2.2482638955116rem;z-index:15018; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:14.25rem;height:auto;top:26.499572753906rem;left:2.2482638955116rem;z-index:15018; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { display:block; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#esy8xHxWlBlBs0z6TTrpWbeLqgTg2SfE { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:45.942710876465rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { display:block; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { 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; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { top:0.5rem;left:0rem;width:6.375rem;height:2.4375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:right;text-align-last:right;color:#ffffff;line-height:2.2;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { 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; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { 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; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { width:20rem;height:2.8125rem;top:2.8125rem;left:-0.125rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;background-color:#ffffff;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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyloading { background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { width:6.6855625rem;height:3.68555rem;top:3.56103515625rem;left:0rem;z-index:15020;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { width:5.18555rem;height:2.874025rem;top:2.02734375rem;left:9.64892578125rem;z-index:15019;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { display:none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { 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; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:14.25rem;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:14.25rem;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:14.25rem;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#b28c72;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:14.25rem;height:auto;top:12.808837890625rem;left:1.62353515625rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:14.25rem;height:auto;top:12.808837890625rem;left:1.62353515625rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { display:none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { display:none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { width:20rem;height:29.6875rem;background-color:#ffffff;background-image:none;position:relative;display:none; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { width:15.061875rem;height:2.5996125rem;top:4.9306640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { width:18rem;height:2.79948125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { width:15.8125rem;height:4.19921875rem;top:13.06201171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { width:16.0625rem;height:2.79948125rem;top:17.8740234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { width:15.625rem;height:2.79948125rem;top:22.62451171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;display:block; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { width:2.43706875rem;height:2.43706875rem;top:8.513671875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { width:2.43706875rem;height:2.43706875rem;top:13.06201171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { width:2.43706875rem;height:2.43706875rem;top:17.25732421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { width:2.43706875rem;height:2.43706875rem;top:21.7001953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { top:2.5751953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:20rem;height:57.1875rem;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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { 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; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { 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; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { width:3.99858125rem;height:0.97439375rem;top:37.496337890625rem;left:10.946533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { 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; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { width:4.4992875rem;height:0.97439375rem;top:39.21337890625rem;left:11.072998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { 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; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { 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; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { width:5.3125rem;height:0.9746125rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { 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; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { 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; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { 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; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { 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; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { width:8.25rem;height:0.9746125rem;top:27.6875rem;left:11.2421875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:7.06175rem;height:1rem;top:40.262451171875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:7.375rem;height:1rem;top:50.849609375rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:6.875rem;height:1rem;top:29.223388671875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:7.5rem;height:1rem;top:40.199951171875rem;left:1.576416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:7.312rem;height:1rem;top:29.160888671875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { 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; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { 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; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { 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; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { 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; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { 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; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { 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; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { 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; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { 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; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { 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; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { 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; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { 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; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:20rem;height:67.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;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:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;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:block; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;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:block; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.43798828125rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { width:5.06225625rem;height:1.6870125rem;top:50.22216796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#020402;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15202;display:block; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { width:5.06225625rem;height:1.6870125rem;top:31.68701171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15203;display:block; }
