.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:#ffffff;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); }#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz { position:relative;display:none; }#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz { border-width: 0; border-radius: 0; }#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz > .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; }#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz > .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; }#NNubAaNAcMpNLgbxTTHGFcG16hGTdnvv { 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; }
#koJI6heu5BA6zDKkUSiE61EJukgP2Fw9 { 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; }
#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I { 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; }#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I > .row .container { border-width: 0; border-radius: 0; }#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#DLrsKffZGc2IfrlO2qJlybkbidWKsvqP { 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; }
#Jk2BNxTp2obeZVD6GADTM0xd5Zm9polT { 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; }
#LXJmiNG2aUXqwPhIgCUcA4AO5DksOkt1 { 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; }
#XSwMIDaOTdQsSqGlLo8GIT2X8NHwhr2U { 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; }
#COnFtKGK21eqTIi59fpz91POhb7zKQcC { 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; }
#CqREIOGq1vXnTUQoXm7w4JWyJfmgZ3J6 { 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; }
#iJAdnuOCEKRkeFm04oEw2pJUr0NrIxAZ { 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; }
#KIySf18gETBslEJfnUup1aH3rp61KmT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTxruJCTgL7oGbwXmrtG3TbhmoFQB1Ia { 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; }
#x5K2FSl20Ft9Lb2Bza9ThbhtezfV8Q9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPZGlbLzAz9B1drqCs30x5cLGpIKCTq4 { 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; }
#WJr8JfygDnJvIpHc33gUOXdNsLgrycpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ry0pLbS9fE8xNmLM2EPAB9tGbx1hgC9T { 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; }
#AHOsQCv2Nul0uU7rKFOnV9XeUapbTwKF { 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; }
#ltVaHbLPNpreOGTfGz3PXHKDQOQBkkTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JAH10XTmO8qyQd6FdHr6rUV0KPp7gs4a { 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; }
#ExbiUivHJlKQr7kGcGgZ89KO9boFRaUV { 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; }
#od8FvvJSQb0yTIPJkd5XINb4ugnZd3x7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODfi0sULcWr8X9UOt7nFB6uLpcmAZTkS { 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; }
#UCWGGrc9TKmN9uc5JpvTmIAnV5hQwR5J { 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; }
#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX { 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; }#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX > .row .container { border-width: 0; border-radius: 0; }#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#BQE8ltPxoczBufsXE7kIFkZi7lk9ELyq { 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; }
#Dte56Zuq2wbTUFtFt4IlnEviAPbmiMbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nnEogGCMImpMxdWlhGSHXyrbcS3QWd2w { 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; }
#nnEogGCMImpMxdWlhGSHXyrbcS3QWd2w > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#nSWSfkOKdqODKnbdbV2PCP65KhVpBb3r { 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; }
#Vaba1ublhgulOgEGNb3EvMhydaql0lno { 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; }
#KZPJIsi3zaBznhWZ9F37rQ5VVg23y6CH { 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; }
#ls3eu1w4MlLy6tZf8pETgs4B000dFbhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QT1de3BqhmXaEZZ1buLXUVaOCMnOJID9 { 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; }
#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG { 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; }#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG > .row .container { border-width: 0; border-radius: 0; }#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#nvq0AXRa2maaBaTTOo21vkwqKPxkxwyG { 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; }
#UdPJNFeHx4JqUgBUvOgC1OZrI3JHcfJ9 { 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; }
#xkhZsN5s0NJZIidL1TPbbJAuuWG5X6rA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EORqR01iwFHRW97QFXWrMPTBp3arFmGZ { 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; }
#NPlQLU30qOlcREKTTbFfn6TPRdrHKWq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDHRtpDgomXEG9BuRTZFhOUWcPkcUHCs { 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; }
#yTXibqTFQ99oAyFBivZqaAiWnd45lWes { 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; }
#I1Ei2C3eqzQqIZRBe6p8g2SxveTZKDM0 { 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; }
#Te9lbWBCuE1CzrVfswabbHngM11spVmf { 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; }
#bCkxRwsUBXWqKzcsdazqSOHFc9c687k1 { 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; }
#J4Px7kqywEbtDsC7Wtsi2WSPkVsRia5h { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#dLpp56bqveEvNHdHWssTmkyqD0NedsUQ { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#havfnNlc23BseZFArtzDt8Q32OIo76GK { position:relative;display:none; }#havfnNlc23BseZFArtzDt8Q32OIo76GK { border-width: 0; border-radius: 0; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .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; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .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; }#iADedbWotTqhSneEd9wnzMzewp6BOsNQ { 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; }
#oEPxD2Dqug7oi1u2b6JDdOriybrza0rz { 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; }
#Bg3stcJx29L5It1smPJHVsgLxq7IpIVQ { 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; }
#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm { position:relative;display:none; }#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm { border-width: 0; border-radius: 0; }#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm > .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; }#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm > .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; }#K6SxXdcd8g3lHid3RHKe7g9qLJrxfXVe { 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; }
#BUp6yJ5PyGdoz2TG8N4gCuSNINQgpgxT { 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; }
#HFDi18JNUPdAPxd0I26Upo6ZdvLNQD1g { 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; }
#UUtowxFLcoUo6kkOTXlsIqzNz1tei4Aq { 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; }
#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC { 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; }#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC > .row .container { border-width: 0; border-radius: 0; }#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#QZukBWiMb14WFMyB1FB2mXc0Nyms5r3I { 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; }
#t8MnmT8DanCK7MpzoRGkq0T4z69RSeIc { 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; }
#WKklWfaFtSTkZhV66we1gvIA6omsCcGJ { 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; }
#rAGGnlN8xEra2Lkm96EoWJpcC0n55TiR { 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; }
#NnvGrvR9gakJJpQeBpVt0hIxDDW0Gxe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyB7Jd9BqBI940050lhwTSrwGW6qZPEx { 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; }
#tJkSMkvGMs8MRuBbZl2kzUq6c6ATHsro { 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; }
#r9MsTd5s6zaoJZeHqD4AOK7046wBJ0To { 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; }
#uimKyPB90OkzV4AZVR122F2t5aFZXNeX { 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; }
#sOuSqk3q6cucTD7IsvMosof4y5xwzweK { position:relative;display:none; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK { border-width: 0; border-radius: 0; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .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; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .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; }#oco6umhK8Lk4E4t34L0fSmBunm4UyJDv { 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; }
#EXr3PC8FTG5KXXSSr7forDeLxtncydEq { 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; }
#HTUcfl5h1DNI4CMRJdy0PJJ97lx2wT3N { 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; }
#lq4cIka40S46BtZRsmMsLTksTMwlXVVk { 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; }
#Ti2DySUu277OEtcKIgz1B4OwHGkugw1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZy2OedtDkEqwy7ywLUKnEMZ6FsqCRHS { 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; }
#ilNVPTsxdtMSZo1MDu9QVJHiaxxKVpoc { 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; }
#dDK2HTgFyaS5KfBB92bNH4A2GuNexyxI { 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; }
#btSdWwcfZ2VfMS8gKb6Adhr8U9U8waIL { 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; }
#m8IB7ycgTwAB6mwAILxR2Oi6uOgZTvTk { 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; }
#KUxSnpiZgseMzOXsLP2TacPTiZQHbBxJ { 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; }
#w9aaCf6IQNcXDwe8QttaknItAWdFL9ku { 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; }
#lgHQfAVNb9dq8AJQ68r2tXs0vmcBE3n4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgRuvdD2emDyet78V0EbCxqTafDPs3HL { 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; }
#OVH05TTVrq3mnItMBpA56uMeTJ1xOH7g { 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; }
#a8mu73EuEspdWDdTB5KNIAVRUn7S7tUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8tZrkvJlZMivRwMgpdOHILSNzZGWleT { 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; }
#l4CQWZaGyTeiS2T5XcysW840BVgTnw0D { 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; }
#SdiQO7Px7QvuJBniX0OJ5OMQ50nys1yS { 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; }
#CrEygf3hQ17eAsoUDaPlqOVrkmhMrUr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSwTVAi4IpbFgfL9CZPvIOS7Afaky6BC { 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; }
#m27IBMKJMX2rasC5RshQAft8DiKJTQQg { 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; }
#B26kQzz6Qi0pfbGW5K4eCr6THDt9nb2Q { 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; }
#DxEoFFXFU8R2lBbrTzEEhdkpHe4XQ3Iy { 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; }
#DWgNqaOxT08NCCuIg63pfUdhr7KKCiVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7KZTfICeg03DnVIPft4mqpbqphcJGva { 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; }
#D8aIducfoHmdLyI2dfO8eyF7kkNqo4w3 { 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; }
#RNsRXCWG9k5MB2WKSTmeA1rgpxsdoqky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIe8KtzeBGQphM3pu91Pr4SVuzewnQO6 { 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; }
#GKBIKUiaNARhW2Qn7ruLG4rvzxsD9yLa { 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; }
#BzB09hOwqo5AAEDUTLf2SL3Tz2pSpDiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzsAHsyC4cSWKqDJrJNhaTCaagVSw6Z5 { 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; }
#crUIkTi3fN9LmoKNTTEANyaHiPtcrac3 { 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; }
#Fswgt8eeolno9kWtNKMTKbDNRygM3zxb { 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; }
#SlGMMvgkNCKuoKsxMgKwRJrJkPuXSrE3 { 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; }
#RHTDTbSZTs7FZ9nbcIQaqzbWO2FUS7Sx { 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; }
#WkC5fdDZDUb23vIHoFprir4vFvVPE10x { 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; }
#laBqHvx3f9ZS8cJybZv1f20hmTN6sfn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOqLsZveemc9SsGl3Ta9rHBiOfEK6eeW { 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; }
#yNqCN7ebIwXAcLekguoAQE5XEzfZ4zOF { 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; }
#EigTq5QTmGavMHnywL9y7V0XqrLGZRsv { 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; }
#v90yG2zdDOTrqG1mX1QOummIMD0crfwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cd8LXT6kAzTVRwhuXeeO9vhPVGoTTzfv { 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; }
#NTt6t9DFyZiwndOy6wleMxfGTt39JwFb { 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; }
#Z6D6QU9cxNDfv5wyB5R5F5C7T4AKM3od { 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; }
#CV0RPdTHqhUBhN1vAlB3gQvfi9GiWt9i { 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; }
#oFEDMiMFblLKqFFtNwEB1q2cVWKvMt2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfZU2cOAcxvKcVkcfiMXRFfHVn7wWt9n { 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; }
#ZCXT85lfSvKqB4RLvPLaTskL1JvfC7RW { 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; }
#PHNaoEpmKnLVXlQV8hM8IVAck6EFGINw { 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; }
#hZ7AIXNTau4kJrgZ4BLOxM9Zs0xJXLPs { 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; }
#km7kKDwTJ2V8ukwAFHwgllJ802iJmc0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVgfRw245UrUdvBvFPZB4CO0QVAmPqcx { 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; }
#VU4VsvDioCI1GBMRs0BuKBdZaOsIqviH { 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; }
#zJiZTdoau8M2LPzI7EOSSaOm9A3XRf7L { 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; }
#Ok47WgcLleiRm5T1ZT7GWXev2UZPPUt1 { 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; }
#znNcJWFxl5mtsRxWHQEJzt7gov3PrNwI { 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; }
#A7cgdldQ1eDCn9rDQlE5ZqAofWukV43V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMl3DQsEGJyxnTqnGKyqtsLQxgD2NRs6 { 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; }
#dTdKhys2yHKp1iNtrhiSu8D7KbVEJnfg { 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; }
#Wa6Iw2r5zWTN32cDzAMA3r506h3n4nx1 { 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; }
#I9gkE47sbrHpcxGvHycBKavXeGrQtUnd { 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; }
#ndVFvFUhh1d3Zi1AWZ8rdV1KGvofsJU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANg7cGrs3bThoS7bmwnOB0UPRdGI3aUh { 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; }
#FZsaG7lTTaINvHPLDMtOt1oMHgMGqVus { 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; }
#h3aS0MKJULZSfbqDmt1LaPlf7ZvArSZo { 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; }
#p4KWkd4xc3CD0cBWCHZB1s84vdIsVa2b { 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; }
#QAFEpqi4OLIVoEil6WW454SIGqncLmLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJ7D5hlfz8U1lvPEsan6kwkC2H2szpuP { 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; }
#t9SDsOJKntdevRAxKoORPZTf84boUSgk { 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; }
#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt { position:relative;display:none; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt { border-width: 0; border-radius: 0; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .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; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .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; }#yPJtWmO40wfyZzk8oNbFeZnrQMxF0tda { 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; }
#ye73JxXFciGrNMdJS80rePOWWkcL5igP { 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; }
#MpRK1uAnH3piNxVq6muTTN65u663Ge5W { 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; }
#o2R4NBPJ4zHb4MhGwgaZL0h4r3Cl7kGU { 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; }
#pyPE5b2b6Z2FqJOpbzIOREE4BysXv8Fc { 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; }
#eSDp0cLbTBpNoE10m9Mzn6PRQCGqcL7Q { 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; }
#vynvkuVXBttyGDacfQyLM2Wp62S4Gvd9 { 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; }
#bIWO96MB2x41iJzr9PxdThlSGNRV8m7R { 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; }
#k3vDWCSE25d19yTGitCxuXd5MeCfUOzc { 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; }
#AZVkFEZJWUHdTp74oOCgmezymnRTuGeV { 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; }
#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu { 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; }#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu > .row .container { border-width: 0; border-radius: 0; }#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#v8iUlX064NSneQMFoMb5TnVC90fCcRn3 { 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; }
#dduSNvGSHwmfRLGMA48UsILVAdOLUv3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHgS0bgBw30RI5eEcQWidTQPyZOOGZfa { 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; }
#FTCF2dC9kdBEZdtW6drBNb03TsTDT77b { 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; }
#tDik0I1vNiXWrKfZmA2BG8a98qXWFJlS { 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; }
#RrRItb6ax8v4DSsKR38WrCSXDWt0mgXt { 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; }
#KnkdvxWU26sQIA4heuxVGqTgOFxIbPWv { 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; }
#NM3qUxW07OlffsGMiDTm3SAFMibAA432 { 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; }
#IZ1f2hrpOP2FW9q9uFQCTKW8kvUWkEwV { 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; }
#FTql5eQvPS0Nl3ZufxCaJKz8hNXQndH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKQDM9mKts3LnmmTCPZRMqQgrVJorTH1 { 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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-form-header {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:first-of-type{padding-top:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:last-of-type{padding-bottom:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.986328125rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU {display:block;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.986328125rem;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #bb08gA7SbN0F4H34Zt3aR6Flq11vpi5a { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #x21zub6w3Gzhbx8PKNmLRJtbylxXoEfO { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #kKh25znEw4MkMnupCPz6QQ6ZFgS02K6L { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #JhC0ntD9fvwyKO6bIQpIonDIoIcQQhPb { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #alaJALLZKPm3PBLWEX5IUUCIMmvM0P9F { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #xLNFfiTgdaMuz6TxW1a2AogLFGXrLBhB { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #gaE5y760yHTOM98vhiKmWyfXCBegsJbG { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #VBwihaNl98fEvJPq6d7S06uwJdwr2JxO { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Tf1r99FOn0ATBxmxF2zhpTDgqTesiTo1 { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HNhmJS1TQipbEXyoNVxJRTHTmIbv8Lmc { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #I72Gh8dSqkRPFw8BrX320eksZyoJr5Ts { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Ga93rL0IvDe1AZqqdua7OBELXNnS5EIu { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #shARpdbIEOscDHfUUyTTq05O68ncrI7M { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #AAcovNqyZTrWAD0nhTwfrHNTReXbfiyk { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #TUlAlzNLauuhzqC08rn2lwFQCNPmDiVt { position:relative; }
#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw { 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; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { border-width: 0; border-radius: 0; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BNeZ4bPMb7DBkNtqIwq4Pf4m4PiPRWuN { 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; }
#lG0woggZvSVON0byThkz1l7LxuRBnBMm { 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; }
#bCv1tplosXblIVmHNwcqgqn7iwwVxmey { 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; }
#dnPCf1VgL81dkfBp3buTWFalMO9rM6r4 { 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; }
#bebtOlJeS6dLlIWGT29rrbGVL4DZnQo3 { 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; }
#QCGQdgh2tuw72Pe1FkxI6xF6eK1VOVNP { 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; }
#NUlcqfo838W2ptqMTs9LMdta0Le9Jn8x { 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; }
#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE { 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; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { border-width: 0; border-radius: 0; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Areoclv0lhUkVS21ea0GAOJ1EduoKUtV { 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; }
#ulISi6SwJOlq8IF148w4QAfDBGT63mVr { 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; }
#RNt4v4tKbKNFp04DFmRsm3V8TJkoRaa3 { 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; }
#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { background-color: transparent; background-image: none; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container > .video-iframe-container { display: none; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row > .video-iframe-container { display: none; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .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); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { border-width: 0; border-radius: 0; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .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; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .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; }#MiMoaCoREPq3EKgKAWd7glIJHBASkWwx { 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; }
#Bno2x43onaDFiR6VFamANRTrIzlOkO7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ay0VxVWqiGNLfBhWPgOv2T8fe7d2V6T4 { 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; }
#TX74C2NXt5xfNKAAnydqUXagwil1xRDK { 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; }
#xvJREqf1LZOkrqUMzXkwAkVsT2wtffZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB { 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; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#WwP5T8tyaQup6U5BmywHpr4tMhszVMR4 { 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; }
#OePS4AleEPs7A0uLZVleeXXl8WPrywhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f02E9hbbuRWAs8ofcTmQODhXsBOnaOem { 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; }
#HkvDFg0zvZdQSJw1rDuyq6vPk9TpfTZ8 { 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; }
#M2Eezqweohdnof5A70NBIFKtALlxF0F8 { 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; }
#qVOXaQlGX0VsrdGJ2gOyk9TNNVi3xlGf { 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; }
#KXATa9A7Jy90DI0SvqZHRM8XPQC7NIRg { 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; }
#wQkVyo8E1s6sV2Efu9FEfRJHzCrpToOJ { 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; }
#NvHgQ8wtS04P5J4kqOkdnKIrOTPxZv8g { 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; }
#uUTBvippZt5cRW25yQb8SkV0MTOHPZza { 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; }
#oby6IsX9ugDHautLpesGWHUoJ5BOoKmn { 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; }
#uHMoyreAOJnaoIkkaMtZoBvhK0XpbJaq { 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; }
#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { position:relative;z-index:auto;display:block; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { background-color: transparent; background-image: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container > .video-iframe-container { display: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row > .video-iframe-container { display: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .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); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { border-width: 0; border-radius: 0; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .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; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .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.25rem;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; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container.adaptive-delivery-prevent-bg, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container.lazyload, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container.lazyloading { background-image: none; }#iJVTS6zDLnsUyI0VluBHZB5gqVSTaZnh { position:absolute;display:block;z-index:15000;height:11.875rem;width:21.25rem;top:19.30908203125rem;left:2.021484375rem;display:block; }
#M5yLzhpW8gfmLnqaHhDr74PJ8zBGSTsV { position:absolute;display:block;z-index:15020;height:10.374rem;width:18.5610625rem;top:7.341796875rem;left:3.36474609375rem;display:block; }
#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT { position:relative;display:block; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT { background-color: transparent; background-image: none; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .row .container > .video-iframe-container { display: none; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .row > .video-iframe-container { display: none; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .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); }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT { border-width: 0; border-radius: 0; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .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; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .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; }#bq199aZBJzMb4TGQn8C20ZwbTCCdwHAP { 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; }
#yblPkv4oJa5acHuy7iSJa6RndRsVcFIC { 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; }
#yUbEXfnPdQKyIuIPMtkTrPFk6WmNmdRu { 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; }
#xBT6NXTfRruTbsPGy0ewWia07TfZh0EG { 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; }
#TLVIXUc0c97fbOSMVEM9EKEfTDxBDqbm { 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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-form-header {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-text {padding-top: 0; padding-bottom: 0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-select {padding-top: 0; padding-bottom: 0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-container:first-of-type{padding-top:0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-container:last-of-type{padding-bottom:0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.986328125rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE {display:block;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.986328125rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #OWhZJCOwQuVod6VmyxDshAyTtkfIltmm { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #lXzMIiESvM8bzHy21QlM3GOtofsHTVJO { position:relative;display:none; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #Pv0QZQSNveOu0Pwr7mSQkVVr6EzuDxX0 { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #twR2nIlagwr1Hpwvw3amIg3KiPMgdpzL { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #WT7NQuufVoLT6XUGwwPCTrlX6QSphhlW { position:relative;display:none; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #xuB3JOgqrPNmkzgvmfWffar3EZ96T1Xl { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #IxozVMX49Of5o3aLl8EMDlamnezRuP1U { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #xRbcQoHkeW7To2OoQtCfr7I88FlKVSoH { position:relative;display:none; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #lu4hlT8yqsILVh0i3aFSSXA7B0gbfKQg { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #w3f5urEtUQM7eIv0xxpN3QabO5cA3xTt { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #pO4yykVNSouoIglHBwmC4xER7Xr3hxae { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #eUkbmX9vRG4DUmsIzq6lvzyBS9F0Ffsf { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #d1DIh4B4gQA2X9sG4GkkwVwf2K5iwI4V { position:relative; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #smTUa11QSTQDI8eLPfAQGVP4SkyX5gAU { position:relative;display:none; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #gpATuAIuzBHbddQPLzKaqGWPBH6rlU9C { position:relative; }
#DfInbPtMhAW46thVL7twbmmgShDFpwnx { position:relative;display:block; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx { background-color: transparent; background-image: none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container > .video-iframe-container { display: none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row > .video-iframe-container { display: none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .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); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx { border-width: 0; border-radius: 0; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .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; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .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; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { position:relative;display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { border-width: 0; border-radius: 0; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.adaptive-delivery-prevent-bg, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyload, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyloading { background-image: none; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { 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; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { 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; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { 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; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { 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; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { 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; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { 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; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { position:relative;display:none; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { border-width: 0; border-radius: 0; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.adaptive-delivery-prevent-bg, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyload, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyloading { background-image: none; }#XTzGzHJ0WAVTB5lA3S39MqbAiB8a93wG { 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.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P3UTLdXAVlnV6mKiNMA1aTRfrVKanGkR { 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.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5k4bs5wFrecnp2q6O7scsJri3RTntTn { 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.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2v3gnDOrOOZ5Q3tGW6xedTRITnrio91 { 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.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAINKLu0PkpnoqnfblOxFBOPxO4pQZKy { 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; }
#Rh2wD3EaP2UE607HcyX3vlbNPeL99O9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqRpHPKzFqV5BbACUxCCIDKRMH94tNTh { 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; }
#Es7O1uV4ITbskgyfbF1Sm3Z9hg9mQETf { 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; }
#W2Ihn2WuT444iq74RdbelVaKQ2cMH8od { 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; }
#UadCKXosHsonp6HIWZ5NoqqfSvfEUM9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ceQ6NDTnvv16pW7zQclHXDdubpwvTTdy { 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; }
#z28p6NezsVikH1xooQn3fEVnohWq8Mb9 { 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; }
#Wcw8VavBppo7RbISGnuz1RzL0atT7UEh { 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; }
#v4o2wBp39onMN5IFxoF8Xvf4WNAQZVyQ { 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; }
#tyD6SeycdnCQXrxh3hHPVqHqlosWDAP8 { 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.99956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4CD8B0mBzKtSWOcRPczQ3s4LZsUXiTm { 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; }
#UsK6pkBLotlkTDC3TV5wfHOTV63hi6fT { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#VqrMO5s8rfMaWu5cGULG4fU0pAhFb3fO { 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; }
#dhhfgsuLd8VUXm43IgfKTKiMaSLJyPZX { 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.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT6bvmfGrBJcuucC9GK38IPELTvUhHDi { 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.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAAS8gE9mVTVqWac0TkCazkzZJmn9Kci { 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; }
#TMIF9VSI9BnriP8yLl1Oy4NSsFQDJ2Hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvvmFX2XifEglDVe6n1J7Zvtqr26HpTr { 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; }
#BN3hGctmdhkoqAAHu77bT63Qc9sAFTKe { 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; }
#biCWq2VbL1QmIymLTOT0NCmHiNQgUr10 { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { position:relative;display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { border-width: 0; border-radius: 0; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.adaptive-delivery-prevent-bg, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyload, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyloading { background-image: none; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { 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; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { 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; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { 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; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { 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; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { 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; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { 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; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { 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; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { 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; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { 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; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { 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; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { 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; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { 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; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { 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; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { 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; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { 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.1527779102326rem;left:42.634548187256rem; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { 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; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { 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; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { 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; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { 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; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { 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; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { 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; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { 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; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { 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; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { position:relative;display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { border-width: 0; border-radius: 0; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .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; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .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.3125rem;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; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.adaptive-delivery-prevent-bg, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyload, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyloading { background-image: none; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { 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; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { 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; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { 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; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { color:rgba(30,30,30,0.7);display:block;width:11.9983125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.217529296875rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { 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.687255859375rem;left:16.311767578125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { 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; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { 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.374267578125rem;left:17.311767578125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { 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; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { 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.562255859375rem;left:16.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { 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; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.51953125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { 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; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { 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; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { 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; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { 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:15037;line-height:1.6;letter-spacing:0;top:33.22509765625rem;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; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { 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.52685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { 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; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { 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; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { 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; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { 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; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { 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; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { 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:15038;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:16.124267578125rem;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; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { 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:15039;line-height:1.6;letter-spacing:0;top:14.244384765625rem;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; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { 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:15040;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:15.575439453125rem;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; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { 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:15041;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:3.827880859375rem;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; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { 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:15041;line-height:1.6;letter-spacing:0;top:33.1884765625rem;left:16.17919921875rem;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; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { position:relative;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { border-width: 0; border-radius: 0; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .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; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.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:46.1875rem;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; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyloading { background-image: none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15037;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:24.075523376465rem;left:44.179689407349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15043;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:24.075523376465rem;left:23.812501907349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15049;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.875001907349rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15055;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15061;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:37.75rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15067;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:38.0625rem;left:3rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz { display:none; }#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz > .row .container { width:47.75rem;position:relative;display:none; }#NNubAaNAcMpNLgbxTTHGFcG16hGTdnvv { width:31.25rem;height:8.6875rem;display:none; }
#koJI6heu5BA6zDKkUSiE61EJukgP2Fw9 { width:20.3125rem;height:11.0625rem;display:none; }
#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I { display:none; }#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#DLrsKffZGc2IfrlO2qJlybkbidWKsvqP { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#Jk2BNxTp2obeZVD6GADTM0xd5Zm9polT { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#LXJmiNG2aUXqwPhIgCUcA4AO5DksOkt1 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#XSwMIDaOTdQsSqGlLo8GIT2X8NHwhr2U { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#COnFtKGK21eqTIi59fpz91POhb7zKQcC { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#CqREIOGq1vXnTUQoXm7w4JWyJfmgZ3J6 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#iJAdnuOCEKRkeFm04oEw2pJUr0NrIxAZ { width:;height:;display:none; }
#KIySf18gETBslEJfnUup1aH3rp61KmT1 { display:block; }
#MTxruJCTgL7oGbwXmrtG3TbhmoFQB1Ia { width:;height:;display:none; }
#x5K2FSl20Ft9Lb2Bza9ThbhtezfV8Q9p { display:block; }
#RPZGlbLzAz9B1drqCs30x5cLGpIKCTq4 { width:;height:;display:none; }
#WJr8JfygDnJvIpHc33gUOXdNsLgrycpu { display:block; }
#Ry0pLbS9fE8xNmLM2EPAB9tGbx1hgC9T { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#AHOsQCv2Nul0uU7rKFOnV9XeUapbTwKF { width:0;height:0;display:none; }
#ltVaHbLPNpreOGTfGz3PXHKDQOQBkkTx { display:block; }
#JAH10XTmO8qyQd6FdHr6rUV0KPp7gs4a { display:none; }
#ExbiUivHJlKQr7kGcGgZ89KO9boFRaUV { width:0;height:0;display:none; }
#od8FvvJSQb0yTIPJkd5XINb4ugnZd3x7 { display:block; }
#ODfi0sULcWr8X9UOt7nFB6uLpcmAZTkS { display:none; }
#UCWGGrc9TKmN9uc5JpvTmIAnV5hQwR5J { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX { display:none; }#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#BQE8ltPxoczBufsXE7kIFkZi7lk9ELyq { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#Dte56Zuq2wbTUFtFt4IlnEviAPbmiMbh { display:block; }
#nnEogGCMImpMxdWlhGSHXyrbcS3QWd2w { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#nnEogGCMImpMxdWlhGSHXyrbcS3QWd2w > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#nSWSfkOKdqODKnbdbV2PCP65KhVpBb3r { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#Vaba1ublhgulOgEGNb3EvMhydaql0lno { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#KZPJIsi3zaBznhWZ9F37rQ5VVg23y6CH { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#ls3eu1w4MlLy6tZf8pETgs4B000dFbhT { display:block; }
#QT1de3BqhmXaEZZ1buLXUVaOCMnOJID9 { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG { display:none; }#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG > .row .container { width:47.75rem;position:relative;display:none; }#nvq0AXRa2maaBaTTOo21vkwqKPxkxwyG { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#UdPJNFeHx4JqUgBUvOgC1OZrI3JHcfJ9 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#xkhZsN5s0NJZIidL1TPbbJAuuWG5X6rA { display:block; }
#EORqR01iwFHRW97QFXWrMPTBp3arFmGZ { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#NPlQLU30qOlcREKTTbFfn6TPRdrHKWq6 { display:block; }
#VDHRtpDgomXEG9BuRTZFhOUWcPkcUHCs { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#yTXibqTFQ99oAyFBivZqaAiWnd45lWes { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#I1Ei2C3eqzQqIZRBe6p8g2SxveTZKDM0 { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#Te9lbWBCuE1CzrVfswabbHngM11spVmf { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#bCkxRwsUBXWqKzcsdazqSOHFc9c687k1 { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#J4Px7kqywEbtDsC7Wtsi2WSPkVsRia5h { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#dLpp56bqveEvNHdHWssTmkyqD0NedsUQ { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#havfnNlc23BseZFArtzDt8Q32OIo76GK { display:none; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row .container { width:47.75rem;position:relative;display:none; }#iADedbWotTqhSneEd9wnzMzewp6BOsNQ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#oEPxD2Dqug7oi1u2b6JDdOriybrza0rz { width:47.75rem;height:19rem;display:none; }
#Bg3stcJx29L5It1smPJHVsgLxq7IpIVQ { width:14.0625rem;height:5.125rem;display:none; }
#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm { display:none; }#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm > .row .container { width:47.75rem;position:relative;display:none; }#K6SxXdcd8g3lHid3RHKe7g9qLJrxfXVe { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#BUp6yJ5PyGdoz2TG8N4gCuSNINQgpgxT { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#HFDi18JNUPdAPxd0I26Upo6ZdvLNQD1g { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#UUtowxFLcoUo6kkOTXlsIqzNz1tei4Aq { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC { display:none; }#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC > .row .container { width:47.5rem;position:relative;display:none; }#QZukBWiMb14WFMyB1FB2mXc0Nyms5r3I { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#t8MnmT8DanCK7MpzoRGkq0T4z69RSeIc { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#WKklWfaFtSTkZhV66we1gvIA6omsCcGJ { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#rAGGnlN8xEra2Lkm96EoWJpcC0n55TiR { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#NnvGrvR9gakJJpQeBpVt0hIxDDW0Gxe6 { display:block; }
#PyB7Jd9BqBI940050lhwTSrwGW6qZPEx { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#tJkSMkvGMs8MRuBbZl2kzUq6c6ATHsro { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#r9MsTd5s6zaoJZeHqD4AOK7046wBJ0To { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#uimKyPB90OkzV4AZVR122F2t5aFZXNeX { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#sOuSqk3q6cucTD7IsvMosof4y5xwzweK { display:none; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row .container { width:47.75rem;position:relative;display:none; }#oco6umhK8Lk4E4t34L0fSmBunm4UyJDv { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#EXr3PC8FTG5KXXSSr7forDeLxtncydEq { width:41.4375rem;height:24.0625rem;display:none; }
#HTUcfl5h1DNI4CMRJdy0PJJ97lx2wT3N { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#lq4cIka40S46BtZRsmMsLTksTMwlXVVk { width:;height:;display:none; }
#Ti2DySUu277OEtcKIgz1B4OwHGkugw1f { display:block; }
#BZy2OedtDkEqwy7ywLUKnEMZ6FsqCRHS { display:none; }
#ilNVPTsxdtMSZo1MDu9QVJHiaxxKVpoc { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#dDK2HTgFyaS5KfBB92bNH4A2GuNexyxI { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#btSdWwcfZ2VfMS8gKb6Adhr8U9U8waIL { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#m8IB7ycgTwAB6mwAILxR2Oi6uOgZTvTk { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#KUxSnpiZgseMzOXsLP2TacPTiZQHbBxJ { width:41.4375rem;height:24.0625rem;display:none; }
#w9aaCf6IQNcXDwe8QttaknItAWdFL9ku { width:;height:;display:none; }
#lgHQfAVNb9dq8AJQ68r2tXs0vmcBE3n4 { display:block; }
#JgRuvdD2emDyet78V0EbCxqTafDPs3HL { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#OVH05TTVrq3mnItMBpA56uMeTJ1xOH7g { width:;height:;display:none; }
#a8mu73EuEspdWDdTB5KNIAVRUn7S7tUM { display:block; }
#A8tZrkvJlZMivRwMgpdOHILSNzZGWleT { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#l4CQWZaGyTeiS2T5XcysW840BVgTnw0D { width:41.4375rem;height:24.0625rem;display:none; }
#SdiQO7Px7QvuJBniX0OJ5OMQ50nys1yS { width:;height:;display:none; }
#CrEygf3hQ17eAsoUDaPlqOVrkmhMrUr1 { display:block; }
#MSwTVAi4IpbFgfL9CZPvIOS7Afaky6BC { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#m27IBMKJMX2rasC5RshQAft8DiKJTQQg { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#B26kQzz6Qi0pfbGW5K4eCr6THDt9nb2Q { width:41.4375rem;height:24.0625rem;display:none; }
#DxEoFFXFU8R2lBbrTzEEhdkpHe4XQ3Iy { width:;height:;display:none; }
#DWgNqaOxT08NCCuIg63pfUdhr7KKCiVE { display:block; }
#b7KZTfICeg03DnVIPft4mqpbqphcJGva { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#D8aIducfoHmdLyI2dfO8eyF7kkNqo4w3 { width:;height:;display:none; }
#RNsRXCWG9k5MB2WKSTmeA1rgpxsdoqky { display:block; }
#KIe8KtzeBGQphM3pu91Pr4SVuzewnQO6 { width:41.4375rem;height:24.0625rem;display:none; }
#GKBIKUiaNARhW2Qn7ruLG4rvzxsD9yLa { width:;height:;display:none; }
#BzB09hOwqo5AAEDUTLf2SL3Tz2pSpDiE { display:block; }
#qzsAHsyC4cSWKqDJrJNhaTCaagVSw6Z5 { width:41.4375rem;height:24.0625rem;display:none; }
#crUIkTi3fN9LmoKNTTEANyaHiPtcrac3 { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Fswgt8eeolno9kWtNKMTKbDNRygM3zxb { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#SlGMMvgkNCKuoKsxMgKwRJrJkPuXSrE3 { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#RHTDTbSZTs7FZ9nbcIQaqzbWO2FUS7Sx { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#WkC5fdDZDUb23vIHoFprir4vFvVPE10x { width:;height:;display:none; }
#laBqHvx3f9ZS8cJybZv1f20hmTN6sfn4 { display:block; }
#vOqLsZveemc9SsGl3Ta9rHBiOfEK6eeW { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#yNqCN7ebIwXAcLekguoAQE5XEzfZ4zOF { width:41.4375rem;height:24.0625rem;display:none; }
#EigTq5QTmGavMHnywL9y7V0XqrLGZRsv { width:;height:;display:none; }
#v90yG2zdDOTrqG1mX1QOummIMD0crfwO { display:block; }
#cd8LXT6kAzTVRwhuXeeO9vhPVGoTTzfv { width:41.4375rem;height:24.0625rem;display:none; }
#NTt6t9DFyZiwndOy6wleMxfGTt39JwFb { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Z6D6QU9cxNDfv5wyB5R5F5C7T4AKM3od { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#CV0RPdTHqhUBhN1vAlB3gQvfi9GiWt9i { width:;height:;display:none; }
#oFEDMiMFblLKqFFtNwEB1q2cVWKvMt2C { display:block; }
#sfZU2cOAcxvKcVkcfiMXRFfHVn7wWt9n { width:41.4375rem;height:24.0625rem;display:none; }
#ZCXT85lfSvKqB4RLvPLaTskL1JvfC7RW { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#PHNaoEpmKnLVXlQV8hM8IVAck6EFGINw { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#hZ7AIXNTau4kJrgZ4BLOxM9Zs0xJXLPs { width:;height:;display:none; }
#km7kKDwTJ2V8ukwAFHwgllJ802iJmc0T { display:block; }
#fVgfRw245UrUdvBvFPZB4CO0QVAmPqcx { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VU4VsvDioCI1GBMRs0BuKBdZaOsIqviH { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#zJiZTdoau8M2LPzI7EOSSaOm9A3XRf7L { width:41.4375rem;height:24.0625rem;display:none; }
#Ok47WgcLleiRm5T1ZT7GWXev2UZPPUt1 { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#znNcJWFxl5mtsRxWHQEJzt7gov3PrNwI { width:;height:;display:none; }
#A7cgdldQ1eDCn9rDQlE5ZqAofWukV43V { display:block; }
#uMl3DQsEGJyxnTqnGKyqtsLQxgD2NRs6 { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#dTdKhys2yHKp1iNtrhiSu8D7KbVEJnfg { width:41.4375rem;height:24.0625rem;display:none; }
#Wa6Iw2r5zWTN32cDzAMA3r506h3n4nx1 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#I9gkE47sbrHpcxGvHycBKavXeGrQtUnd { width:;height:;display:none; }
#ndVFvFUhh1d3Zi1AWZ8rdV1KGvofsJU5 { display:block; }
#ANg7cGrs3bThoS7bmwnOB0UPRdGI3aUh { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#FZsaG7lTTaINvHPLDMtOt1oMHgMGqVus { width:41.4375rem;height:24.0625rem;display:none; }
#h3aS0MKJULZSfbqDmt1LaPlf7ZvArSZo { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#p4KWkd4xc3CD0cBWCHZB1s84vdIsVa2b { width:;height:;display:none; }
#QAFEpqi4OLIVoEil6WW454SIGqncLmLd { display:block; }
#PJ7D5hlfz8U1lvPEsan6kwkC2H2szpuP { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#t9SDsOJKntdevRAxKoORPZTf84boUSgk { width:41.4375rem;height:24.0625rem;display:none; }
#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt { display:none; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .row .container { width:47.75rem;position:relative;display:none; }#yPJtWmO40wfyZzk8oNbFeZnrQMxF0tda { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#ye73JxXFciGrNMdJS80rePOWWkcL5igP { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#MpRK1uAnH3piNxVq6muTTN65u663Ge5W { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#o2R4NBPJ4zHb4MhGwgaZL0h4r3Cl7kGU { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#pyPE5b2b6Z2FqJOpbzIOREE4BysXv8Fc { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#eSDp0cLbTBpNoE10m9Mzn6PRQCGqcL7Q { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#vynvkuVXBttyGDacfQyLM2Wp62S4Gvd9 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#bIWO96MB2x41iJzr9PxdThlSGNRV8m7R { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#k3vDWCSE25d19yTGitCxuXd5MeCfUOzc { width:;height:;top:0rem;display:none; }
#AZVkFEZJWUHdTp74oOCgmezymnRTuGeV { width:36.5625rem;height:31.5rem;display:none; }
#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu { display:none; }#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu > .row .container { width:47.5rem;position:relative;display:none; }#v8iUlX064NSneQMFoMb5TnVC90fCcRn3 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#dduSNvGSHwmfRLGMA48UsILVAdOLUv3w { display:block; }
#lHgS0bgBw30RI5eEcQWidTQPyZOOGZfa { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#FTCF2dC9kdBEZdtW6drBNb03TsTDT77b { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#tDik0I1vNiXWrKfZmA2BG8a98qXWFJlS { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#RrRItb6ax8v4DSsKR38WrCSXDWt0mgXt { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#KnkdvxWU26sQIA4heuxVGqTgOFxIbPWv { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#NM3qUxW07OlffsGMiDTm3SAFMibAA432 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#IZ1f2hrpOP2FW9q9uFQCTKW8kvUWkEwV { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#FTql5eQvPS0Nl3ZufxCaJKz8hNXQndH6 { display:block; }
#zKQDM9mKts3LnmmTCPZRMqQgrVJorTH1 { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU  { width:17.5rem;height:auto;top:2.6875rem;left:1.861328125rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU {display:block;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU { width:17.5rem;height:auto;top:2.6875rem;left:1.861328125rem;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #bb08gA7SbN0F4H34Zt3aR6Flq11vpi5a {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #x21zub6w3Gzhbx8PKNmLRJtbylxXoEfO {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #kKh25znEw4MkMnupCPz6QQ6ZFgS02K6L {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #JhC0ntD9fvwyKO6bIQpIonDIoIcQQhPb {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #alaJALLZKPm3PBLWEX5IUUCIMmvM0P9F {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #xLNFfiTgdaMuz6TxW1a2AogLFGXrLBhB {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #gaE5y760yHTOM98vhiKmWyfXCBegsJbG {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #VBwihaNl98fEvJPq6d7S06uwJdwr2JxO {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Tf1r99FOn0ATBxmxF2zhpTDgqTesiTo1 {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HNhmJS1TQipbEXyoNVxJRTHTmIbv8Lmc {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #I72Gh8dSqkRPFw8BrX320eksZyoJr5Ts {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Ga93rL0IvDe1AZqqdua7OBELXNnS5EIu {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #shARpdbIEOscDHfUUyTTq05O68ncrI7M {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #AAcovNqyZTrWAD0nhTwfrHNTReXbfiyk {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #TUlAlzNLauuhzqC08rn2lwFQCNPmDiVt {  }
#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw { display:none; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { width:47.5rem;position:relative;display:none; }#BNeZ4bPMb7DBkNtqIwq4Pf4m4PiPRWuN { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#lG0woggZvSVON0byThkz1l7LxuRBnBMm { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#bCv1tplosXblIVmHNwcqgqn7iwwVxmey { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#dnPCf1VgL81dkfBp3buTWFalMO9rM6r4 { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#bebtOlJeS6dLlIWGT29rrbGVL4DZnQo3 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#QCGQdgh2tuw72Pe1FkxI6xF6eK1VOVNP { top:0rem;width:;height:;display:none; }
#NUlcqfo838W2ptqMTs9LMdta0Le9Jn8x { top:0rem;width:;height:;display:none; }
#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE { display:none; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { width:47.5rem;position:relative;display:none; }#Areoclv0lhUkVS21ea0GAOJ1EduoKUtV { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ulISi6SwJOlq8IF148w4QAfDBGT63mVr { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#RNt4v4tKbKNFp04DFmRsm3V8TJkoRaa3 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { display:block; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container { width:47.75rem;position:relative;display:block; }#MiMoaCoREPq3EKgKAWd7glIJHBASkWwx { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#Bno2x43onaDFiR6VFamANRTrIzlOkO7v { display:block; }
#Ay0VxVWqiGNLfBhWPgOv2T8fe7d2V6T4 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#TX74C2NXt5xfNKAAnydqUXagwil1xRDK { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#xvJREqf1LZOkrqUMzXkwAkVsT2wtffZt { display:block; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WwP5T8tyaQup6U5BmywHpr4tMhszVMR4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#OePS4AleEPs7A0uLZVleeXXl8WPrywhN { display:block; }
#f02E9hbbuRWAs8ofcTmQODhXsBOnaOem { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#HkvDFg0zvZdQSJw1rDuyq6vPk9TpfTZ8 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#M2Eezqweohdnof5A70NBIFKtALlxF0F8 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#qVOXaQlGX0VsrdGJ2gOyk9TNNVi3xlGf { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#KXATa9A7Jy90DI0SvqZHRM8XPQC7NIRg { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#wQkVyo8E1s6sV2Efu9FEfRJHzCrpToOJ { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#NvHgQ8wtS04P5J4kqOkdnKIrOTPxZv8g { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#uUTBvippZt5cRW25yQb8SkV0MTOHPZza { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#oby6IsX9ugDHautLpesGWHUoJ5BOoKmn { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#uHMoyreAOJnaoIkkaMtZoBvhK0XpbJaq { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { display:block; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container { width:47.75rem;position:relative;display:block; }#iJVTS6zDLnsUyI0VluBHZB5gqVSTaZnh { top:19.25rem;left:0rem;width:21.25rem;height:11.875rem;display:block; }
#M5yLzhpW8gfmLnqaHhDr74PJ8zBGSTsV { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT { display:block; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .row .container { width:47.75rem;position:relative;display:block; }#bq199aZBJzMb4TGQn8C20ZwbTCCdwHAP { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#yblPkv4oJa5acHuy7iSJa6RndRsVcFIC { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#yUbEXfnPdQKyIuIPMtkTrPFk6WmNmdRu { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#xBT6NXTfRruTbsPGy0ewWia07TfZh0EG { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#TLVIXUc0c97fbOSMVEM9EKEfTDxBDqbm { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-text {padding-top: 0; padding-bottom: 0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-select {padding-top: 0; padding-bottom: 0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE  { width:17.5rem;height:auto;top:2.6875rem;left:1.861328125rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE {display:block;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE { width:17.5rem;height:auto;top:2.6875rem;left:1.861328125rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #OWhZJCOwQuVod6VmyxDshAyTtkfIltmm {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #lXzMIiESvM8bzHy21QlM3GOtofsHTVJO {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #Pv0QZQSNveOu0Pwr7mSQkVVr6EzuDxX0 {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #twR2nIlagwr1Hpwvw3amIg3KiPMgdpzL {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #WT7NQuufVoLT6XUGwwPCTrlX6QSphhlW {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #xuB3JOgqrPNmkzgvmfWffar3EZ96T1Xl {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #IxozVMX49Of5o3aLl8EMDlamnezRuP1U {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #xRbcQoHkeW7To2OoQtCfr7I88FlKVSoH {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #lu4hlT8yqsILVh0i3aFSSXA7B0gbfKQg {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #w3f5urEtUQM7eIv0xxpN3QabO5cA3xTt {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #pO4yykVNSouoIglHBwmC4xER7Xr3hxae {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #eUkbmX9vRG4DUmsIzq6lvzyBS9F0Ffsf {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #d1DIh4B4gQA2X9sG4GkkwVwf2K5iwI4V {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #smTUa11QSTQDI8eLPfAQGVP4SkyX5gAU {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #gpATuAIuzBHbddQPLzKaqGWPBH6rlU9C {  }
#DfInbPtMhAW46thVL7twbmmgShDFpwnx { display:block; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { display:block; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { width:47.75rem;position:relative;display:block; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { width:31.5625rem;height:15.5625rem;display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:; height:; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block; }
#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { display:block; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container { width:47.75rem;position:relative;display:block; }#XTzGzHJ0WAVTB5lA3S39MqbAiB8a93wG { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#P3UTLdXAVlnV6mKiNMA1aTRfrVKanGkR { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#m5k4bs5wFrecnp2q6O7scsJri3RTntTn { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#c2v3gnDOrOOZ5Q3tGW6xedTRITnrio91 { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#PAINKLu0PkpnoqnfblOxFBOPxO4pQZKy { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Rh2wD3EaP2UE607HcyX3vlbNPeL99O9L { display:block; }
#aqRpHPKzFqV5BbACUxCCIDKRMH94tNTh { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#Es7O1uV4ITbskgyfbF1Sm3Z9hg9mQETf { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#W2Ihn2WuT444iq74RdbelVaKQ2cMH8od { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#UadCKXosHsonp6HIWZ5NoqqfSvfEUM9a { display:block; }
#ceQ6NDTnvv16pW7zQclHXDdubpwvTTdy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#z28p6NezsVikH1xooQn3fEVnohWq8Mb9 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#Wcw8VavBppo7RbISGnuz1RzL0atT7UEh { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#v4o2wBp39onMN5IFxoF8Xvf4WNAQZVyQ { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#tyD6SeycdnCQXrxh3hHPVqHqlosWDAP8 { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.3125rem;display:block; }
#B4CD8B0mBzKtSWOcRPczQ3s4LZsUXiTm { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#UsK6pkBLotlkTDC3TV5wfHOTV63hi6fT { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#VqrMO5s8rfMaWu5cGULG4fU0pAhFb3fO { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#dhhfgsuLd8VUXm43IgfKTKiMaSLJyPZX { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#oT6bvmfGrBJcuucC9GK38IPELTvUhHDi { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#EAAS8gE9mVTVqWac0TkCazkzZJmn9Kci { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#TMIF9VSI9BnriP8yLl1Oy4NSsFQDJ2Hb { display:block; }
#EvvmFX2XifEglDVe6n1J7Zvtqr26HpTr { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#BN3hGctmdhkoqAAHu77bT63Qc9sAFTKe { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#biCWq2VbL1QmIymLTOT0NCmHiNQgUr10 { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { display:block; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { width:47.75rem;position:relative;display:block; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { width:9.8125rem;height:8.9375rem;display:none; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { width:47.75rem;height:17.1875rem;display:none; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { top:2.125rem;left:36.509548187256rem;width:1.875rem;height:1.875rem;display:none; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { display:none; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { display:none; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:block; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:47.75rem;position:relative;display:block; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.092529296875rem;font-size:0.75rem;display:block; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { top:20.625rem;left:10.186767578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { top:22.3125rem;left:11.186199188233rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { top:22.5rem;left:10.0625rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { width:11.9375rem;height:1.375rem;top:20.9375rem;left:0rem;font-size:0.75rem;display:block; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { top:31.5rem;left:12.873481750488rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { width:11.875rem;height:1.0625rem;top:33.1875rem;left:0rem;font-size:0.625rem;display:block; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { top:31.5rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { top:27.5rem;left:5.1174049973488rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { width:11.875rem;height:1.0625rem;top:14.1875rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { width:11.875rem;height:1.0625rem;top:14.1875rem;left:0rem;font-size:0.625rem;display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { width:11.875rem;height:1.0625rem;top:23.75rem;left:9.450439453125rem;font-size:0.625rem;display:block; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { width:11.875rem;height:1.0625rem;top:23.75rem;left:0rem;font-size:0.625rem;display:block; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { width:11.875rem;height:1.0625rem;top:33.1875rem;left:10.05419921875rem;font-size:0.625rem;display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { display:block; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:47.75rem;position:relative;display:block; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { top:20.75rem;left:19.4375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { top:20.6875rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.9375rem;top:23.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { top:34.375rem;left:19.7490234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.9375rem;top:37.6875rem;left:18.06201171875rem;font-size:0.8125rem;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:3rem;top:38.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
body { position:relative;display:block; }
#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ckzUGEcrhL3DAOKTT0XoqAG905a1luxz > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#NNubAaNAcMpNLgbxTTHGFcG16hGTdnvv { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#koJI6heu5BA6zDKkUSiE61EJukgP2Fw9 { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I { position:relative;z-index:auto;display:block; }#ZvlVyJTRWypsDFtFHLXHrbgHAXAbqo3I > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; }#DLrsKffZGc2IfrlO2qJlybkbidWKsvqP { width:5.6875rem;height:0.8997375rem;top:6.5625rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Jk2BNxTp2obeZVD6GADTM0xd5Zm9polT { width:5.625rem;height:0.0625rem;top:8.125rem;left:14.1875rem;display:block; }
#LXJmiNG2aUXqwPhIgCUcA4AO5DksOkt1 { width:3.75rem;height:0.8997375rem;top:6.5625rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#XSwMIDaOTdQsSqGlLo8GIT2X8NHwhr2U { width:5.625rem;height:0.0618489375rem;top:8.125rem;left:7.0625rem;display:block; }
#COnFtKGK21eqTIi59fpz91POhb7zKQcC { width:7.3125rem;height:0.8997375rem;top:6.625rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#CqREIOGq1vXnTUQoXm7w4JWyJfmgZ3J6 { width:5.625rem;height:0.0618489375rem;top:8.0625rem;left:0.1875rem;z-index:15009;display:block; }
#iJAdnuOCEKRkeFm04oEw2pJUr0NrIxAZ { top:6.125rem;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; }
#KIySf18gETBslEJfnUup1aH3rp61KmT1 { display:block; }
#MTxruJCTgL7oGbwXmrtG3TbhmoFQB1Ia { top:6.125rem;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; }
#x5K2FSl20Ft9Lb2Bza9ThbhtezfV8Q9p { display:block; }
#RPZGlbLzAz9B1drqCs30x5cLGpIKCTq4 { top:6.125rem;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; }
#WJr8JfygDnJvIpHc33gUOXdNsLgrycpu { display:block; }
#Ry0pLbS9fE8xNmLM2EPAB9tGbx1hgC9T { top:8.875rem;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; }
#AHOsQCv2Nul0uU7rKFOnV9XeUapbTwKF { top:10.25rem;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; }
#ltVaHbLPNpreOGTfGz3PXHKDQOQBkkTx { display:block; }
#JAH10XTmO8qyQd6FdHr6rUV0KPp7gs4a { display:flex;top:10.6875rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#ExbiUivHJlKQr7kGcGgZ89KO9boFRaUV { top:16.125rem;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; }
#od8FvvJSQb0yTIPJkd5XINb4ugnZd3x7 { display:block; }
#ODfi0sULcWr8X9UOt7nFB6uLpcmAZTkS { display:flex;top:16.0625rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#UCWGGrc9TKmN9uc5JpvTmIAnV5hQwR5J { top:14.1875rem;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; }
#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX { display:block; }#LIJZTsFvTuhxIGobZnuzmEvXXiHogrZX > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#BQE8ltPxoczBufsXE7kIFkZi7lk9ELyq { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#Dte56Zuq2wbTUFtFt4IlnEviAPbmiMbh { display:block; }
#nnEogGCMImpMxdWlhGSHXyrbcS3QWd2w { display:flex;top:2.0911445617676rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#nnEogGCMImpMxdWlhGSHXyrbcS3QWd2w > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#nSWSfkOKdqODKnbdbV2PCP65KhVpBb3r { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#Vaba1ublhgulOgEGNb3EvMhydaql0lno { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#KZPJIsi3zaBznhWZ9F37rQ5VVg23y6CH { width:9.0625rem;height:2.8125rem;top:1.5rem;left:0.125rem;font-size:0.625rem;display:block; }
#ls3eu1w4MlLy6tZf8pETgs4B000dFbhT { display:block; }
#QT1de3BqhmXaEZZ1buLXUVaOCMnOJID9 { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG { display:block; }#TmS2VecSxGLuXgabVPsza5xEHLq3pgiG > .row .container { width:20rem;height:37.5rem;position:relative;display:block; }#nvq0AXRa2maaBaTTOo21vkwqKPxkxwyG { width:20rem;height:2.47504375rem;top:4.0620651245117rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#UdPJNFeHx4JqUgBUvOgC1OZrI3JHcfJ9 { width:13.11111125rem;height:4.36111125rem;top:30.560546875rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#xkhZsN5s0NJZIidL1TPbbJAuuWG5X6rA { display:block; }
#EORqR01iwFHRW97QFXWrMPTBp3arFmGZ { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#NPlQLU30qOlcREKTTbFfn6TPRdrHKWq6 { display:block; }
#VDHRtpDgomXEG9BuRTZFhOUWcPkcUHCs { width:20rem;height:3.0013rem;top:10.358722686767rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#yTXibqTFQ99oAyFBivZqaAiWnd45lWes { width:11.625rem;height:7rem;top:3.035587310791rem;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; }
#I1Ei2C3eqzQqIZRBe6p8g2SxveTZKDM0 { display:flex;width:4.375rem;height:4.375rem;top:25.375rem;left:1.9368491768837rem;font-size:3.0625rem; }
#Te9lbWBCuE1CzrVfswabbHngM11spVmf { display:flex;width:4.375rem;height:4.375rem;top:27.311851501465rem;left:0rem;font-size:3.0625rem; }
#bCkxRwsUBXWqKzcsdazqSOHFc9c687k1 { width:20rem;height:13.3111875rem;top:14.917098999024rem;left:0rem;overflow:hidden;display:block; }
#J4Px7kqywEbtDsC7Wtsi2WSPkVsRia5h { width:4.9375rem;height:2.4375rem;top:19.186847686767rem;left:0rem;z-index:15042;display:block; }
#dLpp56bqveEvNHdHWssTmkyqD0NedsUQ { width:4.875rem;height:2.1875rem;top:14.936630249024rem;left:0rem;z-index:15041;display:block; }
#havfnNlc23BseZFArtzDt8Q32OIo76GK { 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; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row .container { background-color: transparent; background-image: none; }#havfnNlc23BseZFArtzDt8Q32OIo76GK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row .container > .video-iframe-container { display: none; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row > .video-iframe-container { display: none; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .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); }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row .container { border-width: 0; border-radius: 0; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#havfnNlc23BseZFArtzDt8Q32OIo76GK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#iADedbWotTqhSneEd9wnzMzewp6BOsNQ { 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; }
#oEPxD2Dqug7oi1u2b6JDdOriybrza0rz { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#Bg3stcJx29L5It1smPJHVsgLxq7IpIVQ { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm { display:block; }#hvy4ZJWdMisIVa0JPMkOsnSK1iiO2mCm > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#K6SxXdcd8g3lHid3RHKe7g9qLJrxfXVe { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#BUp6yJ5PyGdoz2TG8N4gCuSNINQgpgxT { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#HFDi18JNUPdAPxd0I26Upo6ZdvLNQD1g { 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; }
#UUtowxFLcoUo6kkOTXlsIqzNz1tei4Aq { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC { display:block; }#rNf5PrICkRphrzKpPXaSEfsmrTf9cnfC > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#QZukBWiMb14WFMyB1FB2mXc0Nyms5r3I { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#t8MnmT8DanCK7MpzoRGkq0T4z69RSeIc { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#WKklWfaFtSTkZhV66we1gvIA6omsCcGJ { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#rAGGnlN8xEra2Lkm96EoWJpcC0n55TiR { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#NnvGrvR9gakJJpQeBpVt0hIxDDW0Gxe6 { display:block; }
#PyB7Jd9BqBI940050lhwTSrwGW6qZPEx { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#tJkSMkvGMs8MRuBbZl2kzUq6c6ATHsro { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#r9MsTd5s6zaoJZeHqD4AOK7046wBJ0To { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#uimKyPB90OkzV4AZVR122F2t5aFZXNeX { 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; }
#sOuSqk3q6cucTD7IsvMosof4y5xwzweK { 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; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row .container { background-color: transparent; background-image: none; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row .container > .video-iframe-container { display: none; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row > .video-iframe-container { display: none; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .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); }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row .container { border-width: 0; border-radius: 0; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOuSqk3q6cucTD7IsvMosof4y5xwzweK > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#oco6umhK8Lk4E4t34L0fSmBunm4UyJDv { 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; }
#EXr3PC8FTG5KXXSSr7forDeLxtncydEq { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#HTUcfl5h1DNI4CMRJdy0PJJ97lx2wT3N { 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; }
#lq4cIka40S46BtZRsmMsLTksTMwlXVVk { 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; }
#Ti2DySUu277OEtcKIgz1B4OwHGkugw1f { display:block; }
#BZy2OedtDkEqwy7ywLUKnEMZ6FsqCRHS { 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; }
#ilNVPTsxdtMSZo1MDu9QVJHiaxxKVpoc { 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; }
#dDK2HTgFyaS5KfBB92bNH4A2GuNexyxI { 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; }
#btSdWwcfZ2VfMS8gKb6Adhr8U9U8waIL { 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; }
#m8IB7ycgTwAB6mwAILxR2Oi6uOgZTvTk { 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; }
#KUxSnpiZgseMzOXsLP2TacPTiZQHbBxJ { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#w9aaCf6IQNcXDwe8QttaknItAWdFL9ku { 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; }
#lgHQfAVNb9dq8AJQ68r2tXs0vmcBE3n4 { display:block; }
#JgRuvdD2emDyet78V0EbCxqTafDPs3HL { 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; }
#OVH05TTVrq3mnItMBpA56uMeTJ1xOH7g { 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; }
#a8mu73EuEspdWDdTB5KNIAVRUn7S7tUM { display:block; }
#A8tZrkvJlZMivRwMgpdOHILSNzZGWleT { 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; }
#l4CQWZaGyTeiS2T5XcysW840BVgTnw0D { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#SdiQO7Px7QvuJBniX0OJ5OMQ50nys1yS { 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; }
#CrEygf3hQ17eAsoUDaPlqOVrkmhMrUr1 { display:block; }
#MSwTVAi4IpbFgfL9CZPvIOS7Afaky6BC { 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; }
#m27IBMKJMX2rasC5RshQAft8DiKJTQQg { 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; }
#B26kQzz6Qi0pfbGW5K4eCr6THDt9nb2Q { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#DxEoFFXFU8R2lBbrTzEEhdkpHe4XQ3Iy { 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; }
#DWgNqaOxT08NCCuIg63pfUdhr7KKCiVE { display:block; }
#b7KZTfICeg03DnVIPft4mqpbqphcJGva { 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; }
#D8aIducfoHmdLyI2dfO8eyF7kkNqo4w3 { 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; }
#RNsRXCWG9k5MB2WKSTmeA1rgpxsdoqky { display:block; }
#KIe8KtzeBGQphM3pu91Pr4SVuzewnQO6 { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#GKBIKUiaNARhW2Qn7ruLG4rvzxsD9yLa { 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; }
#BzB09hOwqo5AAEDUTLf2SL3Tz2pSpDiE { display:block; }
#qzsAHsyC4cSWKqDJrJNhaTCaagVSw6Z5 { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#crUIkTi3fN9LmoKNTTEANyaHiPtcrac3 { 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; }
#Fswgt8eeolno9kWtNKMTKbDNRygM3zxb { 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; }
#SlGMMvgkNCKuoKsxMgKwRJrJkPuXSrE3 { 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; }
#RHTDTbSZTs7FZ9nbcIQaqzbWO2FUS7Sx { 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; }
#WkC5fdDZDUb23vIHoFprir4vFvVPE10x { 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; }
#laBqHvx3f9ZS8cJybZv1f20hmTN6sfn4 { display:block; }
#vOqLsZveemc9SsGl3Ta9rHBiOfEK6eeW { 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; }
#yNqCN7ebIwXAcLekguoAQE5XEzfZ4zOF { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#EigTq5QTmGavMHnywL9y7V0XqrLGZRsv { 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; }
#v90yG2zdDOTrqG1mX1QOummIMD0crfwO { display:block; }
#cd8LXT6kAzTVRwhuXeeO9vhPVGoTTzfv { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#NTt6t9DFyZiwndOy6wleMxfGTt39JwFb { 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; }
#Z6D6QU9cxNDfv5wyB5R5F5C7T4AKM3od { 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; }
#CV0RPdTHqhUBhN1vAlB3gQvfi9GiWt9i { 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; }
#oFEDMiMFblLKqFFtNwEB1q2cVWKvMt2C { display:block; }
#sfZU2cOAcxvKcVkcfiMXRFfHVn7wWt9n { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#ZCXT85lfSvKqB4RLvPLaTskL1JvfC7RW { 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; }
#PHNaoEpmKnLVXlQV8hM8IVAck6EFGINw { 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; }
#hZ7AIXNTau4kJrgZ4BLOxM9Zs0xJXLPs { 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; }
#km7kKDwTJ2V8ukwAFHwgllJ802iJmc0T { display:block; }
#fVgfRw245UrUdvBvFPZB4CO0QVAmPqcx { 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; }
#VU4VsvDioCI1GBMRs0BuKBdZaOsIqviH { 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; }
#zJiZTdoau8M2LPzI7EOSSaOm9A3XRf7L { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#Ok47WgcLleiRm5T1ZT7GWXev2UZPPUt1 { 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; }
#znNcJWFxl5mtsRxWHQEJzt7gov3PrNwI { 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; }
#A7cgdldQ1eDCn9rDQlE5ZqAofWukV43V { display:block; }
#uMl3DQsEGJyxnTqnGKyqtsLQxgD2NRs6 { 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; }
#dTdKhys2yHKp1iNtrhiSu8D7KbVEJnfg { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#Wa6Iw2r5zWTN32cDzAMA3r506h3n4nx1 { 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; }
#I9gkE47sbrHpcxGvHycBKavXeGrQtUnd { 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; }
#ndVFvFUhh1d3Zi1AWZ8rdV1KGvofsJU5 { display:block; }
#ANg7cGrs3bThoS7bmwnOB0UPRdGI3aUh { 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; }
#FZsaG7lTTaINvHPLDMtOt1oMHgMGqVus { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#h3aS0MKJULZSfbqDmt1LaPlf7ZvArSZo { 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; }
#p4KWkd4xc3CD0cBWCHZB1s84vdIsVa2b { 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; }
#QAFEpqi4OLIVoEil6WW454SIGqncLmLd { display:block; }
#PJ7D5hlfz8U1lvPEsan6kwkC2H2szpuP { 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; }
#t9SDsOJKntdevRAxKoORPZTf84boUSgk { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt { display:block; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt { background-color: transparent; background-image: none; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .row .container > .video-iframe-container { display: none; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .row > .video-iframe-container { display: none; }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .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); }#q33QTd08yzHd3g3IB2BnGcdKWQI7FNBt > .row .container { width:20rem;height:37.8125rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#yPJtWmO40wfyZzk8oNbFeZnrQMxF0tda { width:15.061875rem;height:2.5996125rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#ye73JxXFciGrNMdJS80rePOWWkcL5igP { 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; }
#MpRK1uAnH3piNxVq6muTTN65u663Ge5W { 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; }
#o2R4NBPJ4zHb4MhGwgaZL0h4r3Cl7kGU { 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; }
#pyPE5b2b6Z2FqJOpbzIOREE4BysXv8Fc { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#eSDp0cLbTBpNoE10m9Mzn6PRQCGqcL7Q { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#vynvkuVXBttyGDacfQyLM2Wp62S4Gvd9 { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#bIWO96MB2x41iJzr9PxdThlSGNRV8m7R { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#k3vDWCSE25d19yTGitCxuXd5MeCfUOzc { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#AZVkFEZJWUHdTp74oOCgmezymnRTuGeV { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu { display:block; }#FBnTCE7hS6NdkSsZ0wJLqMziv4Ntdhqu > .row .container { width:20rem;height:48.125rem;position:relative;display:block; }#v8iUlX064NSneQMFoMb5TnVC90fCcRn3 { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#dduSNvGSHwmfRLGMA48UsILVAdOLUv3w { display:block; }
#lHgS0bgBw30RI5eEcQWidTQPyZOOGZfa { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#FTCF2dC9kdBEZdtW6drBNb03TsTDT77b { 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; }
#tDik0I1vNiXWrKfZmA2BG8a98qXWFJlS { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#RrRItb6ax8v4DSsKR38WrCSXDWt0mgXt { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#KnkdvxWU26sQIA4heuxVGqTgOFxIbPWv { 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; }
#NM3qUxW07OlffsGMiDTm3SAFMibAA432 { 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; }
#IZ1f2hrpOP2FW9q9uFQCTKW8kvUWkEwV { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#FTql5eQvPS0Nl3ZufxCaJKz8hNXQndH6 { display:block; }
#zKQDM9mKts3LnmmTCPZRMqQgrVJorTH1 { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:first-of-type{padding-top:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:last-of-type{padding-bottom:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU  { width:17.5rem;height:auto;top:27.123046875rem;left:0rem;z-index:15020; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU {display:block;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU { width:17.5rem;height:auto;top:27.123046875rem;left:0rem;z-index:15020; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #bb08gA7SbN0F4H34Zt3aR6Flq11vpi5a {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #x21zub6w3Gzhbx8PKNmLRJtbylxXoEfO { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #kKh25znEw4MkMnupCPz6QQ6ZFgS02K6L {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #JhC0ntD9fvwyKO6bIQpIonDIoIcQQhPb {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #alaJALLZKPm3PBLWEX5IUUCIMmvM0P9F { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #xLNFfiTgdaMuz6TxW1a2AogLFGXrLBhB {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #gaE5y760yHTOM98vhiKmWyfXCBegsJbG {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #VBwihaNl98fEvJPq6d7S06uwJdwr2JxO { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Tf1r99FOn0ATBxmxF2zhpTDgqTesiTo1 {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HNhmJS1TQipbEXyoNVxJRTHTmIbv8Lmc {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #I72Gh8dSqkRPFw8BrX320eksZyoJr5Ts {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Ga93rL0IvDe1AZqqdua7OBELXNnS5EIu { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #shARpdbIEOscDHfUUyTTq05O68ncrI7M {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #AAcovNqyZTrWAD0nhTwfrHNTReXbfiyk {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #TUlAlzNLauuhzqC08rn2lwFQCNPmDiVt {  }
#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw { display:block; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#BNeZ4bPMb7DBkNtqIwq4Pf4m4PiPRWuN { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#lG0woggZvSVON0byThkz1l7LxuRBnBMm { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#bCv1tplosXblIVmHNwcqgqn7iwwVxmey { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#dnPCf1VgL81dkfBp3buTWFalMO9rM6r4 { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#bebtOlJeS6dLlIWGT29rrbGVL4DZnQo3 { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#QCGQdgh2tuw72Pe1FkxI6xF6eK1VOVNP { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#NUlcqfo838W2ptqMTs9LMdta0Le9Jn8x { top:46.005210876465rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE { display:block; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; }#Areoclv0lhUkVS21ea0GAOJ1EduoKUtV { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#ulISi6SwJOlq8IF148w4QAfDBGT63mVr { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#RNt4v4tKbKNFp04DFmRsm3V8TJkoRaa3 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { 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; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container { border-width: 0; border-radius: 0; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#MiMoaCoREPq3EKgKAWd7glIJHBASkWwx { 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; }
#Bno2x43onaDFiR6VFamANRTrIzlOkO7v { display:block; }
#Ay0VxVWqiGNLfBhWPgOv2T8fe7d2V6T4 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#TX74C2NXt5xfNKAAnydqUXagwil1xRDK { top:0.5rem;left:0rem;width:6.375rem;height:2.375rem;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:1.3;display:block; }
#xvJREqf1LZOkrqUMzXkwAkVsT2wtffZt { display:block; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WwP5T8tyaQup6U5BmywHpr4tMhszVMR4 { 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; }
#OePS4AleEPs7A0uLZVleeXXl8WPrywhN { display:block; }
#f02E9hbbuRWAs8ofcTmQODhXsBOnaOem { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#HkvDFg0zvZdQSJw1rDuyq6vPk9TpfTZ8 { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#M2Eezqweohdnof5A70NBIFKtALlxF0F8 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#qVOXaQlGX0VsrdGJ2gOyk9TNNVi3xlGf { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#KXATa9A7Jy90DI0SvqZHRM8XPQC7NIRg { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#wQkVyo8E1s6sV2Efu9FEfRJHzCrpToOJ { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#NvHgQ8wtS04P5J4kqOkdnKIrOTPxZv8g { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#uUTBvippZt5cRW25yQb8SkV0MTOHPZza { 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; }
#oby6IsX9ugDHautLpesGWHUoJ5BOoKmn { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#uHMoyreAOJnaoIkkaMtZoBvhK0XpbJaq { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { 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; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2.adaptive-delivery-prevent-bg, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2.lazyload, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2.lazyloading { background-image: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container { border-width: 0; border-radius: 0; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#iJVTS6zDLnsUyI0VluBHZB5gqVSTaZnh { width:7.312rem;height:4.311525rem;top:4.81201171875rem;left:9.13330078125rem;z-index:15021;display:block; }
#M5yLzhpW8gfmLnqaHhDr74PJ8zBGSTsV { width:7.24975rem;height:3.999025rem;top:1.37451171875rem;left:0.804443359375rem;z-index:15022;display:block; }
#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT { display:block; }#OwCeHT2zmZgWPTab7Tv85aPKp7zTXoXT > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; }#bq199aZBJzMb4TGQn8C20ZwbTCCdwHAP { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#yblPkv4oJa5acHuy7iSJa6RndRsVcFIC { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#yUbEXfnPdQKyIuIPMtkTrPFk6WmNmdRu { 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; }
#xBT6NXTfRruTbsPGy0ewWia07TfZh0EG { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#TLVIXUc0c97fbOSMVEM9EKEfTDxBDqbm { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-text {padding-top: 0; padding-bottom: 0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-select {padding-top: 0; padding-bottom: 0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;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; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-container:first-of-type{padding-top:0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .widget-container:last-of-type{padding-bottom:0;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE  { width:17.5rem;height:auto;top:14.910888671875rem;left:0rem; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE {display:block;}#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE { width:17.5rem;height:auto;top:14.910888671875rem;left:0rem;display:none; }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #OWhZJCOwQuVod6VmyxDshAyTtkfIltmm {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #lXzMIiESvM8bzHy21QlM3GOtofsHTVJO {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #Pv0QZQSNveOu0Pwr7mSQkVVr6EzuDxX0 {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #twR2nIlagwr1Hpwvw3amIg3KiPMgdpzL {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #WT7NQuufVoLT6XUGwwPCTrlX6QSphhlW {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #xuB3JOgqrPNmkzgvmfWffar3EZ96T1Xl {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #IxozVMX49Of5o3aLl8EMDlamnezRuP1U {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #xRbcQoHkeW7To2OoQtCfr7I88FlKVSoH {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #lu4hlT8yqsILVh0i3aFSSXA7B0gbfKQg {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #w3f5urEtUQM7eIv0xxpN3QabO5cA3xTt {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #pO4yykVNSouoIglHBwmC4xER7Xr3hxae {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #eUkbmX9vRG4DUmsIzq6lvzyBS9F0Ffsf {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #d1DIh4B4gQA2X9sG4GkkwVwf2K5iwI4V {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #smTUa11QSTQDI8eLPfAQGVP4SkyX5gAU {  }
#fO94yxQ0f95QN6mk2lJ5wpFf6doMCgSE #gpATuAIuzBHbddQPLzKaqGWPBH6rlU9C {  }
#DfInbPtMhAW46thVL7twbmmgShDFpwnx { display:none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container { width:20rem;height:23.75rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { border-width: 0; border-radius: 0; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { width:20rem;height:67.8125rem;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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.adaptive-delivery-prevent-bg, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyload, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyloading { background-image: none; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { 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; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { 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; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { 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; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { 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; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block; }
#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { display:none; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { border-width: 0; border-radius: 0; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container { width:20rem;height:59.0625rem;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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.adaptive-delivery-prevent-bg, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyload, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyloading { background-image: none; }#XTzGzHJ0WAVTB5lA3S39MqbAiB8a93wG { 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; }
#P3UTLdXAVlnV6mKiNMA1aTRfrVKanGkR { width:7.5rem;height:5.2807625rem;top:46.69189453125rem;left:6.25rem;font-size:4.0625rem;display:block; }
#m5k4bs5wFrecnp2q6O7scsJri3RTntTn { 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; }
#c2v3gnDOrOOZ5Q3tGW6xedTRITnrio91 { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.7041015625rem;font-size:4.0625rem;display:block; }
#PAINKLu0PkpnoqnfblOxFBOPxO4pQZKy { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#Rh2wD3EaP2UE607HcyX3vlbNPeL99O9L { display:block; }
#aqRpHPKzFqV5BbACUxCCIDKRMH94tNTh { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#Es7O1uV4ITbskgyfbF1Sm3Z9hg9mQETf { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#W2Ihn2WuT444iq74RdbelVaKQ2cMH8od { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#UadCKXosHsonp6HIWZ5NoqqfSvfEUM9a { display:block; }
#ceQ6NDTnvv16pW7zQclHXDdubpwvTTdy { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#z28p6NezsVikH1xooQn3fEVnohWq8Mb9 { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#Wcw8VavBppo7RbISGnuz1RzL0atT7UEh { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#v4o2wBp39onMN5IFxoF8Xvf4WNAQZVyQ { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#tyD6SeycdnCQXrxh3hHPVqHqlosWDAP8 { width:12.3730625rem;height:2.0996125rem;top:0.9375rem;left:3.812255859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
#B4CD8B0mBzKtSWOcRPczQ3s4LZsUXiTm { 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; }
#UsK6pkBLotlkTDC3TV5wfHOTV63hi6fT { width:4.6875rem;height:1.6870125rem;top:32.467041015625rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;z-index:15182;display:block; }
#VqrMO5s8rfMaWu5cGULG4fU0pAhFb3fO { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#dhhfgsuLd8VUXm43IgfKTKiMaSLJyPZX { 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; }
#oT6bvmfGrBJcuucC9GK38IPELTvUhHDi { width:12.4353125rem;height:5.2807625rem;top:11.685791015625rem;left:3.78173828125rem;font-size:4.0625rem;display:block; }
#EAAS8gE9mVTVqWac0TkCazkzZJmn9Kci { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#TMIF9VSI9BnriP8yLl1Oy4NSsFQDJ2Hb { display:block; }
#EvvmFX2XifEglDVe6n1J7Zvtqr26HpTr { 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; }
#BN3hGctmdhkoqAAHu77bT63Qc9sAFTKe { width:5.06225625rem;height:1.6870125rem;top:50.909423828125rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
#biCWq2VbL1QmIymLTOT0NCmHiNQgUr10 { width:4.6875rem;height:1.6870125rem;top:15.35888671875rem;left:3.81103515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;z-index:15183;display:block; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { border-width: 0; border-radius: 0; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { width:20rem;height:69.375rem;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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.adaptive-delivery-prevent-bg, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyload, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyloading { background-image: none; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { 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; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { 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; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { 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; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { 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; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { 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; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { 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; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { 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; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { 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; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { 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; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { 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; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { 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; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { 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; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:20rem;height:77.8125rem;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; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.adaptive-delivery-prevent-bg, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyload, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyloading { background-image: none; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { width:8.2483125rem;height:0.9746125rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { 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; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { 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; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { 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; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { 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; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { 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; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { width:5.3125rem;height:0.9746125rem;top:49.25rem;left:12.7109375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { 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; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { width:5.749025rem;height:0.9746125rem;top:49.25rem;left:10.2587890625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { 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; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { width:3.2495125rem;height:0.9746125rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { 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; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { 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; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { width:8.2475rem;height:0.97439375rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;display:block; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { width:5.99975625rem;height:1rem;top:40.074951171875rem;left:2.62451171875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { width:6.0620125rem;height:1rem;top:50.849365234375rem;left:11.450439453125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { width:6.625rem;height:1rem;top:28.99853515625rem;left:11.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { width:7.375rem;height:1rem;top:40.137451171875rem;left:10.888671875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { width:7.37425rem;height:1rem;top:29.06103515625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyloading { background-image: none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:20rem;height:86.25rem;position:relative;display:none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;display:none; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;display:none; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:1.21948125rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { width:8.25rem;height:1.4624rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { width:8.25rem;height:1.4624rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:1.21948125rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { width:8.25rem;height:1.4624rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.4389625rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { width:8.25rem;height:1.4624rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.21948125rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { width:8.25rem;height:1.4624rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.4389625rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { width:8.25rem;height:1.4624rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:2.4389625rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
