.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:225,242,255;--color-primary-1:171,220,230;--color-primary-2:150,162,179;--color-primary-3:98,116,141;--color-primary-4:64,84,102;--color-secondary-0:244,235,226;--color-secondary-1:221,194,168;--color-secondary-2:198,153,110;--color-secondary-3:178,140,114;--color-secondary-4:148,109,83;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#aba0a0;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { position:relative;z-index:auto;display:none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { border-width: 0; border-radius: 0; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Evw9UqX4Q2BuUKntbSOvAu5gZz0hm4Lu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#O7qNATmPTEAeJMOltJsICdlSeX4qfTH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kp4MlMkRLg0Ufq5ZcRIfIFAzD9IviIL5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#JS2bIA7MhDaRagWIGhTT9Uvsa9370rEw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#ceXPWgbqA3IJXxdnVH0XoskAMktZHQwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#qNGBxBm8WwRP10C0kWLdyZyt29l4SISX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#zy1JTm239bEAzx909cJKBcf3mtyd6vNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hlns3GOvnuyEg2WwSD1xbyqzJPZzbXcW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#DNTcdFN1IKo5zdpHn16Anp16RFz7C4eF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#EkUVEb8H09hDvI7cL4DSI8p7Qay5cLJt { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhc3G6zFPHOCfCkEvZxOv9ouU6BrAUgt { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teFvL6zTMuzERlfEPTJR53iKVXiXIzba { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbTOBDLTvm3JDeKdq0HxyHXV3rrFC80z { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydMF5y9ESRfKEORHqreTt3LHlPpKQfak { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NlaOdM22EwHTcaUIBHSl8kIVX57OM8Rg { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRmEDdsIXvJWp2BglbCMDzSgINanWfoG { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#g06CPpZWw715t0WMxUchfAsTUbineJ2N { position:relative;z-index:auto;display:none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N { border-width: 0; border-radius: 0; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container.adaptive-delivery-prevent-bg, #g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container.lazyload, #g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container.lazyloading { background-image: none; }#MBNkaOGuStOWEFG2Hkeh3zCrIMircFI6 { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#eCTTcxPbCBhoICT47azMLsXS4U8bxgGM { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { position:relative;display:none; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { border-width: 0; border-radius: 0; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TBk2ZUVkPWQHlTrAJy7N4wonlTUkk8Sb { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9rem;left:0.375rem;display:none; }
#uRsL8uwxo8TlyvTQIPtI9O81krO5fUzx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:20.625rem;display:none; }
#zf3I1gUgEnaZiv1yk94Z1NGTq42nTGqD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.5rem;width:22.5rem;display:none; }
#yCG61J7vl0yIxDoF5IKt9RdndLk0rLes { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FIODCq0lvgbsIcBk7zI46Xx61MQtHFVQ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.5rem;left:0rem;display:none; }
#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { position:relative;display:none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { border-width: 0; border-radius: 0; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MdMVdZS5GpNICADbskAlUbMHo8m98J1K { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ { position:relative;display:none; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ { border-width: 0; border-radius: 0; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fGv8vvPuOQrD1K1mpm9fddZ9dXehlVAl { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r2xJitBNBlJ0TKCPDcMczTutNf0A0EdT { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TA6faTDpVEV4Mu48ViBvOov3yDfbTeFA { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lElPvkcfqCSPoHWbyDdFxuTNVldwHGEG { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#S3Jblae2GyRQ9qy9BiJZiF90TBa2DGKT { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#Dzv4T4vqg2zMTcZCtIfhbTbMLuOitOdM { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#SwbcIhCiLOz9G0CunbXSlUwteAvbqe84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2eCnmmC3ykHFapRrJOMZ3xfaG4ThvIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#Vd5dLusZdaLf9wMIzkOBHAAS6RGn4K6X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-form-header {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:first-of-type{padding-top:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:last-of-type{padding-bottom:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 {display:block;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PdxIe2c8ANXQyvUTtT0ZbDnbZuZ186S5 { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #eoFlImmFuQUOBf15fTDQ6oFTMgcDHTLU { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #ZJ70XE3NNP3XaLhlSPW6VKsh6MXPmOTN { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #z5DnJrw9aSTqMuKENwkfxwkKRP34c6pH { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vt06E68SCiGvhqxoTqQTsvmlepzoZVRT { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #IBE1mDJPgR5SfD1daASX9NvTLXS5zc1a { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #XfTsRd639t4FTmbEBRzOGiPW8CzwbCLU { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cZT8F4859dPzuQHgz8cpmBEfN2O5i4Es { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #A8zAZpvRk140SJTBZ8KUxDLUBORGLkVi { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #kmePlsOSTu9VS3RxOQAyfd0npowelzTA { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vXeWJDNAPTgi3samZfC6OmHOT68clcka { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cF2h96k2NJFeswG6CpmhwLwx17Au2gXp { position:relative;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #S6AyCVAbaHEgQrwoMrXt6MVmRDzeCKkX { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PVKdvivLTFLImlH2ZT8Gh9tq7WkRgebA { position:relative; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #fmInE5AD86788svefJ8mALZ7LcnOXmHq { position:relative; }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { position:relative;display:none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { border-width: 0; border-radius: 0; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { position:relative;display:none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { border-width: 0; border-radius: 0; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PMTyDZZxSTZ0qCLhwNQEbXyP0gRkEVqQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#sWwKDCIJ2rOcsDIa5wp4Zy4KIrmE5Bhl { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#V82dTwdXUydRsRcMnNdRtAMRvJ0BTlRs { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#HByW1nT0aCPSWZPg9RJKJFqhIyv7WEz9 { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { border-width: 0; border-radius: 0; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#FllJLQ3Q68NOrBJFuprLtgLk8P4lQ27C { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { position:relative;display:none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { border-width: 0; border-radius: 0; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QFHS1roXzZZczcRTzrytCBSXxVmhArhl { 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:16.1875rem;width:27.875rem;display:none; }
#uHrOu7kneIT0ynWru2IKPtWmnr6Jr7s3 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wxH3UsHhBamFDTxoX6aMtUkzivCniwGC { 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:34.875rem;width:60rem;display:none; }
#tgInb30cgOM1BKRzXKx8X8zybSkhRU3I { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#rSp7UnuHx2r997k7mmRJk3s7sduyJV7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbGyg6rIHVrFu20v67uT7mtFN3CQxvUs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#s6G4EySfRslb4xemuvzFmZMNIVrRJyaN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HHTlkg0PxK77vlGKWQH5zy0KBXuvKJpe { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:28.375rem;left:5rem;display:none; }
#hXMwRCofFtVEm6zeTSkTMWSmdNVm6Gpb { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#PB2fX7B9Z3cPXEyTr4wkqTHLVHTFN0xp { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:44.4375rem;left:4rem;display:none; }
#TmgGeT7OpDNO1rAbfeSPxKrGkFPCSq3G { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zumkx66g7v5eJomsNq8VaNPzb9inMFeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxkTMwkhUcKCWr4MukVBCm36o2J1BWIS { 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:34.875rem;width:60rem;display:none; }
#M5Vzq1tbm5LvT1tLqkUdKi9UGNRd7gtv { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#ZwPJJPgZPzNecTgyizNAoiJcvC8TNKwA { 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:34.875rem;width:60rem;display:none; }
#G20IroyH0w8eT4nqcWCBWuMkZpD7f1go { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#h2V4m0IvowbJSEJ9zg2SLaT3bC5pXJCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXGAc2WkPSDxLAKleJCtqlmhPXUTUX9T { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.875rem;top:111.5625rem;left:5.3125rem;display:none; }
#OvOOSsCZO5NuBM7C7xAvMVqI5rC6DTaX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WnzfqJo5ynBAi4we57s8QoeS1bq0J9SM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRc7HkrWLOOScLaVKUSTqtbgHfL9VSs1 { 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:34.875rem;width:60rem;display:none; }
#GiCOWfT2gwxLOBVKJgATMm29n972RJhz { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:97.4375rem;left:5.0625rem;display:none; }
#m9VQJTFu9mxX2TITEPNH3LVRlgEB9fyw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DzCs3beq8ZWDygk7xJZsUNUeb4y3P38k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ8WeOTuaX8wGfyrdTlsA5VAkINBypHH { 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:34.875rem;width:60rem;display:none; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { border-width: 0; border-radius: 0; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { position:relative;display:none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { border-width: 0; border-radius: 0; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#h8XN0ZiG5hELmqtrtg1TSy3kWcsXk4os { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzUfWH65G6dTFuTwAedCGtT83qETeRGZ { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqENCPxuTCJhsN5cNIIxsPmSPwkIx1Ei { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qHWmTQmvxNwnRMwHGChyztSqRqT1dcno { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mFo0Lmhzisa4rRIsJU47BHvTp1kksI6M { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#RCtxx4ImT82NFThqioBST79hFUNZVM7t { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#G17Pry4pk2JogbcdgeQXDIKgqkilHE3B { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#RMxa2AnC3cD7gQpIL6MRSvu2AHmeemZM { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#gFsw5k5Xqu5BrSHp4oSeV9FPqpbzpRoh { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { border-width: 0; border-radius: 0; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VVqog9cC036lSvaWxGcPZ6oK4V4niq3v { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#RbiGFgf6ZQ9ZkS4HsdE6brHR6BIsXhqW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#SZsHOLRHpBI943pGAM2nT1lA3TEVRO7r { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:none; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { border-width: 0; border-radius: 0; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { background-color: transparent; background-image: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container > .video-iframe-container { display: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container { display: none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { border-width: 0; border-radius: 0; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { position:relative;z-index:auto;display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { background-color: transparent; background-image: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container > .video-iframe-container { display: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container { display: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { border-width: 0; border-radius: 0; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.adaptive-delivery-prevent-bg, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.lazyload, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container.lazyloading { background-image: none; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { position:absolute;display:block;z-index:15019;height:10.625rem;width:18.999rem;top:18.59130859375rem;left:3.990478515625rem;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { position:absolute;display:block;z-index:15020;height:11.499rem;width:20.5615rem;top:6.123046875rem;left:3.209228515625rem;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { position:relative;display:block; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { background-color: transparent; background-image: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container > .video-iframe-container { display: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row > .video-iframe-container { display: none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { border-width: 0; border-radius: 0; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-form-header {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:first-of-type{padding-top:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:last-of-type{padding-bottom:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.76171875rem;left:7.939453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz { position:relative;display:none; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo { position:relative; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd { position:relative; }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { position:relative;display:block; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { background-color: transparent; background-image: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container > .video-iframe-container { display: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row > .video-iframe-container { display: none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { border-width: 0; border-radius: 0; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { position:relative;display:block; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { background-color: transparent; background-image: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container > .video-iframe-container { display: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row > .video-iframe-container { display: none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { border-width: 0; border-radius: 0; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.37451171875rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.24951171875rem;left:17.8125rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.9990234375rem;left:2.18701171875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.75rem;left:14.6865234375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.49951171875rem;left:9.5625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.1240234375rem;left:54.1875rem;display:block; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.37451171875rem;left:54.1875rem;display:block; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.625rem;left:54.1875rem;display:block; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.875rem;left:54.1875rem;display:block; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { border-width: 0; border-radius: 0; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.adaptive-delivery-prevent-bg, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyload, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyloading { background-image: none; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { color:rgba(30,30,30,0.7);display:block;width:11.9983125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.217529296875rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.010196685791rem;left:13.311632156372rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:20.748291015625rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.27685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:14.119384765625rem;left:15.450439453125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { color:rgba(30,30,30,0.7);display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:14.056884765625rem;left:6.514892578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { color:rgba(30,30,30,0.7);display:block;width:7.124rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:23.846435546875rem;left:6.436767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { color:rgba(30,30,30,0.7);display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:23.765380859375rem;left:17.6796875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { color:rgba(30,30,30,0.7);display:block;width:7rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:33.140869140625rem;left:18.42919921875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:20.563152551651rem;left:5.7233066558838rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.357422113419rem;left:19.871963500976rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { border-width: 0; border-radius: 0; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.adaptive-delivery-prevent-bg, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyload, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyloading { background-image: none; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
body { position:relative;display:block; }
#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { display:none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { width:47.75rem;position:relative;display:none; }#Evw9UqX4Q2BuUKntbSOvAu5gZz0hm4Lu { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#O7qNATmPTEAeJMOltJsICdlSeX4qfTH0 { display:block; }
#Kp4MlMkRLg0Ufq5ZcRIfIFAzD9IviIL5 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#JS2bIA7MhDaRagWIGhTT9Uvsa9370rEw { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#ceXPWgbqA3IJXxdnVH0XoskAMktZHQwa { display:block; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qNGBxBm8WwRP10C0kWLdyZyt29l4SISX { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#zy1JTm239bEAzx909cJKBcf3mtyd6vNU { display:block; }
#Hlns3GOvnuyEg2WwSD1xbyqzJPZzbXcW { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#DNTcdFN1IKo5zdpHn16Anp16RFz7C4eF { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#EkUVEb8H09hDvI7cL4DSI8p7Qay5cLJt { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#hhc3G6zFPHOCfCkEvZxOv9ouU6BrAUgt { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
#teFvL6zTMuzERlfEPTJR53iKVXiXIzba { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#fbTOBDLTvm3JDeKdq0HxyHXV3rrFC80z { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
#ydMF5y9ESRfKEORHqreTt3LHlPpKQfak { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#NlaOdM22EwHTcaUIBHSl8kIVX57OM8Rg { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#bRmEDdsIXvJWp2BglbCMDzSgINanWfoG { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#g06CPpZWw715t0WMxUchfAsTUbineJ2N { display:none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { width:47.75rem;position:relative;display:none; }#MBNkaOGuStOWEFG2Hkeh3zCrIMircFI6 { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#eCTTcxPbCBhoICT47azMLsXS4U8bxgGM { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { display:none; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { border-width: 0; border-radius: 0; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#TBk2ZUVkPWQHlTrAJy7N4wonlTUkk8Sb { top:9rem;left:0rem;width:19.125rem;height:;font-size:1.6875rem;color:#000000;display:none; }
#uRsL8uwxo8TlyvTQIPtI9O81krO5fUzx { width:20.625rem;height:9.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#zf3I1gUgEnaZiv1yk94Z1NGTq42nTGqD { width:22.5rem;height:22.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
#yCG61J7vl0yIxDoF5IKt9RdndLk0rLes { color:#5d92ff;display:none; }
#FIODCq0lvgbsIcBk7zI46Xx61MQtHFVQ { top:30.5rem;left:0rem;width:19.125rem;height:;font-size:1.6875rem;color:#000000;display:none; }
#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { display:none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container { width:47.75rem;position:relative;display:none; }#MdMVdZS5GpNICADbskAlUbMHo8m98J1K { display:none; }
#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ { display:none; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container { width:47.75rem;position:relative;display:none; }#fGv8vvPuOQrD1K1mpm9fddZ9dXehlVAl { top:1.25rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#r2xJitBNBlJ0TKCPDcMczTutNf0A0EdT { top:4.25rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
#TA6faTDpVEV4Mu48ViBvOov3yDfbTeFA { top:7.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#lElPvkcfqCSPoHWbyDdFxuTNVldwHGEG { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#S3Jblae2GyRQ9qy9BiJZiF90TBa2DGKT { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#Dzv4T4vqg2zMTcZCtIfhbTbMLuOitOdM { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#SwbcIhCiLOz9G0CunbXSlUwteAvbqe84 { display:block; }
#U2eCnmmC3ykHFapRrJOMZ3xfaG4ThvIq { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#Vd5dLusZdaLf9wMIzkOBHAAS6RGn4K6X { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5  { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 {display:block;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem;display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PdxIe2c8ANXQyvUTtT0ZbDnbZuZ186S5 {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #eoFlImmFuQUOBf15fTDQ6oFTMgcDHTLU {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #ZJ70XE3NNP3XaLhlSPW6VKsh6MXPmOTN {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #z5DnJrw9aSTqMuKENwkfxwkKRP34c6pH {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vt06E68SCiGvhqxoTqQTsvmlepzoZVRT {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #IBE1mDJPgR5SfD1daASX9NvTLXS5zc1a {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #XfTsRd639t4FTmbEBRzOGiPW8CzwbCLU {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cZT8F4859dPzuQHgz8cpmBEfN2O5i4Es {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #A8zAZpvRk140SJTBZ8KUxDLUBORGLkVi {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #kmePlsOSTu9VS3RxOQAyfd0npowelzTA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vXeWJDNAPTgi3samZfC6OmHOT68clcka {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cF2h96k2NJFeswG6CpmhwLwx17Au2gXp {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #S6AyCVAbaHEgQrwoMrXt6MVmRDzeCKkX {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PVKdvivLTFLImlH2ZT8Gh9tq7WkRgebA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #fmInE5AD86788svefJ8mALZ7LcnOXmHq {  }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { display:none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { width:47.75rem;position:relative;display:none; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { width:47.75rem;height:19rem;display:none; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { width:14.0625rem;height:5.125rem;display:none; }
#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { display:none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container { width:47.75rem;position:relative;display:none; }#PMTyDZZxSTZ0qCLhwNQEbXyP0gRkEVqQ { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#sWwKDCIJ2rOcsDIa5wp4Zy4KIrmE5Bhl { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#V82dTwdXUydRsRcMnNdRtAMRvJ0BTlRs { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#HByW1nT0aCPSWZPg9RJKJFqhIyv7WEz9 { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { display:none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { width:47.5rem;position:relative;display:none; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#FllJLQ3Q68NOrBJFuprLtgLk8P4lQ27C { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { display:none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { width:47.75rem;position:relative;display:none; }#QFHS1roXzZZczcRTzrytCBSXxVmhArhl { width:22.1875rem;height:12.875rem;display:none; }
#uHrOu7kneIT0ynWru2IKPtWmnr6Jr7s3 { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#wxH3UsHhBamFDTxoX6aMtUkzivCniwGC { width:47.75rem;height:27.75rem;display:none; }
#tgInb30cgOM1BKRzXKx8X8zybSkhRU3I { width:;height:;display:none; }
#rSp7UnuHx2r997k7mmRJk3s7sduyJV7t { display:block; }
#JbGyg6rIHVrFu20v67uT7mtFN3CQxvUs { width:;height:;display:none; }
#s6G4EySfRslb4xemuvzFmZMNIVrRJyaN { display:block; }
#HHTlkg0PxK77vlGKWQH5zy0KBXuvKJpe { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
#hXMwRCofFtVEm6zeTSkTMWSmdNVm6Gpb { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#PB2fX7B9Z3cPXEyTr4wkqTHLVHTFN0xp { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#TmgGeT7OpDNO1rAbfeSPxKrGkFPCSq3G { width:;height:;display:none; }
#zumkx66g7v5eJomsNq8VaNPzb9inMFeF { display:block; }
#VxkTMwkhUcKCWr4MukVBCm36o2J1BWIS { width:47.75rem;height:27.75rem;display:none; }
#M5Vzq1tbm5LvT1tLqkUdKi9UGNRd7gtv { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#ZwPJJPgZPzNecTgyizNAoiJcvC8TNKwA { width:47.75rem;height:27.75rem;display:none; }
#G20IroyH0w8eT4nqcWCBWuMkZpD7f1go { width:;height:;display:none; }
#h2V4m0IvowbJSEJ9zg2SLaT3bC5pXJCk { display:block; }
#PXGAc2WkPSDxLAKleJCtqlmhPXUTUX9T { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#OvOOSsCZO5NuBM7C7xAvMVqI5rC6DTaX { width:;height:;display:none; }
#WnzfqJo5ynBAi4we57s8QoeS1bq0J9SM { display:block; }
#SRc7HkrWLOOScLaVKUSTqtbgHfL9VSs1 { width:47.75rem;height:27.75rem;display:none; }
#GiCOWfT2gwxLOBVKJgATMm29n972RJhz { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#m9VQJTFu9mxX2TITEPNH3LVRlgEB9fyw { width:;height:;display:none; }
#DzCs3beq8ZWDygk7xJZsUNUeb4y3P38k { display:block; }
#WZ8WeOTuaX8wGfyrdTlsA5VAkINBypHH { width:47.75rem;height:27.75rem;display:none; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { display:none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { width:47.5rem;position:relative;display:none; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block; }
#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { display:none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container { width:47.75rem;position:relative;display:none; }#h8XN0ZiG5hELmqtrtg1TSy3kWcsXk4os { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#mzUfWH65G6dTFuTwAedCGtT83qETeRGZ { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#pqENCPxuTCJhsN5cNIIxsPmSPwkIx1Ei { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#qHWmTQmvxNwnRMwHGChyztSqRqT1dcno { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#mFo0Lmhzisa4rRIsJU47BHvTp1kksI6M { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#RCtxx4ImT82NFThqioBST79hFUNZVM7t { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#G17Pry4pk2JogbcdgeQXDIKgqkilHE3B { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#RMxa2AnC3cD7gQpIL6MRSvu2AHmeemZM { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#gFsw5k5Xqu5BrSHp4oSeV9FPqpbzpRoh { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { display:none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { width:47.5rem;position:relative;display:none; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#VVqog9cC036lSvaWxGcPZ6oK4V4niq3v { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { top:0rem;width:;height:;display:none; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { top:0rem;width:;height:;display:none; }
#RbiGFgf6ZQ9ZkS4HsdE6brHR6BIsXhqW { top:0rem;width:;height:;display:none; }
#SZsHOLRHpBI943pGAM2nT1lA3TEVRO7r { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:none; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { display:none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { width:47.5rem;position:relative;display:none; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { display:block; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { width:47.75rem;position:relative;display:block; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { display:block; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { width:47.75rem;position:relative;display:block; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { top:18.5625rem;left:0rem;width:18.9375rem;height:10.625rem;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { top:6.0625rem;left:0rem;width:20.5rem;height:11.4375rem;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { display:block; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { width:47.75rem;position:relative;display:block; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { width:17.5rem;height:auto;top:3.75rem;left:1.814453125rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd {  }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { display:block; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { display:none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { width:47.75rem;position:relative;display:none; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { top:4.3125rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { width:37rem;height:1.9375rem;top:9.1875rem;left:10.75rem;font-size:0.875rem;display:none; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { width:47.75rem;height:1.9375rem;top:11.9375rem;left:0rem;font-size:0.875rem;display:none; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { width:40.125rem;height:1.9375rem;top:14.75rem;left:7.625rem;font-size:0.875rem;display:none; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { width:45.3125rem;height:1.9375rem;top:17.4375rem;left:2.4375rem;font-size:0.875rem;display:none; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { width:3.625rem;height:3.625rem;top:13.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { width:3.625rem;height:3.625rem;top:7.625rem;left:44.125rem;font-size:2.5rem;display:none; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { width:3.625rem;height:3.625rem;top:15.875rem;left:44.125rem;font-size:2.5rem;display:none; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { width:47.75rem;height:58.5625rem;display:none; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { display:block; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { width:47.75rem;position:relative;display:block; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { top:12.5625rem;left:12.8740234375rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { top:12.5625rem;left:0.62413215637207rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.092529296875rem;font-size:0.75rem;display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { top:22.3125rem;left:10.936767578125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { top:21rem;left:7.1866321563719rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { top:20.6875rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { top:31.25rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { top:27.5rem;left:5.11767578125rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { width:11.875rem;height:1.0625rem;top:14.0625rem;left:9.325439453125rem;font-size:0.625rem;display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { width:7.1875rem;height:1.0625rem;top:14rem;left:0.389892578125rem;font-size:0.625rem;display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { width:7.0625rem;height:1.0625rem;top:23.8125rem;left:0.311767578125rem;font-size:0.625rem;display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { width:8.625rem;height:1.125rem;top:23.75rem;left:11.5546875rem;font-size:0.625rem;display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { width:7rem;height:1.125rem;top:33.125rem;left:12.30419921875rem;font-size:0.625rem;display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { top:20.5625rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { top:31.3125rem;left:13.746826171875rem;width:6.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { display:block; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { width:47.75rem;position:relative;display:block; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { width:9.8125rem;height:8.9375rem;display:none; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { width:47.75rem;height:17.1875rem;display:none; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { display:none; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { display:none; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
body { position:relative;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB { position:relative;z-index:auto;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { background-color: transparent; background-image: none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container > .video-iframe-container { display: none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row > .video-iframe-container { display: none; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .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); }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { border-width: 0; border-radius: 0; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9igKBI4yHr3xaRKids5z8ouLL8pzCRB > .row .container { width:20rem;height:5.74829140625rem;position:relative;display:block; }#Evw9UqX4Q2BuUKntbSOvAu5gZz0hm4Lu { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O7qNATmPTEAeJMOltJsICdlSeX4qfTH0 { display:block; }
#Kp4MlMkRLg0Ufq5ZcRIfIFAzD9IviIL5 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#JS2bIA7MhDaRagWIGhTT9Uvsa9370rEw { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(106deg, #ee9e24, rgba(var(--color-primary-4),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ceXPWgbqA3IJXxdnVH0XoskAMktZHQwa { display:block; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#FE6XGQMJfzVZns6KyCT7BJ0hvbc2fgKy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qNGBxBm8WwRP10C0kWLdyZyt29l4SISX { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zy1JTm239bEAzx909cJKBcf3mtyd6vNU { display:block; }
#Hlns3GOvnuyEg2WwSD1xbyqzJPZzbXcW { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#DNTcdFN1IKo5zdpHn16Anp16RFz7C4eF { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EkUVEb8H09hDvI7cL4DSI8p7Qay5cLJt { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#hhc3G6zFPHOCfCkEvZxOv9ouU6BrAUgt { width:3.75rem;height:0.8125rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.625rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#teFvL6zTMuzERlfEPTJR53iKVXiXIzba { width:5.1237rem;height:0.8125rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.625rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#fbTOBDLTvm3JDeKdq0HxyHXV3rrFC80z { width:2.7487rem;height:0.8125rem;top:3.7174479961395rem;left:0.125rem;font-size:0.625rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#ydMF5y9ESRfKEORHqreTt3LHlPpKQfak { width:7.125rem;height:0.89233125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#NlaOdM22EwHTcaUIBHSl8kIVX57OM8Rg { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#bRmEDdsIXvJWp2BglbCMDzSgINanWfoG { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
#g06CPpZWw715t0WMxUchfAsTUbineJ2N { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a2505ff2-da50-48b7-8e85-3991de7d7d52/Post.crop_1080x1010_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N.adaptive-delivery-prevent-bg, #g06CPpZWw715t0WMxUchfAsTUbineJ2N.lazyload, #g06CPpZWw715t0WMxUchfAsTUbineJ2N.lazyloading { background-image: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { background-color: transparent; background-image: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container > .video-iframe-container { display: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row > .video-iframe-container { display: none; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .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); }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { border-width: 0; border-radius: 0; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g06CPpZWw715t0WMxUchfAsTUbineJ2N > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#MBNkaOGuStOWEFG2Hkeh3zCrIMircFI6 { width:7.1875rem;height:3.9375rem;top:0rem;left:12.8125rem;z-index:15023;display:block; }
#eCTTcxPbCBhoICT47azMLsXS4U8bxgGM { width:7.125rem;height:3.875rem;top:0.14453125rem;left:0.75rem;z-index:15022;display:block; }
#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { display:block; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { background-color: transparent; background-image: none; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container > .video-iframe-container { display: none; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row > .video-iframe-container { display: none; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .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); }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l { border-width: 0; border-radius: 0; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container { width:20rem;height:35.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container.adaptive-delivery-prevent-bg, #rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container.lazyload, #rAET8Z5kynA466hPtx8cEvPSeo5rg38l > .row .container.lazyloading { background-image: none; }#TBk2ZUVkPWQHlTrAJy7N4wonlTUkk8Sb { top:9.00146484375rem;left:0.406494140625rem;width:19.1858125rem;height:;z-index:15226;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;text-align:center;text-align-last:center;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; }
#uRsL8uwxo8TlyvTQIPtI9O81krO5fUzx { top:1.968994140625rem;left:4.3115234375rem;width:11.3745rem;height:4.936525rem;z-index:15227;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#zf3I1gUgEnaZiv1yk94Z1NGTq42nTGqD { top:13.048095703125rem;left:1.77978515625rem;width:16.43675rem;height:16.43675rem;z-index:15236;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#yCG61J7vl0yIxDoF5IKt9RdndLk0rLes { display:flex;top:25.3125rem;left:14.04296875rem;width:4.24926875rem;height:4.24926875rem;z-index:15237;opacity:1;color:#5d92ff; }
#FIODCq0lvgbsIcBk7zI46Xx61MQtHFVQ { top:30.54443359375rem;left:0rem;width:19.1858125rem;height:;z-index:15228;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;text-align:center;text-align-last:center;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; }
#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { display:block; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { background-color: transparent; background-image: none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container > .video-iframe-container { display: none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row > .video-iframe-container { display: none; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .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); }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ { border-width: 0; border-radius: 0; }#Cqg0g2UMxNhnQcJT8BTsBLtEqkFfrbHQ > .row .container { width:20rem;height:37.1875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#MdMVdZS5GpNICADbskAlUbMHo8m98J1K { top:3.431396484375rem;left:0rem;width:20rem;height:17.2485625rem;z-index:15000;display:block; }
#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container { background-color: transparent; background-image: none; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container > .video-iframe-container { display: none; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row > .video-iframe-container { display: none; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .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); }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container { border-width: 0; border-radius: 0; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRafwJIukzT0Xp51VhMkNpqf1LTnhRUJ > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; }#fGv8vvPuOQrD1K1mpm9fddZ9dXehlVAl { width:18.4375rem;height:1.4624rem;top:1.25rem;left:0.78125rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#r2xJitBNBlJ0TKCPDcMczTutNf0A0EdT { width:20rem;height:2.2753875rem;top:4.3125rem;left:0rem;font-size:0.875rem;color:#805539;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#TA6faTDpVEV4Mu48ViBvOov3yDfbTeFA { width:20rem;height:4.98779375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);display:block; }
#lElPvkcfqCSPoHWbyDdFxuTNVldwHGEG { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
#S3Jblae2GyRQ9qy9BiJZiF90TBa2DGKT { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;display:block; }
#Dzv4T4vqg2zMTcZCtIfhbTbMLuOitOdM { width:8.3125rem;height:2.8125rem;top:30.936767578125rem;left:5.5615234375rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;display:block; }
#SwbcIhCiLOz9G0CunbXSlUwteAvbqe84 { display:block; }
#U2eCnmmC3ykHFapRrJOMZ3xfaG4ThvIq { display:flex;width:4.375rem;height:4.375rem;top:30.9365234375rem;left:2.25rem;font-size:3.0625rem; }
#Vd5dLusZdaLf9wMIzkOBHAAS6RGn4K6X { display:flex;width:4.375rem;height:4.375rem;top:29.061767578125rem;left:4.0625rem;font-size:3.0625rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#cca15e;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:first-of-type{padding-top:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-container:last-of-type{padding-bottom:0;}#MJeuUbqphfC34ck3drqW9dEomFewovA5  { width:17.5rem;height:auto;top:13.0615234375rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 {display:block;}#MJeuUbqphfC34ck3drqW9dEomFewovA5 { width:17.5rem;height:auto;top:13.0615234375rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PdxIe2c8ANXQyvUTtT0ZbDnbZuZ186S5 {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #eoFlImmFuQUOBf15fTDQ6oFTMgcDHTLU { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #ZJ70XE3NNP3XaLhlSPW6VKsh6MXPmOTN {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #z5DnJrw9aSTqMuKENwkfxwkKRP34c6pH {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vt06E68SCiGvhqxoTqQTsvmlepzoZVRT { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #IBE1mDJPgR5SfD1daASX9NvTLXS5zc1a {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #XfTsRd639t4FTmbEBRzOGiPW8CzwbCLU {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cZT8F4859dPzuQHgz8cpmBEfN2O5i4Es { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #A8zAZpvRk140SJTBZ8KUxDLUBORGLkVi {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #kmePlsOSTu9VS3RxOQAyfd0npowelzTA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #vXeWJDNAPTgi3samZfC6OmHOT68clcka {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #cF2h96k2NJFeswG6CpmhwLwx17Au2gXp { display:none; }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #S6AyCVAbaHEgQrwoMrXt6MVmRDzeCKkX {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #PVKdvivLTFLImlH2ZT8Gh9tq7WkRgebA {  }
#MJeuUbqphfC34ck3drqW9dEomFewovA5 #fmInE5AD86788svefJ8mALZ7LcnOXmHq {  }
#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul { background-color:rgba(255,255,255,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { background-color: transparent; background-image: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container > .video-iframe-container { display: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container { display: none; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { border-width: 0; border-radius: 0; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8ZDcovJh8SSzPdRp1Rue8DucEs5U0Ul > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#kLcgTDsFp28emwCxr0QiNXF5TJTqXZ49 { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.0559875rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#cqu3V1NnCCSO45Ih1qovaJO1PATP2euk { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zD0FwtgcL9AZOyDL2UORABhuRHVTZTsb { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { display:block; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { background-color: transparent; background-image: none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container > .video-iframe-container { display: none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row > .video-iframe-container { display: none; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .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); }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN { border-width: 0; border-radius: 0; }#TeBoUS0tpqEnMsCRnLENITDNc1mntgiN > .row .container { width:20rem;height:11.25rem;background-color:#fffbfc;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#PMTyDZZxSTZ0qCLhwNQEbXyP0gRkEVqQ { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sWwKDCIJ2rOcsDIa5wp4Zy4KIrmE5Bhl { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#V82dTwdXUydRsRcMnNdRtAMRvJ0BTlRs { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13769375rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#HByW1nT0aCPSWZPg9RJKJFqhIyv7WEz9 { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vqi1V34UCclUtC5QVgWafqqQdem3EB33 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { background-color: transparent; background-image: none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container > .video-iframe-container { display: none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row > .video-iframe-container { display: none; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .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); }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { border-width: 0; border-radius: 0; }#vqi1V34UCclUtC5QVgWafqqQdem3EB33 > .row .container { width:20rem;height:45.3125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Sq6J938pwtqVzz3snAiWwcbwX7BZydKn { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#JJ34cwRamkQ1UdOdVxvrD2xgDmtJFSDl { width:20rem;height:14.9902375rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#FllJLQ3Q68NOrBJFuprLtgLk8P4lQ27C { width:12.5rem;height:12.5rem;top:26.19287109375rem;left:0rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Iy1hGWSTlkuLsBtOWmJGcfa7t6uAWcoT { width:13.125rem;height:4.375rem;top:38.691650390625rem;left:3.4375rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;color:rgba(var(--color-tertiary-1),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sqc3uiCF3JuVKbibOmVbG5EnL4d1khZM { display:block; }
#TxiLHkxJ3VuVRiwx1d3vRWpHBCoUpN2f { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#u4KUUGAIS14vHSn1BTiag9Ve4BROZFCu { display:flex;width:5.9375rem;height:5.9375rem;top:35.06005859375rem;left:0rem; }
#yVhL54cTDfXUi29T8TBkiNebNkB8pPNN { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nKFTf1GlpLN7a86q8HmdxhuiPFRBQTMF { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { background-color: transparent; background-image: none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container > .video-iframe-container { display: none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row > .video-iframe-container { display: none; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .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); }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { border-width: 0; border-radius: 0; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7JwskOc6dlTTmrO5dGcdQv6wOZzwFn2 > .row .container { width:20rem;height:94.75rem;position:relative;display:block; }#QFHS1roXzZZczcRTzrytCBSXxVmhArhl { top:3.49853515625rem;left:1.3427734375rem;width:17.25rem;height:10rem;z-index:15137;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uHrOu7kneIT0ynWru2IKPtWmnr6Jr7s3 { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#wxH3UsHhBamFDTxoX6aMtUkzivCniwGC { top:17.68310546875rem;left:1.2158203125rem;width:17.375rem;height:10.0625rem;z-index:15140;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tgInb30cgOM1BKRzXKx8X8zybSkhRU3I { top:13.748291015625rem;left:1.123291015625rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#ee9e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rSp7UnuHx2r997k7mmRJk3s7sduyJV7t { display:block; }
#JbGyg6rIHVrFu20v67uT7mtFN3CQxvUs { top:28.000244140625rem;left:0.95703125rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#ee9e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s6G4EySfRslb4xemuvzFmZMNIVrRJyaN { display:block; }
#HHTlkg0PxK77vlGKWQH5zy0KBXuvKJpe { top:28.39111328125rem;left:4.6875rem;width:14.625rem;height:5.35400625rem;z-index:15077;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#hXMwRCofFtVEm6zeTSkTMWSmdNVm6Gpb { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:2.677rem;z-index:15078;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#PB2fX7B9Z3cPXEyTr4wkqTHLVHTFN0xp { top:45.1845703125rem;left:4.60791015625rem;width:14.5625rem;height:4.0588375rem;z-index:15080;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TmgGeT7OpDNO1rAbfeSPxKrGkFPCSq3G { top:44.80908203125rem;left:0.904296875rem;width:3.75rem;height:1.3125rem;z-index:15004;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#ee9e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zumkx66g7v5eJomsNq8VaNPzb9inMFeF { display:block; }
#VxkTMwkhUcKCWr4MukVBCm36o2J1BWIS { top:34.4365234375rem;left:1.31103515625rem;width:17.3125rem;height:10.125rem;z-index:15143;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M5Vzq1tbm5LvT1tLqkUdKi9UGNRd7gtv { top:61.0625rem;left:5.294677734375rem;width:13.49975rem;height:2.62206875rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#ZwPJJPgZPzNecTgyizNAoiJcvC8TNKwA { top:50.498779296875rem;left:1.639404296875rem;width:17.4375rem;height:10.125rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#G20IroyH0w8eT4nqcWCBWuMkZpD7f1go { top:60.936767578125rem;left:1.341796875rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#ee9e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h2V4m0IvowbJSEJ9zg2SLaT3bC5pXJCk { display:block; }
#PXGAc2WkPSDxLAKleJCtqlmhPXUTUX9T { top:75.375rem;left:5.6875rem;width:13.4985625rem;height:1.923825rem;z-index:15085;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#OvOOSsCZO5NuBM7C7xAvMVqI5rC6DTaX { top:75.125rem;left:1.5625rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#ee9e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WnzfqJo5ynBAi4we57s8QoeS1bq0J9SM { display:block; }
#SRc7HkrWLOOScLaVKUSTqtbgHfL9VSs1 { top:65rem;left:1.7629304990157rem;width:17.1875rem;height:9.875rem;z-index:15152;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GiCOWfT2gwxLOBVKJgATMm29n972RJhz { top:89.1875rem;left:5.5rem;width:13.4985625rem;height:1.923825rem;z-index:15082;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;color:rgba(var(--color-tertiary-4),1);display:block; }
#m9VQJTFu9mxX2TITEPNH3LVRlgEB9fyw { top:89rem;left:1.6875rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#ee9e24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DzCs3beq8ZWDygk7xJZsUNUeb4y3P38k { display:block; }
#WZ8WeOTuaX8wGfyrdTlsA5VAkINBypHH { top:78.75rem;left:1.8125rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { background-color: transparent; background-image: none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container > .video-iframe-container { display: none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row > .video-iframe-container { display: none; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .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); }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { border-width: 0; border-radius: 0; }#MGS0RnoSTSmmKQ9QS7e4gaO3ggACbg60 > .row .container { width:20rem;height:22.8125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#r5uqB4hE3teItFsUKtNMDT0tBnHdygq4 { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),1);border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);display:block; }
#oCrFxVLt9IgTZxyi32QLgXe2Tq3KeCGu { display:block; }
#zn61TnJRGis3pWWzVC10fyzZT3aXpPOz { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#CBhGxVZbTJZ4TN98eZ89Fdd3VgZU2JPB { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#lkCwpmv1tLHOJ7y3040GIlTmZRq9DKks { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#J4qg4QIl9JUcSruDyaGx4UETNGKlorHK { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
#AFbTAR9AwUrE7aEz3cSgsv40hKyHTfCg { width:18.75rem;height:2.99805rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#Hg529pGfu1HoM07IQF0BXBDw3SOhpcLS { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),1);border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);display:block; }
#Jy2nlm3NlK71n4x6T2oZgyyvgTWmXZZv { display:block; }
#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { display:block; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { background-color: transparent; background-image: none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container > .video-iframe-container { display: none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row > .video-iframe-container { display: none; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .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); }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 { border-width: 0; border-radius: 0; }#UopkdzKFZ4exgQxqvMsb7Ir2x6ZokEA7 > .row .container { width:20rem;height:24.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#h8XN0ZiG5hELmqtrtg1TSy3kWcsXk4os { width:15.061875rem;height:2.5996125rem;top:5.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#mzUfWH65G6dTFuTwAedCGtT83qETeRGZ { width:18rem;height:2.80029375rem;top:9.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#pqENCPxuTCJhsN5cNIIxsPmSPwkIx1Ei { width:15.8125rem;height:4.2004375rem;top:13.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#qHWmTQmvxNwnRMwHGChyztSqRqT1dcno { width:16.0625rem;height:2.80029375rem;top:18rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#mFo0Lmhzisa4rRIsJU47BHvTp1kksI6M { width:2.4360375rem;height:2.4360375rem;top:9.3125rem;left:17.625rem;font-size:1.6875rem;z-index:15009;display:block; }
#RCtxx4ImT82NFThqioBST79hFUNZVM7t { width:2.43706875rem;height:2.43706875rem;top:13.875rem;left:17.5625rem;font-size:1.6875rem;z-index:15010;display:block; }
#G17Pry4pk2JogbcdgeQXDIKgqkilHE3B { width:2.43706875rem;height:2.43706875rem;top:18.0625rem;left:17.5rem;font-size:1.6875rem;z-index:15011;display:block; }
#RMxa2AnC3cD7gQpIL6MRSvu2AHmeemZM { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#gFsw5k5Xqu5BrSHp4oSeV9FPqpbzpRoh { width:6.8115rem;height:6.8115rem;top:1.561279296875rem;left:12.138671875rem;font-size:4.75rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#W539VTT6yRwFC2tADmsv5oCdyfEuzilR { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { background-color: transparent; background-image: none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container > .video-iframe-container { display: none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row > .video-iframe-container { display: none; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .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); }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { border-width: 0; border-radius: 0; }#W539VTT6yRwFC2tADmsv5oCdyfEuzilR > .row .container { width:20rem;height:118.8125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#qmamhHiVVP445HMIHw8kqnqqWv73oaif { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#VVqog9cC036lSvaWxGcPZ6oK4V4niq3v { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aFoLCiFTuVbd5gp9lPqv1wScHTlIAfcs { width:20rem;height:2.99805rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);display:block; }
#EdFt2nwBxQp2Dc5dt2TPuPMOWHiSy4sS { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#slAJKJsEGfNe7i3cdszoCXAHyWVPaNgc { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);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;display:block; }
#MyxiJV3Md7kqcUFE7sr90ENVwT3IeF1R { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#th4LqG4UO9J7gVHVfwlrULNMRT0bNI3O { top:45.750002622604rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RbiGFgf6ZQ9ZkS4HsdE6brHR6BIsXhqW { top:81.8740234375rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SZsHOLRHpBI943pGAM2nT1lA3TEVRO7r { width:20rem;height:0.3125rem;top:78.876953125rem;left:0.09375rem;z-index:15030;background-color:rgba(var(--color-secondary-2),1);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;display:block; }
#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { background-color: transparent; background-image: none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container > .video-iframe-container { display: none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row > .video-iframe-container { display: none; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .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); }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { border-width: 0; border-radius: 0; }#qXEHqGwxInfZs0OvakQSOmXQFlczsJuW > .row .container { width:20rem;height:7.8125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Z6T2TkQL4pbnZf9wVbiPTGCsUZ8Rr9zJ { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#fE9dbTT8ShKfbFyarOn2nOHzTrJTudFH { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oDSpB2frCbtTwsDpS7uViPZFqXS5bigy { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { border-width: 0; border-radius: 0; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaVI4rTwo9cuIvuR3HTq7R66smxcrGp6 > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#UD2TvwiyC7vBAROA2AC1GXpVSmK51rUQ { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ePLLv3OTJBRW7QNkBINVHL3vFJRE1WID { display:block; }
#TQAWA43TWFoHASm8FrehFT41B7QmWTm2 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#x5dpkIsPTdRgz4fcHKKRblhw3Kp3TrCA { top:0.5rem;left:0rem;width:6.375rem;height:2.375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.5;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tIwz7aVE8EZ1USzchs9MvqRidU0ltbMp { display:block; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#Q8qblbALcarSfKrXfggQJqF4tXTMl2UT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XQfskrikKgH1s5qR9t8eqMBdxfcH8L7n { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#eXmHpoiTL94Z7T9HmJe5XUpty75TtMLf { display:block; }
#T3wBX53FlWTHBy2zkXDhG9fsmdbt1zGv { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#nFkeAnKePpp6QpIp93DBFKLHMODkyr6P { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tZV8QJEk6385hMzQW0TkE9hPNUwe07kT { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#XB6VhuTKHhFmAfoihMR9H5PGBVIe8aN1 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#rn0MxbeKyl6VmsMbdw2h1V9yLeOKH2ou { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#rIVswp301TLz4g4Clx3qbD17gIcmzZ1n { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#FHFI8k5OQJ7wEoR81fThqvHoTueTV167 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#kmp1u1To7Lqc0NPZx4bqetwicCLTl3G9 { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#ZlwcNgUw3KCmGoQUqsZ1yrDTcCd7cXlS { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#sCEKVcF5m9bMvZAFVa3TGLyZKQkgmCDR { width:20rem;height:2.75rem;top:2.8740234375rem;left:-0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#TVXFeDlxhJbsTsAD247IowdHq8gVef8b { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b.adaptive-delivery-prevent-bg, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b.lazyload, #TVXFeDlxhJbsTsAD247IowdHq8gVef8b.lazyloading { background-image: none; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { border-width: 0; border-radius: 0; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVXFeDlxhJbsTsAD247IowdHq8gVef8b > .row .container { width:20rem;height:11.875rem;position:relative;display:none; }#alfeimNOBONJHACGlc6l9vKSR7TTCz5G { width:8.5rem;height:4.6875rem;top:3.5595703125rem;left:0.57568359375rem;z-index:15021;display:block; }
#ao0RKvZR0nimDcatFbdraZLJw9NUq6lx { width:8.3730625rem;height:4.749025rem;top:3.5302734375rem;left:11.62646484375rem;z-index:15020;display:block; }
#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { display:none; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 { border-width: 0; border-radius: 0; }#hxnIV8Tvg60knD11108oIFFk4w7rAgT6 > .row .container { width:20rem;height:32.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#GErNcLznXJch9Gsh0XoQeFbndMwA7Hom { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#swmTbQGaLiTMvKGLmVoQc7s1RFIFzaZ8 { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#lssEgNK1fXdHO5iKS30zPtn59wN43tuT { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--headlines-font-family);display:block; }
#xpCyTLpveUp08QIf2foVC7VX2vWDHxP2 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
#cb3g7fTz1C1TatNqPqMQdgShsD2vnTUv { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;display:block; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#cca15e;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:first-of-type{padding-top:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-container:last-of-type{padding-bottom:0;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3  { width:17.5rem;height:auto;top:13.42529375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 {display:block;}#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 { width:17.5rem;height:auto;top:13.42529375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #CVDTkn3x4gv8Xb9EFvItHXdzqCzgdQ4W {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #dk3zT26ufBlL3TQkU5KiDf1ZhgXNK5I9 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Od2BIzmgGss74w3TTdDJJG8o5Eg8NH3e {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Kzu6HhvKAedHk45l6U6LTVbOotLFPBD1 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #Vyuyda74Tp6kSg3TOdNIQAlOcKKLcSdx {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #MMxe066flBVP4GgWkSIXXALIDkPIV3EJ {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #HurBQ7LuspsTyc0KsrtHLmAgZTZsnBer {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #IHyLkxtRSSy2FTTVtC6EH4ZKSIITBJVy {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #SBXQKCZTIrnkSxEULyM2OR7k3fDZCc2D {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XQS9sJLkFmZGv052R2vCfC3mCotSd7AE {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #R9NgyZ5aWufKXCNsdUdr4B1IKtTegOsD {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #beH95evhcotaGEZVhkWrCUlEKuoq7gTz {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #hpla3qTrSRZThahUN5TOuxeOCTS7yVB7 {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #EWC5cMc12TDtPqebEFQ7msfdWx8bQhQo {  }
#WpZpFCeKZ3Iidz7CG7bz86FAzJ9Nyuh3 #ZXi6klh2VTDBrcUPcJzXebtHoG506RWd {  }
#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { display:none; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc { border-width: 0; border-radius: 0; }#Iqf96J3CctRHduAILyVzySsC8ah4bwvc > .row .container { width:20rem;height:24.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { display:none; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ { border-width: 0; border-radius: 0; }#hGbChu1EVXQivo8ZbnyhyXX2f9s6rztQ > .row .container { width:20rem;height:33.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#qJlB5aivWMc7hRn9GZDCGeHASEzAZKtP { width:15.061875rem;height:2.5996125rem;top:6.3681640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#tPUGavBTOwzhzqOy2TTzL1d4ivGvwcP8 { width:18rem;height:2.79948125rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#K0JNzAfMU9vKACAqrbNQOvWbRtrObELa { width:15.8125rem;height:4.19921875rem;top:14.49951171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#pCHbzecWIWAQJVyT8cE2wsJHTKu2bg5X { width:16.0625rem;height:2.79948125rem;top:19.3115234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#lM7GeFAygSXWD4HTveaylaF0wW3vdd8K { width:15.625rem;height:2.79948125rem;top:24.06201171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#hXOHTEmdKqmpRNnow6aS5kr3e2qN546t { width:2.43706875rem;height:2.43706875rem;top:9.951171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#yW1GRgCIJkmKDCFC3bkI2utwSy0ua8Ae { width:2.43706875rem;height:2.43706875rem;top:14.49951171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#GwX51ss3s3yz9XAP1ee6Dl4fnqV3ZOGL { width:2.43706875rem;height:2.43706875rem;top:18.69482421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#BLK6tkTwrcRPvPTpek5OCQHr4BLapeXd { width:2.43706875rem;height:2.43706875rem;top:23.1376953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#G7QbOKoHPpLoWtmP8K7qiTC37gO6Kcot { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#Mlek5EqKU8Xx8hSR0STRJ6g8Rm24rZmU { top:4.0126953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx { border-width: 0; border-radius: 0; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container { width:20rem;height:60.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.adaptive-delivery-prevent-bg, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyload, #k2CsNUn9kZcRGVOd2NnPNiNhhUVhhITx > .row .container.lazyloading { background-image: none; }#ShTnIJTKJCRHRP3PpEhNuFZg4cPgAL5h { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#TkWFyDndukuM4PJTNbc5sFIm2A46KVeV { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#hVTE0g1fn3lAKVIB3HSqMfqeWnKeCLTG { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#uLKi93sMSggxC9e9v8fdyMmayQq2qT3T { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#u9ZsDTob5PeKEHvGdF3MJOXLyGdcv9Wd { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ITwlwVy4hhPHRnMMv8Q4QToQCZqKQFpa { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#veUxS5yJWg2q2CmcFlTsrLdDeroEThap { width:3.99858125rem;height:0.9746125rem;top:37.558837890625rem;left:10.821533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#drNhZxIrCiKP2GEqbBczQ3BaPVSveGPr { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#rKzck4hpeTRtCgWizyqyaP9nA13C9uVN { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tKR5HJEsenp82ay9eSPO9nyaMMGyikub { width:3.18714375rem;height:0.9746125rem;top:49.499267578125rem;left:2.93701171875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sfGK34OsgqJcG1qpD2ruCn1LAa5sKuzv { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#mnddvTBZOsOlIcckP2Cyi5FsaOEveqrd { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Ey8es1TTvpTlwUbsikrk7bbAZEFy7J2D { width:5.3125rem;height:0;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#gTdC0mWdDgxnRrwqgNz1iyUROiZ05LpS { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#MVlq9shFXKNZ7EmObcLSCuObhTKnTodp { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZwhaT206MqzEF4qUwL9eoQO6mm64NKbV { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#GeuH5SMUCW155Z8lFxAnvNXcyxk7OCU7 { width:5.749025rem;height:0.9746125rem;top:49.4990234375rem;left:9.873046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#QOL77MlNDQggDMPOXnBcioHy8s2DJI1w { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Jo80FcuBXaDOa9X7wtwph5O78XzraIXn { width:5.1242875rem;height:0.9746125rem;top:49.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#QTeV7IGh5dlakf7SG1ys3iwvPQVbkedI { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#V1bHEkxrHLBAZVzQda4TabyEUwfV9ogP { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZHDFLzbqU0QgSRLJvg9Uori1rO7qnqov { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Og9wfteoQdzPn2kdDlPvQwOyqQQv32VK { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#weJCCCSVzo7NsSriQiHP7Fcas07oTt97 { display:block; }
#Vu1ThZ85drl4KvlCavG5yiQvyNTJc353 { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#tRbQEzrL2zC0b5PZNhxZU35nyHzyt4C4 { width:8.2475rem;height:0.97411875rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;color:rgba(var(--color-tertiary-0),1);display:block; }
#Uw8KK5LDqTI7mcu6dpe1gCwEimnIJn0c { width:9.375rem;height:1rem;top:40.199951171875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#VpgSTT6NIvxsJkRn4Xk0rEzaJ2fmiGLO { width:7.1875rem;height:1rem;top:50.95947265625rem;left:11.319580078125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#TrmDIQJ1R5qIWnGG0IfBIZ8KuMVncyUZ { width:7.06175rem;height:1rem;top:40.199951171875rem;left:11.009033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#qIDJrTrowQaMBGZXCOuUQ1fMsxNEdv7g { width:7.9375rem;height:1rem;top:29.140625rem;left:1.49951171875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#LeTKuS2LnmQw6cranHhcNdM3Q17yNUxv { width:6.9995rem;height:1rem;top:29.265625rem;left:10.821533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Jo1e3kswI2gOBwcvqgfXANZ4KvmWqRtt { width:8.2498125rem;height:0.97439375rem;top:39.213322162628rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Vkt6Npqz8EzfXbt1JiSEcMVhb1a24331 { width:6.5625rem;height:0.97439375rem;top:49.498699188233rem;left:12.085503637791rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD { border-width: 0; border-radius: 0; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container { width:20rem;height:69.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.adaptive-delivery-prevent-bg, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyload, #aeG57a8FLygdeodE0oPIkRcgnJlHMMiD > .row .container.lazyloading { background-image: none; }#HFUrJi1iUrpoBxFMAKFQ0AXnmxG4K7ub { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#D8ZDZ0wiFhhp2rvoy1g28aBwrk7igHGB { display:block; }
#eppnTxivw83Vu8WFT2PLKbrJNfxHQpKL { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KVDOaScnKHq8kp8SPArsPqrwRXItloNq { display:block; }
#xVFlqWR73qLKEhQ0e5Ty06RLUQdxiTTf { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZELtOdQudeSmPWr8vuw4ilq1JOacyLw7 { display:block; }
#vgk2Ct00P9KE5EuNTdcv0KkpHf497QGf { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#NKIEv6TImCPqRnvOKglo5uVGWXyFEui3 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#I4iMMo2TXvloTTXIpV0wKeoqA3B20nyK > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#pOzOKFeFFp8gkSy99BgSNArgE2zE3gtW { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vdF02VlR8ZnxolnhsKH6W2xIKFlgTG92 { display:block; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#qEXHMKw6GXsluSzT0GeqUxzBg5VGUWte > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#pGVoCBMOLPH6QsRc6OzN4CQli0uI1ccO { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Meth0y48g5efm3cvF93tF9sIZs6HoEua { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GAlsgoS24Sth5bfwz2yhucFreGrcWR6E { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#JgovxiQbpZp7OPN1TDnko9FPU2CbEI6s { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mTLDWTiQMzENznqibITMNBeZ0ssUqRKv { display:block; }
#mJlTJRESvLR7nzJ28aq6P1QTs0exNxdA { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IiN94lzLVhC3mfHWbbFhDl6pqpSMKbPc { display:block; }
#RPnNt1e7xmBaeS5iRqVlMPzD6X4UR4VR { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kvPFbE3IPT0zczcot0v17eMxy48dfd66 { display:block; }
#yVmerm4wX29kRkmp1SCA41ZI23PT5Xro { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#f7C4oSZKM7TaS4foiZUaXu6ULQxALDsc { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#wgKwyzivcagXhODkJ2ZhggVOk54hHfVz { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#uo8wQgDKyVr3Qap7iLxoVx8KvZt0m4uD { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#zuugeAk5hNhgM1r7XvnoraHhTzNWEtrI { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#GiZLhliDikWPVS0rF2QauLwcIUEB3Ooo { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#DLalpmkoTN4Vwq0PTrZBBTy2OwAKEvAc { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#TIiS1nz6DHBxZGM8tTo1APhWrrTAggZg { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#bQso3TWWS7qQVt6tmqaEU5T0Ci4vmysy { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#Eh6WVTO2mtdVQbkDt46PFvW30kFl0SI5 { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#wAtyTC4Bpu08EgT2eDiELWPrJxVufsSS { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
