.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:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #c59656, #b9a58d);background-image: -moz-linear-gradient(200deg, #c59656, #b9a58d);background-image: -ms-linear-gradient(200deg, #c59656, #b9a58d);background-image: -o-linear-gradient(200deg, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(200deg, #c59656, #b9a58d);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { background-color: transparent; background-image: none; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container > .video-iframe-container { display: none; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row > .video-iframe-container { display: none; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .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); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { border-width: 0; border-radius: 0; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#gbfVpG55Bbk9tv6ZFvSwRw54lOxb9qIc { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#EOgkqq3aNyrsF1hgKyGXsh8wLrbnTJW6 { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#ZzTrInyuBZC0awTJ0hufErx2Bo08vU6t { 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.5rem;width:9.6875rem;top:2.3125rem;left:1.5rem;overflow:hidden;display:none; }
#tTtpkCidT2dPLc4XxJduaGmkZitW6OoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.375rem;left:46.625rem; }
#tTtpkCidT2dPLc4XxJduaGmkZitW6OoR > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#ZffufWwqvdHmzUBMHsAKBR5stmrq4Wkx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15025;opacity:1;top:2.3125rem;left:49.1875rem; }
#ZffufWwqvdHmzUBMHsAKBR5stmrq4Wkx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#e9OxG9bygbRAb4bxSl4PdX5d1JHGs2Us { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.5rem;left:51.8125rem; }
#e9OxG9bygbRAb4bxSl4PdX5d1JHGs2Us > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#pM0xxdg4HbIVytt7Xbpr82r5XJch2wIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.1875rem;left:54rem; }
#pM0xxdg4HbIVytt7Xbpr82r5XJch2wIA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#PkMzbS9v4lADN5ZcnvXdQ8EVBucMSULd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.3125rem;left:56.625rem; }
#PkMzbS9v4lADN5ZcnvXdQ8EVBucMSULd > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#lUNExbRtrKzpEiaoLkwvxt3Rrvcek6PA { position:absolute;display:block;z-index:15033;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.4375rem;width:6.25rem;top:0.625rem;left:3.311767578125rem;overflow:hidden;display:block; }
#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#c59656;display:block;width:33.125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:24.125rem;height:3.9807125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OORwaEb7PbdWmFoQeshOROATCGITyQkq { color:#545454;display:block;width:29.5rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:25.9375rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:#c59656;display:block;width:29.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:14.9375rem;left:25.9375rem;height:2.02514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ny6CtL6WvUyRJfi9gio4NFoUT4pyRoWa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:20.0625rem;left:38.875rem;overflow:hidden;display:block; }
#iV1waeORqtCHRXJX3SG04QRQkuDI03ld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.9375rem;left:26.625rem; }
#p2dGmrWax5UyAPlVMXNSTTTcI2gR1NU5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.9375rem;left:53.0625rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-form-header { font-size:0.75rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:15rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .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; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #ffffff, #c59656);background-image: -moz-linear-gradient(13deg, #ffffff, #c59656);background-image: -ms-linear-gradient(13deg, #ffffff, #c59656);background-image: -o-linear-gradient(13deg, #ffffff, #c59656);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c59656' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c59656' );";background-image: linear-gradient(13deg, #ffffff, #c59656);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:9rem;height:3.125rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .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; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-container:first-of-type{padding-top:0;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-container:last-of-type{padding-bottom:0;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #57698f);background-image: -moz-linear-gradient(180deg, #c59656, #57698f);background-image: -ms-linear-gradient(180deg, #c59656, #57698f);background-image: -o-linear-gradient(180deg, #c59656, #57698f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );";background-image: linear-gradient(180deg, #c59656, #57698f);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.59375rem;top:4.1875009536743rem;z-index:15004;position:absolute; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ {display:block;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #57698f);background-image: -moz-linear-gradient(180deg, #c59656, #57698f);background-image: -ms-linear-gradient(180deg, #c59656, #57698f);background-image: -o-linear-gradient(180deg, #c59656, #57698f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );";background-image: linear-gradient(180deg, #c59656, #57698f);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.59375rem;top:4.1875009536743rem;z-index:15004;position:absolute; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #gdh8T8GoLF6hBElKNn3QSIwo2wzvVmvR { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #v893APMzcUhgXGGkOnNoqteApUardVmr { position:relative;display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #iLEpMkslXuoM8JgcQ4ytHpHPsfoZL7Qu { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #yqDhLDroOHnPAiRLCXc8XvK47NN9HESK { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #itUX3pTw7JGuPTMsqIGIDCUCu6xquOFl { position:relative;display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #aykly40IgQnQ708fyyvlApyXFo6Rx5zF { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #pRd9vWIOWTMt1EVxgpyVPn7RTnacTSKI { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #ug7TgMVKr4sFcrCS0R74r4Akcd0AynT6 { position:relative;display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #Kkm3fumGVlfufSepyw0U1AobUaDv4vqS { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #xKGcHWZtlI7PZfWwGzsTetA3WXcnKUh7 { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #Bs9PWGzDLTaVIs0gApGeGZJh5iaoAuJ8 { position:relative;display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #sVkr9PEEemTIixTyxFk4xVQynqlVRJU3 { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #g4yQwVukAXOMmS9XGxOZAUpTPMu64EmA { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #lTBqHaI6BihrCxZnF2oeubxooOmxWSVJ { position:relative;display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #JGrwNrUTxTZOyIUR9LAAmvN9rPEldw0M { position:relative; }
#xI2XTNKW2gWnvIHf8E2KRtZpU5rIIJRv { position:relative;display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #bp1nMq58rETiuQWMw6ydNhTS3HRxt3C4 { position:relative; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #X8VDBIvgIMX1I3xMvoJg9dS2aFesAUei { position:relative; }
#WbMr5F3nAxVQQFxAgIqSXs1FTensm0m8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:28.375rem;left:48.8125rem; }
#LAiriTLOVsw0qC14gqHLGVRTNbg6PEVf { background-color:#c59656;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:28.0625rem;left:33.125rem;display:block; }
#crtsc7HlpUTqrVf1rIXvvJVR7xiGU43a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vubn7GWFqIso9EbPW6Nz1L2LSDoOcQL2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:28.375rem;left:30.125rem; }
#W4LiRnsBfE63Ak5q5rple3Qv3mgxz9dv { color:#ffffff;display:block;width:30.558625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15054;line-height:1.8;letter-spacing:0;top:22.5625rem;left:25.4375rem;height:3.5986375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57698f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#ew3Iz6KwEUEW1g0gpiqeTcfMEo2UQGCf { 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.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9.adaptive-delivery-prevent-bg, #JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9.lazyload, #JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9.lazyloading { background-image: none; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container { background-color: transparent; background-image: none; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container > .video-iframe-container { display: none; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row > .video-iframe-container { display: none; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .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); }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container { border-width: 0; border-radius: 0; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#QdMKTAr5gn9VIVgm5TLqUNUs3BX5XR7k { position:absolute;display:block;z-index:15060;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:29.5625rem;width:51.3125rem;top:1.9583330154419rem;left:4.24609375rem;overflow:hidden;display:block; }
#JL2qUqoXcVkMRkGZaiXtLuEFRTaIQoVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:33.5625rem;left:35.5rem; }
#TL5reQCQVzsCIn2scBER4zl2aTTlpK4Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:33.5625rem;left:21.875rem; }
#ILw5bUtDee68Mm98ATaNQofFnzOZaSLF { background-color:#c59656;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:3.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:33.25rem;left:24.1875rem;display:block; }
#QWv7PzW0yXKixt0FFLP7SHUXPH0XPpd7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbJU59zttDPALnBRku1RgC1xdAIiMcyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57698f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container { background-color: transparent; background-image: none; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container > .video-iframe-container { display: none; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row > .video-iframe-container { display: none; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .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); }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container { border-width: 0; border-radius: 0; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#NZXviEWEMflWn5ITBiTBqb9nhMLTbeUT { color:#ffffff;display:block;width:31.499rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:6.875rem;left:1.015625rem;height:5.4638625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cn05C5OyVHVAMOISaq0E6iUDJFhwLKKS { color:#0e0a52;display:block;width:24.187rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:32.513427734375rem;height:2.84375rem;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; }
#QSx7Ks4S0HFiS5O5XSwD0XKdbEWilzei { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:34.8125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#TxBaLuxJEFnpTNnlaHp6CWqTVIyClMrR { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:37.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#Vx3at1gTv3QsCuMWJquin7HphU1O8MEU { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#L9MUtZ1ZIzLnQAvk1U8QouyfPelsTft6 { position:absolute;display:block;z-index:15036;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.1875rem;width:1.5625rem;top:7.25rem;left:55.0625rem;overflow:hidden;display:block; }
#kKFLnHyXm4uHTxZqEKOkUs4orh3zpOZR { position:absolute;display:block;z-index:15037;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.1875rem;width:1.5625rem;top:9rem;left:55.0625rem;overflow:hidden;display:block; }
#DUP7APry5DBGmCET4UlRF4ybxCgkaLWU { position:absolute;display:block;z-index:15038;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.1875rem;width:1.5625rem;top:10.75rem;left:55.125rem;overflow:hidden;display:block; }
#Bi15VXmkBtzZG5BU0FOdiofHnnl33MER { position:absolute;display:block;z-index:15039;background-color:#ffffff;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:5.3125rem;width:0.125rem;top:7.1552734375rem;left:33.780517578125rem;display:block; }
#DBukqVQTuSsduulqCIu3D13qq3e5FBfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/OtP5ppb2/shape.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi.adaptive-delivery-prevent-bg, #DBukqVQTuSsduulqCIu3D13qq3e5FBfi.lazyload, #DBukqVQTuSsduulqCIu3D13qq3e5FBfi.lazyloading { background-image: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { background-color: transparent; background-image: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { display: none; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .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); }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { border-width: 0; border-radius: 0; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.9365rem;width:30.06225rem;top:8.4375rem;left:29.937744140625rem;overflow:hidden;display:block; }
#UxSR2Toza16TdAMyCVUTkvl4MTtuavQm { color:#000000;display:block;width:27.937rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.939453125rem;left:1.0302734375rem;height:28.57421875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ivb5G7ZwsS4T3Dug0zKfxI0cB38zuDin { color:#545454;display:block;width:29.5rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9404296875rem;left:30.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { border-width: 0; border-radius: 0; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57698f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container { background-color: transparent; background-image: none; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container > .video-iframe-container { display: none; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row > .video-iframe-container { display: none; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .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); }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container { border-width: 0; border-radius: 0; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#tvnXgaoe80OdNLtU8EF7TBvB6HGTF8tg { 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.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #c59656, #b9a58d);background-image: -moz-linear-gradient(200deg, #c59656, #b9a58d);background-image: -ms-linear-gradient(200deg, #c59656, #b9a58d);background-image: -o-linear-gradient(200deg, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(200deg, #c59656, #b9a58d);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { background-color: transparent; background-image: none; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container > .video-iframe-container { display: none; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row > .video-iframe-container { display: none; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .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); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { border-width: 0; border-radius: 0; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#tSTt1TCuzmdN8e754FSCmN9VxGaxVP9m { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:3.4166660308838rem;left:30.3125rem;height:6.4721625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zukbezsdO3u8m5bkRNwPBlb3VJvUA2ny { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#aWWOTgzusXhpKcLhWPhL3sdhWlUETKPC { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#TL8ITJSIw7n2weNuWrwE6wTfty8D2m9E { color:#ffffff;display:block;width:19.43725rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.02734375rem;left:20.279541015625rem;height:1.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vsLW0RQu0rUFEsXgxiQshDJToiRLivTG { color:#c59656;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:13.5rem;left:36.4375rem;height:1.8005375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHZBLGt5ICCTsOJ5yAudWM4aSrxP4QEb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:12.9375rem;left:36rem;display:block; }
#QTbBKIQoL6d4UxBUg3J7tWffbAVMJEe9 { 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:9.6875rem;width:9.6875rem;top:2.3125rem;left:1.5rem;overflow:hidden;display:none; }
#rNWHoINsVyBZGP9boUriDRtz60hvUBWc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.5rem;left:3.5rem; }
#rNWHoINsVyBZGP9boUriDRtz60hvUBWc > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#LNF0UCxeNLOnZsM6n2XTHQ8fyHwK5kky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15025;opacity:1;top:13.4375rem;left:6.0625rem; }
#LNF0UCxeNLOnZsM6n2XTHQ8fyHwK5kky > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rKDn2CI7XUq1cGDrXEfZr1pPNXxM8Bw0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.625rem;left:8.6875rem; }
#rKDn2CI7XUq1cGDrXEfZr1pPNXxM8Bw0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VhG0FKZWHe9o0CzPaAql6SJWSJZzebp1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.3125rem;left:10.875rem; }
#VhG0FKZWHe9o0CzPaAql6SJWSJZzebp1 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#gG23W9tHJK9IOp3yxpg0AXzHfM59mACH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.4375rem;left:13.5rem; }
#gG23W9tHJK9IOp3yxpg0AXzHfM59mACH > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#g3LpcpnzvNq29Tu6lNZl1i1VzahSohWS { position:absolute;display:block;z-index:15033;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.5625rem;width:13.25rem;top:0.875rem;left:2.8125rem;overflow:hidden;display:block; }
#oJDpCp4sJGlbnNLh9g9mWd0Cpfryq4H0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.125rem;left:32.875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc { display:block; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbfVpG55Bbk9tv6ZFvSwRw54lOxb9qIc { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOgkqq3aNyrsF1hgKyGXsh8wLrbnTJW6 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzTrInyuBZC0awTJ0hufErx2Bo08vU6t { top:2.25rem;left:0rem;width:11.8125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTtpkCidT2dPLc4XxJduaGmkZitW6OoR { top:2.375rem;left:40.5rem;width:1.6875rem;height:1.6875rem;display:block; }
#tTtpkCidT2dPLc4XxJduaGmkZitW6OoR > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ZffufWwqvdHmzUBMHsAKBR5stmrq4Wkx { top:2.3125rem;left:43.0625rem;width:1.875rem;height:1.875rem;display:block; }
#ZffufWwqvdHmzUBMHsAKBR5stmrq4Wkx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #e9OxG9bygbRAb4bxSl4PdX5d1JHGs2Us { top:2.5rem;left:45.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
#e9OxG9bygbRAb4bxSl4PdX5d1JHGs2Us > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pM0xxdg4HbIVytt7Xbpr82r5XJch2wIA { top:2.1875rem;left:45.6875rem;width:2rem;height:2rem;display:block; }
#pM0xxdg4HbIVytt7Xbpr82r5XJch2wIA > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #PkMzbS9v4lADN5ZcnvXdQ8EVBucMSULd { top:2.3125rem;left:45.8125rem;width:1.875rem;height:1.875rem;display:block; }
#PkMzbS9v4lADN5ZcnvXdQ8EVBucMSULd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lUNExbRtrKzpEiaoLkwvxt3Rrvcek6PA { top:0.625rem;left:0rem;width:6.25rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:4.3125rem;left:14.625rem;width:33.125rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { top:9.875rem;left:18.25rem;width:29.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:14.9375rem;left:18.3125rem;width:29.4375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny6CtL6WvUyRJfi9gio4NFoUT4pyRoWa { top:20.0625rem;left:32.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV1waeORqtCHRXJX3SG04QRQkuDI03ld { top:14.9375rem;left:20.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2dGmrWax5UyAPlVMXNSTTTcI2gR1NU5 { top:14.9375rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-regular-label { display:block; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ  { width:15rem;height:auto; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ {display:block;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #gdh8T8GoLF6hBElKNn3QSIwo2wzvVmvR {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #v893APMzcUhgXGGkOnNoqteApUardVmr { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #iLEpMkslXuoM8JgcQ4ytHpHPsfoZL7Qu {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #yqDhLDroOHnPAiRLCXc8XvK47NN9HESK {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #itUX3pTw7JGuPTMsqIGIDCUCu6xquOFl { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #aykly40IgQnQ708fyyvlApyXFo6Rx5zF {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #pRd9vWIOWTMt1EVxgpyVPn7RTnacTSKI {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #ug7TgMVKr4sFcrCS0R74r4Akcd0AynT6 { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #Kkm3fumGVlfufSepyw0U1AobUaDv4vqS {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #xKGcHWZtlI7PZfWwGzsTetA3WXcnKUh7 {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #Bs9PWGzDLTaVIs0gApGeGZJh5iaoAuJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #sVkr9PEEemTIixTyxFk4xVQynqlVRJU3 {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #g4yQwVukAXOMmS9XGxOZAUpTPMu64EmA {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #lTBqHaI6BihrCxZnF2oeubxooOmxWSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #JGrwNrUTxTZOyIUR9LAAmvN9rPEldw0M {  }
 }@media only screen and (max-width: 763px) { #xI2XTNKW2gWnvIHf8E2KRtZpU5rIIJRv { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #bp1nMq58rETiuQWMw6ydNhTS3HRxt3C4 {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #X8VDBIvgIMX1I3xMvoJg9dS2aFesAUei {  }
 }@media only screen and (max-width: 763px) { #WbMr5F3nAxVQQFxAgIqSXs1FTensm0m8 { top:28.375rem;left:42.6875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiriTLOVsw0qC14gqHLGVRTNbg6PEVf { width:15.125rem;height:3.0625rem;top:28.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #crtsc7HlpUTqrVf1rIXvvJVR7xiGU43a { display:block; }
 }@media only screen and (max-width: 763px) { #vubn7GWFqIso9EbPW6Nz1L2LSDoOcQL2 { top:28.375rem;left:24rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4LiRnsBfE63Ak5q5rple3Qv3mgxz9dv { top:22.5625rem;left:17.25rem;width:30.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ew3Iz6KwEUEW1g0gpiqeTcfMEo2UQGCf { top:0rem;left:0rem;width:47.75rem;height:9.40078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 { display:block; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdMKTAr5gn9VIVgm5TLqUNUs3BX5XR7k { top:1.9375rem;left:0rem;width:47.75rem;height:27.510048721072rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2qUqoXcVkMRkGZaiXtLuEFRTaIQoVu { top:33.5625rem;left:26.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL5reQCQVzsCIn2scBER4zl2aTTlpK4Q { top:33.5625rem;left:18.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILw5bUtDee68Mm98ATaNQofFnzOZaSLF { width:11.3125rem;height:3.0625rem;top:33.25rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWv7PzW0yXKixt0FFLP7SHUXPH0XPpd7 { display:block; }
 }@media only screen and (max-width: 763px) { #VbJU59zttDPALnBRku1RgC1xdAIiMcyt { display:block; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZXviEWEMflWn5ITBiTBqb9nhMLTbeUT { width:31.4375rem;height:5.4375rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn05C5OyVHVAMOISaq0E6iUDJFhwLKKS { width:24.125rem;height:2.8125rem;top:2.25rem;left:23.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSx7Ks4S0HFiS5O5XSwD0XKdbEWilzei { top:7.3125rem;left:27.6875rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBaLuxJEFnpTNnlaHp6CWqTVIyClMrR { top:9.0625rem;left:29.9375rem;width:17.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx3at1gTv3QsCuMWJquin7HphU1O8MEU { top:10.8125rem;left:28.5625rem;width:19.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9MUtZ1ZIzLnQAvk1U8QouyfPelsTft6 { top:7.25rem;left:46.1875rem;width:1.5625rem;height:1.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFLnHyXm4uHTxZqEKOkUs4orh3zpOZR { top:9rem;left:46.1875rem;width:1.5625rem;height:1.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUP7APry5DBGmCET4UlRF4ybxCgkaLWU { top:10.75rem;left:46.1875rem;width:1.5625rem;height:1.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi15VXmkBtzZG5BU0FOdiofHnnl33MER { top:7.125rem;left:27.655517578125rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { top:8.4375rem;left:0rem;width:30rem;height:19.895217423846rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxSR2Toza16TdAMyCVUTkvl4MTtuavQm { top:2.9375rem;left:0rem;width:27.875rem;height:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivb5G7ZwsS4T3Dug0zKfxI0cB38zuDin { top:2.9375rem;left:18.25rem;width:29.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E { display:block; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvnXgaoe80OdNLtU8EF7TBvB6HGTF8tg { top:0rem;left:0rem;width:47.75rem;height:9.40078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG { display:block; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSTt1TCuzmdN8e754FSCmN9VxGaxVP9m { width:25.9375rem;height:6.4375rem;top:3.375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zukbezsdO3u8m5bkRNwPBlb3VJvUA2ny { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWWOTgzusXhpKcLhWPhL3sdhWlUETKPC { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8ITJSIw7n2weNuWrwE6wTfty8D2m9E { top:18rem;left:14.154541015625rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsLW0RQu0rUFEsXgxiQshDJToiRLivTG { width:19.3125rem;height:1.75rem;top:13.5rem;left:28.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHZBLGt5ICCTsOJ5yAudWM4aSrxP4QEb { top:12.9375rem;left:27.5625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbBKIQoL6d4UxBUg3J7tWffbAVMJEe9 { top:2.25rem;left:0rem;width:11.8125rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNWHoINsVyBZGP9boUriDRtz60hvUBWc { top:13.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#rNWHoINsVyBZGP9boUriDRtz60hvUBWc > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #LNF0UCxeNLOnZsM6n2XTHQ8fyHwK5kky { top:13.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#LNF0UCxeNLOnZsM6n2XTHQ8fyHwK5kky > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rKDn2CI7XUq1cGDrXEfZr1pPNXxM8Bw0 { top:13.625rem;left:2.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
#rKDn2CI7XUq1cGDrXEfZr1pPNXxM8Bw0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VhG0FKZWHe9o0CzPaAql6SJWSJZzebp1 { top:13.3125rem;left:4.75rem;width:2.0625rem;height:2.0625rem;display:block; }
#VhG0FKZWHe9o0CzPaAql6SJWSJZzebp1 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #gG23W9tHJK9IOp3yxpg0AXzHfM59mACH { top:13.4375rem;left:7.375rem;width:1.9375rem;height:1.9375rem;display:block; }
#gG23W9tHJK9IOp3yxpg0AXzHfM59mACH > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #g3LpcpnzvNq29Tu6lNZl1i1VzahSohWS { top:0.875rem;left:0rem;width:13.25rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJDpCp4sJGlbnNLh9g9mWd0Cpfryq4H0 { top:13.125rem;left:26.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc { background-color:transparent;background-image: -webkit-linear-gradient(top, #c59656, #b9a58d);background-image: -moz-linear-gradient(top, #c59656, #b9a58d);background-image: -ms-linear-gradient(top, #c59656, #b9a58d);background-image: -o-linear-gradient(top, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(to bottom, #c59656, #b9a58d);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:block; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { background-color: transparent; background-image: none; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container > .video-iframe-container { display: none; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row > .video-iframe-container { display: none; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .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); }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { border-width: 0; border-radius: 0; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKZSoMCQ64cAyTDR6kAIJNyXAMUXXegc > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbfVpG55Bbk9tv6ZFvSwRw54lOxb9qIc { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EOgkqq3aNyrsF1hgKyGXsh8wLrbnTJW6 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzTrInyuBZC0awTJ0hufErx2Bo08vU6t { width:9.5rem;height:8.3125rem;top:0.4375rem;left:5.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTtpkCidT2dPLc4XxJduaGmkZitW6OoR { display:flex;width:1.75rem;height:1.75rem;top:29.08854675293rem;left:9.125rem;display:none; }
#tTtpkCidT2dPLc4XxJduaGmkZitW6OoR > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZffufWwqvdHmzUBMHsAKBR5stmrq4Wkx { display:flex;width:1.875rem;height:1.875rem;top:32.08854675293rem;left:9.0625rem;display:none; }
#ZffufWwqvdHmzUBMHsAKBR5stmrq4Wkx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #e9OxG9bygbRAb4bxSl4PdX5d1JHGs2Us { display:flex;width:1.5625rem;height:1.5625rem;top:35.21354675293rem;left:9.1875rem;display:none; }
#e9OxG9bygbRAb4bxSl4PdX5d1JHGs2Us > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #pM0xxdg4HbIVytt7Xbpr82r5XJch2wIA { display:flex;width:2.0625rem;height:2.0625rem;top:38.02604675293rem;left:8.9375rem;display:none; }
#pM0xxdg4HbIVytt7Xbpr82r5XJch2wIA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PkMzbS9v4lADN5ZcnvXdQ8EVBucMSULd { display:flex;width:1.9375rem;height:1.9375rem;top:41.33854675293rem;left:9rem;display:none; }
#PkMzbS9v4lADN5ZcnvXdQ8EVBucMSULd > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #lUNExbRtrKzpEiaoLkwvxt3Rrvcek6PA { width:7.4375rem;height:6.5rem;top:15.963541984558rem;left:6.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:2.59895625rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OORwaEb7PbdWmFoQeshOROATCGITyQkq { width:20rem;height:4.55078125rem;top:8.5364589691163rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:4.05029375rem;top:50.376302719116rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ny6CtL6WvUyRJfi9gio4NFoUT4pyRoWa { width:3.6862rem;height:3.6862rem;top:45.727865219116rem;left:8.1562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV1waeORqtCHRXJX3SG04QRQkuDI03ld { display:flex;width:1.9375rem;height:1.9375rem;top:47.559896469116rem;left:9.0312502980231rem; }
 }@media only screen and (max-width: 763px) { #p2dGmrWax5UyAPlVMXNSTTTcI2gR1NU5 { display:flex;width:1.9375rem;height:1.9375rem;top:55.602865219116rem;left:9.0312502980231rem; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ  { width:15rem;height:auto;top:17.24853515625rem;left:1.25rem; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ {display:block;}#UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ { width:15rem;height:auto;top:17.24853515625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #gdh8T8GoLF6hBElKNn3QSIwo2wzvVmvR {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #v893APMzcUhgXGGkOnNoqteApUardVmr { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #iLEpMkslXuoM8JgcQ4ytHpHPsfoZL7Qu {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #yqDhLDroOHnPAiRLCXc8XvK47NN9HESK {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #itUX3pTw7JGuPTMsqIGIDCUCu6xquOFl { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #aykly40IgQnQ708fyyvlApyXFo6Rx5zF {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #pRd9vWIOWTMt1EVxgpyVPn7RTnacTSKI {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #ug7TgMVKr4sFcrCS0R74r4Akcd0AynT6 { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #Kkm3fumGVlfufSepyw0U1AobUaDv4vqS {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #xKGcHWZtlI7PZfWwGzsTetA3WXcnKUh7 {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #Bs9PWGzDLTaVIs0gApGeGZJh5iaoAuJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #sVkr9PEEemTIixTyxFk4xVQynqlVRJU3 {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #g4yQwVukAXOMmS9XGxOZAUpTPMu64EmA {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #lTBqHaI6BihrCxZnF2oeubxooOmxWSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #JGrwNrUTxTZOyIUR9LAAmvN9rPEldw0M {  }
 }@media only screen and (max-width: 763px) { #xI2XTNKW2gWnvIHf8E2KRtZpU5rIIJRv { display:block; }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #bp1nMq58rETiuQWMw6ydNhTS3HRxt3C4 {  }
 }@media only screen and (max-width: 763px) { #UZ8X8Fa8Ecx4bfg6kPegqp3uTzwNk7QJ #X8VDBIvgIMX1I3xMvoJg9dS2aFesAUei {  }
 }@media only screen and (max-width: 763px) { #WbMr5F3nAxVQQFxAgIqSXs1FTensm0m8 { display:flex;width:2.4375rem;height:2.4375rem;top:66.471355438231rem;left:16.395833969116rem; }
 }@media only screen and (max-width: 763px) { #LAiriTLOVsw0qC14gqHLGVRTNbg6PEVf { width:10.8125rem;height:3.0625rem;top:66.158855438231rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crtsc7HlpUTqrVf1rIXvvJVR7xiGU43a { display:block; }
 }@media only screen and (max-width: 763px) { #vubn7GWFqIso9EbPW6Nz1L2LSDoOcQL2 { display:flex;width:2.4375rem;height:2.4375rem;top:66.471355438231rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W4LiRnsBfE63Ak5q5rple3Qv3mgxz9dv { width:20rem;height:5.09765625rem;top:58.790367126465rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ew3Iz6KwEUEW1g0gpiqeTcfMEo2UQGCf { width:20rem;height:3.9371666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 { display:block; }#JbV3LzM835dS6Xozc9KVlI0Vl2czz1y9 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdMKTAr5gn9VIVgm5TLqUNUs3BX5XR7k { width:19.3125rem;height:11.1875rem;top:2.25rem;left:0.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JL2qUqoXcVkMRkGZaiXtLuEFRTaIQoVu { display:flex;width:2.4375rem;height:2.4375rem;top:15.4375rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #TL5reQCQVzsCIn2scBER4zl2aTTlpK4Q { display:flex;width:2.4375rem;height:2.4375rem;top:15.4375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ILw5bUtDee68Mm98ATaNQofFnzOZaSLF { width:11.3125rem;height:3.0625rem;top:15.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWv7PzW0yXKixt0FFLP7SHUXPH0XPpd7 { display:block; }
 }@media only screen and (max-width: 763px) { #VbJU59zttDPALnBRku1RgC1xdAIiMcyt { display:block; }#VbJU59zttDPALnBRku1RgC1xdAIiMcyt > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZXviEWEMflWn5ITBiTBqb9nhMLTbeUT { width:19.1875rem;height:3.3252rem;top:10.6220703125rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn05C5OyVHVAMOISaq0E6iUDJFhwLKKS { width:16.625rem;height:2.03125rem;top:0.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSx7Ks4S0HFiS5O5XSwD0XKdbEWilzei { width:15.6875rem;height:1.0559875rem;top:4.90625rem;left:1.53125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBaLuxJEFnpTNnlaHp6CWqTVIyClMrR { width:15.3125rem;height:1.0559875rem;top:6.34375rem;left:1.90625rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx3at1gTv3QsCuMWJquin7HphU1O8MEU { width:16.375rem;height:1.0559875rem;top:7.90625rem;left:0.8427734375rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9MUtZ1ZIzLnQAvk1U8QouyfPelsTft6 { width:1.5625rem;height:1.1875rem;top:4.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFLnHyXm4uHTxZqEKOkUs4orh3zpOZR { width:1.5625rem;height:1.1875rem;top:6.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUP7APry5DBGmCET4UlRF4ybxCgkaLWU { width:1.5625rem;height:1.1875rem;top:7.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi15VXmkBtzZG5BU0FOdiofHnnl33MER { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBukqVQTuSsduulqCIu3D13qq3e5FBfi { display:block; }#DBukqVQTuSsduulqCIu3D13qq3e5FBfi > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTQx7rnQ0p4l0LbIaGTy90InTfZnFlMi { width:17.5rem;height:11.6858125rem;top:8.558349609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxSR2Toza16TdAMyCVUTkvl4MTtuavQm { width:20rem;height:33.769525rem;top:22.55859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivb5G7ZwsS4T3Dug0zKfxI0cB38zuDin { width:20rem;height:4.55078125rem;top:2.3828105926514rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E { display:block; }#wZHRKJDJrbi6iavbHEPnhlsbOCqu4D7E > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvnXgaoe80OdNLtU8EF7TBvB6HGTF8tg { width:20rem;height:3.93676875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG { background-color:transparent;background-image: -webkit-linear-gradient(top, #c59656, #b9a58d);background-image: -moz-linear-gradient(top, #c59656, #b9a58d);background-image: -ms-linear-gradient(top, #c59656, #b9a58d);background-image: -o-linear-gradient(top, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(to bottom, #c59656, #b9a58d);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:block; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { background-color: transparent; background-image: none; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container > .video-iframe-container { display: none; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row > .video-iframe-container { display: none; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .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); }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { border-width: 0; border-radius: 0; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIDlvUBuEIqsaBdX5V3Bk6AhpMdqDEmG > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSTt1TCuzmdN8e754FSCmN9VxGaxVP9m { width:20rem;height:4.9462875rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #zukbezsdO3u8m5bkRNwPBlb3VJvUA2ny { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aWWOTgzusXhpKcLhWPhL3sdhWlUETKPC { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL8ITJSIw7n2weNuWrwE6wTfty8D2m9E { width:19.4360625rem;height:1.298825rem;top:33.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsLW0RQu0rUFEsXgxiQshDJToiRLivTG { width:18.8111875rem;height:1.69921875rem;top:19.8125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHZBLGt5ICCTsOJ5yAudWM4aSrxP4QEb { width:19.187rem;height:2.9370125rem;top:19.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbBKIQoL6d4UxBUg3J7tWffbAVMJEe9 { width:13.125rem;height:13.125rem;top:0rem;left:3.4375rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rNWHoINsVyBZGP9boUriDRtz60hvUBWc { display:flex;width:1.75rem;height:1.75rem;top:29.9375rem;left:3.75rem; }
#rNWHoINsVyBZGP9boUriDRtz60hvUBWc > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #LNF0UCxeNLOnZsM6n2XTHQ8fyHwK5kky { display:flex;width:1.875rem;height:1.875rem;top:29.875rem;left:6.3125rem; }
#LNF0UCxeNLOnZsM6n2XTHQ8fyHwK5kky > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rKDn2CI7XUq1cGDrXEfZr1pPNXxM8Bw0 { display:flex;width:1.5625rem;height:1.5625rem;top:30.0625rem;left:8.9375rem; }
#rKDn2CI7XUq1cGDrXEfZr1pPNXxM8Bw0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VhG0FKZWHe9o0CzPaAql6SJWSJZzebp1 { display:flex;width:2.0625rem;height:2.0625rem;top:29.75rem;left:11.125rem; }
#VhG0FKZWHe9o0CzPaAql6SJWSJZzebp1 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #gG23W9tHJK9IOp3yxpg0AXzHfM59mACH { display:flex;width:1.9375rem;height:1.9375rem;top:29.875rem;left:13.75rem; }
#gG23W9tHJK9IOp3yxpg0AXzHfM59mACH > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #g3LpcpnzvNq29Tu6lNZl1i1VzahSohWS { width:13.25rem;height:11.5625rem;top:1.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJDpCp4sJGlbnNLh9g9mWd0Cpfryq4H0 { display:flex;width:2.5rem;height:2.5rem;top:24.5rem;left:8.5rem; }
 }