.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #342e21);background-image: -moz-linear-gradient(90deg, #000000, #342e21);background-image: -ms-linear-gradient(90deg, #000000, #342e21);background-image: -o-linear-gradient(90deg, #000000, #342e21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#342e21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#342e21' );";background-image: linear-gradient(90deg, #000000, #342e21);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#km4HtzDPnH94wRK8F8JXDZvT7BZMfrAy { position:absolute;display:block;z-index:15010;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:7.9375rem;top:1.40625rem;left:0.6875rem;overflow:hidden;display:block; }
#wrLqJZUcqTDESRvom4bVDZRlSQ5Citgq { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:54.623046875rem;height:1.6911764375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dRknsavv5XmXHl8TMk2qyFxmKpqQRWtN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.685546875rem;width:1.685546875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:2.15625rem;left:52.373046875rem; }
#JCr3QFwoMCTk9JCVgNhRbJFKAUhpzGwy { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.25rem;width:9.125rem;top:4rem;left:25rem;display:none; }
#g2g7hpUbA1pvf64RPR8gESaaFVM0DGkH { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:29.5rem;height:2.03125rem;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; }
#FBk5iRviek8kwBo9U2qt3UImyuyKGMQF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.375rem;left:26.125rem;display:none; }
#tBLfoXl2Vk632lcdH0GtthGE2yfJKngn { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.2495125rem;width:9.12475rem;top:1.1875rem;left:11.4375rem;display:block; }
#o9oFmE8lNfEutnuHHBVonvLoDwXO1sKr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.625rem;left:12.5625rem; }
#JALI9894eQ3SsNxbnx3X1zJ06OGNFVdq { color:#ffffff;display:block;width:3.81225625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.9375rem;height:1.985294125rem;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; }
#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #342e21);background-image: -moz-linear-gradient(90deg, #000000, #342e21);background-image: -ms-linear-gradient(90deg, #000000, #342e21);background-image: -o-linear-gradient(90deg, #000000, #342e21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#342e21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#342e21' );";background-image: linear-gradient(90deg, #000000, #342e21);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container { background-color: transparent; background-image: none; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container > .video-iframe-container { display: none; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row > .video-iframe-container { display: none; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .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); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container { border-width: 0; border-radius: 0; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#RbXePu4v0BH63KphMyLCIQRsM5fcWnzG { color:#ffffff;display:block;width:54.498875rem;position:absolute;font-family:poppins2;font-size:2.625rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:5.447998046875rem;left:9.375rem;height:5.735293875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JkwOIdGT0XGWpDduKA0fCFp2ehAwPpSp { background-color:#f20b32;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:poppins;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:15027;text-align:center;text-align-last:center;top:32.1875rem;left:28.75rem;display:none; }
#azRaLlZuK5ealZhbT7XbLe7uzOAR7bMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MX81mx6GTLWKxTykSJv0NbAoHW6AMsGr { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:29.125rem;left:58.5625rem;overflow:hidden;display:block; }
#ehZ5dTTHf6DuH0wNGyipuJlh3MOAX18l { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:29.125rem;left:47.875rem;overflow:hidden;display:block; }
#FpzmrvW3sCb0g4KFzG94UBmJyO16mXco { color:#ffffff;display:block;width:50rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:1.5625rem;left:11.0625rem;height:5.223525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#t1m4E1A7re9ETlRT8H29ippQUfSEFaIK { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:36.875rem;left:1rem;height:1.5441175625rem;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;text-align:left;text-align-last:left;display:block; }
#TRUIu7a2ugq1SWHOgWTpBGRKP9seKGpi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -moz-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -ms-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -o-linear-gradient(90deg, #8c52ff, #ff914d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );";background-image: linear-gradient(90deg, #8c52ff, #ff914d);background-size:auto !important;top:28.8125rem;left:58.25rem;display:block; }
#Xf1aX8ipuTqacswmo7ldVOvcFk3cUFwi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -moz-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -ms-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -o-linear-gradient(90deg, #8c52ff, #ff914d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );";background-image: linear-gradient(90deg, #8c52ff, #ff914d);background-size:auto !important;top:28.8125rem;left:47.5625rem;display:block; }
#MfmMgouVEEVTnV4AQ4y7hwkD1prf0hZH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.2500003278256rem;left:13.0625rem;display:none; }
#aJGNl9t5E8aGX0ZnEOw2trN2sEIDGTBv { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.2500003278256rem;left:13.0625rem;display:none; }
#wg2Xne4oT297SgSdhr7w3w8QEGFOzDSR { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:15.9375rem;left:1rem;height:7.7205879375rem;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;text-align:justify;text-align-last:initial;display:block; }
#G9xBHr6zu0ox6wADNR48QkJREU9nCIQT { position:absolute;display:block;z-index:15045;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.0625rem;width:8.0625rem;top:3.12255859375rem;left:0rem;overflow:hidden;display:block; }
#xcTvNb2N0FT1NX4bzzGNTvdvgntMSZIe { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.5625rem;width:25.5625rem;top:20.3125rem;left:46.125rem;overflow:hidden;display:block; }
#Ir0HuLyhDOhC7mRnEk1Np51kA4WHVwth { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -moz-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -ms-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -o-linear-gradient(90deg, #8c52ff, #ff914d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );";background-image: linear-gradient(90deg, #8c52ff, #ff914d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.998046875rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:40rem;left:1rem;display:block; }
#oUOvvhnJ9Hsm9WtpX73iJnKG9dwAiAZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6e8nhFMsXbWd59x9eQFvk7FyeVlBnhI { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:poppins2;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:2.9248046875rem;left:9.375rem;height:1.6911764375rem;font-style:normal;display:block; }
#fNdT6GHoDgW0z71lUi3eKvaHzTLhkXot { 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:15047;opacity:1;top:15.9375rem;left:46.125rem; }
#SV5Rcw4WggLvSRrlsu21VifhMpDS11k8 { 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:15048;opacity:1;top:15.9375rem;left:50.875rem; }
#fsmnarbk2N2h137fKB2bFDgtGIOX5i9N { 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:15049;opacity:1;top:15.875rem;left:55.375rem; }
#UIwznEK6mdWrUC8FgoiIV3Ni8h42VNEb { 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:15050;opacity:1;top:15.9375rem;left:60.1875rem; }
#QGIdfkQIaVzt30y1V5s1rC4nUaPZZR4f { 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:15051;opacity:1;top:15.8125rem;left:64.5625rem; }
#SPOqslWKV0N65ZGGfMdPVNRpBrXciERT { 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:15052;opacity:1;top:15.9375rem;left:69.25rem; }
#aJm2EA82CmLzSGFyHK20hiyNWK9al4EH { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:26.875rem;left:1.125rem;height:7.11397025rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#aJm2EA82CmLzSGFyHK20hiyNWK9al4EH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aJm2EA82CmLzSGFyHK20hiyNWK9al4EH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ed212daa303ad0af758c71ed590e75cc5fc8c93.svg); }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#342e21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#fe9256;display:block;width:25rem;position:absolute;font-family:poppins2;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:1.6911764375rem;font-style:normal;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; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#ffffff;display:block;width:25rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:;font-style:normal;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; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#fe9256;display:block;width:24.9375rem;position:absolute;font-family:poppins2;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:25rem;height:1.6911764375rem;font-style:normal;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; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.625rem;left:52.5rem;height:2.5rem;font-style:normal;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; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#fe9256;display:block;width:25rem;position:absolute;font-family:poppins2;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:50rem;height:1.6911764375rem;font-style:normal;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; }
#tPgeAeOvTcM0TTkEAGCBhn8ir9LEh6Er { position:absolute;display:block;z-index:15015;background-color:#3282b5;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:12.5rem;width:0.125rem;top:2.875rem;left:24.9375rem;display:block; }
#zGnaVgvgLOdHAT3KtaUZbJqwlliUboZD { position:absolute;display:block;z-index:15016;background-color:#3282b5;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:12.5rem;width:0.125rem;top:2.875rem;left:49.9375rem;display:block; }
#Dbx1wJlPzna2U4C64FWclhxuiGi0AyEx { 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:15018;top:3.1875rem;left:35.9375rem; }
#rMXquBtCuXFWJm18Dupyxqgo2kW4zOtz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:3.5rem;left:11.25rem; }
#nhgEsnHmMIg54PG60OVz9iR6WPI2CGvy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:3.5rem;left:61.25rem; }
#mr2sylfOsksCmDzRRtpSURWHx4voNzvk { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:27.125rem;height:2.5rem;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; }
#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #342e21);background-image: -moz-linear-gradient(90deg, #000000, #342e21);background-image: -ms-linear-gradient(90deg, #000000, #342e21);background-image: -o-linear-gradient(90deg, #000000, #342e21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#342e21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#342e21' );";background-image: linear-gradient(90deg, #000000, #342e21);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container { background-color: transparent; background-image: none; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container > .video-iframe-container { display: none; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row > .video-iframe-container { display: none; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .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); }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container { border-width: 0; border-radius: 0; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#lMH3nCMVeiKzXNETuw6vL5exJyFkGCml { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:28rem;left:3.28125rem;height:8.3823528125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gsT9VwwXrZUNXO2Is7t8zIUQ0kROtoc5 { color:#fe9256;display:block;width:24rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.6875rem;left:7.3125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wL9dNL7dCJVlhdgh0PcUtX4P79VfvtwM { color:#ffffff;display:block;width:14.124625rem;position:absolute;font-family:poppins2;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5rem;left:12.5625rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQSH4lfMp8eUcAlhBmc7qW50zRfzoUgC { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:poppins2;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.248046875rem;left:19.96875rem;height:2.4264705rem;text-align:center;text-align-last:center;display:block; }
#RQU3JXy0FRdxlvlyQXVe1uMWn5kJr6tb { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:poppins2;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.3125rem;left:47.6875rem;height:1.76470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATqvyxyQWench8vtx00Ni9stdSMozXBa { color:#fe9256;display:block;width:22.8105625rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.5rem;left:44.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rv8vVqUuaZrTZyVLrbPTTlp3QJqEMRgA { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:28rem;left:39.625rem;height:6.985293875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HDVyDxHbTULADnZKUUpnAwPQ5uykV3MN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.53125rem;left:13.0625rem;display:block; }
#TmDPG277XuhZbovg9afirzunCnutvL3Q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:8.5rem;left:49.40625rem;display:block; }
#XIRkzFyp8qzvGOe8nOZzMyN9ppFxhefm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.2500003278256rem;left:13.0625rem;display:none; }
#dfv5rNTW4cDT4ZGTRs0rcFRbqxp8UT09 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:7.2500003278256rem;left:13.0625rem;display:none; }
#kqTT73B1tOU9X552R8i7I5weflSAKcRm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:8.8427734375rem;left:49.71630859375rem;overflow:hidden;display:block; }
#npPDeiB037lozmC84JqhmaPDsTEMcHyu { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:8.8427734375rem;left:13.3740234375rem;overflow:hidden;display:block; }
#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -moz-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -ms-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -o-linear-gradient(90deg, #8c52ff, #ff914d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );";background-image: linear-gradient(90deg, #8c52ff, #ff914d);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container { background-color: transparent; background-image: none; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container > .video-iframe-container { display: none; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row > .video-iframe-container { display: none; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .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); }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container { border-width: 0; border-radius: 0; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-form-header {  }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-regular-label { height:auto;display:block;font-family:poppins2;font-size:1rem;font-weight:400;color:#f8f8f8;width:43.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#f8f8f8;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:43.75rem;box-sizing:border-box;height:2.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:ubuntu;line-height:1.6; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-text {padding-top: 0; padding-bottom: 0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#f8f8f8;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:43.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:ubuntu;line-height:1.6; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .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:43.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-select {padding-top: 0; padding-bottom: 0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#002769;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:43.75rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn [class*="-text"]:-moz-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn [class*="-text"]::-moz-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn [class*="-text"]:-ms-input-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn [class*="-text"]::-webkit-input-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .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:poppins2;line-height:1.6;font-size:0.6875rem;font-weight:400;color:#f8f8f8;vertical-align:top;width:42.3125rem;overflow:hidden;font-style:normal; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .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; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .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; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-container:first-of-type{padding-top:0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-container:last-of-type{padding-bottom:0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0625rem;left:14.375rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.75rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .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; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn {display:block;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0625rem;left:14.375rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #ccK3PrXG3TWOTeBiay5aB2lhkl59Q3sn { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #ZU6COuLDxXSZ3zxMkUkan50C8XqxF9MF { position:relative;display:block; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #kVLSebPVwip7evhtXvwwJbTsebCuCUoP { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #vIz3IMptdtlwxUvbAaraCDRJbz1yrLTX { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #oenBmzMG9cCsEZGrPgoVVSnsfBUDoUXx { position:relative;display:block; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #Tcn4rm34eCJU2a1OWZZdzeyTw9ddPkNm { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #dEcGfyH1omMIcHQVlOnRvbgUlhzgImr6 { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #n4WfAALpV5fHWGEPyuE7RJU5qaRMbdPD { position:relative;display:block; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #K3xbCnM4S2ZTTZcZAURBoQzCLZT5VtKa { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #hkfmE4on8xxalCRKdXT4G2zRM1qkIXb7 { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #fB7XSrz38hZP8bPbgRCwfeiB30cFqUuz { position:relative;display:block; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #SHOugOtpFmhRfN6987aPkO65Fa6ObyVK { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #IHqJbJ54NOiMu0RnWAqSK1noMHNWlC1t { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #JfexyHRQrwquPTATKnJ383EGZbhMfVhx { position:relative;z-index:2; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #IbkGcdHvOD9TVWG31LvSeSSPmpMXHBqV { position:relative; }
#BbBqgWTisWaIQdhPNn82BfCqSBqUyoXK { position:relative;display:block; }
#O8fabxC2cWBsnIpK4ZcHrRHeEoWy9WR0 { position:relative;display:block;z-index:100000;display:block; }
#ppvwEbl6zc4SdhH6yhKqDzKGi05mUsNU { position:relative;display:block;z-index:100000;display:block; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #oBye36B9XxdstPwpEFT6zTDguDoTDPRo { position:relative; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #uzHfObwTKOrVrVA7f4cZSoqJT8CUr7fp { position:relative; }
#MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { color:#f8f8f8;display:block;width:75rem;position:absolute;font-family:poppins2;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.3823528125rem;font-style:normal;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; }
#FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { position:absolute;display:block;z-index:15011;background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.375rem;width:3.125rem;top:6.5625rem;left:35.9375rem;display:block; }
#ausugBOA51Di5Hp9W5UyKMiC5IKuD6xd { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:55.5625rem;left:1.1875rem;height:1.8005375rem;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;text-align:left;text-align-last:left;display:none; }
#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container { background-color: transparent; background-image: none; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container > .video-iframe-container { display: none; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row > .video-iframe-container { display: none; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .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); }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container { border-width: 0; border-radius: 0; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#Tvs8kkNEHGKOpOCNnkr8aczcXkDfuac2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.625rem;top:8.5rem;left:8.4375rem;overflow:hidden;display:block; }
#lpLSuBrakTBT26OPWzQqSVlbPKvOhirp { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:15.4375rem;left:24.875rem;height:1.76470575rem;text-align:left;text-align-last:left;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; }
#wXQchVeTDQWCUMbKy0rHnI22NNcOAh7o { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:3.1884765625rem;left:24.8125rem;height:8.823529rem;font-style:normal;display:block; }
#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container { background-color: transparent; background-image: none; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container > .video-iframe-container { display: none; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row > .video-iframe-container { display: none; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .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); }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container { border-width: 0; border-radius: 0; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#lCU6gGQhLi9E9zuIBLAh6Fyg6yNlmx5F { box-sizing:content-box;color:#f8f8f8;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:block;z-index:15002;top:1.625rem;left:32rem;display:block; }
#vKdqmldyLD5zwWaKk5n2T1HpUdvT1u1N { position:absolute;display:block;z-index:14997;background-color:#360080;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:1.3125rem;left:37.8125rem;display:block; }
#XfKRg0rS0aH5rOVPZ8PlDZMgBbhBB7CV { position:absolute;display:block;z-index:14999;background-color:#360080;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:1.3125rem;left:34.75rem;display:block; }
#oeqq0k8k57ez7gp7WXSJCJfiWc9hgEFS { box-sizing:content-box;color:#f8f8f8;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:block;z-index:15004;top:1.625rem;left:35.125rem;display:block; }
#IprUyVfmz5StwTbkyLoxNVEobLR9watd { position:absolute;display:block;z-index:15001;background-color:#360080;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:1.3125rem;left:31.6875rem;display:block; }
#usSfW6AlX7nV2FT4OnOfhtH3a1OxeOc1 { box-sizing:content-box;color:#f8f8f8;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:block;z-index:15006;top:1.5625rem;left:38.1875rem;display:block; }
#z6JDckFxt4kRoNAtvgCl7gHOC7RIEACK { position:absolute;display:block;z-index:15003;background-color:#360080;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:1.25rem;left:40.875rem;display:block; }
#iwINukG4c6hzMoRiqLCPH5FTzyHs4fz3 { box-sizing:content-box;color:#f8f8f8;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:block;z-index:15008;top:1.5rem;left:41.1875rem;display:block; }
#vyGITI3db7I4FIppao5Mi5LrfaKqEw5l { box-sizing:content-box;color:#333232;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:block;z-index:15003;top:5.09375rem;left:20.5rem;display:none; }
#aBRrmd1zCaBnSAwsk96R9U4KbfoJkTSo { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.1875rem;height:1.1875rem;font-style:normal;display:none; }
#bh64s5scT3TKSeEtRbHMQZN1tpFQQ2FT { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:15.4375rem;left:24.875rem;height:1.75rem;text-align:left;text-align-last:left;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km4HtzDPnH94wRK8F8JXDZvT7BZMfrAy { top:1.375rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLqJZUcqTDESRvom4bVDZRlSQ5Citgq { top:2.375rem;left:28.25rem;width:19.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRknsavv5XmXHl8TMk2qyFxmKpqQRWtN { top:2.125rem;left:38.748046875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCr3QFwoMCTk9JCVgNhRbJFKAUhpzGwy { top:4rem;left:11.375rem;width:9.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2g7hpUbA1pvf64RPR8gESaaFVM0DGkH { top:4.75rem;left:15.875rem;width:3.8125rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBk5iRviek8kwBo9U2qt3UImyuyKGMQF { top:4.375rem;left:12.5rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBLfoXl2Vk632lcdH0GtthGE2yfJKngn { top:1.1875rem;left:0rem;width:9.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9oFmE8lNfEutnuHHBVonvLoDwXO1sKr { top:1.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JALI9894eQ3SsNxbnx3X1zJ06OGNFVdq { top:1.9375rem;left:2.3125rem;width:3.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr { display:block; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbXePu4v0BH63KphMyLCIQRsM5fcWnzG { top:5.4375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkwOIdGT0XGWpDduKA0fCFp2ehAwPpSp { width:17.5rem;height:3.4375rem;top:32.1875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #azRaLlZuK5ealZhbT7XbLe7uzOAR7bMI { display:block; }
 }@media only screen and (max-width: 763px) { #MX81mx6GTLWKxTykSJv0NbAoHW6AMsGr { top:29.125rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZ5dTTHf6DuH0wNGyipuJlh3MOAX18l { top:29.125rem;left:34.25rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpzmrvW3sCb0g4KFzG94UBmJyO16mXco { top:1.5625rem;left:0rem;width:16.125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1m4E1A7re9ETlRT8H29ippQUfSEFaIK { top:36.875rem;left:0rem;width:39.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUIu7a2ugq1SWHOgWTpBGRKP9seKGpi { top:28.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf1aX8ipuTqacswmo7ldVOvcFk3cUFwi { top:28.8125rem;left:33.9375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfmMgouVEEVTnV4AQ4y7hwkD1prf0hZH { top:7.25rem;left:3.375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJGNl9t5E8aGX0ZnEOw2trN2sEIDGTBv { top:7.25rem;left:3.375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wg2Xne4oT297SgSdhr7w3w8QEGFOzDSR { top:15.9375rem;left:0rem;width:40.5rem;height:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9xBHr6zu0ox6wADNR48QkJREU9nCIQT { top:3.0625rem;left:0rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTvNb2N0FT1NX4bzzGNTvdvgntMSZIe { top:20.3125rem;left:21.6875rem;width:25.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0HuLyhDOhC7mRnEk1Np51kA4WHVwth { width:20.9375rem;height:3.4375rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUOvvhnJ9Hsm9WtpX73iJnKG9dwAiAZV { display:block; }
 }@media only screen and (max-width: 763px) { #C6e8nhFMsXbWd59x9eQFvk7FyeVlBnhI { top:2.875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNdT6GHoDgW0z71lUi3eKvaHzTLhkXot { top:15.9375rem;left:32.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV5Rcw4WggLvSRrlsu21VifhMpDS11k8 { top:15.9375rem;left:37.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmnarbk2N2h137fKB2bFDgtGIOX5i9N { top:15.875rem;left:41.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIwznEK6mdWrUC8FgoiIV3Ni8h42VNEb { top:15.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGIdfkQIaVzt30y1V5s1rC4nUaPZZR4f { top:15.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPOqslWKV0N65ZGGfMdPVNRpBrXciERT { top:15.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJm2EA82CmLzSGFyHK20hiyNWK9al4EH { top:26.875rem;left:0rem;width:40.375rem;height:8.625rem;font-size:1rem;display:block; }#aJm2EA82CmLzSGFyHK20hiyNWK9al4EH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ed212daa303ad0af758c71ed590e75cc5fc8c93.svg); }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:7.125rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:9.625rem;left:0rem;width:25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:7.125rem;left:6.8125rem;width:24.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:9.625rem;left:27.625rem;width:20rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:7.125rem;left:22.625rem;width:25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgeAeOvTcM0TTkEAGCBhn8ir9LEh6Er { top:2.875rem;left:15.75rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGnaVgvgLOdHAT3KtaUZbJqwlliUboZD { top:2.875rem;left:31.625rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbx1wJlPzna2U4C64FWclhxuiGi0AyEx { top:3.1875rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMXquBtCuXFWJm18Dupyxqgo2kW4zOtz { top:3.5rem;left:6.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhgEsnHmMIg54PG60OVz9iR6WPI2CGvy { top:3.5rem;left:38.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr2sylfOsksCmDzRRtpSURWHx4voNzvk { top:9.625rem;left:11.0625rem;width:20.6875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq { display:block; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMH3nCMVeiKzXNETuw6vL5exJyFkGCml { top:27.9375rem;left:0rem;width:32rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsT9VwwXrZUNXO2Is7t8zIUQ0kROtoc5 { top:24.6875rem;left:0rem;width:23.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9dNL7dCJVlhdgh0PcUtX4P79VfvtwM { top:22.5rem;left:1.8125rem;width:14.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQSH4lfMp8eUcAlhBmc7qW50zRfzoUgC { top:4.1875rem;left:0rem;width:35.0625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQU3JXy0FRdxlvlyQXVe1uMWn5kJr6tb { top:22.25rem;left:16.25rem;width:15.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqvyxyQWench8vtx00Ni9stdSMozXBa { top:24.5rem;left:9rem;width:22.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv8vVqUuaZrTZyVLrbPTTlp3QJqEMRgA { top:27.9375rem;left:0rem;width:32rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDVyDxHbTULADnZKUUpnAwPQ5uykV3MN { top:8.5rem;left:3.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDPG277XuhZbovg9afirzunCnutvL3Q { top:8.5rem;left:19.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIRkzFyp8qzvGOe8nOZzMyN9ppFxhefm { top:7.25rem;left:3.375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfv5rNTW4cDT4ZGTRs0rcFRbqxp8UT09 { top:7.25rem;left:3.375rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqTT73B1tOU9X552R8i7I5weflSAKcRm { top:8.8125rem;left:19.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npPDeiB037lozmC84JqhmaPDsTEMcHyu { top:8.8125rem;left:4rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H { display:block; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-regular-label { width:43.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-text { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-text {padding-top: 0; padding-bottom: 0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-textarea { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-select { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-select {padding-top: 0; padding-bottom: 0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-button { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-checkbox-label { width:42.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn  { width:43.75rem;height:auto;top:9.25rem;left:0.75rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .radio-container { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn {display:block;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn { width:43.75rem;height:auto;top:9.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #ccK3PrXG3TWOTeBiay5aB2lhkl59Q3sn {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #ZU6COuLDxXSZ3zxMkUkan50C8XqxF9MF { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #kVLSebPVwip7evhtXvwwJbTsebCuCUoP {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #vIz3IMptdtlwxUvbAaraCDRJbz1yrLTX {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #oenBmzMG9cCsEZGrPgoVVSnsfBUDoUXx { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #Tcn4rm34eCJU2a1OWZZdzeyTw9ddPkNm {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #dEcGfyH1omMIcHQVlOnRvbgUlhzgImr6 {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #n4WfAALpV5fHWGEPyuE7RJU5qaRMbdPD {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #K3xbCnM4S2ZTTZcZAURBoQzCLZT5VtKa {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #hkfmE4on8xxalCRKdXT4G2zRM1qkIXb7 {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #fB7XSrz38hZP8bPbgRCwfeiB30cFqUuz { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #SHOugOtpFmhRfN6987aPkO65Fa6ObyVK {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #IHqJbJ54NOiMu0RnWAqSK1noMHNWlC1t {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #JfexyHRQrwquPTATKnJ383EGZbhMfVhx {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #IbkGcdHvOD9TVWG31LvSeSSPmpMXHBqV {  }
 }@media only screen and (max-width: 763px) { #BbBqgWTisWaIQdhPNn82BfCqSBqUyoXK { display:block; }
 }@media only screen and (max-width: 763px) { #O8fabxC2cWBsnIpK4ZcHrRHeEoWy9WR0 { display:block; }
 }@media only screen and (max-width: 763px) { #ppvwEbl6zc4SdhH6yhKqDzKGi05mUsNU { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #oBye36B9XxdstPwpEFT6zTDguDoTDPRo {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #uzHfObwTKOrVrVA7f4cZSoqJT8CUr7fp {  }
 }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { top:2.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { top:6.5625rem;left:22.3125rem;width:3.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ausugBOA51Di5Hp9W5UyKMiC5IKuD6xd { top:5.9375rem;left:0rem;width:17.1875rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS { display:block; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvs8kkNEHGKOpOCNnkr8aczcXkDfuac2 { top:8.5rem;left:0rem;width:10.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpLSuBrakTBT26OPWzQqSVlbPKvOhirp { width:19.6875rem;height:1.75rem;top:15.4375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXQchVeTDQWCUMbKy0rHnI22NNcOAh7o { top:3.1875rem;left:4.3125rem;width:43.4375rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA { display:block; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCU6gGQhLi9E9zuIBLAh6Fyg6yNlmx5F { top:1.625rem;left:18.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdqmldyLD5zwWaKk5n2T1HpUdvT1u1N { top:1.3125rem;left:24.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfKRg0rS0aH5rOVPZ8PlDZMgBbhBB7CV { top:1.3125rem;left:21.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqq0k8k57ez7gp7WXSJCJfiWc9hgEFS { top:1.625rem;left:21.5rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IprUyVfmz5StwTbkyLoxNVEobLR9watd { top:1.3125rem;left:18.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #usSfW6AlX7nV2FT4OnOfhtH3a1OxeOc1 { top:1.5625rem;left:24.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6JDckFxt4kRoNAtvgCl7gHOC7RIEACK { top:1.25rem;left:27.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwINukG4c6hzMoRiqLCPH5FTzyHs4fz3 { top:1.5rem;left:27.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyGITI3db7I4FIppao5Mi5LrfaKqEw5l { top:5.0625rem;left:6.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBRrmd1zCaBnSAwsk96R9U4KbfoJkTSo { top:5.4375rem;left:9.5625rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh64s5scT3TKSeEtRbHMQZN1tpFQQ2FT { width:19.6875rem;height:1.75rem;top:15.4375rem;left:11.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km4HtzDPnH94wRK8F8JXDZvT7BZMfrAy { width:5.81163125rem;height:2.06163125rem;top:1.247829914093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLqJZUcqTDESRvom4bVDZRlSQ5Citgq { width:8.25rem;height:0;top:1.2486979961395rem;left:11.624566137791rem;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #dRknsavv5XmXHl8TMk2qyFxmKpqQRWtN { width:2.1875rem;height:2.1875rem;top:1.0930989980698rem;left:8.9062500596044rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCr3QFwoMCTk9JCVgNhRbJFKAUhpzGwy { width:6.6875rem;height:2.0625rem;top:1.375rem;left:11.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #g2g7hpUbA1pvf64RPR8gESaaFVM0DGkH { width:3.18685rem;height:1.39705875rem;top:1.767578125rem;left:15.26953125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FBk5iRviek8kwBo9U2qt3UImyuyKGMQF { display:flex;width:1.93685rem;height:1.93685rem;top:1.5625rem;left:12.875rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #tBLfoXl2Vk632lcdH0GtthGE2yfJKngn { width:7.3125rem;height:2.0625rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9oFmE8lNfEutnuHHBVonvLoDwXO1sKr { display:flex;width:1.93685rem;height:1.93685rem;top:1.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JALI9894eQ3SsNxbnx3X1zJ06OGNFVdq { width:3.18685rem;height:0;top:1.9375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #342e21, #000000);background-image: -moz-linear-gradient(270deg, #342e21, #000000);background-image: -ms-linear-gradient(270deg, #342e21, #000000);background-image: -o-linear-gradient(270deg, #342e21, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#342e21', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#342e21', endColorstr='#000000' );";background-image: linear-gradient(270deg, #342e21, #000000);background-size:auto !important;display:block; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container { background-color: transparent; background-image: none; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container > .video-iframe-container { display: none; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row > .video-iframe-container { display: none; }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .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); }#TE810KPNyE3rqK70Q7KZS1ZKqaoIooPr > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbXePu4v0BH63KphMyLCIQRsM5fcWnzG { width:15.1245rem;height:4.7058820625rem;top:3.1875rem;left:4.875rem;font-size:1.125rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JkwOIdGT0XGWpDduKA0fCFp2ehAwPpSp { width:19.875rem;height:3.43555rem;top:100.1083984375rem;left:0.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #azRaLlZuK5ealZhbT7XbLe7uzOAR7bMI { display:block; }
 }@media only screen and (max-width: 763px) { #MX81mx6GTLWKxTykSJv0NbAoHW6AMsGr { width:7.5rem;height:7.5rem;top:24.6875rem;left:1.9375rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #ehZ5dTTHf6DuH0wNGyipuJlh3MOAX18l { width:7.5rem;height:7.5rem;top:10.4375rem;left:11.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #FpzmrvW3sCb0g4KFzG94UBmJyO16mXco { width:16.1870625rem;height:0;top:1.5625rem;left:3.8125rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #t1m4E1A7re9ETlRT8H29ippQUfSEFaIK { width:19.625rem;height:2.3529410625rem;top:53.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TRUIu7a2ugq1SWHOgWTpBGRKP9seKGpi { width:8.125rem;height:8.125rem;top:24.375rem;left:1.625rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -moz-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -ms-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -o-linear-gradient(90deg, #8c52ff, #ff914d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );";background-image: linear-gradient(90deg, #8c52ff, #ff914d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Xf1aX8ipuTqacswmo7ldVOvcFk3cUFwi { width:8.125rem;height:8.125rem;top:10.125rem;left:10.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -moz-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -ms-linear-gradient(90deg, #8c52ff, #ff914d);background-image: -o-linear-gradient(90deg, #8c52ff, #ff914d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c52ff', endColorstr='#ff914d' );";background-image: linear-gradient(90deg, #8c52ff, #ff914d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MfmMgouVEEVTnV4AQ4y7hwkD1prf0hZH { width:0.75rem;height:0.75rem;top:82.375rem;left:18.09375rem;z-index:15048;background-color:transparent;background-image:none;border-top:0.25rem solid #f20b32;border-left:0.25rem solid #f20b32;border-right:0.25rem solid #f20b32;border-bottom:0.25rem solid #f20b32;display:none; }
 }@media only screen and (max-width: 763px) { #aJGNl9t5E8aGX0ZnEOw2trN2sEIDGTBv { width:0.99975625rem;height:0.99975625rem;top:7.5rem;left:14.49951171875rem;z-index:14994;background-color:transparent;background-image:none;border-top:0.25rem solid #fe9256;border-left:0.25rem solid #fe9256;border-right:0.25rem solid #fe9256;border-bottom:0.25rem solid #fe9256;display:none; }
 }@media only screen and (max-width: 763px) { #wg2Xne4oT297SgSdhr7w3w8QEGFOzDSR { width:20rem;height:9.411764125rem;top:24.373850345612rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G9xBHr6zu0ox6wADNR48QkJREU9nCIQT { width:3.875rem;height:3.875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTvNb2N0FT1NX4bzzGNTvdvgntMSZIe { width:11.5625rem;height:7.8125rem;top:10rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Ir0HuLyhDOhC7mRnEk1Np51kA4WHVwth { width:18.99609375rem;height:3.4375rem;top:48.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUOvvhnJ9Hsm9WtpX73iJnKG9dwAiAZV { display:block; }
 }@media only screen and (max-width: 763px) { #C6e8nhFMsXbWd59x9eQFvk7FyeVlBnhI { width:20rem;height:1.6911764375rem;top:0.74951171875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNdT6GHoDgW0z71lUi3eKvaHzTLhkXot { display:flex;width:3.125rem;height:3.125rem;top:19.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SV5Rcw4WggLvSRrlsu21VifhMpDS11k8 { display:flex;width:3.125rem;height:3.125rem;top:19.3125rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #fsmnarbk2N2h137fKB2bFDgtGIOX5i9N { display:flex;width:3.125rem;height:3.125rem;top:19.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #UIwznEK6mdWrUC8FgoiIV3Ni8h42VNEb { display:flex;width:3.125rem;height:3.125rem;top:19.3125rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #QGIdfkQIaVzt30y1V5s1rC4nUaPZZR4f { display:flex;width:3.125rem;height:3.125rem;top:19.3125rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #SPOqslWKV0N65ZGGfMdPVNRpBrXciERT { display:flex;width:3.125rem;height:3.125rem;top:99.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJm2EA82CmLzSGFyHK20hiyNWK9al4EH { width:20rem;height:11.588234875rem;top:33.783318042755rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.4;display:block; }#aJm2EA82CmLzSGFyHK20hiyNWK9al4EH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7ed212daa303ad0af758c71ed590e75cc5fc8c93.svg); }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { background-color:#342e21;background-image:none;display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.39705875rem;top:5.1875rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:3.308823375rem;top:7.4375rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:20rem;height:1.39705875rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.437rem;height:2.2058823125rem;top:32.0625rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.437rem;height:1.39705875rem;top:30.1875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgeAeOvTcM0TTkEAGCBhn8ir9LEh6Er { width:0.125rem;height:12.5rem;top:2.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGnaVgvgLOdHAT3KtaUZbJqwlliUboZD { width:0.125rem;height:12.5rem;top:2.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dbx1wJlPzna2U4C64FWclhxuiGi0AyEx { width:3.125rem;height:3.125rem;top:14.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMXquBtCuXFWJm18Dupyxqgo2kW4zOtz { width:3.125rem;height:3.125rem;top:1.375rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhgEsnHmMIg54PG60OVz9iR6WPI2CGvy { width:4.8120125rem;height:3.375rem;top:26rem;left:7.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr2sylfOsksCmDzRRtpSURWHx4voNzvk { width:17.625rem;height:2.2058823125rem;top:20.5rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq { display:block; }#M3Xz6TQ3vAgDNFyT6TLJoLoGw5lOpqaq > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMH3nCMVeiKzXNETuw6vL5exJyFkGCml { width:19.123046875rem;height:11.7647056875rem;top:22.728515625rem;left:0.4375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gsT9VwwXrZUNXO2Is7t8zIUQ0kROtoc5 { width:19.6875rem;height:2.2058823125rem;top:17.0185546875rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wL9dNL7dCJVlhdgh0PcUtX4P79VfvtwM { width:14.125rem;height:1.6176470625rem;top:14.7685546875rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQSH4lfMp8eUcAlhBmc7qW50zRfzoUgC { width:19.9980625rem;height:1.6911764375rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQU3JXy0FRdxlvlyQXVe1uMWn5kJr6tb { width:15.5625rem;height:1.6176470625rem;top:57.3125rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATqvyxyQWench8vtx00Ni9stdSMozXBa { width:20rem;height:1.102941125rem;top:59.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv8vVqUuaZrTZyVLrbPTTlp3QJqEMRgA { width:19.4995rem;height:10.588234875rem;top:61.3125rem;left:0.25rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HDVyDxHbTULADnZKUUpnAwPQ5uykV3MN { width:9rem;height:9rem;top:4.9560546875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDPG277XuhZbovg9afirzunCnutvL3Q { width:9rem;height:9rem;top:47.4375rem;left:5.5rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #XIRkzFyp8qzvGOe8nOZzMyN9ppFxhefm { width:1.75rem;height:1.75rem;top:7.70605625rem;left:8.875rem;z-index:14991;background-color:transparent;background-image:none;border-top:0.25rem solid #f20b32;border-left:0.25rem solid #f20b32;border-right:0.25rem solid #f20b32;border-bottom:0.25rem solid #f20b32;display:none; }
 }@media only screen and (max-width: 763px) { #dfv5rNTW4cDT4ZGTRs0rcFRbqxp8UT09 { width:1.75rem;height:1.75rem;top:4.20605625rem;left:8.875rem;z-index:14992;background-color:transparent;background-image:none;border-top:0.25rem solid #f20b32;border-left:0.25rem solid #f20b32;border-right:0.25rem solid #f20b32;border-bottom:0.25rem solid #f20b32;display:none; }
 }@media only screen and (max-width: 763px) { #kqTT73B1tOU9X552R8i7I5weflSAKcRm { width:8.125rem;height:8.125rem;top:47.875rem;left:5.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #npPDeiB037lozmC84JqhmaPDsTEMcHyu { width:8.125rem;height:8.125rem;top:5.391845703125rem;left:5.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H { display:block; }#TygiyLh0nfR8aIPCiw8wTJuEym5hFw5H > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;height:auto;display:block;text-align:center;text-align-last:center;font-family:poppins; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-text {padding-top: 0; padding-bottom: 0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-select {padding-top: 0; padding-bottom: 0;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn  { width:17.5rem;height:auto;top:9.43603515625rem;left:0rem; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn {display:block;}#dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn { width:17.5rem;height:auto;top:9.43603515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #ccK3PrXG3TWOTeBiay5aB2lhkl59Q3sn {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #ZU6COuLDxXSZ3zxMkUkan50C8XqxF9MF { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #kVLSebPVwip7evhtXvwwJbTsebCuCUoP {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #vIz3IMptdtlwxUvbAaraCDRJbz1yrLTX {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #oenBmzMG9cCsEZGrPgoVVSnsfBUDoUXx { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #Tcn4rm34eCJU2a1OWZZdzeyTw9ddPkNm {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #dEcGfyH1omMIcHQVlOnRvbgUlhzgImr6 {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #n4WfAALpV5fHWGEPyuE7RJU5qaRMbdPD { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #K3xbCnM4S2ZTTZcZAURBoQzCLZT5VtKa {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #hkfmE4on8xxalCRKdXT4G2zRM1qkIXb7 {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #fB7XSrz38hZP8bPbgRCwfeiB30cFqUuz { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #SHOugOtpFmhRfN6987aPkO65Fa6ObyVK {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #IHqJbJ54NOiMu0RnWAqSK1noMHNWlC1t {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #JfexyHRQrwquPTATKnJ383EGZbhMfVhx {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #IbkGcdHvOD9TVWG31LvSeSSPmpMXHBqV {  }
 }@media only screen and (max-width: 763px) { #BbBqgWTisWaIQdhPNn82BfCqSBqUyoXK { display:block; }
 }@media only screen and (max-width: 763px) { #O8fabxC2cWBsnIpK4ZcHrRHeEoWy9WR0 { display:block; }
 }@media only screen and (max-width: 763px) { #ppvwEbl6zc4SdhH6yhKqDzKGi05mUsNU { display:block; }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #oBye36B9XxdstPwpEFT6zTDguDoTDPRo {  }
 }@media only screen and (max-width: 763px) { #dSOFDNL31W0y12oTX1cRUqc75TTPv7Qn #uzHfObwTKOrVrVA7f4cZSoqJT8CUr7fp {  }
 }@media only screen and (max-width: 763px) { #MHwHhKBdMxwb7Okfv6ZDQIrCTzeMAEnh { width:20rem;height:2.0588235625rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFInEGIfAeS3AbqdTdIhXvmIqXmFXND { width:8.25rem;height:0.375rem;top:6.599609375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ausugBOA51Di5Hp9W5UyKMiC5IKuD6xd { width:17.1875rem;height:2.3529410625rem;top:5.61181640625rem;left:1.40625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;font-weight:400;font-style:normal;line-height:1.4;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS { display:block; }#oOVFluLv1ntrL4FHfL3MXINI8AX1FKeS > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tvs8kkNEHGKOpOCNnkr8aczcXkDfuac2 { width:7.0625rem;height:2.375rem;top:2.1875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpLSuBrakTBT26OPWzQqSVlbPKvOhirp { width:16.25rem;height:0;top:4.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXQchVeTDQWCUMbKy0rHnI22NNcOAh7o { width:19.0625rem;height:13.9705876875rem;top:5.23828125rem;left:0.46875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA { display:block; }#NSM3JJVSAFipyhPhMdCH0iCWnFUBH3oA > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCU6gGQhLi9E9zuIBLAh6Fyg6yNlmx5F { width:1.875rem;height:1.875rem;top:8.9375rem;left:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdqmldyLD5zwWaKk5n2T1HpUdvT1u1N { width:2.5rem;height:2.5rem;top:8.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfKRg0rS0aH5rOVPZ8PlDZMgBbhBB7CV { width:2.5rem;height:2.5rem;top:8.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqq0k8k57ez7gp7WXSJCJfiWc9hgEFS { width:1.875rem;height:1.875rem;top:8.9375rem;left:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IprUyVfmz5StwTbkyLoxNVEobLR9watd { width:2.5rem;height:2.5rem;top:8.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usSfW6AlX7nV2FT4OnOfhtH3a1OxeOc1 { width:1.875rem;height:1.875rem;top:8.875rem;left:11.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6JDckFxt4kRoNAtvgCl7gHOC7RIEACK { width:2.5rem;height:2.5rem;top:8.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwINukG4c6hzMoRiqLCPH5FTzyHs4fz3 { width:1.875rem;height:1.875rem;top:8.875rem;left:15.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyGITI3db7I4FIppao5Mi5LrfaKqEw5l { width:1.875rem;height:1.875rem;top:12.10546875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBRrmd1zCaBnSAwsk96R9U4KbfoJkTSo { width:19.9375rem;height:0;top:14.23046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bh64s5scT3TKSeEtRbHMQZN1tpFQQ2FT { width:16.25rem;height:1.5441175625rem;top:3.251953125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15025;display:block; }
 }