.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq { position:relative;display:none; }#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq { border-width: 0; border-radius: 0; }#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq > .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; }#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq > .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; }#tNn0Sp3J8i8m1CeoqRZhaQVZb15ibsai { 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; }
#rzC4biTxVvKAm4qhJ913ABcIuImXxreP { 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; }
#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH { 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; }#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH > .row .container { border-width: 0; border-radius: 0; }#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#rpdNus2MSe7cgupREGeoraooXQuqUTLL { 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; }
#m0OToUmKhiCIrnvyNCUDXkgAFGPJiHeD { 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; }
#nKKWrfdJu1TEvUhFeZlsuPXgZADFOlb5 { 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; }
#yoU0HKTpCyFlS4Qo0pmqvMowyf1IM2PJ { 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; }
#iIKlDc0FpMpLPkzUxp2coIzaCzMwnbgu { 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; }
#oh6dhOpvJH1Pg1MvTPPFXoiZ9tTUlJqO { 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; }
#J8vutZLl5Gz5vc3pHxEr08UtCy8qKWVG { 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; }
#eTQXz0Rl5fvPc0atJMhDDmgWwa5hv8Dx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKKO7BmRL9FHrkXTFPzVq4gkZGTag6VJ { 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; }
#oCl6s8oOyIe2nEo8DpS6paVzLJ9WQHda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yro6QiVntqxL40WGuhebMo1t2JA2rFdu { 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; }
#af3xOMZ18fgyp8bnc2aws3OVbsvuC7vt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0wEoKfGzmvqenFTTvGRkekT3APCpJhB { 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; }
#GqAIbBeUo5Fr5LJawuPvpfpeEBktfhid { 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; }
#khR2ZgdW8LZ0UtiZTctItCGAsy3cpiNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqgkk6I4vXuMJ6WsUT5bQLdbgsyTqWPs { 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; }
#Vax5A9H4eDqqbsm2Z8uiV3hwcpFJOdhN { 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; }
#W3BI1zVKQUh5ADpN6WinNPmHX3Ce8vkC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GccKNGAlxdmnIJWKKET2RbRlGUwXVTfx { 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; }
#S33F7fwUvNdmiWFfHIL9nGxkl2RZiiXZ { 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; }
#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H { 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; }#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H > .row .container { border-width: 0; border-radius: 0; }#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#M7a3pWn9gs8fpITsHOyJ8oV4LBp0cTcz { 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; }
#zZNNoyxa1zTdlWKpsL43lgFXge5RUnK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKBmc8vNAbA6apLR6SESGpBsHTPZl5TA { 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; }
#RKBmc8vNAbA6apLR6SESGpBsHTPZl5TA > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#w9cnI2QexEulUIs0I47hH9hF8JsPRly2 { 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; }
#OFXkn1NG119EpQg7g3VXG7hiKpuCGLop { 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; }
#I3QP40P2mJhxiy8oW9n7rlHZgzvX1Uqk { 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; }
#OgF1ickBiJLC0T5QFXoaXAAIn26L0EXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtZw05uwuvXSUM0cN51qAnUnFmIznEEi { 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; }
#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd { 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; }#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd > .row .container { border-width: 0; border-radius: 0; }#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#bkzByK8Air0sKC9A4vKk0ZGzb1k0R0os { 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; }
#WyPqeTbMmko72ADouZlmmNxrTSf3rGWg { 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; }
#XmsbPQufA22FbvwMiAD1iaHIz4WTbJIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4lASMwKbTwsJNZLLg9wvKUexOoxTbEy { 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; }
#wAtpTUdxIMifGcZiaXWkksKvNviZHQ5H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VI7KSr4iJAJAJTr7aXg4tmC93rkBIDpB { 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; }
#nf0oQETrP7cb0E7dUnUG8zHzLTTc720H { 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; }
#qnCaAV6LO0WO6DwZ7xbmEvd6JA7X221K { 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; }
#AyfA6HG57FyC0fI6ypJHKSCZCFomBwAc { 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; }
#s6y4xeLis7tO92ewIwAxrtONsKPeAyph { 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; }
#z9ZeSocSVw9uPZS8niUZmiyQRvJqDZJ7 { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#M0blDwlJJAK48BrywiFLRUkPdxK07i3V { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { position:relative;display:none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { border-width: 0; border-radius: 0; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .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; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .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; }#G52VZbazAAmTtqElHnwGhulber9Tr6wv { 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; }
#y2FC7szuT11ThtDiGyTBI1pyXNDu6EdK { 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; }
#ELobNKeqfuFso8AogvPg1KykwOQRDlxD { 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; }
#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { position:relative;display:none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { border-width: 0; border-radius: 0; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .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; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .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; }#S8S3ffMbW1MuX2egHw01cN8vDEizU7yC { 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; }
#i58PsM8hgTanGNJWTmXzEM0RUFksJkF6 { 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; }
#KCe9ZNLRwJCaykrdCtnxq2syxqlHO6vd { 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; }
#uA0D1NTA7Rk2IyGIGeCNxWgzhWDkcIsg { 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; }
#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz { position:relative;display:none; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz { border-width: 0; border-radius: 0; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .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; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .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; }#OSiE35NcRikmBVF6kPRmuBL5LIiERJZ9 { 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; }
#EBDgMLv4GFsONoEH239ZhQQnSvswd2wi { 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; }
#IpNLTSZLLbCgzCR5FMNMbSx0sf3ByInl { 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; }
#bGZc5PdcI9qQQ30sTcSndI9oziwTo8hK { 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; }
#v1x5s2GirGJzWsXmU4KTe6CF499ZK7Gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGxkhPfSDDMpnlQTiUTvz6uTcEzss3lb { 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; }
#S9Upz5O3BJ5yogMAGTlNtSCq6o4OBv2B { 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; }
#RNE9Mhu137TQUkKsZcMiXQw7Vkf0N8s2 { 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; }
#AqCcvpF797K2eXD3ogvbS4qkTdXg0XVX { 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; }
#UQfuJXpKXLVRtenywm5gsPuS9T7CJmrg { 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; }
#bXnA9Xt2rEF7A5JUfTPb2XlpNeALcgox { 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; }
#uoI3ZDvZhIk4F23IcLfMLs81kQv9XcTZ { 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; }
#bBuOafKNkdDycUvZPpZ5PmJLlBS8Rty0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLA2a0lmsDAJXvteuRZAUgqrlg3NDD3M { 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; }
#ODRZ2vPr9JgXHVM6hF022Wwk0cwG0lU3 { 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; }
#bTkaWz19rGXFXLu2FzpGiWPdK2NMyAKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMM6Kn1J9rHnb2fXPETL4VQ9Twh34eQu { 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; }
#wEaqvoTzr6lNTuKECCk7EWpOtxu6NDVd { 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; }
#hElchkDSPP5QP4ahbTSJKU4fJJbtkled { 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; }
#f4kkP6MBczA6mvQfCkey1T1TFkhLcgIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5U364o0Ot86MOm2qmUqwE9D6orMS5Jg { 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; }
#Sfu98EKRqTKmPKlJZ6zaxNHq7Vx43pIH { 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; }
#JhJbewtQ6nG6VhXk9RID3Z74K8pTCLrZ { 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; }
#ufylBKI3gmQzSZkFGfKSqWF0ydmBCbAQ { 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; }
#s4HNpNf5CucTAH26VE9CJklIsb1XLdRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EriBXzLiNSvB7NLLmEgmUyEo9Skh756G { 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; }
#JNFEBkeFil9OsS5Nk5dkbCAydhlGeS9o { 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; }
#dOBriGTTQdXnbXkRtUcHzb3aJToTBMSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lah4pUEhi392L9st1HH2RSNKST1uEO7F { 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; }
#IUifECLZf0ap2KTpe8fs3VS2JB4mP5PV { 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; }
#Q8i6yDegNSkG7O9WLdi4MSdc0Ix0v5Zx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3LnF0iVXcHApFKR7zUx2TpH0DQvV1Qs { 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; }
#t75nTuA1c9mpsQJrygMyhcFG3tqpt5VX { 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; }
#DHtPccXPZkwIWI61qJLm0Lu1Mo8Tty4A { 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; }
#FfChcTcFLo3rBIyJCIP9L1mAlLnfk6gn { 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; }
#hSf2IlCJMfokfkKZ9QlekpEuTinxtvTE { 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; }
#arHLGkEWL9MckscA56l7LuHThPwJT8wJ { 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; }
#GTZBzWc2J9SSZ3l4Boh4VSXfdh7ygmIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDyE5i2yovto5FQk0aQ4CpGtEy8X85Ru { 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; }
#RNiuoOa79SF2DDkO3kWX5kskMllQ6fzE { 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; }
#L49mXJVw5LaMTIzvgvVo2dKegfpeQ5tn { 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; }
#S1p01u0pT5EOeu23tobMb5dcCAw4Uzvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0LpNLTFgTVF9qttG9Z3C6hvIUSGAT8b { 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; }
#a5eowZGZ0qVfwyezDPzggiIATg1c2pTZ { 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; }
#y6a2iDbsMONoDPNKiiylqmo0mgtEUW33 { 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; }
#nOgtKa5BALhBxZ92ixBLEmAUQ74xSceK { 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; }
#BZDp8pLMK5qP4trm4JELxdAPwlNSOoJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKETA9eP9OC6lRxwUTTXdbiuTWRhbK8U { 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; }
#Ucqzn9tOwOTi3PNkqRcMfE943Mb812K0 { 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; }
#vArt7UxaUyVJGkypJl9IeHz9QkGriJiI { 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; }
#zbPrFvkZmsu0q6KbOxXzQqyD0ALFPE9w { 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; }
#koC2QCvUpMbTqqhsWEK7ghFIUnWsQNEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nG000Uu5Tc1rDuB1oTA0tHRr1wlA95wf { 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; }
#T9AMvhUm6qGftiSSi8ldJfh0QmQ13Dll { 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; }
#We6bEETTPdkdWxUwP9A0aH14kMZ9B1NP { 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; }
#VpFyETBZITTlFXMio3XTeuEvgW1UzmqU { 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; }
#ebF5W4m3ToKrWFqDxnGnvhoz11NkQHAI { 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; }
#kVpANH8uftARTflwIUfFXn3SFHKLAeKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3kIdgTnSBLv9frL7LLDvvCpnNHXNNaC { 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; }
#a1MonVEhmF9KWdimkpODhMmcX7a79Gms { 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; }
#zIUltlC49yGGS5sdl8H6BKdBPqTJzT9G { 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; }
#Idw9atMwvwCT9EPoPImmwgLveFhhKS8S { 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; }
#cE1LowOno4CeH6wy0CtqkhvdoZR2sTaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TH94BXpdVvcCUPxtgu7azD30skZ2fQnp { 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; }
#E53mhziTebJgn3dQNoISwtSB1Brrsh4q { 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; }
#oPTx9fqbeq7TUktViEAqAXfLNph0KD7A { 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; }
#REkcAceBTTBDdas9Q0IFkznFDOmZVqtJ { 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; }
#d5ZqXBMOpr3dJdOVBPx8ETn5yP2MJJmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHioW2Pu8T6TBX2g8yH7GXrPfcLxUJMG { 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; }
#vpe7y6uGdoLTa2VBgQhngdDVifFKz1MV { 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; }
#P8yF16I10Qwg8blOHptdsR73HOVyLXRT { 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; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { border-width: 0; border-radius: 0; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#lMcVJ5WysT2W6VPw34236g4D3MSp9e1K { 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; }
#aFr9belpzH63qNMvuMJq6I7KqivO4i24 { 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; }
#t4XkKVeqzLOFn8S5DZLz9y5DnOhPtBwx { 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; }
#Nf3J6IvR4xLh7yMse6VRvZXeoOwwk9gy { 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; }
#KKGOooFxlP1Wo9DgxCGwwdzc7UhwHzWN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGRM9VRvf6XbUSMpUPyGvMiTIul7scwl { 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; }
#BcB7cLUlSauKqOv4ouH2H1bT77t361iN { 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; }
#A9468pkzAhTKJU36h0QdubF81DAI16bA { 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; }
#zNTUhIOF45PormcZW2N4yRT0wf6zDWTF { 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; }
#hapD3IkJ8bTcFItA52cmIGgmic081lR7 { position:relative;display:none; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 { border-width: 0; border-radius: 0; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .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; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .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; }#zpRnSUfyw4GwrH0G0cqSJzoQNqsCQF2x { 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; }
#FGUWuBRKlFCxmKT8aSmC0PEErb3tmKH5 { 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; }
#khzpsdJb964zHsaWe9B9ClarTdT7ZEPe { 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; }
#zBuhKePHkTKmPRH5aaRuWaA3nTim7JeA { 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; }
#E2oJFaRZIMALdsLfbQ1yVsEOqT6TeeKr { 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; }
#HgTkVnQant0r38uD6eyIUVIXgzR0IzdP { 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; }
#SPBoOTRLXFkRqbHpq4Rv80HhKhLmq9cT { 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; }
#W5BKSftqozhUkOPSdWxVOXLpCuxErufB { 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; }
#ptIgFRONOIoRnKGhODVmS5vhF1roKgDN { 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; }
#iQJrcqRfy7dcSACw6osh1Rk7GTAgCKdU { 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; }
#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp { 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; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { border-width: 0; border-radius: 0; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#T6VgTurgW9tcdSFOw9ziNB8v5VzHzcQo { 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; }
#TmKDH4BAMQxOt4ZuIETy8IJxTRL5VqEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laZre38UgRUcQEsT9dOTm0phHdAJgMQT { 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; }
#JCFrr2wyHqAirgNERMu0GOh8iHwFTIh3 { 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; }
#TkUTu7XF5PrEUvGVbUlfETeocN9cas4Q { 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; }
#iReQOA3sQgAxWLqu3LwJ6TWnK1bzWxQm { 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; }
#KLg47TANwBwo4zLtThwWIiDTlA5WPu7S { 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; }
#KUtV72ZWwP9TAf2gtNnN9HNvVCyLRQlx { 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; }
#kiOwyhd4d3gBKMtPaisqSMFPBGf4tlWz { 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; }
#GzeAWVL2GfS2kLvlSzlNrmMICnlHx6Q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3vRbZQ59MVHGqp5uZQWZKNw8dFQhQfK { 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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-form-header {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:first-of-type{padding-top:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:last-of-type{padding-bottom:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4  { 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.37890625rem;left:6.6796875rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 {display:block;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 { 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.37890625rem;left:6.6796875rem;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #Lmt63SNwigT9VpxrRT3AoSOdLl1xugTa { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #T17Gy914RhJ4f5vE7QVc4qe1dQLEER4Q { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #dWLTNxbdsA5oGSnUyakvn3RH6FpKq0WC { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #rPvKS4pey0P0sTsOPmrxEVRRPTTM59Cy { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A0cZTkfha0a7zRxmaMTcRTO6E8Qv4X4I { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #VB6eiAn7cNf5tghesZrbxnwB1wmErH7z { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #D3gyL73DTMgEwC7TfdGppl0Cux72TTvQ { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A2PXRs4mbALBPpbrOryxMRrOc6koibQI { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #qnEz2mUZkwqFJsIwPZ3bzvPDpwzDZKpy { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #cy6WlTFfkCb5FiHRPFUbtUJUTXU7BGrx { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #PBFKkR39xL0AvLgFnUaEo6FEeRfZSw2w { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #HarALrPySlb5bR8UsrDRhmSlk56wRKlm { position:relative;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #UrEEfWgI8q80gKDGzHJH6tVtgUmWFVpT { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #hEmHA1MKLuM6XmX2eRk3eegcnt7TyS6y { position:relative; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #tvFh7x1iTeQy5GIxqCi7p0pZcQghun8W { position:relative; }
#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA { 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; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { border-width: 0; border-radius: 0; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#x2HXNzpkGSsBDPOOr8gxdSkglk4O7pOv { 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; }
#BgOm3xdb5tJknEL54FRsvUW8sn2EssFE { 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; }
#acmx8AkTs3oaxsQDuO0962OFfL2CfQRw { 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; }
#PQwzgqyIFCt3S4wyc8JNbZoytbJcSTv3 { 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; }
#dKgBnBeaPshCMVa3Ff35FHB0oV4Neyt2 { 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; }
#XvaBVS8e0TVlJxpb7BILvsLBrhsp09Kb { 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; }
#K8MROFl2m9f81aBGH0fI7O2zvTbPbf2K { 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; }
#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz { 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; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { border-width: 0; border-radius: 0; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#BiMZswH9X3MgiA2X1ZksaeXPJvT8n2U0 { 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; }
#w3MDWXQHJuKnIvez3JP5EzUoGOoOdbM8 { 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; }
#TzKw6PSHTi3NkMiSTZ3AAihC2SqGVDQx { 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; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { background-color: transparent; background-image: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { display: none; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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); }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .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; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { 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; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { 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; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { 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; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { 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; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { 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; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { 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; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { 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; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { 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; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { 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; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { 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; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { 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; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { 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; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { 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; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { 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; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { position:relative;z-index:auto;display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { background-color: transparent; background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { display: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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); }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .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.6875rem;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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container.lazyloading { background-image: none; }#X28U5qqXp15BrdFkqNRS9bqmUropUBIG { position:absolute;display:block;z-index:15000;height:9.87425rem;width:17.6245rem;top:18.310546875rem;left:1.866455078125rem;display:block; }
#Se8UIb8FQTRGo1KOpVRyg3L8h8Ec3dMg { position:absolute;display:block;z-index:15020;height:10.1245rem;width:18.125rem;top:6.93603515625rem;left:1.614990234375rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { position:relative;display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { background-color: transparent; background-image: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row > .video-iframe-container { display: none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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); }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { border-width: 0; border-radius: 0; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .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:25.375rem;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; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { 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; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { 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; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { 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; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { 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; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { 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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-form-header {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { 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.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { 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.37890625rem;left:6.6796875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM { position:relative;display:none; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 { position:relative; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe { position:relative; }
#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { position:relative;display:block; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { background-color: transparent; background-image: none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container > .video-iframe-container { display: none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row > .video-iframe-container { display: none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .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); }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { border-width: 0; border-radius: 0; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .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; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .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; }
#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { position:relative;display:block; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { background-color: transparent; background-image: none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container > .video-iframe-container { display: none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row > .video-iframe-container { display: none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .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); }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { border-width: 0; border-radius: 0; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .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; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .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:26.375rem;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; }#RODNLf9QgFcQOx8spQG59TTPTzwLryAy { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.1875rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBCbDZiMJOfmFmTTvK7tAUTcApFtzVPd { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.0625rem;left:17.8125rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8BWEJB1NETF1eP3bcJXBNhi09PDsDr7 { 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.81201171875rem;left:2.18701171875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wHLxGbTSuxLJo5ZSP0vVitFbTBHGCO3x { 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.5615234375rem;left:14.6865234375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRXblREzTtq5uDdm6OkqmQh1IsfuJP0a { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.3125rem;left:9.5625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1olqMvCssHbeoH24nyVtIVPVZz17rnG { 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; }
#NqGSu2d8KeqsNeVZFDfQM1zVUvnOdxsu { 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.93701171875rem;left:54.1875rem;display:block; }
#w3xNX59TrfqiPqGduTy65qPlT3waddvT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.1875rem;left:54.1875rem;display:block; }
#aT1GfebAyihsNA65v3EygGreNTUUPSd9 { 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.4365234375rem;left:54.1875rem;display:block; }
#qiT25aVnIItgqqgtNfzIPK39EQrC1rWU { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.6865234375rem;left:54.1875rem;display:block; }
#MLqKK8AJi0tByXHGcvhgGx8caDio8BTC { 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; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { 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; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { 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; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { 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; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { 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; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { 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; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { 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; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { border-width: 0; border-radius: 0; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .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; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { 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.6201171875rem;left:15.373046875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { 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.6201171875rem;left:3.3740234375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { 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.6201171875rem;left:7.0625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { 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; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { 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; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { 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; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { 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.3564453125rem;left:19.060546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { 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; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { 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; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { 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; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { 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; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { 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.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { 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; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { 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.684814453125rem;left:7.435546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { 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; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { 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; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { 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; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { 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:15044;line-height:1.6;letter-spacing:0;top:14.080810546875rem;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; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:14.080810546875rem;left:3.51318359375rem;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; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { 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:15046;line-height:1.6;letter-spacing:0;top:23.63037109375rem;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; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { 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:15047;line-height:1.6;letter-spacing:0;top:23.69287109375rem;left:4.26513671875rem;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; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { 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:15048;line-height:1.6;letter-spacing:0;top:33.140869140625rem;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; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { 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; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { 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; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { 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; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { 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; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { 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; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { 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; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { 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; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { 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; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { 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; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { 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; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { 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; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { 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; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { 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; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { 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; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { 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; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { 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; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { 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; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { 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; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { 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; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { 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; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { 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; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { 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; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { position:relative;display:none; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { border-width: 0; border-radius: 0; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .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; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .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; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.adaptive-delivery-prevent-bg, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyload, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyloading { background-image: none; }#bvu6izDftNo5TUqU6TX27piVcFOJ1goR { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIveD909y7HgQCw5WTEdu3689T2G7oiU { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPCmyLgZ1Ta9vz5OyUldtpoXQA1D0un8 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP4uIZqNd1aOPnN9zofXTXl69Ai4p2hW { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rm2X3X7eogJNWrX5FiMH3iwyTltGRWZ2 { 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; }
#FlLi7twEX3MxmzMeEynMMyohlyayb1MF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTsK6etHONflisDSgWWQBVUTvw7BSFgJ { 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; }
#ztvgdvAowesyvkNoQnfXRMO9iV36G6TE { 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; }
#vOXdEcXG7GyiQ3ABZfEzwtL1sa1z2It6 { 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; }
#d2THezv2pGuEqMh6Vvwtru69qPGu5AvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmBQQfoWaSkauOQ1vRvuCEnLTTQHPQLG { 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; }
#iwTfIBtnS1QeR3OX3PGKRv770G7kXo5T { 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; }
#gdU1bB4xPdKS1yeS3IXA998TTXN6rFIB { 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; }
#gPTB4QLagx8cUKcr2Jpbgr1urbOVRFZz { 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; }
#sE8W5XLXyZbVLTNyUoDBcU78Iz1cFxzT { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khHJ7raaqOg2aFvPrI0uiI1O1ND0GBeb { 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; }
#lRHMrEtI6tGx8X8HKDNeoEH9FEvadB7t { 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; }
#LpXkC3iouE1GNxXvdOi5iUXcbOCIE692 { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdV0PCEnsVLNOMc5UpCNtbyTQpaGfHiG { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bi8GJeB3VibRe3GhvVWMHLEDteIgxWK5 { 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; }
#MD6SPuglQsdK1GI0NZOLrWOLc0uPZK57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vWTiTB4T4z80b6S4TQzRPztHl7aSBhqA { 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; }
#ATfJW1uugireQNvPQnHS0MTld2tKG6Ie { 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; }
#oprzQ8mHyTy33lepmtHeFmUOg1P6TGTn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#OhQFZToqHyEsX5yTeTVUsNPqqKrerGq5 { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { position:relative;display:none; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { border-width: 0; border-radius: 0; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .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; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.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; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container.adaptive-delivery-prevent-bg, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container.lazyload, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container.lazyloading { background-image: none; }body { position:relative;display:block; }
#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq { display:none; }#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq > .row .container { width:47.75rem;position:relative;display:none; }#tNn0Sp3J8i8m1CeoqRZhaQVZb15ibsai { width:31.25rem;height:8.6875rem;display:none; }
#rzC4biTxVvKAm4qhJ913ABcIuImXxreP { width:20.3125rem;height:11.0625rem;display:none; }
#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH { display:none; }#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#rpdNus2MSe7cgupREGeoraooXQuqUTLL { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#m0OToUmKhiCIrnvyNCUDXkgAFGPJiHeD { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#nKKWrfdJu1TEvUhFeZlsuPXgZADFOlb5 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#yoU0HKTpCyFlS4Qo0pmqvMowyf1IM2PJ { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#iIKlDc0FpMpLPkzUxp2coIzaCzMwnbgu { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#oh6dhOpvJH1Pg1MvTPPFXoiZ9tTUlJqO { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#J8vutZLl5Gz5vc3pHxEr08UtCy8qKWVG { width:;height:;display:none; }
#eTQXz0Rl5fvPc0atJMhDDmgWwa5hv8Dx { display:block; }
#aKKO7BmRL9FHrkXTFPzVq4gkZGTag6VJ { width:;height:;display:none; }
#oCl6s8oOyIe2nEo8DpS6paVzLJ9WQHda { display:block; }
#yro6QiVntqxL40WGuhebMo1t2JA2rFdu { width:;height:;display:none; }
#af3xOMZ18fgyp8bnc2aws3OVbsvuC7vt { display:block; }
#d0wEoKfGzmvqenFTTvGRkekT3APCpJhB { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#GqAIbBeUo5Fr5LJawuPvpfpeEBktfhid { width:0;height:0;display:none; }
#khR2ZgdW8LZ0UtiZTctItCGAsy3cpiNN { display:block; }
#mqgkk6I4vXuMJ6WsUT5bQLdbgsyTqWPs { display:none; }
#Vax5A9H4eDqqbsm2Z8uiV3hwcpFJOdhN { width:0;height:0;display:none; }
#W3BI1zVKQUh5ADpN6WinNPmHX3Ce8vkC { display:block; }
#GccKNGAlxdmnIJWKKET2RbRlGUwXVTfx { display:none; }
#S33F7fwUvNdmiWFfHIL9nGxkl2RZiiXZ { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H { display:none; }#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#M7a3pWn9gs8fpITsHOyJ8oV4LBp0cTcz { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#zZNNoyxa1zTdlWKpsL43lgFXge5RUnK7 { display:block; }
#RKBmc8vNAbA6apLR6SESGpBsHTPZl5TA { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#RKBmc8vNAbA6apLR6SESGpBsHTPZl5TA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#w9cnI2QexEulUIs0I47hH9hF8JsPRly2 { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#OFXkn1NG119EpQg7g3VXG7hiKpuCGLop { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:block; }
#I3QP40P2mJhxiy8oW9n7rlHZgzvX1Uqk { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#OgF1ickBiJLC0T5QFXoaXAAIn26L0EXZ { display:block; }
#NtZw05uwuvXSUM0cN51qAnUnFmIznEEi { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd { display:none; }#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd > .row .container { width:47.75rem;position:relative;display:none; }#bkzByK8Air0sKC9A4vKk0ZGzb1k0R0os { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#WyPqeTbMmko72ADouZlmmNxrTSf3rGWg { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#XmsbPQufA22FbvwMiAD1iaHIz4WTbJIR { display:block; }
#M4lASMwKbTwsJNZLLg9wvKUexOoxTbEy { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#wAtpTUdxIMifGcZiaXWkksKvNviZHQ5H { display:block; }
#VI7KSr4iJAJAJTr7aXg4tmC93rkBIDpB { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#nf0oQETrP7cb0E7dUnUG8zHzLTTc720H { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#qnCaAV6LO0WO6DwZ7xbmEvd6JA7X221K { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#AyfA6HG57FyC0fI6ypJHKSCZCFomBwAc { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#s6y4xeLis7tO92ewIwAxrtONsKPeAyph { top:0rem;left:17.125rem;width:30.625rem;height:20.381798828125rem;display:block; }
#z9ZeSocSVw9uPZS8niUZmiyQRvJqDZJ7 { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#M0blDwlJJAK48BrywiFLRUkPdxK07i3V { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { display:none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { width:47.75rem;position:relative;display:none; }#G52VZbazAAmTtqElHnwGhulber9Tr6wv { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#y2FC7szuT11ThtDiGyTBI1pyXNDu6EdK { width:47.75rem;height:19rem;display:none; }
#ELobNKeqfuFso8AogvPg1KykwOQRDlxD { width:14.0625rem;height:5.125rem;display:none; }
#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { display:none; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container { width:47.75rem;position:relative;display:none; }#S8S3ffMbW1MuX2egHw01cN8vDEizU7yC { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#i58PsM8hgTanGNJWTmXzEM0RUFksJkF6 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#KCe9ZNLRwJCaykrdCtnxq2syxqlHO6vd { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#uA0D1NTA7Rk2IyGIGeCNxWgzhWDkcIsg { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz { display:none; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row .container { width:47.75rem;position:relative;display:none; }#OSiE35NcRikmBVF6kPRmuBL5LIiERJZ9 { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#EBDgMLv4GFsONoEH239ZhQQnSvswd2wi { width:41.4375rem;height:24.0625rem;display:none; }
#IpNLTSZLLbCgzCR5FMNMbSx0sf3ByInl { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#bGZc5PdcI9qQQ30sTcSndI9oziwTo8hK { width:;height:;display:none; }
#v1x5s2GirGJzWsXmU4KTe6CF499ZK7Gv { display:block; }
#UGxkhPfSDDMpnlQTiUTvz6uTcEzss3lb { display:none; }
#S9Upz5O3BJ5yogMAGTlNtSCq6o4OBv2B { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#RNE9Mhu137TQUkKsZcMiXQw7Vkf0N8s2 { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#AqCcvpF797K2eXD3ogvbS4qkTdXg0XVX { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#UQfuJXpKXLVRtenywm5gsPuS9T7CJmrg { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#bXnA9Xt2rEF7A5JUfTPb2XlpNeALcgox { width:41.4375rem;height:24.0625rem;display:none; }
#uoI3ZDvZhIk4F23IcLfMLs81kQv9XcTZ { width:;height:;display:none; }
#bBuOafKNkdDycUvZPpZ5PmJLlBS8Rty0 { display:block; }
#hLA2a0lmsDAJXvteuRZAUgqrlg3NDD3M { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ODRZ2vPr9JgXHVM6hF022Wwk0cwG0lU3 { width:;height:;display:none; }
#bTkaWz19rGXFXLu2FzpGiWPdK2NMyAKz { display:block; }
#XMM6Kn1J9rHnb2fXPETL4VQ9Twh34eQu { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#wEaqvoTzr6lNTuKECCk7EWpOtxu6NDVd { width:41.4375rem;height:24.0625rem;display:none; }
#hElchkDSPP5QP4ahbTSJKU4fJJbtkled { width:;height:;display:none; }
#f4kkP6MBczA6mvQfCkey1T1TFkhLcgIs { display:block; }
#h5U364o0Ot86MOm2qmUqwE9D6orMS5Jg { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Sfu98EKRqTKmPKlJZ6zaxNHq7Vx43pIH { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#JhJbewtQ6nG6VhXk9RID3Z74K8pTCLrZ { width:41.4375rem;height:24.0625rem;display:none; }
#ufylBKI3gmQzSZkFGfKSqWF0ydmBCbAQ { width:;height:;display:none; }
#s4HNpNf5CucTAH26VE9CJklIsb1XLdRL { display:block; }
#EriBXzLiNSvB7NLLmEgmUyEo9Skh756G { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#JNFEBkeFil9OsS5Nk5dkbCAydhlGeS9o { width:;height:;display:none; }
#dOBriGTTQdXnbXkRtUcHzb3aJToTBMSk { display:block; }
#lah4pUEhi392L9st1HH2RSNKST1uEO7F { width:41.4375rem;height:24.0625rem;display:none; }
#IUifECLZf0ap2KTpe8fs3VS2JB4mP5PV { width:;height:;display:none; }
#Q8i6yDegNSkG7O9WLdi4MSdc0Ix0v5Zx { display:block; }
#v3LnF0iVXcHApFKR7zUx2TpH0DQvV1Qs { width:41.4375rem;height:24.0625rem;display:none; }
#t75nTuA1c9mpsQJrygMyhcFG3tqpt5VX { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#DHtPccXPZkwIWI61qJLm0Lu1Mo8Tty4A { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#FfChcTcFLo3rBIyJCIP9L1mAlLnfk6gn { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#hSf2IlCJMfokfkKZ9QlekpEuTinxtvTE { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#arHLGkEWL9MckscA56l7LuHThPwJT8wJ { width:;height:;display:none; }
#GTZBzWc2J9SSZ3l4Boh4VSXfdh7ygmIz { display:block; }
#dDyE5i2yovto5FQk0aQ4CpGtEy8X85Ru { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#RNiuoOa79SF2DDkO3kWX5kskMllQ6fzE { width:41.4375rem;height:24.0625rem;display:none; }
#L49mXJVw5LaMTIzvgvVo2dKegfpeQ5tn { width:;height:;display:none; }
#S1p01u0pT5EOeu23tobMb5dcCAw4Uzvi { display:block; }
#P0LpNLTFgTVF9qttG9Z3C6hvIUSGAT8b { width:41.4375rem;height:24.0625rem;display:none; }
#a5eowZGZ0qVfwyezDPzggiIATg1c2pTZ { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#y6a2iDbsMONoDPNKiiylqmo0mgtEUW33 { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#nOgtKa5BALhBxZ92ixBLEmAUQ74xSceK { width:;height:;display:none; }
#BZDp8pLMK5qP4trm4JELxdAPwlNSOoJQ { display:block; }
#QKETA9eP9OC6lRxwUTTXdbiuTWRhbK8U { width:41.4375rem;height:24.0625rem;display:none; }
#Ucqzn9tOwOTi3PNkqRcMfE943Mb812K0 { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#vArt7UxaUyVJGkypJl9IeHz9QkGriJiI { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#zbPrFvkZmsu0q6KbOxXzQqyD0ALFPE9w { width:;height:;display:none; }
#koC2QCvUpMbTqqhsWEK7ghFIUnWsQNEf { display:block; }
#nG000Uu5Tc1rDuB1oTA0tHRr1wlA95wf { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#T9AMvhUm6qGftiSSi8ldJfh0QmQ13Dll { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#We6bEETTPdkdWxUwP9A0aH14kMZ9B1NP { width:41.4375rem;height:24.0625rem;display:none; }
#VpFyETBZITTlFXMio3XTeuEvgW1UzmqU { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#ebF5W4m3ToKrWFqDxnGnvhoz11NkQHAI { width:;height:;display:none; }
#kVpANH8uftARTflwIUfFXn3SFHKLAeKZ { display:block; }
#D3kIdgTnSBLv9frL7LLDvvCpnNHXNNaC { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#a1MonVEhmF9KWdimkpODhMmcX7a79Gms { width:41.4375rem;height:24.0625rem;display:none; }
#zIUltlC49yGGS5sdl8H6BKdBPqTJzT9G { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Idw9atMwvwCT9EPoPImmwgLveFhhKS8S { width:;height:;display:none; }
#cE1LowOno4CeH6wy0CtqkhvdoZR2sTaD { display:block; }
#TH94BXpdVvcCUPxtgu7azD30skZ2fQnp { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#E53mhziTebJgn3dQNoISwtSB1Brrsh4q { width:41.4375rem;height:24.0625rem;display:none; }
#oPTx9fqbeq7TUktViEAqAXfLNph0KD7A { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#REkcAceBTTBDdas9Q0IFkznFDOmZVqtJ { width:;height:;display:none; }
#d5ZqXBMOpr3dJdOVBPx8ETn5yP2MJJmg { display:block; }
#eHioW2Pu8T6TBX2g8yH7GXrPfcLxUJMG { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#vpe7y6uGdoLTa2VBgQhngdDVifFKz1MV { width:41.4375rem;height:24.0625rem;display:none; }
#P8yF16I10Qwg8blOHptdsR73HOVyLXRT { display:none; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { width:47.5rem;position:relative;display:none; }#lMcVJ5WysT2W6VPw34236g4D3MSp9e1K { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#aFr9belpzH63qNMvuMJq6I7KqivO4i24 { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#t4XkKVeqzLOFn8S5DZLz9y5DnOhPtBwx { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Nf3J6IvR4xLh7yMse6VRvZXeoOwwk9gy { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#KKGOooFxlP1Wo9DgxCGwwdzc7UhwHzWN { display:block; }
#lGRM9VRvf6XbUSMpUPyGvMiTIul7scwl { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#BcB7cLUlSauKqOv4ouH2H1bT77t361iN { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#A9468pkzAhTKJU36h0QdubF81DAI16bA { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#zNTUhIOF45PormcZW2N4yRT0wf6zDWTF { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#hapD3IkJ8bTcFItA52cmIGgmic081lR7 { display:none; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .row .container { width:47.75rem;position:relative;display:none; }#zpRnSUfyw4GwrH0G0cqSJzoQNqsCQF2x { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#FGUWuBRKlFCxmKT8aSmC0PEErb3tmKH5 { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#khzpsdJb964zHsaWe9B9ClarTdT7ZEPe { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#zBuhKePHkTKmPRH5aaRuWaA3nTim7JeA { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#E2oJFaRZIMALdsLfbQ1yVsEOqT6TeeKr { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#HgTkVnQant0r38uD6eyIUVIXgzR0IzdP { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#SPBoOTRLXFkRqbHpq4Rv80HhKhLmq9cT { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#W5BKSftqozhUkOPSdWxVOXLpCuxErufB { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#ptIgFRONOIoRnKGhODVmS5vhF1roKgDN { width:;height:;top:0rem;display:none; }
#iQJrcqRfy7dcSACw6osh1Rk7GTAgCKdU { width:36.5625rem;height:31.5rem;display:none; }
#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp { display:none; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { width:47.5rem;position:relative;display:none; }#T6VgTurgW9tcdSFOw9ziNB8v5VzHzcQo { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#TmKDH4BAMQxOt4ZuIETy8IJxTRL5VqEJ { display:block; }
#laZre38UgRUcQEsT9dOTm0phHdAJgMQT { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#JCFrr2wyHqAirgNERMu0GOh8iHwFTIh3 { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#TkUTu7XF5PrEUvGVbUlfETeocN9cas4Q { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#iReQOA3sQgAxWLqu3LwJ6TWnK1bzWxQm { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#KLg47TANwBwo4zLtThwWIiDTlA5WPu7S { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#KUtV72ZWwP9TAf2gtNnN9HNvVCyLRQlx { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#kiOwyhd4d3gBKMtPaisqSMFPBGf4tlWz { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#GzeAWVL2GfS2kLvlSzlNrmMICnlHx6Q4 { display:block; }
#a3vRbZQ59MVHGqp5uZQWZKNw8dFQhQfK { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4  { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 {display:block;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem;display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #Lmt63SNwigT9VpxrRT3AoSOdLl1xugTa {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #T17Gy914RhJ4f5vE7QVc4qe1dQLEER4Q {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #dWLTNxbdsA5oGSnUyakvn3RH6FpKq0WC {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #rPvKS4pey0P0sTsOPmrxEVRRPTTM59Cy {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A0cZTkfha0a7zRxmaMTcRTO6E8Qv4X4I {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #VB6eiAn7cNf5tghesZrbxnwB1wmErH7z {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #D3gyL73DTMgEwC7TfdGppl0Cux72TTvQ {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A2PXRs4mbALBPpbrOryxMRrOc6koibQI {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #qnEz2mUZkwqFJsIwPZ3bzvPDpwzDZKpy {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #cy6WlTFfkCb5FiHRPFUbtUJUTXU7BGrx {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #PBFKkR39xL0AvLgFnUaEo6FEeRfZSw2w {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #HarALrPySlb5bR8UsrDRhmSlk56wRKlm {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #UrEEfWgI8q80gKDGzHJH6tVtgUmWFVpT {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #hEmHA1MKLuM6XmX2eRk3eegcnt7TyS6y {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #tvFh7x1iTeQy5GIxqCi7p0pZcQghun8W {  }
#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA { display:none; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { width:47.5rem;position:relative;display:none; }#x2HXNzpkGSsBDPOOr8gxdSkglk4O7pOv { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#BgOm3xdb5tJknEL54FRsvUW8sn2EssFE { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#acmx8AkTs3oaxsQDuO0962OFfL2CfQRw { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#PQwzgqyIFCt3S4wyc8JNbZoytbJcSTv3 { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#dKgBnBeaPshCMVa3Ff35FHB0oV4Neyt2 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#XvaBVS8e0TVlJxpb7BILvsLBrhsp09Kb { top:0rem;width:;height:;display:none; }
#K8MROFl2m9f81aBGH0fI7O2zvTbPbf2K { top:0rem;width:;height:;display:none; }
#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz { display:none; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { width:47.5rem;position:relative;display:none; }#BiMZswH9X3MgiA2X1ZksaeXPJvT8n2U0 { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#w3MDWXQHJuKnIvez3JP5EzUoGOoOdbM8 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#TzKw6PSHTi3NkMiSTZ3AAihC2SqGVDQx { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { display:block; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:47.75rem;position:relative;display:block; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { display:block; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:47.75rem;position:relative;display:block; }#X28U5qqXp15BrdFkqNRS9bqmUropUBIG { top:18.25rem;left:0rem;width:17.5625rem;height:9.8125rem;display:block; }
#Se8UIb8FQTRGo1KOpVRyg3L8h8Ec3dMg { top:6.875rem;left:0rem;width:18.125rem;height:10.0625rem;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:block; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:47.75rem;position:relative;display:block; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:2.375rem;left:0.5546875rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { display:block; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { display:none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container { width:47.75rem;position:relative;display:none; }#RODNLf9QgFcQOx8spQG59TTPTzwLryAy { top:4.1875rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#oBCbDZiMJOfmFmTTvK7tAUTcApFtzVPd { width:37rem;height:1.9375rem;top:9.0625rem;left:10.75rem;font-size:0.875rem;display:none; }
#T8BWEJB1NETF1eP3bcJXBNhi09PDsDr7 { width:47.75rem;height:1.9375rem;top:11.75rem;left:0rem;font-size:0.875rem;display:none; }
#wHLxGbTSuxLJo5ZSP0vVitFbTBHGCO3x { width:40.125rem;height:1.9375rem;top:14.5rem;left:7.625rem;font-size:0.875rem;display:none; }
#qRXblREzTtq5uDdm6OkqmQh1IsfuJP0a { width:45.3125rem;height:1.9375rem;top:17.3125rem;left:2.4375rem;font-size:0.875rem;display:none; }
#e1olqMvCssHbeoH24nyVtIVPVZz17rnG { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#NqGSu2d8KeqsNeVZFDfQM1zVUvnOdxsu { width:3.625rem;height:3.625rem;top:12.875rem;left:44.125rem;font-size:2.5rem;display:none; }
#w3xNX59TrfqiPqGduTy65qPlT3waddvT { width:3.625rem;height:3.625rem;top:10.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#aT1GfebAyihsNA65v3EygGreNTUUPSd9 { width:3.625rem;height:3.625rem;top:7.375rem;left:44.125rem;font-size:2.5rem;display:none; }
#qiT25aVnIItgqqgtNfzIPK39EQrC1rWU { width:3.625rem;height:3.625rem;top:15.625rem;left:44.125rem;font-size:2.5rem;display:none; }
#MLqKK8AJi0tByXHGcvhgGx8caDio8BTC { width:47.75rem;height:58.5625rem;display:none; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:block; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:47.75rem;position:relative;display:block; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { width:31.5625rem;height:15.5625rem;display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:none; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:; height:; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:block; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:47.75rem;position:relative;display:block; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { top:12.5625rem;left:9.248046875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { top:12.5625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { top:12.5625rem;left:0.9375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { top:31.3125rem;left:12.935329437256rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { top:20.625rem;left:1.3098945617676rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1.0625rem;top:23.6875rem;left:0rem;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:block; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:47.75rem;position:relative;display:block; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { width:9.8125rem;height:8.9375rem;display:none; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { width:47.75rem;height:17.1875rem;display:none; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:none; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:none; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { display:block; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container { width:47.75rem;position:relative;display:block; }#bvu6izDftNo5TUqU6TX27piVcFOJ1goR { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#HIveD909y7HgQCw5WTEdu3689T2G7oiU { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#RPCmyLgZ1Ta9vz5OyUldtpoXQA1D0un8 { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#sP4uIZqNd1aOPnN9zofXTXl69Ai4p2hW { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#rm2X3X7eogJNWrX5FiMH3iwyTltGRWZ2 { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#FlLi7twEX3MxmzMeEynMMyohlyayb1MF { display:block; }
#HTsK6etHONflisDSgWWQBVUTvw7BSFgJ { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#ztvgdvAowesyvkNoQnfXRMO9iV36G6TE { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#vOXdEcXG7GyiQ3ABZfEzwtL1sa1z2It6 { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#d2THezv2pGuEqMh6Vvwtru69qPGu5AvT { display:block; }
#tmBQQfoWaSkauOQ1vRvuCEnLTTQHPQLG { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#iwTfIBtnS1QeR3OX3PGKRv770G7kXo5T { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#gdU1bB4xPdKS1yeS3IXA998TTXN6rFIB { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#gPTB4QLagx8cUKcr2Jpbgr1urbOVRFZz { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#sE8W5XLXyZbVLTNyUoDBcU78Iz1cFxzT { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#khHJ7raaqOg2aFvPrI0uiI1O1ND0GBeb { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#lRHMrEtI6tGx8X8HKDNeoEH9FEvadB7t { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#LpXkC3iouE1GNxXvdOi5iUXcbOCIE692 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#PdV0PCEnsVLNOMc5UpCNtbyTQpaGfHiG { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Bi8GJeB3VibRe3GhvVWMHLEDteIgxWK5 { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#MD6SPuglQsdK1GI0NZOLrWOLc0uPZK57 { display:block; }
#vWTiTB4T4z80b6S4TQzRPztHl7aSBhqA { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#ATfJW1uugireQNvPQnHS0MTld2tKG6Ie { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#oprzQ8mHyTy33lepmtHeFmUOg1P6TGTn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#OhQFZToqHyEsX5yTeTVUsNPqqKrerGq5 { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { display:block; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;display:block; }
#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zBbTOniOWrvRdQNV0QKOH6Xa97E32aVq > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#tNn0Sp3J8i8m1CeoqRZhaQVZb15ibsai { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#rzC4biTxVvKAm4qhJ913ABcIuImXxreP { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH { position:relative;z-index:auto;display:block; }#vlWJVSZ0kewB7l3Ik2PJrAD0rB4lDzxH > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; }#rpdNus2MSe7cgupREGeoraooXQuqUTLL { width:5.6875rem;height:0.8997375rem;top:6.0625rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#m0OToUmKhiCIrnvyNCUDXkgAFGPJiHeD { width:5.625rem;height:0.0625rem;top:7.625rem;left:14.375rem;display:block; }
#nKKWrfdJu1TEvUhFeZlsuPXgZADFOlb5 { width:3.75rem;height:0.8997375rem;top:6.0625rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#yoU0HKTpCyFlS4Qo0pmqvMowyf1IM2PJ { width:5.625rem;height:0.0618489375rem;top:7.625rem;left:7.25rem;display:block; }
#iIKlDc0FpMpLPkzUxp2coIzaCzMwnbgu { width:7.3125rem;height:0.8997375rem;top:6.125rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#oh6dhOpvJH1Pg1MvTPPFXoiZ9tTUlJqO { width:5.625rem;height:0.0618489375rem;top:7.5625rem;left:0.375rem;z-index:15009;display:block; }
#J8vutZLl5Gz5vc3pHxEr08UtCy8qKWVG { top:5.625rem;left:1.0625rem;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; }
#eTQXz0Rl5fvPc0atJMhDDmgWwa5hv8Dx { display:block; }
#aKKO7BmRL9FHrkXTFPzVq4gkZGTag6VJ { top:5.625rem;left:8.1875rem;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; }
#oCl6s8oOyIe2nEo8DpS6paVzLJ9WQHda { display:block; }
#yro6QiVntqxL40WGuhebMo1t2JA2rFdu { top:5.625rem;left:15.0625rem;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; }
#af3xOMZ18fgyp8bnc2aws3OVbsvuC7vt { display:block; }
#d0wEoKfGzmvqenFTTvGRkekT3APCpJhB { top:8.375rem;left:0.1875rem;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; }
#GqAIbBeUo5Fr5LJawuPvpfpeEBktfhid { top:9.75rem;left:1rem;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; }
#khR2ZgdW8LZ0UtiZTctItCGAsy3cpiNN { display:block; }
#mqgkk6I4vXuMJ6WsUT5bQLdbgsyTqWPs { display:flex;top:10.1875rem;left:1.625rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#Vax5A9H4eDqqbsm2Z8uiV3hwcpFJOdhN { top:15.625rem;left:1rem;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; }
#W3BI1zVKQUh5ADpN6WinNPmHX3Ce8vkC { display:block; }
#GccKNGAlxdmnIJWKKET2RbRlGUwXVTfx { display:flex;top:15.5625rem;left:1.4375rem;width:3.125rem;height:3.125rem;z-index:15022; }
#S33F7fwUvNdmiWFfHIL9nGxkl2RZiiXZ { top:13.6875rem;left:10rem;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; }
#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H { display:block; }#LKzKUzR65PaN9RuQm6TUbqKgFkNn3Q8H > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#M7a3pWn9gs8fpITsHOyJ8oV4LBp0cTcz { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#zZNNoyxa1zTdlWKpsL43lgFXge5RUnK7 { display:block; }
#RKBmc8vNAbA6apLR6SESGpBsHTPZl5TA { display:flex;top:2.0911445617676rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#RKBmc8vNAbA6apLR6SESGpBsHTPZl5TA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#w9cnI2QexEulUIs0I47hH9hF8JsPRly2 { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#OFXkn1NG119EpQg7g3VXG7hiKpuCGLop { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#I3QP40P2mJhxiy8oW9n7rlHZgzvX1Uqk { width:9.0625rem;height:2.8125rem;top:1.5rem;left:0.125rem;font-size:0.625rem;display:block; }
#OgF1ickBiJLC0T5QFXoaXAAIn26L0EXZ { display:block; }
#NtZw05uwuvXSUM0cN51qAnUnFmIznEEi { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd { display:block; }#cwuBF75sX7Lml6UVEXTqFPb8G44aKhsd > .row .container { width:20rem;height:42.5rem;position:relative;display:block; }#bkzByK8Air0sKC9A4vKk0ZGzb1k0R0os { width:20rem;height:2.47504375rem;top:9.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#WyPqeTbMmko72ADouZlmmNxrTSf3rGWg { width:13.11111125rem;height:4.36111125rem;top:36.186199188233rem;left:3.4375rem;font-size:1.375rem;display:block; }
#XmsbPQufA22FbvwMiAD1iaHIz4WTbJIR { display:block; }
#M4lASMwKbTwsJNZLLg9wvKUexOoxTbEy { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#wAtpTUdxIMifGcZiaXWkksKvNviZHQ5H { display:block; }
#VI7KSr4iJAJAJTr7aXg4tmC93rkBIDpB { width:20rem;height:3.0013rem;top:15.984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#nf0oQETrP7cb0E7dUnUG8zHzLTTc720H { width:11.625rem;height:7rem;top:8.6614589691163rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95735335', endColorstr='#d4b392b5' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#qnCaAV6LO0WO6DwZ7xbmEvd6JA7X221K { display:flex;width:4.375rem;height:4.375rem;top:31rem;left:1.9375rem;font-size:3.0625rem; }
#AyfA6HG57FyC0fI6ypJHKSCZCFomBwAc { display:flex;width:4.375rem;height:4.375rem;top:32.9375rem;left:0rem;font-size:3.0625rem; }
#s6y4xeLis7tO92ewIwAxrtONsKPeAyph { width:20rem;height:13.3111875rem;top:20.54296875rem;left:0rem;overflow:hidden;display:block; }
#z9ZeSocSVw9uPZS8niUZmiyQRvJqDZJ7 { width:4.9375rem;height:2.4375rem;top:24.8125rem;left:0rem;z-index:15042;display:block; }
#M0blDwlJJAK48BrywiFLRUkPdxK07i3V { width:4.875rem;height:2.1875rem;top:20.5625rem;left:0rem;z-index:15041;display:block; }
#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO { 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; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { background-color: transparent; background-image: none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container > .video-iframe-container { display: none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row > .video-iframe-container { display: none; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .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); }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { border-width: 0; border-radius: 0; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AD5v7TCa00ulzcVhhqG88xnqWH9X27fO > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#G52VZbazAAmTtqElHnwGhulber9Tr6wv { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.0559875rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#y2FC7szuT11ThtDiGyTBI1pyXNDu6EdK { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#ELobNKeqfuFso8AogvPg1KykwOQRDlxD { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN { display:block; }#vATZnpgaLd0esWuJF857Cc8h1TqeO8pN > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#S8S3ffMbW1MuX2egHw01cN8vDEizU7yC { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#i58PsM8hgTanGNJWTmXzEM0RUFksJkF6 { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#KCe9ZNLRwJCaykrdCtnxq2syxqlHO6vd { 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; }
#uA0D1NTA7Rk2IyGIGeCNxWgzhWDkcIsg { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz { 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; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row .container { background-color: transparent; background-image: none; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row .container > .video-iframe-container { display: none; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row > .video-iframe-container { display: none; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .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); }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row .container { border-width: 0; border-radius: 0; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTNIJFnlRUndDhIWORVL96T8RTkuN8Qz > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#OSiE35NcRikmBVF6kPRmuBL5LIiERJZ9 { 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; }
#EBDgMLv4GFsONoEH239ZhQQnSvswd2wi { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#IpNLTSZLLbCgzCR5FMNMbSx0sf3ByInl { 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; }
#bGZc5PdcI9qQQ30sTcSndI9oziwTo8hK { 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; }
#v1x5s2GirGJzWsXmU4KTe6CF499ZK7Gv { display:block; }
#UGxkhPfSDDMpnlQTiUTvz6uTcEzss3lb { 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; }
#S9Upz5O3BJ5yogMAGTlNtSCq6o4OBv2B { 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; }
#RNE9Mhu137TQUkKsZcMiXQw7Vkf0N8s2 { 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; }
#AqCcvpF797K2eXD3ogvbS4qkTdXg0XVX { 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; }
#UQfuJXpKXLVRtenywm5gsPuS9T7CJmrg { 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; }
#bXnA9Xt2rEF7A5JUfTPb2XlpNeALcgox { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#uoI3ZDvZhIk4F23IcLfMLs81kQv9XcTZ { 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; }
#bBuOafKNkdDycUvZPpZ5PmJLlBS8Rty0 { display:block; }
#hLA2a0lmsDAJXvteuRZAUgqrlg3NDD3M { 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; }
#ODRZ2vPr9JgXHVM6hF022Wwk0cwG0lU3 { 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; }
#bTkaWz19rGXFXLu2FzpGiWPdK2NMyAKz { display:block; }
#XMM6Kn1J9rHnb2fXPETL4VQ9Twh34eQu { 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; }
#wEaqvoTzr6lNTuKECCk7EWpOtxu6NDVd { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#hElchkDSPP5QP4ahbTSJKU4fJJbtkled { 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; }
#f4kkP6MBczA6mvQfCkey1T1TFkhLcgIs { display:block; }
#h5U364o0Ot86MOm2qmUqwE9D6orMS5Jg { 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; }
#Sfu98EKRqTKmPKlJZ6zaxNHq7Vx43pIH { 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; }
#JhJbewtQ6nG6VhXk9RID3Z74K8pTCLrZ { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#ufylBKI3gmQzSZkFGfKSqWF0ydmBCbAQ { 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; }
#s4HNpNf5CucTAH26VE9CJklIsb1XLdRL { display:block; }
#EriBXzLiNSvB7NLLmEgmUyEo9Skh756G { 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; }
#JNFEBkeFil9OsS5Nk5dkbCAydhlGeS9o { 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; }
#dOBriGTTQdXnbXkRtUcHzb3aJToTBMSk { display:block; }
#lah4pUEhi392L9st1HH2RSNKST1uEO7F { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#IUifECLZf0ap2KTpe8fs3VS2JB4mP5PV { 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; }
#Q8i6yDegNSkG7O9WLdi4MSdc0Ix0v5Zx { display:block; }
#v3LnF0iVXcHApFKR7zUx2TpH0DQvV1Qs { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#t75nTuA1c9mpsQJrygMyhcFG3tqpt5VX { 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; }
#DHtPccXPZkwIWI61qJLm0Lu1Mo8Tty4A { 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; }
#FfChcTcFLo3rBIyJCIP9L1mAlLnfk6gn { 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; }
#hSf2IlCJMfokfkKZ9QlekpEuTinxtvTE { 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; }
#arHLGkEWL9MckscA56l7LuHThPwJT8wJ { 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; }
#GTZBzWc2J9SSZ3l4Boh4VSXfdh7ygmIz { display:block; }
#dDyE5i2yovto5FQk0aQ4CpGtEy8X85Ru { 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; }
#RNiuoOa79SF2DDkO3kWX5kskMllQ6fzE { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#L49mXJVw5LaMTIzvgvVo2dKegfpeQ5tn { 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; }
#S1p01u0pT5EOeu23tobMb5dcCAw4Uzvi { display:block; }
#P0LpNLTFgTVF9qttG9Z3C6hvIUSGAT8b { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#a5eowZGZ0qVfwyezDPzggiIATg1c2pTZ { 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; }
#y6a2iDbsMONoDPNKiiylqmo0mgtEUW33 { 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; }
#nOgtKa5BALhBxZ92ixBLEmAUQ74xSceK { 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; }
#BZDp8pLMK5qP4trm4JELxdAPwlNSOoJQ { display:block; }
#QKETA9eP9OC6lRxwUTTXdbiuTWRhbK8U { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#Ucqzn9tOwOTi3PNkqRcMfE943Mb812K0 { 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; }
#vArt7UxaUyVJGkypJl9IeHz9QkGriJiI { 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; }
#zbPrFvkZmsu0q6KbOxXzQqyD0ALFPE9w { 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; }
#koC2QCvUpMbTqqhsWEK7ghFIUnWsQNEf { display:block; }
#nG000Uu5Tc1rDuB1oTA0tHRr1wlA95wf { 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; }
#T9AMvhUm6qGftiSSi8ldJfh0QmQ13Dll { 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; }
#We6bEETTPdkdWxUwP9A0aH14kMZ9B1NP { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#VpFyETBZITTlFXMio3XTeuEvgW1UzmqU { 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; }
#ebF5W4m3ToKrWFqDxnGnvhoz11NkQHAI { 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; }
#kVpANH8uftARTflwIUfFXn3SFHKLAeKZ { display:block; }
#D3kIdgTnSBLv9frL7LLDvvCpnNHXNNaC { 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; }
#a1MonVEhmF9KWdimkpODhMmcX7a79Gms { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#zIUltlC49yGGS5sdl8H6BKdBPqTJzT9G { 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; }
#Idw9atMwvwCT9EPoPImmwgLveFhhKS8S { 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; }
#cE1LowOno4CeH6wy0CtqkhvdoZR2sTaD { display:block; }
#TH94BXpdVvcCUPxtgu7azD30skZ2fQnp { 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; }
#E53mhziTebJgn3dQNoISwtSB1Brrsh4q { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#oPTx9fqbeq7TUktViEAqAXfLNph0KD7A { 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; }
#REkcAceBTTBDdas9Q0IFkznFDOmZVqtJ { 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; }
#d5ZqXBMOpr3dJdOVBPx8ETn5yP2MJJmg { display:block; }
#eHioW2Pu8T6TBX2g8yH7GXrPfcLxUJMG { 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; }
#vpe7y6uGdoLTa2VBgQhngdDVifFKz1MV { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#P8yF16I10Qwg8blOHptdsR73HOVyLXRT { display:block; }#P8yF16I10Qwg8blOHptdsR73HOVyLXRT > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#lMcVJ5WysT2W6VPw34236g4D3MSp9e1K { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#aFr9belpzH63qNMvuMJq6I7KqivO4i24 { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#t4XkKVeqzLOFn8S5DZLz9y5DnOhPtBwx { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#Nf3J6IvR4xLh7yMse6VRvZXeoOwwk9gy { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#KKGOooFxlP1Wo9DgxCGwwdzc7UhwHzWN { display:block; }
#lGRM9VRvf6XbUSMpUPyGvMiTIul7scwl { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#BcB7cLUlSauKqOv4ouH2H1bT77t361iN { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#A9468pkzAhTKJU36h0QdubF81DAI16bA { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#zNTUhIOF45PormcZW2N4yRT0wf6zDWTF { 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; }
#hapD3IkJ8bTcFItA52cmIGgmic081lR7 { display:block; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 { background-color: transparent; background-image: none; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .row .container > .video-iframe-container { display: none; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .row > .video-iframe-container { display: none; }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .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); }#hapD3IkJ8bTcFItA52cmIGgmic081lR7 > .row .container { width:20rem;height:38.125rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#zpRnSUfyw4GwrH0G0cqSJzoQNqsCQF2x { width:15.061875rem;height:2.59895625rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#FGUWuBRKlFCxmKT8aSmC0PEErb3tmKH5 { 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; }
#khzpsdJb964zHsaWe9B9ClarTdT7ZEPe { 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; }
#zBuhKePHkTKmPRH5aaRuWaA3nTim7JeA { 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; }
#E2oJFaRZIMALdsLfbQ1yVsEOqT6TeeKr { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#HgTkVnQant0r38uD6eyIUVIXgzR0IzdP { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#SPBoOTRLXFkRqbHpq4Rv80HhKhLmq9cT { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#W5BKSftqozhUkOPSdWxVOXLpCuxErufB { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#ptIgFRONOIoRnKGhODVmS5vhF1roKgDN { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#iQJrcqRfy7dcSACw6osh1Rk7GTAgCKdU { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp { display:block; }#gC7XKkCObwKbqKJkAEufewWrqygI5Zzp > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; }#T6VgTurgW9tcdSFOw9ziNB8v5VzHzcQo { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#TmKDH4BAMQxOt4ZuIETy8IJxTRL5VqEJ { display:block; }
#laZre38UgRUcQEsT9dOTm0phHdAJgMQT { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#JCFrr2wyHqAirgNERMu0GOh8iHwFTIh3 { 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; }
#TkUTu7XF5PrEUvGVbUlfETeocN9cas4Q { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#iReQOA3sQgAxWLqu3LwJ6TWnK1bzWxQm { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#KLg47TANwBwo4zLtThwWIiDTlA5WPu7S { 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; }
#KUtV72ZWwP9TAf2gtNnN9HNvVCyLRQlx { 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; }
#kiOwyhd4d3gBKMtPaisqSMFPBGf4tlWz { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#GzeAWVL2GfS2kLvlSzlNrmMICnlHx6Q4 { display:block; }
#a3vRbZQ59MVHGqp5uZQWZKNw8dFQhQfK { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .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; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:first-of-type{padding-top:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .widget-container:last-of-type{padding-bottom:0;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4  { width:17.5rem;height:auto;top:25.603302001953rem;left:0rem;z-index:15020; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 {display:block;}#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 { width:17.5rem;height:auto;top:25.603302001953rem;left:0rem;z-index:15020; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #Lmt63SNwigT9VpxrRT3AoSOdLl1xugTa {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #T17Gy914RhJ4f5vE7QVc4qe1dQLEER4Q { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #dWLTNxbdsA5oGSnUyakvn3RH6FpKq0WC {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #rPvKS4pey0P0sTsOPmrxEVRRPTTM59Cy {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A0cZTkfha0a7zRxmaMTcRTO6E8Qv4X4I { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #VB6eiAn7cNf5tghesZrbxnwB1wmErH7z {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #D3gyL73DTMgEwC7TfdGppl0Cux72TTvQ {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #A2PXRs4mbALBPpbrOryxMRrOc6koibQI { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #qnEz2mUZkwqFJsIwPZ3bzvPDpwzDZKpy {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #cy6WlTFfkCb5FiHRPFUbtUJUTXU7BGrx {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #PBFKkR39xL0AvLgFnUaEo6FEeRfZSw2w {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #HarALrPySlb5bR8UsrDRhmSlk56wRKlm { display:none; }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #UrEEfWgI8q80gKDGzHJH6tVtgUmWFVpT {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #hEmHA1MKLuM6XmX2eRk3eegcnt7TyS6y {  }
#G1Ko5TsWOrgb1BO2Q1VvLDT3D9X5Rii4 #tvFh7x1iTeQy5GIxqCi7p0pZcQghun8W {  }
#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA { display:block; }#Rp6FO5oCWlLn5tJgnJGhSQIXnuWUwvEA > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#x2HXNzpkGSsBDPOOr8gxdSkglk4O7pOv { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#BgOm3xdb5tJknEL54FRsvUW8sn2EssFE { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#acmx8AkTs3oaxsQDuO0962OFfL2CfQRw { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#PQwzgqyIFCt3S4wyc8JNbZoytbJcSTv3 { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#dKgBnBeaPshCMVa3Ff35FHB0oV4Neyt2 { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#XvaBVS8e0TVlJxpb7BILvsLBrhsp09Kb { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#K8MROFl2m9f81aBGH0fI7O2zvTbPbf2K { top:45.796877622604rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz { display:block; }#h6r1W4Rezk6cydIKqd8UhZkTf5nST0Qz > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#BiMZswH9X3MgiA2X1ZksaeXPJvT8n2U0 { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#w3MDWXQHJuKnIvez3JP5EzUoGOoOdbM8 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#TzKw6PSHTi3NkMiSTZ3AAihC2SqGVDQx { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa { 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; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { border-width: 0; border-radius: 0; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz1pwoGGoiy7XxDvczyr7b4lWxxrdtqa > .row .container { width:20rem;height:5.7486991882324rem;position:relative;display:none; }#AVidrmHqkRBbWJOh7NmKHxTXF1kX8yWq { 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; }
#eG5x0Mqt7P89w3sbiq13OJKMORuoOdlK { display:block; }
#qbSL0JeUzTIUgDQcSBitt4n5enIar5WL { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ZsL669f9O18GoQVFTTVXphLLxEDTIsUb { top:0.5rem;left:0rem;width:6.375rem;height:2.3125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:2.1;display:block; }
#qJmZh3sZS04egtPfiGw5eoS91BxfsVBw { display:block; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#srRyQzrMreIcK3lq5vNhkdQLGUVtW63x > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TONvRsh4ScwQrxzSh47GtTAyZS0iHmaZ { 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; }
#c93E13p6IRq1fATuHJlCbRQ5ydCAcEWA { display:block; }
#DGB7sRWCC3hwNlPn6kLIohmeQdJTBl7q { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#gSIsieJLxT181RDa8mqeX4PpoHEXvBie { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#oLpNt2EBTJn9SVcyT6EnfzImv1mtxB78 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#ifrpExzcwCTTI4mEP4s3fz5umqbBooHH { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#ID4CKJcxKgGzmqrNaqezWL4z6oQGwTX0 { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#Wes994mnLDUmfBoEJp7TpZVDXyxxOTOo { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#QNShlCtep6IpuFOTwXGsP5wIeQP8U6sP { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#anQMq5xW6ZeQCEpsCU5ip6LX8TpMtIyc { 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; }
#XsTPnM7EEI0umlNxGKIA9yNqE8DoFOk5 { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#wKy5bPFEy5mD2yHtnrXuaCFSL0dA43Pr { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou { 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; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.adaptive-delivery-prevent-bg, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyload, #tAKCK53RgECD8CPGSqDEa3dqsHoKJNou.lazyloading { background-image: none; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { border-width: 0; border-radius: 0; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAKCK53RgECD8CPGSqDEa3dqsHoKJNou > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#X28U5qqXp15BrdFkqNRS9bqmUropUBIG { width:9.12475rem;height:5.06225625rem;top:5.186767578125rem;left:8.809814453125rem;z-index:15021;display:block; }
#Se8UIb8FQTRGo1KOpVRyg3L8h8Ec3dMg { width:7.6245rem;height:4.1870125rem;top:0.999755859375rem;left:1.1865234375rem;z-index:15022;display:block; }
#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM { display:none; }#vDTCCrKyX0ihBwCaZBNVax8262oZFmiM > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; }#d2ySsxAMuhfOTM9iTZJ3H6qdiDvW3bAN { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#wHnO5klvysVldSRlWg78Wc3PhxZTkviF { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#HZp3q0tPRfTx9LzLt9FDOG1304KAVZvn { 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; }
#Tu7hc5tlm3PuAhf7pSTpsdu7kwb9Gvrm { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#iDmJT7f0yg1kUoAISneRocT9u5DQkyyr { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-text {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-input-select {padding-top: 0; padding-bottom: 0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .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; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:first-of-type{padding-top:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .widget-container:last-of-type{padding-bottom:0;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm  { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm {display:block;}#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm { width:17.5rem;height:auto;top:12.17529296875rem;left:0rem; }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #mOhRaRGXrwipf4sRxbvh9tth0lAeI1Tz {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #WSpoNwJL8NVhKM2hnD7bTpOfrPCFwKLn {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #VbUNFP7mmMOPcDTMNJTNMh67GzIu53HG {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rN4OLCoXtmQOmNp2qOvzdwr9k1nPaK9C {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #yBN1A1TnEh0mne9WczDcQv86D0HKXCER {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #rFpiJW080E0rUoR7iah4y80zcRKl93Fb {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #FlKxQlA6vT2gr3CCFOninkNfhBMwRgt7 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #hPoCU1ckxllgPfdWaM8BLFPft1JNHGwu {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #UdoU201vR5GLXHgvNxCZo4mpHSyCnnxM {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #QHkv7KxAGO8rKvon44w9MVZxA3OVxa3V {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #MkKEv24RQv2aSqSJPvA7clMOc6zdFeC5 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #nKOQ8pBOfSvgxFRM932u85Sp6bAGriTM {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #udxRhG1uHiSdbTieoIJKKiUoxUFyZ7mR {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #TMGhztxIqo4wO9vUgxvomDzQqe7kqH64 {  }
#RJpTtQSMGT0RxhgTNxR4QTEKQouLkRnm #E7kw8cTASzRTTyJqUpLW1FEXZ5HxaDoe {  }
#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL { display:none; }#ZGAPGfOtR5MwmhioFF9S8rdPkFzpsWtL > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#OaqBJch1yguHDznQQf40LN1PVsmMBB6M { display:none; }#OaqBJch1yguHDznQQf40LN1PVsmMBB6M > .row .container { width:20rem;height:31.875rem;background-color:#ffffff;background-image:none;position:relative;display:none; }#RODNLf9QgFcQOx8spQG59TTPTzwLryAy { width:15.061875rem;height:2.5996125rem;top:5.4931640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#oBCbDZiMJOfmFmTTvK7tAUTcApFtzVPd { width:18rem;height:2.79948125rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#T8BWEJB1NETF1eP3bcJXBNhi09PDsDr7 { width:15.8125rem;height:4.19921875rem;top:13.62451171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#wHLxGbTSuxLJo5ZSP0vVitFbTBHGCO3x { width:16.0625rem;height:2.79948125rem;top:18.4365234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#qRXblREzTtq5uDdm6OkqmQh1IsfuJP0a { width:15.625rem;height:2.79948125rem;top:23.18701171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;display:block; }
#e1olqMvCssHbeoH24nyVtIVPVZz17rnG { width:2.43706875rem;height:2.43706875rem;top:9.076171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#NqGSu2d8KeqsNeVZFDfQM1zVUvnOdxsu { width:2.43706875rem;height:2.43706875rem;top:13.62451171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#w3xNX59TrfqiPqGduTy65qPlT3waddvT { width:2.43706875rem;height:2.43706875rem;top:17.81982421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#aT1GfebAyihsNA65v3EygGreNTUUPSd9 { width:2.43706875rem;height:2.43706875rem;top:22.2626953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#qiT25aVnIItgqqgtNfzIPK39EQrC1rWU { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#MLqKK8AJi0tByXHGcvhgGx8caDio8BTC { top:3.1376953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX { border-width: 0; border-radius: 0; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .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; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container { width:20rem;height:67.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.adaptive-delivery-prevent-bg, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyload, #W9bMm9AdexPTrikq3TAyoyOeGIbATulX > .row .container.lazyloading { background-image: none; }#DKpsDiuyO0IxTfNBRdru0ymAv4p7FRqT { 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; }
#VHkM2h8WKlec3xhNbAG1QmNBvTHQkDLJ { display:block; }
#dPXEuaWu3ony58H9NqoKQ9nPcrC2tUal { 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; }
#fuZCOCxcRc4D5kOcnyIAafQmH89UVLJy { display:block; }
#tsuMim8OfA32Rl0PTpoTJO17aPnHrqyk { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#t47VOtLRa5vpdeg96m2Tz6JDNiRcBJVy > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#AJ1E9q5Akn1V44feFIrVJ57itvU679Pb { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38020625rem;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; }
#V23b4oiwR9gJJMxbOWLz5M16GRkCTQIZ { 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; }
#CFH4XovEm1KaA5nqfqCsWLVuooTHnagK { display:block; }
#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk { display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container { width:20rem;height:71.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.adaptive-delivery-prevent-bg, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyload, #pQRPa1xyDJ960kQxoa2kTJ5sR8my0wnk > .row .container.lazyloading { background-image: none; }#bnc7sRPWX2x0kyA7Vi7mOMITXaWm8TyT { width:14.124375rem;height:1.499025rem;top:33.535158157349rem;left:2.9372830986977rem;text-align:center;text-align-last:center;display:block; }
#RI8oAOTWqITrGsTxhZguCsosdyUFnC5J { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#dy4yh6TwxdsTObq961TNXPDAp0eHGtVv { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#acynms9FEvAeSJxZutOt20p5nGWL1dEd { width:8.247625rem;height:0.9746125rem;top:42.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#iyBfh3X82QUUnZwuBvXGrEHPperQpkrt { width:6.12305rem;height:1.125rem;top:51.375rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#mXUht75milEJRxtnyLwCJRUl2prcr3lc { width:3.99858125rem;height:0.9746125rem;top:51.4375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#voi0WiO5oTuwkGg8Xyiro0gQw6dk0CZO { width:7.8723125rem;height:1.125rem;top:53.390869140625rem;left:11.998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#xdH5MvDvwro8RHSLlfghW4ZHBcz5O7bZ { width:4.4992875rem;height:0.9746125rem;top:53.62451171875rem;left:11.37451171875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#aK5za36T1PgJeCT8vKx6u81pm5MptUE8 { width:3.18714375rem;height:0.9746125rem;top:63.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#bhugtO5zVhd7pQJWKfldbkGJ7DXyISLp { width:4.8125rem;height:0.9746125rem;top:51.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ubQcSvkNOrlHKlHNDABgpxFmLO58gfyE { width:3.4375rem;height:1.125rem;top:53.1875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#B7xQGMU6W88ygVtgoxT4D7o2T9Lpv4ha { width:5.3125rem;height:0.9746125rem;top:63.875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tA6dxEuAWiHfNCPoMI2ydhff8kpMKukc { width:14.0625rem;height:1.125rem;top:51.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#t8s6oL9oqIJT7FJPCQZEfbTOHqn7UX0n { width:5.81176875rem;height:0.9746125rem;top:51.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#u375GXIeXyt0nR6OmZq1XfVTTp8NvlDH { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#USxdGU7TX63XtpKLFZlaVF4faEoLoJ0w { width:5.74829375rem;height:0.9746125rem;top:63.875rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Hxpz5BD8fXWhxqP86BH5CrF8KJq8RS4l { width:7.875rem;height:1rem;top:62.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#q0qcdn2gDgVTxTuSLRwHc3Dierta3N6a { width:5.1242875rem;height:0.9746125rem;top:64.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#xt1n5V4Vv5M5h5RaVmVU55hcSJ4MIOyr { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#Enx2UkP9BW5eXRlu5qnJzlARZc2DhVLv { width:3.2495125rem;height:0.9746125rem;top:53.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TLy8EKIyOvbUgObr51zlGzAaiPbhzBhT { width:2.68676875rem;height:0.9746125rem;top:53.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#LBWzal8plCkEgz8OCkFgepgQtQatQEsw { width:6.1239375rem;height:0.84375rem;top:40.4375rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#GsrTySUy5SUZcnuEvbyhBoFLipHihPyX { width:12.7495625rem;height:2.68663125rem;top:55.874568939209rem;left:3.6241322159767rem;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; }
#fSH8gT19UDTFvEs91zmbTzUKOEhfDhiP { display:block; }
#txvDFged0Z4K1i36m8QcuPNQqMK4l2lT { width:3.8125rem;height:0.9746125rem;top:42.0625rem;left:11.875rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#eewiHJDCZDbo87BzbQXVsedXDNZurdza { width:8.25rem;height:0.9746125rem;top:42.0625rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#NmIxTQRBUCGhRTAbuEfa0h9VcHIZkImH { width:11.875rem;height:1rem;top:54.686279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#uWdRsz1IiGblPJo6FXbV7g3z3zp5PKqI { width:11.875rem;height:1rem;top:43.1396484375rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#CNlvC5lmr7BJ6IXSLAqLoHHJGpKXhTZS { width:9.0625rem;height:1rem;top:64.90966796875rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TUkE9dGbptngNpzMsV286VTpayq0i6uv { width:11.875rem;height:1rem;top:43.436279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#xeywUHTNKWuHdueSBzs5rM5q6T9XXfMl { width:9.25rem;height:1rem;top:54.45166015625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms { border-width: 0; border-radius: 0; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .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; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container { width:20rem;height:69.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.adaptive-delivery-prevent-bg, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyload, #F3Wwi6xhrZllsaVihNAc7dAm8DxMS4ms > .row .container.lazyloading { background-image: none; }#fcEnqDo7wEzapEtUykAhFGWZXw7eEeT2 { 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; }
#r7nBRBPt432K6kfN1Mr5h69ZpIqgOH10 { display:block; }
#OefeXTRiJTsiQv0kLkF1WHmXVBd1CQig { 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; }
#qadm8rm6ncWBsiKiKvslNFmf9BlNvDhv { display:block; }
#HP0MNq6tw099HWPXtGTOnXe6igrZRBwt { 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; }
#Vc1EH2sMKzAS2FtGBN8GOoBMdSFTTXMo { display:block; }
#vdgCKOT1f9NdGcb6vJok1i96w31ArmME { 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; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#LKChC0HNreXNzQMq7fD3i3OAgSm5ArrB > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#sguNt9JnFA2LchDT6mE8rlMUC2H85lmT > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Khb63mcyF6Z3T3Q8oUXnPUDuARzVihLI { 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; }
#TupVo5lZfHeWV9VezUiOLWTOvwTF7ubv { display:block; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#FIRE36ZsNFSATrkd56r1tQJrSb3q4cfw > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Q4isdHs3NVo4AUCNEtA8CDhJcM7ASTzQ { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#xTTqCqZBrbZ8eTIpUtaNdNNq75nBGmRD { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#liEF96Iu4UXE7bLANOTgDltIqqHxwgE3 { 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; }
#K8C9P1P19K4oJiMD2gOZoOMseiGKphOr { 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; }
#Sd9i6Hixv9HkVPZ5bU70l5TC8U0O7lxr { display:block; }
#WLU40HxrpRR1GEIWCGWTPQsRT6lbTEBV { 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; }
#tI67PTtnQxJBnh58IyyZzy4GcmmcF7LB { display:block; }
#XoOcbrpJhTB2Q0gXxQqD7tLr1JJRihJ3 { 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; }
#OEA966V4Bv1A7aekukdNXid9Wtd6ouTI { display:block; }
#EBaK5WN9C0z5T0hTpMwhrBl2TmAU0ywV { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#ddn3dzidTpBGNLvcJsDPeiqmCNTmoPlL { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Ul5QswMSevmpQPCZOh6fbua7T82X0LoE { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#b01zZGoqBNZPOF6PJn2qva2mcJLSRSdH { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#wyEGSnTBXL7Vm770LE5mWtt3amlsvqU4 { 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; }
#FyzWJ3igRhRkzMUkOUkrMuT05mPKXc33 { 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; }
#HaPS53gpEMCveJISKcAFAT7yiGMfR4qG { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#kqpwPMffH8NvNSlMN0326fw17bWITmpE { 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; }
#b9uLZsZhxpwQ9Hy9kcKRcTBLz8mt32Z5 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#m8plUa7tnAlAZLRO78KqtFKekFB8pCBK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#eiuKkAKZmOGTIvzKGWodO50rzTIleFKV { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { display:none; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk { border-width: 0; border-radius: 0; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .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; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.adaptive-delivery-prevent-bg, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyload, #PkbK4VWEW5mJGyJkf0AkzmutGoUbJxHk > .row .container.lazyloading { background-image: none; }#bvu6izDftNo5TUqU6TX27piVcFOJ1goR { 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; }
#HIveD909y7HgQCw5WTEdu3689T2G7oiU { width:7.5rem;height:5.2807625rem;top:46.082763671875rem;left:6.25rem;font-size:4.0625rem;display:block; }
#RPCmyLgZ1Ta9vz5OyUldtpoXQA1D0un8 { 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; }
#sP4uIZqNd1aOPnN9zofXTXl69Ai4p2hW { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#rm2X3X7eogJNWrX5FiMH3iwyTltGRWZ2 { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#FlLi7twEX3MxmzMeEynMMyohlyayb1MF { display:block; }
#HTsK6etHONflisDSgWWQBVUTvw7BSFgJ { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#ztvgdvAowesyvkNoQnfXRMO9iV36G6TE { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#vOXdEcXG7GyiQ3ABZfEzwtL1sa1z2It6 { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#d2THezv2pGuEqMh6Vvwtru69qPGu5AvT { display:block; }
#tmBQQfoWaSkauOQ1vRvuCEnLTTQHPQLG { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#iwTfIBtnS1QeR3OX3PGKRv770G7kXo5T { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#gdU1bB4xPdKS1yeS3IXA998TTXN6rFIB { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#gPTB4QLagx8cUKcr2Jpbgr1urbOVRFZz { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#sE8W5XLXyZbVLTNyUoDBcU78Iz1cFxzT { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#khHJ7raaqOg2aFvPrI0uiI1O1ND0GBeb { 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; }
#lRHMrEtI6tGx8X8HKDNeoEH9FEvadB7t { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#LpXkC3iouE1GNxXvdOi5iUXcbOCIE692 { 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; }
#PdV0PCEnsVLNOMc5UpCNtbyTQpaGfHiG { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;display:block; }
#Bi8GJeB3VibRe3GhvVWMHLEDteIgxWK5 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#MD6SPuglQsdK1GI0NZOLrWOLc0uPZK57 { display:block; }
#vWTiTB4T4z80b6S4TQzRPztHl7aSBhqA { 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; }
#ATfJW1uugireQNvPQnHS0MTld2tKG6Ie { width:5.06225625rem;height:1.6870125rem;top:51.363525390625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;display:block; }
#oprzQ8mHyTy33lepmtHeFmUOg1P6TGTn { width:5.06225625rem;height:1.6870125rem;top:33.18603515625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15190;display:block; }
#OhQFZToqHyEsX5yTeTVUsNPqqKrerGq5 { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.81103515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15191;display:block; }
#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b.adaptive-delivery-prevent-bg, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b.lazyload, #TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b.lazyloading { background-image: none; }#TVirfdTkltISwkPzw3lJ2KL8fxrSfI2b > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; }