.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU { background-color:#4a4f54;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container { background-color: transparent; background-image: none; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container > .video-iframe-container { display: none; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row > .video-iframe-container { display: none; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .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); }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container { border-width: 0; border-radius: 0; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;overflow:visible;position:relative;display:block; }#G8iebULEaE0Imkrm80BPz1vRLRyTBPZ0 { box-sizing:content-box;height:4.1875rem;width:15.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;top:1.75rem;left:59.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uH1hT1dxLpmJ9tEclRqBLvTgBcFzikur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.625rem;left:60.3125rem; }
#ZT0fTpMGb63yWJbx1y4QBn1CcyaNmNR3 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"kumbh sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:63.375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#TiLThM8Q0p76AvncTBk6OohmdFrzLWkh { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"kumbh sans";font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:62.8125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EX3tRdaVtTl9QqfnABDLVpGlqkZok9HZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.0625rem;left:19.8125rem;display:block; }
#HPXNBDZPwND4tImrtMJZlexGUF6lbPXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ctctElETTsFwdCPcU3gzgQLd2TXhQKso { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.0625rem;left:31.5rem;display:block; }
#OZWuKUFhzqnW5aEFd6PRTcGz8n4OrWgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkiKJS6t6RJpAGMTUhGvTh3JPAlk8ry5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:45.9375rem;display:block; }
#HNA6XRVkREQqg6wsr5MX1bh4gVB9IH0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dnvioet3noxzr636K1sNIngcUITpFPZT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.71875rem;left:59.125rem;display:block; }
#vqI23K5q71wWBwhRpgFJz9TL0fJwvpTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wl5uKERRquyaEIkcWdPW4dlg0nJhuX9T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7.25rem;top:0.34375rem;left:1.1328125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw { position:relative;display:none; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw { border-width: 0; border-radius: 0; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TxvoT2gKRa8Eod8ICciI1ntM9FiATxCz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wRMgLQHDKoDprIWniKLbehT8CGRyttmz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bozE7Frvbo1TDi14P9h4olPuhUdHeG7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ib4b9ISsO7XbUd6JcCgbEtvdTuGm9uPV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#z7BmWfxJxFiyPEZ8tPDVi8gTeak9kxvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v83HpQAT0WLc7ACfKG5XVSzK2bBZgnWW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Jq2aLtoTHRIqXnKZdPTJSNEcGHDTLTq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiQiivFTDDdXBxCsz5zlwwlwXsTvn9lG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.375rem;width:56.9375rem;display:none; }
#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12e08bb5-36d1-4f52-b285-99e6dd6e98dd/mediumvecteezy_activitiesofconstructionworkerspeopleheavyworkwork_46251321_medium1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy.adaptive-delivery-prevent-bg, #EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy.lazyload, #EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy.lazyloading { background-image: none; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container { background-color: transparent; background-image: none; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container > .video-iframe-container { display: none; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row > .video-iframe-container { display: none; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .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); }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container { border-width: 0; border-radius: 0; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Bkb7iIBUt2LxTNaEJNnQTUGGoBxAGSTC { color:#ffffff;display:block;width:65.75rem;position:absolute;font-family:"kumbh sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.5625rem;left:4.625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5vM3uxIr37sqAid1mJnzev3s9n2PTCh { color:#ffffff;display:block;width:70.0625rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.5rem;left:2.6875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exhMadWNA9AHWLnmnq6VUszzCUU6Umrx { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.9375rem;left:26.25rem;display:block; }
#rRhv2KInDoAtu1U37tUkTC0WGri8hwRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o94VSTI87BVuMu5gRy89ix7CCc9Snzbg { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:12.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 { position:relative;display:block; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 { background-color: transparent; background-image: none; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row .container > .video-iframe-container { display: none; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row > .video-iframe-container { display: none; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .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); }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 { border-width: 0; border-radius: 0; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.125rem;left:30.4375rem;height:1.13720625rem;display:block; }#h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
#QyXQGgQ86WV9Ax0zcK9ECaMWETG01sli { box-sizing:content-box;height:39.25rem;width:58.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00285e, #30466d);background-image: -moz-linear-gradient(180deg, #00285e, #30466d);background-image: -ms-linear-gradient(180deg, #00285e, #30466d);background-image: -o-linear-gradient(180deg, #00285e, #30466d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285e', endColorstr='#30466d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285e', endColorstr='#30466d' );";background-image: linear-gradient(180deg, #00285e, #30466d);background-size:auto !important;top:2.69921875rem;left:8.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#qF0cq8Omu07Zqrqe5eemRdRL9rBTqXND { color:#ffffff;display:block;width:45.75rem;position:absolute;font-family:"kumbh sans";font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:4.2744140625rem;left:14.625rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-form-header {  }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:44.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:44.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:44.625rem;box-sizing:border-box;height:4.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:44.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);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:44.625rem;height:3.4375rem;font-family:"kumbh sans";overflow:hidden; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 [class*="-text"]:-moz-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 [class*="-text"]::-moz-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:"kumbh sans";font-size:0.875rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .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:"kumbh sans";line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:43.375rem;overflow:hidden;font-style:normal;float:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .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; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-container:first-of-type{padding-top:0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-container:last-of-type{padding-bottom:0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.40625rem;left:13.9375rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:44.625rem;display:block;vertical-align:top; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-info-text { display:block;height:auto;font-family:montserrat;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; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 {display:block;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.40625rem;left:13.9375rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #TbQ5GVeSNpfAyZHoSX9lccOhwEMgUdOt { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #z1QIeV7KwDevGIiXkBTcsdnFK7FQponm { position:relative;display:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ATRt61lCEB6VORmTEINeZdRPXIWqHOJP { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #o8BW2SKbAQlM8twO5hypDVFF37KZvT2u { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #JboeaA1ZFNhSQXgterh0VU3M5sMvPWcM { position:relative;display:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #pZx9RspCwFFpUat1RyfKASdFBgeytywy { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #UG5AcsGcTHbPDqsVF1XzD1eS8M9xcE6x { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #J4WkSOoWTZOzWALyrp3UkCUJ8yLdC3Xt { position:relative;display:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Aq9sgGppDf4wimc17ZpiP09fkaagZGab { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ab1nOehdiEoubD7MLOFN8oc2beNbrXou { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #aGdpHGvtd5yTueof39IdR9ptRTfv1mMw { position:relative;display:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Dqr78EQdJcfzJ1O6wH7d8vtKMBDVfsUr { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #nBVVrTtIQVwzkPvJo1w0EnTPrbSwxrT1 { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ukDTBD01DnKTTWA4fZDIV0Lshx7SNrVy { position:relative;display:none; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #z59yGsEpOCTBg3D3V9PhEyHi1hOJBWsT { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Wvk2P1ell686xz2L9a4ytprqbt3eQV0y { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #EorgcspxGes7ZVeUvoWPh9UFTt3LueTS { position:relative;z-index:2; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #RUByN8nrWcA6QUUSgpnRZ9wyzcmVfuH9 { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #r63HoTSIQqe77eb94BxvEbEsT7GzCm5l { position:relative; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #BvwDTxB0fqpR35sxqDTTmm1CEyL6CHmF { position:relative; }
#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd { position:relative;display:block; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd { background-color: transparent; background-image: none; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row .container > .video-iframe-container { display: none; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row > .video-iframe-container { display: none; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .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); }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd { border-width: 0; border-radius: 0; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fs20d3QEAwSidu5nbH2ZM4USZK3KocaM { color:#00265d;display:block;width:39.5rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:2.9619140625rem;left:17.75rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTU6FHlh3noeKJNRASdlcubuicXgXJ9L { box-sizing:content-box;height:0.0625rem;width:26.875rem;position:absolute;display:block;z-index:15029;background-color:#cccccc;background-image:none;top:4.9814453125rem;left:0rem;display:block; }
#QdaapX8kVOxMroeDKVesq2yqr08pqzrF { box-sizing:content-box;height:0.0625rem;width:26.875rem;position:absolute;display:block;z-index:15030;background-color:#cccccc;background-image:none;top:4.98046875rem;left:48.125rem;display:block; }
#hsmV9AJqSa4p7uSd1puCZuBOV2g2Fpxx { box-sizing:content-box;height:28.5rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:9.3125rem;left:0rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.08) ;display:block; }
#pUHpgZPfsUvbm5yPEJtcFe8NKV4zuEDq { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41322a1a-2736-4ed0-840b-afe6df674f49/1ea98d1831b943ccac04d9ea3eba7b9c2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.375rem;left:1.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#pUHpgZPfsUvbm5yPEJtcFe8NKV4zuEDq.adaptive-delivery-prevent-bg, #pUHpgZPfsUvbm5yPEJtcFe8NKV4zuEDq.lazyload, #pUHpgZPfsUvbm5yPEJtcFe8NKV4zuEDq.lazyloading { background-image: none; }
#QON5t1ILrlTx00EV7vOJ2xTBnvRwqcEZ { color:#00265d;display:block;width:11.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:12.1875rem;left:12.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tKT5w9UIQ9DhUvLKTATA6dlCddLl2LRs { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:15.875rem;left:12.5625rem;height:4.5rem;display:block; }
#sopw3P4NPHQTtm4dvLl9xk0mJKVyIe3A { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4bd5ba29-3d8f-4911-aac7-0be262a652bc/1ea98d1831b943ccac04d9ea3eba7b9c3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.375rem;left:26.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#sopw3P4NPHQTtm4dvLl9xk0mJKVyIe3A.adaptive-delivery-prevent-bg, #sopw3P4NPHQTtm4dvLl9xk0mJKVyIe3A.lazyload, #sopw3P4NPHQTtm4dvLl9xk0mJKVyIe3A.lazyloading { background-image: none; }
#lAogXNuLFTEthU6dfhNGNy8DiFXHIr9n { color:#00265d;display:block;width:12.875rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:11.5625rem;left:36.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkUVPJTFvadAZrbUTOTb8Xb2ppEN0B1T { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:16.4375rem;left:36.875rem;height:6rem;display:block; }
#iFRb0F0We93MpeCSpWCkZ9bBMXwsb7zf { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f2484928-7143-4507-9597-592c29b0205f/1ea98d1831b943ccac04d9ea3eba7b9c4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.375rem;left:50.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#iFRb0F0We93MpeCSpWCkZ9bBMXwsb7zf.adaptive-delivery-prevent-bg, #iFRb0F0We93MpeCSpWCkZ9bBMXwsb7zf.lazyload, #iFRb0F0We93MpeCSpWCkZ9bBMXwsb7zf.lazyloading { background-image: none; }
#RrHtpeSiVAfeatM8cLIQe7tzvOZ0ivkt { color:#00265d;display:block;width:11.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:12.1875rem;left:61.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CbfFdfCDGK7I4XVgqWo9uPpQKStTRJg0 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:14.1875rem;left:61.1875rem;height:6rem;display:block; }
#PLs7LeerOToROpxaZ0ihFLRWcdl0odoK { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/74f96260-131a-4a64-97b0-e8396783313a/1ea98d1831b943ccac04d9ea3eba7b9c5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.9375rem;left:1.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#PLs7LeerOToROpxaZ0ihFLRWcdl0odoK.adaptive-delivery-prevent-bg, #PLs7LeerOToROpxaZ0ihFLRWcdl0odoK.lazyload, #PLs7LeerOToROpxaZ0ihFLRWcdl0odoK.lazyloading { background-image: none; }
#imPfWBq5OT1Zupwbd4N2QNV6zPnb69R2 { color:#00265d;display:block;width:11.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:24.75rem;left:12.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CNqCpfKvpi0BvBH7cu9UlIueHR2ivr4M { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:28.4375rem;left:12.5rem;height:6rem;display:block; }
#gKumO3mV03iyQTQUu3cTuXmFJXeOKv8n { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/42a8f9cb-a84b-4521-9903-981ea18f9a63/1ea98d1831b943ccac04d9ea3eba7b9c6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.9375rem;left:26rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#gKumO3mV03iyQTQUu3cTuXmFJXeOKv8n.adaptive-delivery-prevent-bg, #gKumO3mV03iyQTQUu3cTuXmFJXeOKv8n.lazyload, #gKumO3mV03iyQTQUu3cTuXmFJXeOKv8n.lazyloading { background-image: none; }
#sUbU7ut7qKOGfV0t9v0BwTkMGvcJzbPV { color:#00265d;display:block;width:12.875rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:24.75rem;left:36.8125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqqOhti0Q3FEbFOhqdMaQw24zqKZKO5s { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:28.4375rem;left:36.8125rem;height:6rem;display:block; }
#AXzRtAGRofsonZnzMoWT7pv4dEZOuC4i { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/03b1ea48-66f0-47ac-b3dd-0e8190afe523/1ea98d1831b943ccac04d9ea3eba7b9c7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.9375rem;left:50.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#AXzRtAGRofsonZnzMoWT7pv4dEZOuC4i.adaptive-delivery-prevent-bg, #AXzRtAGRofsonZnzMoWT7pv4dEZOuC4i.lazyload, #AXzRtAGRofsonZnzMoWT7pv4dEZOuC4i.lazyloading { background-image: none; }
#USoHHIHVZM1GSytbXk5ETvbHiglxmmOp { color:#00265d;display:block;width:11.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:23.875rem;left:61.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGdWO07983X6sFIH3JFk7o0q2LmuKRu8 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:25.875rem;left:61.125rem;height:9rem;display:block; }
#RdZ5J3RmfCBXaCOdPao8OHGh5hTTD0Al { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.4375rem;left:19.8125rem;display:block; }
#FItIO6zSugZT6komlUmL3688lPsumx3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkwKA4cucsVdZsmdiaOsuEbF37uTAUUA { background-color:transparent;background-image:none;border-top:0.125rem solid #c78e27;border-left:0.125rem solid #c78e27;border-right:0.125rem solid #c78e27;border-bottom:0.125rem solid #c78e27;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c78e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.4375rem;left:38rem;display:block; }
#Xgo7uiCsz3lVUyDx8GorsHi0aeEEJipN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container { background-color: transparent; background-image: none; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container > .video-iframe-container { display: none; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row > .video-iframe-container { display: none; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .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); }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container { border-width: 0; border-radius: 0; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;overflow:visible;position:relative;display:block; }#gNUibSS72NBmQcDqduBKVM9tKDh6Xnne { color:#00265d;display:block;width:35.3125rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.625rem;left:37.8125rem;height:2.8496125rem;font-style:normal;display:block; }
#tZbo70NfEIgWP9lmoqrWorgSh1oAaEqd { color:#000000;display:block;width:37.125rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.4375rem;left:37.875rem;height:19.125rem;display:block; }
#NvTpN6xL34DBOvULiJoOS0eb2qEvQ5mL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc { color:#000000;display:block;width:37.125rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:30.75rem;left:37.875rem;height:5.40625rem;overflow:hidden;font-style:normal;display:block; }#OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3464e0c7-28ee-4d2a-a8ce-71cc2b46c186/check4.png); }
#g2ntrmWXBqTLfNhtLWtIut0IdvDxCdic { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.0625rem;left:37.75rem;display:block; }
#a0wUt63zvMVAtzxlHAt6tpkHM8OCPS6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOcT8l9ZwkrRETcZ8OzaoeWGt3mkOGT7 { background-color:transparent;background-image:none;border-top:0.125rem solid #c78e27;border-left:0.125rem solid #c78e27;border-right:0.125rem solid #c78e27;border-bottom:0.125rem solid #c78e27;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c78e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.0625rem;left:55.9375rem;display:block; }
#T9S9ysGDXWP6p14ehJk1aU0DZf4dOG5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmcRdTCzn2lR5QTbVcLPtKpyaOvk0euu { position:absolute;display:block;z-index:15034;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:43.4375rem;width:34.9375rem;top:2.84375rem;left:0rem;overflow:hidden;display:block; }
#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container { background-color: transparent; background-image: none; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container > .video-iframe-container { display: none; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row > .video-iframe-container { display: none; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .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); }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container { border-width: 0; border-radius: 0; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#QH6HfbbmQ0WFnc5II4STfpUgJW6v7L7m { color:#00265d;display:block;width:72.5625rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5625rem;left:1.65625rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T611Cdix7n7MPyeKS29PKuIxQBRRs3C9 { position:absolute;display:block;z-index:15032;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:14rem;width:24rem;top:9.25rem;left:0rem;overflow:hidden;display:block; }
#gCAeXVCQpeeQvKbwtzIxcJQOb99cn9za { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:24rem;top:9.25rem;left:25.5rem;overflow:hidden;display:block; }
#Xittln5PkcynglmEf7f4F22Rqd2cVIOo { position:absolute;display:block;z-index:15034;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:14rem;width:24rem;top:9.25rem;left:51rem;overflow:hidden;display:block; }
#fd0eM1UJ4gZHOzpuJ9ZhZlrIXxgHxKLb { position:absolute;display:block;z-index:15035;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:14rem;width:24rem;top:24.6875rem;left:0rem;overflow:hidden;display:block; }
#pq07fJQOqBcap9Lyr7I3t6r2mHT7APcT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:24rem;top:24.6875rem;left:25.5rem;overflow:hidden;display:block; }
#K0pPHK8esunpC0RAIunzKwwCvXB8Qd8q { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:24rem;top:24.6875rem;left:51rem;overflow:hidden;display:block; }
#aJth4g8ealJXWq6k8d6PFJy5xzFTwy9S { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.625rem;left:19.8125rem;display:block; }
#uEnoU0t10u1JADVd5ExcD7DHsubfanFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Br5liWR5NvsuuM2mqpMtpRTy2XzgouSe { background-color:transparent;background-image:none;border-top:0.125rem solid #c78e27;border-left:0.125rem solid #c78e27;border-right:0.125rem solid #c78e27;border-bottom:0.125rem solid #c78e27;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c78e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.625rem;left:38rem;display:block; }
#x08kkUViG67RC8I4kOUfvV1ocIqJvbHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqsCQz1LGoCbhyh72008on9E8PUWTZKF { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container { background-color: transparent; background-image: none; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container > .video-iframe-container { display: none; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row > .video-iframe-container { display: none; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .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); }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container { border-width: 0; border-radius: 0; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#r8SbwLrt6EwiNKz2beMuXZsbosefl37J { color:#00265d;display:block;width:38.75rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xc3XARqMACmg4o66ucxKWCaqitPuEeU5 { box-sizing:content-box;height:21.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:9.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #00265d;display:block; }
#lZgnklfT4lu6fMcS9xibPTZi1Tsf95a8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13rem;left:1.71875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJaDr6NLa54Riv7zfTHA6zk5T1LLCOJU { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:27.140625rem;left:1.71875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GHmFbe3NdzoeV6yrhSGCSQo1DSKOagnn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:10.8125rem;left:1.71875rem;overflow:hidden;display:block; }
#XTzWD90CnCFgQxTiRO72qMRAz4Jx8Jrn { box-sizing:content-box;height:21.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:9.25rem;left:25.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #00265d;box-shadow: none;display:block; }
#wWklC7ECUa7Sg6Qp71v0OqHFrPmMMdME { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:24.140625rem;left:26.5rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UIWWVno3Ita7RwbP6NhSDC6smnZkmh4E { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:15.25rem;left:26.5rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#dwwcgNA8SWMSAW645VV7ud71dT0nnRNX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:10.8125rem;left:27.25rem;overflow:hidden;display:block; }
#ie33tC2fO3pMR5QOvBochriVvbd9ksSc { box-sizing:content-box;height:21.1875rem;width:24.0625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:9.25rem;left:50.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #00265d;display:block; }
#NPM4IE3qxM5d204zdd9ZN2EVhrs2ky1X { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:24.140625rem;left:52.65625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FkSsU8P4w0w5luDy8LM3Xlz0rFI66DL5 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.234375rem;left:52.65625rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#OJFxkp8XaRGhpWl6T8EcyHddSV5hEqyV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:10.8125rem;left:52.6875rem;overflow:hidden;display:block; }
#GqMkHSNlJ2kdpMmFkNdlZJavtGqpHJps { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.953125rem;left:1.71875rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xFPc8geMqu0BiTRWJfxwDETVITl01D0z { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:13rem;left:26.5rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FUOpBgqavsJB2CCP4a5OR0UdT9DlAoiK { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"kumbh sans";font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:13rem;left:52.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00285e, #30466d);background-image: -moz-linear-gradient(90deg, #00285e, #30466d);background-image: -ms-linear-gradient(90deg, #00285e, #30466d);background-image: -o-linear-gradient(90deg, #00285e, #30466d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285e', endColorstr='#30466d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285e', endColorstr='#30466d' );";background-image: linear-gradient(90deg, #00285e, #30466d);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container { background-color: transparent; background-image: none; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container > .video-iframe-container { display: none; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row > .video-iframe-container { display: none; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .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); }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container { border-width: 0; border-radius: 0; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#mmrD24AyWT3XEdv9yHtfJ0URBiTTShFN { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:"kumbh sans";font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6875rem;left:13.6875rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMPkQqcVmnbUJIztBoM0TkRUJ1VlIRqF { box-sizing:content-box;height:22.9375rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:9.125rem;left:0rem;display:block; }
#edlGSSsEDT3A9xRKATXIxbFRqT4eieZ5 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:18.625rem;left:3.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPn5urwJodLFUGoZkZQrf6IkKFmrxCEQ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:22.0625rem;left:3.625rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#VQGoo6aoq41BAuCwxP9dWLBUWzTDHKOJ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:20.8125rem;left:28.875rem;height:6.9995rem;text-align:center;text-align-last:center;display:block; }
#OHTfM8WF08ZVp6eb7aTK7Emm26TvW5c1 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:20.8125rem;left:54.3125rem;height:5.5996125rem;text-align:center;text-align-last:center;display:block; }
#EgAQKfec3QNCbD0EWvhzDiWblnMtsIf6 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:18.6875rem;left:28.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbZLaIpb5TL74JmZGOKA5KNVEyqNDXkS { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"kumbh sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.6875rem;left:54.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fs29EsyKZN7lf6l2uUA6C0ZxmRNTaXDZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.9375rem;left:10.0625rem;overflow:hidden;display:block; }
#W5FSWgTZrWGeh6m3ZEpnHdsFnWTXE7ai { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.9375rem;left:35.3125rem;overflow:hidden;display:block; }
#h6qTzT4IkTybZZQi0PvCXLDClXwR85uu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.9375rem;left:60.75rem;overflow:hidden;display:block; }
#gzctJSTfqBOoN1zSL4Qof9pzTkQhMgNL { box-sizing:content-box;height:0.875rem;width:21rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:15.125rem;left:14.375rem;border-top:0.0625rem dashed #c78e27;border-left:0;border-right:0;border-bottom:0;display:block; }
#wELLle29VNsV8JQ8ppqQfUik52f82isN { box-sizing:content-box;height:0.875rem;width:21rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:15.125rem;left:39.6875rem;border-top:0.0625rem dashed #c78e27;border-left:0;border-right:0;border-bottom:0;display:block; }
#p85oKQTgcez2TmbFxhG2RrB2SE3BGGZl { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.375rem;left:19.8125rem;display:block; }
#N343Wilb2xRhkealPJk7IJEsak9fTWhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3TM7ATDwieICTaf06DhLVsJcTZcQdnT { background-color:transparent;background-image:none;border-top:0.125rem solid #c78e27;border-left:0.125rem solid #c78e27;border-right:0.125rem solid #c78e27;border-bottom:0.125rem solid #c78e27;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#c78e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.375rem;left:38rem;display:block; }
#CRbVE3a1tWZoXkn1yJHUwrqGMuv7B8yD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#keExF4lEOrWFD12JtT1ms1uEs88gSPtD { z-index:;position:relative;display:block; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD { background-color: transparent; background-image: none; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row .container > .video-iframe-container { display: none; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row > .video-iframe-container { display: none; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .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); }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD { border-width: 0; border-radius: 0; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#EVlSLBTuF2ocGwesIRMXqFJbEN5wHcMw { position:absolute;display:block;z-index:15001;height:28.125rem;width:75rem;top:3.65625rem;left:0rem;display:block; }
#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 { background-color:#4a5053;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container { background-color: transparent; background-image: none; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container > .video-iframe-container { display: none; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row > .video-iframe-container { display: none; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .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); }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container { border-width: 0; border-radius: 0; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;overflow:visible;position:relative;display:block; }#iJ4crov5tJLLk0KUJlJ15lmtPSkcxHzO { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"kumbh sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:33.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:33.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#mZssEdIt15tDf8VLETZWr7VdNr386xcm { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:33.375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mZssEdIt15tDf8VLETZWr7VdNr386xcm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mZssEdIt15tDf8VLETZWr7VdNr386xcm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"kumbh sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:33.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#QwiskmZ0HPfXTRA7ahFkuyTlNRLgPKQF { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:"kumbh sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:15.8125rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#hbnTCQZU9Lom02mXTb0KSdyUhzygRCWo { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:16.6875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.3623046875rem;left:58.3125rem;display:block; }
#vKkwFfGLKkkTtQy5dcnXA9dqNwohSh3p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnzbsmbTET40B6KPGLgXf8nuIEpn8SGJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"kumbh sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:10.28125rem;left:64.9375rem;display:block; }
#WktGAVU2peliBahVmd77AEraHnySiMC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i089GcRLFMTi5qXxWI1C7UtoKKWNgxDT { position:absolute;display:block;z-index:15019;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.375rem;width:12rem;top:2.537109375rem;left:0rem;overflow:hidden;display:block; }
#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp { position:relative;display:none; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp { border-width: 0; border-radius: 0; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oIE7WoRVTm5okGBrDZCvAxGqQLGU6oAJ { background-color:transparent;background-image: -webkit-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -moz-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -ms-linear-gradient(355deg, #c78e27, #efcf5a);background-image: -o-linear-gradient(355deg, #c78e27, #efcf5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c78e27', endColorstr='#efcf5a' );";background-image: linear-gradient(355deg, #c78e27, #efcf5a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"kumbh sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.375rem;left:19.8125rem;display:none; }
#aIhF3znKcBk8lDc4EAJDDDKaSdiqfdTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTtmcVycSVHSbpDLa9BZfT4OKAELECEU { display:block; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8iebULEaE0Imkrm80BPz1vRLRyTBPZ0 { top:1.75rem;left:31.9375rem;width:15.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH1hT1dxLpmJ9tEclRqBLvTgBcFzikur { top:2.625rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0fTpMGb63yWJbx1y4QBn1CcyaNmNR3 { top:2.4375rem;left:36.125rem;width:11.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLThM8Q0p76AvncTBk6OohmdFrzLWkh { top:3.5rem;left:36.625rem;width:11.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3tRdaVtTl9QqfnABDLVpGlqkZok9HZ { width:11.75rem;height:3.4375rem;top:2.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXNBDZPwND4tImrtMJZlexGUF6lbPXC { display:block; }
 }@media only screen and (max-width: 763px) { #ctctElETTsFwdCPcU3gzgQLd2TXhQKso { width:14.5rem;height:3.4375rem;top:2.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWuKUFhzqnW5aEFd6PRTcGz8n4OrWgt { display:block; }
 }@media only screen and (max-width: 763px) { #nkiKJS6t6RJpAGMTUhGvTh3JPAlk8ry5 { width:11.1875rem;height:3.4375rem;top:2.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNA6XRVkREQqg6wsr5MX1bh4gVB9IH0a { display:block; }
 }@media only screen and (max-width: 763px) { #Dnvioet3noxzr636K1sNIngcUITpFPZT { width:15.875rem;height:4.1875rem;top:1.6875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqI23K5q71wWBwhRpgFJz9TL0fJwvpTW { display:block; }
 }@media only screen and (max-width: 763px) { #wl5uKERRquyaEIkcWdPW4dlg0nJhuX9T { top:0.3125rem;left:0rem;width:7.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw { display:none; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TxvoT2gKRa8Eod8ICciI1ntM9FiATxCz { display:none; }
 }@media only screen and (max-width: 763px) { #wRMgLQHDKoDprIWniKLbehT8CGRyttmz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bozE7Frvbo1TDi14P9h4olPuhUdHeG7E { display:block; }
 }@media only screen and (max-width: 763px) { #ib4b9ISsO7XbUd6JcCgbEtvdTuGm9uPV { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #z7BmWfxJxFiyPEZ8tPDVi8gTeak9kxvO { display:block; }
 }@media only screen and (max-width: 763px) { #v83HpQAT0WLc7ACfKG5XVSzK2bBZgnWW { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Jq2aLtoTHRIqXnKZdPTJSNEcGHDTLTq0 { display:block; }
 }@media only screen and (max-width: 763px) { #aiQiivFTDDdXBxCsz5zlwwlwXsTvn9lG { width:47.75rem;height:45.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy { display:block; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bkb7iIBUt2LxTNaEJNnQTUGGoBxAGSTC { top:8.5625rem;left:0rem;width:47.75rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5vM3uxIr37sqAid1mJnzev3s9n2PTCh { top:15.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exhMadWNA9AHWLnmnq6VUszzCUU6Umrx { width:22.5rem;height:3.75rem;top:22.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRhv2KInDoAtu1U37tUkTC0WGri8hwRn { display:block; }
 }@media only screen and (max-width: 763px) { #o94VSTI87BVuMu5gRy89ix7CCc9Snzbg { top:18.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umZM64257sB2snnmlJOnqvTSpDJ2dHm3 { display:block; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix { top:38.125rem;left:16.8125rem;width:19.125rem;height:1.125rem;font-size:0.8125rem;display:block; }#h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #QyXQGgQ86WV9Ax0zcK9ECaMWETG01sli { top:2.6875rem;left:0rem;width:47.75rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF0cq8Omu07Zqrqe5eemRdRL9rBTqXND { top:4.25rem;left:1rem;width:45.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-regular-label { width:44.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-text { width:44.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-textarea { width:44.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-select { width:44.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-button { width:44.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-checkbox-label { width:43.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8  { width:44.625rem;height:auto;top:8.375rem;left:0.3125rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .radio-container { width:44.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 {display:block;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 { width:44.625rem;height:auto;top:8.375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #TbQ5GVeSNpfAyZHoSX9lccOhwEMgUdOt {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #z1QIeV7KwDevGIiXkBTcsdnFK7FQponm {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ATRt61lCEB6VORmTEINeZdRPXIWqHOJP {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #o8BW2SKbAQlM8twO5hypDVFF37KZvT2u {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #JboeaA1ZFNhSQXgterh0VU3M5sMvPWcM {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #pZx9RspCwFFpUat1RyfKASdFBgeytywy {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #UG5AcsGcTHbPDqsVF1XzD1eS8M9xcE6x {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #J4WkSOoWTZOzWALyrp3UkCUJ8yLdC3Xt {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Aq9sgGppDf4wimc17ZpiP09fkaagZGab {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ab1nOehdiEoubD7MLOFN8oc2beNbrXou {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #aGdpHGvtd5yTueof39IdR9ptRTfv1mMw {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Dqr78EQdJcfzJ1O6wH7d8vtKMBDVfsUr {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #nBVVrTtIQVwzkPvJo1w0EnTPrbSwxrT1 {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ukDTBD01DnKTTWA4fZDIV0Lshx7SNrVy {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #z59yGsEpOCTBg3D3V9PhEyHi1hOJBWsT {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Wvk2P1ell686xz2L9a4ytprqbt3eQV0y {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #EorgcspxGes7ZVeUvoWPh9UFTt3LueTS {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #RUByN8nrWcA6QUUSgpnRZ9wyzcmVfuH9 {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #r63HoTSIQqe77eb94BxvEbEsT7GzCm5l {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #BvwDTxB0fqpR35sxqDTTmm1CEyL6CHmF {  }
 }@media only screen and (max-width: 763px) { #RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd { display:block; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs20d3QEAwSidu5nbH2ZM4USZK3KocaM { top:2.9375rem;left:4.125rem;width:39.5rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTU6FHlh3noeKJNRASdlcubuicXgXJ9L { top:4.9375rem;left:0rem;width:26.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdaapX8kVOxMroeDKVesq2yqr08pqzrF { top:4.9375rem;left:20.875rem;width:26.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmV9AJqSa4p7uSd1puCZuBOV2g2Fpxx { top:9.3125rem;left:0rem;width:47.625rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHpgZPfsUvbm5yPEJtcFe8NKV4zuEDq { top:11.375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QON5t1ILrlTx00EV7vOJ2xTBnvRwqcEZ { top:12.1875rem;left:0rem;width:11.6875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKT5w9UIQ9DhUvLKTATA6dlCddLl2LRs { top:15.875rem;left:0rem;width:11.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopw3P4NPHQTtm4dvLl9xk0mJKVyIe3A { top:11.375rem;left:12.4375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAogXNuLFTEthU6dfhNGNy8DiFXHIr9n { top:11.5625rem;left:23.25rem;width:12.875rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkUVPJTFvadAZrbUTOTb8Xb2ppEN0B1T { top:16.4375rem;left:23.25rem;width:12.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFRb0F0We93MpeCSpWCkZ9bBMXwsb7zf { top:11.375rem;left:36.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrHtpeSiVAfeatM8cLIQe7tzvOZ0ivkt { top:12.1875rem;left:36.0625rem;width:11.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbfFdfCDGK7I4XVgqWo9uPpQKStTRJg0 { top:14.1875rem;left:35.5625rem;width:12.1875rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLs7LeerOToROpxaZ0ihFLRWcdl0odoK { top:23.9375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #imPfWBq5OT1Zupwbd4N2QNV6zPnb69R2 { top:24.75rem;left:0rem;width:11.6875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNqCpfKvpi0BvBH7cu9UlIueHR2ivr4M { top:28.4375rem;left:0rem;width:12.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKumO3mV03iyQTQUu3cTuXmFJXeOKv8n { top:23.9375rem;left:12.375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUbU7ut7qKOGfV0t9v0BwTkMGvcJzbPV { top:24.75rem;left:23.1875rem;width:12.875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqqOhti0Q3FEbFOhqdMaQw24zqKZKO5s { top:28.4375rem;left:23.1875rem;width:12.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXzRtAGRofsonZnzMoWT7pv4dEZOuC4i { top:23.9375rem;left:36.6875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #USoHHIHVZM1GSytbXk5ETvbHiglxmmOp { top:23.875rem;left:36.0625rem;width:11.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGdWO07983X6sFIH3JFk7o0q2LmuKRu8 { top:25.875rem;left:34.8125rem;width:12.9375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdZ5J3RmfCBXaCOdPao8OHGh5hTTD0Al { width:17rem;height:3.75rem;top:41.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FItIO6zSugZT6komlUmL3688lPsumx3v { display:block; }
 }@media only screen and (max-width: 763px) { #tkwKA4cucsVdZsmdiaOsuEbF37uTAUUA { width:17.25rem;height:3.75rem;top:41.4375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgo7uiCsz3lVUyDx8GorsHi0aeEEJipN { display:block; }
 }@media only screen and (max-width: 763px) { #gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg { display:block; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNUibSS72NBmQcDqduBKVM9tKDh6Xnne { top:6.625rem;left:12.4375rem;width:35.3125rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbo70NfEIgWP9lmoqrWorgSh1oAaEqd { top:10.4375rem;left:10.625rem;width:37.125rem;height:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTpN6xL34DBOvULiJoOS0eb2qEvQ5mL { display:none; }
 }@media only screen and (max-width: 763px) { #OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc { top:30.75rem;left:10.625rem;width:37.125rem;height:5.375rem;font-size:0.9375rem;display:block; }#OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3464e0c7-28ee-4d2a-a8ce-71cc2b46c186/check4.png); }
 }@media only screen and (max-width: 763px) { #g2ntrmWXBqTLfNhtLWtIut0IdvDxCdic { width:17rem;height:3.75rem;top:38.0625rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0wUt63zvMVAtzxlHAt6tpkHM8OCPS6o { display:block; }
 }@media only screen and (max-width: 763px) { #rOcT8l9ZwkrRETcZ8OzaoeWGt3mkOGT7 { width:17.25rem;height:3.75rem;top:38.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9S9ysGDXWP6p14ehJk1aU0DZf4dOG5E { display:block; }
 }@media only screen and (max-width: 763px) { #KmcRdTCzn2lR5QTbVcLPtKpyaOvk0euu { top:2.8125rem;left:0rem;width:34.9375rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN { display:block; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH6HfbbmQ0WFnc5II4STfpUgJW6v7L7m { top:3.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T611Cdix7n7MPyeKS29PKuIxQBRRs3C9 { top:9.25rem;left:0rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCAeXVCQpeeQvKbwtzIxcJQOb99cn9za { top:9.25rem;left:11.875rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xittln5PkcynglmEf7f4F22Rqd2cVIOo { top:9.25rem;left:23.75rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0eM1UJ4gZHOzpuJ9ZhZlrIXxgHxKLb { top:24.6875rem;left:0rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq07fJQOqBcap9Lyr7I3t6r2mHT7APcT { top:24.6875rem;left:11.875rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0pPHK8esunpC0RAIunzKwwCvXB8Qd8q { top:24.6875rem;left:23.75rem;width:24rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJth4g8ealJXWq6k8d6PFJy5xzFTwy9S { width:17rem;height:3.75rem;top:41.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEnoU0t10u1JADVd5ExcD7DHsubfanFx { display:block; }
 }@media only screen and (max-width: 763px) { #Br5liWR5NvsuuM2mqpMtpRTy2XzgouSe { width:17.25rem;height:3.75rem;top:41.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x08kkUViG67RC8I4kOUfvV1ocIqJvbHU { display:block; }
 }@media only screen and (max-width: 763px) { #eqsCQz1LGoCbhyh72008on9E8PUWTZKF { display:block; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8SbwLrt6EwiNKz2beMuXZsbosefl37J { top:3.75rem;left:4.5rem;width:38.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc3XARqMACmg4o66ucxKWCaqitPuEeU5 { top:9.25rem;left:0rem;width:24.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZgnklfT4lu6fMcS9xibPTZi1Tsf95a8 { top:13rem;left:0rem;width:20.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJaDr6NLa54Riv7zfTHA6zk5T1LLCOJU { top:27.125rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHmFbe3NdzoeV6yrhSGCSQo1DSKOagnn { top:10.8125rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzWD90CnCFgQxTiRO72qMRAz4Jx8Jrn { top:9.25rem;left:11.875rem;width:24.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWklC7ECUa7Sg6Qp71v0OqHFrPmMMdME { top:24.125rem;left:12.875rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIWWVno3Ita7RwbP6NhSDC6smnZkmh4E { top:15.25rem;left:12.875rem;width:20.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwcgNA8SWMSAW645VV7ud71dT0nnRNX { top:10.8125rem;left:13.625rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie33tC2fO3pMR5QOvBochriVvbd9ksSc { top:9.25rem;left:23.6875rem;width:24.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPM4IE3qxM5d204zdd9ZN2EVhrs2ky1X { top:24.125rem;left:33.0625rem;width:14.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkSsU8P4w0w5luDy8LM3Xlz0rFI66DL5 { top:15.1875rem;left:27.125rem;width:20.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJFxkp8XaRGhpWl6T8EcyHddSV5hEqyV { top:10.8125rem;left:39.0625rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqMkHSNlJ2kdpMmFkNdlZJavtGqpHJps { top:14.9375rem;left:0rem;width:20.625rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFPc8geMqu0BiTRWJfxwDETVITl01D0z { top:13rem;left:12.875rem;width:20.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUOpBgqavsJB2CCP4a5OR0UdT9DlAoiK { top:13rem;left:27.125rem;width:20.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE { display:block; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmrD24AyWT3XEdv9yHtfJ0URBiTTShFN { top:3.6875rem;left:0.0625rem;width:47.625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMPkQqcVmnbUJIztBoM0TkRUJ1VlIRqF { top:9.125rem;left:0rem;width:47.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edlGSSsEDT3A9xRKATXIxbFRqT4eieZ5 { top:18.625rem;left:0rem;width:17.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPn5urwJodLFUGoZkZQrf6IkKFmrxCEQ { top:22.0625rem;left:0rem;width:17.3125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGoo6aoq41BAuCwxP9dWLBUWzTDHKOJ { top:20.8125rem;left:15.25rem;width:17.3125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTfM8WF08ZVp6eb7aTK7Emm26TvW5c1 { top:20.8125rem;left:30.4375rem;width:17.3125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgAQKfec3QNCbD0EWvhzDiWblnMtsIf6 { top:18.6875rem;left:15.25rem;width:17.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbZLaIpb5TL74JmZGOKA5KNVEyqNDXkS { top:18.6875rem;left:30.4375rem;width:17.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs29EsyKZN7lf6l2uUA6C0ZxmRNTaXDZ { top:12.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FSWgTZrWGeh6m3ZEpnHdsFnWTXE7ai { top:12.9375rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qTzT4IkTybZZQi0PvCXLDClXwR85uu { top:12.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzctJSTfqBOoN1zSL4Qof9pzTkQhMgNL { top:15.125rem;left:0.75rem;width:21rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wELLle29VNsV8JQ8ppqQfUik52f82isN { top:15.125rem;left:26.0625rem;width:21rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p85oKQTgcez2TmbFxhG2RrB2SE3BGGZl { width:17rem;height:3.75rem;top:35.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N343Wilb2xRhkealPJk7IJEsak9fTWhm { display:block; }
 }@media only screen and (max-width: 763px) { #t3TM7ATDwieICTaf06DhLVsJcTZcQdnT { width:17.25rem;height:3.75rem;top:35.375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbVE3a1tWZoXkn1yJHUwrqGMuv7B8yD { display:block; }
 }@media only screen and (max-width: 763px) { #keExF4lEOrWFD12JtT1ms1uEs88gSPtD { display:block; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVlSLBTuF2ocGwesIRMXqFJbEN5wHcMw { top:3.625rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 { display:block; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJ4crov5tJLLk0KUJlJ15lmtPSkcxHzO { top:3rem;left:19.75rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe { top:5.75rem;left:19.8125rem;width:11.0625rem;height:;font-size:1rem;display:block; }#bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #mZssEdIt15tDf8VLETZWr7VdNr386xcm { top:7.75rem;left:19.75rem;width:18.6875rem;height:;font-size:1rem;display:block; }#mZssEdIt15tDf8VLETZWr7VdNr386xcm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs { top:9.75rem;left:19.8125rem;width:14.4375rem;height:;font-size:1rem;display:block; }#Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #QwiskmZ0HPfXTRA7ahFkuyTlNRLgPKQF { top:15.8125rem;left:0rem;width:29.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbnTCQZU9Lom02mXTb0KSdyUhzygRCWo { width:16.6875rem;height:3.75rem;top:3.3125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKkwFfGLKkkTtQy5dcnXA9dqNwohSh3p { display:block; }
 }@media only screen and (max-width: 763px) { #BnzbsmbTET40B6KPGLgXf8nuIEpn8SGJ { width:10.0625rem;height:2.1875rem;top:10.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktGAVU2peliBahVmd77AEraHnySiMC9 { display:block; }
 }@media only screen and (max-width: 763px) { #i089GcRLFMTi5qXxWI1C7UtoKKWNgxDT { top:2.5rem;left:0rem;width:12rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp { display:none; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oIE7WoRVTm5okGBrDZCvAxGqQLGU6oAJ { width:17rem;height:3.75rem;top:35.375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIhF3znKcBk8lDc4EAJDDDKaSdiqfdTX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTtmcVycSVHSbpDLa9BZfT4OKAELECEU { position:relative;z-index:auto;display:none; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU { border-width: 0; border-radius: 0; }#OTtmcVycSVHSbpDLa9BZfT4OKAELECEU > .row .container { width:20rem;height:23.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G8iebULEaE0Imkrm80BPz1vRLRyTBPZ0 { width:20rem;height:4.1875rem;top:5.6875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH1hT1dxLpmJ9tEclRqBLvTgBcFzikur { display:flex;width:2.4375rem;height:2.4375rem;top:6.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #ZT0fTpMGb63yWJbx1y4QBn1CcyaNmNR3 { width:11.3125rem;height:0.9746125rem;top:6.4375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLThM8Q0p76AvncTBk6OohmdFrzLWkh { width:11.1875rem;height:1.8681625rem;top:7.5625rem;left:5.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3tRdaVtTl9QqfnABDLVpGlqkZok9HZ { width:10.4375rem;height:3.4375rem;top:17.875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPXNBDZPwND4tImrtMJZlexGUF6lbPXC { display:block; }
 }@media only screen and (max-width: 763px) { #ctctElETTsFwdCPcU3gzgQLd2TXhQKso { width:12.6875rem;height:3.4375rem;top:22.5625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZWuKUFhzqnW5aEFd6PRTcGz8n4OrWgt { display:block; }
 }@media only screen and (max-width: 763px) { #nkiKJS6t6RJpAGMTUhGvTh3JPAlk8ry5 { width:9.0625rem;height:3.4375rem;top:27.25rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNA6XRVkREQqg6wsr5MX1bh4gVB9IH0a { display:block; }
 }@media only screen and (max-width: 763px) { #Dnvioet3noxzr636K1sNIngcUITpFPZT { width:19.125rem;height:4.375rem;top:5.59375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqI23K5q71wWBwhRpgFJz9TL0fJwvpTW { display:block; }
 }@media only screen and (max-width: 763px) { #wl5uKERRquyaEIkcWdPW4dlg0nJhuX9T { width:7.25rem;height:6.9375rem;top:11.21875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw { background-color:#4a5053;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container { background-color: transparent; background-image: none; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container > .video-iframe-container { display: none; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row > .video-iframe-container { display: none; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .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); }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container { border-width: 0; border-radius: 0; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT8AvnqrxTpbG3iRKkwDqWiuIR4OCFPw > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxvoT2gKRa8Eod8ICciI1ntM9FiATxCz { display:flex;top:2.875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wRMgLQHDKoDprIWniKLbehT8CGRyttmz { top:9.0625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15012;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;font-weight:700;font-style:normal;font-family:"kumbh sans";display:block; }
 }@media only screen and (max-width: 763px) { #bozE7Frvbo1TDi14P9h4olPuhUdHeG7E { display:block; }
 }@media only screen and (max-width: 763px) { #ib4b9ISsO7XbUd6JcCgbEtvdTuGm9uPV { top:12.8125rem;left:0rem;width:20rem;height:3.4375rem;z-index:15013;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;font-weight:700;font-style:normal;font-family:"kumbh sans";display:block; }
 }@media only screen and (max-width: 763px) { #z7BmWfxJxFiyPEZ8tPDVi8gTeak9kxvO { display:block; }
 }@media only screen and (max-width: 763px) { #v83HpQAT0WLc7ACfKG5XVSzK2bBZgnWW { top:16.625rem;left:0rem;width:20rem;height:3.4375rem;z-index:15014;color:#ffffff;background-color:transparent;background-image:none;font-size:1rem;font-weight:700;font-style:normal;font-family:"kumbh sans";display:block; }
 }@media only screen and (max-width: 763px) { #Jq2aLtoTHRIqXnKZdPTJSNEcGHDTLTq0 { display:block; }
 }@media only screen and (max-width: 763px) { #aiQiivFTDDdXBxCsz5zlwwlwXsTvn9lG { top:0.6875rem;left:0rem;width:6.5625rem;height:6.25rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy { display:block; }#EGXm0wQJkvS2uFbVUHqWEElg7RJNoDMy > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bkb7iIBUt2LxTNaEJNnQTUGGoBxAGSTC { width:20rem;height:13.5rem;top:1.4248046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5vM3uxIr37sqAid1mJnzev3s9n2PTCh { width:20rem;height:3rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exhMadWNA9AHWLnmnq6VUszzCUU6Umrx { width:20rem;height:3.4375rem;top:23.283203125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRhv2KInDoAtu1U37tUkTC0WGri8hwRn { display:block; }
 }@media only screen and (max-width: 763px) { #o94VSTI87BVuMu5gRy89ix7CCc9Snzbg { width:20rem;height:3rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umZM64257sB2snnmlJOnqvTSpDJ2dHm3 { display:block; }#umZM64257sB2snnmlJOnqvTSpDJ2dHm3 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix { width:16.75rem;height:1.05615rem;top:38.25rem;left:2rem;font-size:0.8125rem;display:block; }#h2R4RlrcTVXtN8nPEAznMCpSkMc4qdix li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_93fbb4be473353e35823ae8eb61e4e27ef2ec364.svg); }
 }@media only screen and (max-width: 763px) { #QyXQGgQ86WV9Ax0zcK9ECaMWETG01sli { width:20rem;height:37.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF0cq8Omu07Zqrqe5eemRdRL9rBTqXND { width:15.5rem;height:2.699225rem;top:4.212890625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8  { width:17.5rem;height:auto;top:7.349609375rem;left:0rem; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 {display:block;}#xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 { width:17.5rem;height:auto;top:7.349609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #TbQ5GVeSNpfAyZHoSX9lccOhwEMgUdOt {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #z1QIeV7KwDevGIiXkBTcsdnFK7FQponm {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ATRt61lCEB6VORmTEINeZdRPXIWqHOJP {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #o8BW2SKbAQlM8twO5hypDVFF37KZvT2u {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #JboeaA1ZFNhSQXgterh0VU3M5sMvPWcM {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #pZx9RspCwFFpUat1RyfKASdFBgeytywy {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #UG5AcsGcTHbPDqsVF1XzD1eS8M9xcE6x {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #J4WkSOoWTZOzWALyrp3UkCUJ8yLdC3Xt {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Aq9sgGppDf4wimc17ZpiP09fkaagZGab {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ab1nOehdiEoubD7MLOFN8oc2beNbrXou {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #aGdpHGvtd5yTueof39IdR9ptRTfv1mMw {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Dqr78EQdJcfzJ1O6wH7d8vtKMBDVfsUr {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #nBVVrTtIQVwzkPvJo1w0EnTPrbSwxrT1 {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #ukDTBD01DnKTTWA4fZDIV0Lshx7SNrVy {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #z59yGsEpOCTBg3D3V9PhEyHi1hOJBWsT {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #Wvk2P1ell686xz2L9a4ytprqbt3eQV0y {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #EorgcspxGes7ZVeUvoWPh9UFTt3LueTS {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #RUByN8nrWcA6QUUSgpnRZ9wyzcmVfuH9 {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #r63HoTSIQqe77eb94BxvEbEsT7GzCm5l {  }
 }@media only screen and (max-width: 763px) { #xgdPwaBmtM0PbI1LlxreiIIhRdm6GpG8 #BvwDTxB0fqpR35sxqDTTmm1CEyL6CHmF {  }
 }@media only screen and (max-width: 763px) { #RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd { display:block; }#RTGBq7RHNfDi9tHG1PwldsxKoci5SHDd > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fs20d3QEAwSidu5nbH2ZM4USZK3KocaM { width:16rem;height:3.75rem;top:0.125rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTU6FHlh3noeKJNRASdlcubuicXgXJ9L { width:3.125rem;height:0.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdaapX8kVOxMroeDKVesq2yqr08pqzrF { width:3.125rem;height:0.0625rem;top:1.568359375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmV9AJqSa4p7uSd1puCZuBOV2g2Fpxx { width:19.875rem;height:61.1875rem;top:6.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHpgZPfsUvbm5yPEJtcFe8NKV4zuEDq { width:6.25rem;height:6.25rem;top:7.57421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QON5t1ILrlTx00EV7vOJ2xTBnvRwqcEZ { width:11.25rem;height:2.69921875rem;top:7.57421875rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKT5w9UIQ9DhUvLKTATA6dlCddLl2LRs { width:11.25rem;height:3.9375rem;top:10.724609375rem;left:7.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sopw3P4NPHQTtm4dvLl9xk0mJKVyIe3A { width:6.25rem;height:6.25rem;top:16.224609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAogXNuLFTEthU6dfhNGNy8DiFXHIr9n { width:11.25rem;height:4.048825rem;top:16.099609375rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkUVPJTFvadAZrbUTOTb8Xb2ppEN0B1T { width:11.25rem;height:5.25rem;top:20.537109375rem;left:7.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iFRb0F0We93MpeCSpWCkZ9bBMXwsb7zf { width:6.25rem;height:6.25rem;top:27.162109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrHtpeSiVAfeatM8cLIQe7tzvOZ0ivkt { width:11.25rem;height:1.3496125rem;top:26.9365234375rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbfFdfCDGK7I4XVgqWo9uPpQKStTRJg0 { width:11.25rem;height:6.5625rem;top:28.474609375rem;left:7.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PLs7LeerOToROpxaZ0ihFLRWcdl0odoK { width:6.25rem;height:6.25rem;top:36.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imPfWBq5OT1Zupwbd4N2QNV6zPnb69R2 { width:11.25rem;height:2.69921875rem;top:36.3125rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNqCpfKvpi0BvBH7cu9UlIueHR2ivr4M { width:11.25rem;height:5.625rem;top:39.375rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKumO3mV03iyQTQUu3cTuXmFJXeOKv8n { width:6.25rem;height:6.25rem;top:46.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUbU7ut7qKOGfV0t9v0BwTkMGvcJzbPV { width:11.25rem;height:2.69921875rem;top:46.3125rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqqOhti0Q3FEbFOhqdMaQw24zqKZKO5s { width:11.25rem;height:5.25rem;top:49.25rem;left:7.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AXzRtAGRofsonZnzMoWT7pv4dEZOuC4i { width:6.25rem;height:6.25rem;top:56.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USoHHIHVZM1GSytbXk5ETvbHiglxmmOp { width:11.25rem;height:1.3496125rem;top:56.0625rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGdWO07983X6sFIH3JFk7o0q2LmuKRu8 { width:11.25rem;height:7.875rem;top:57.6875rem;left:7.875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RdZ5J3RmfCBXaCOdPao8OHGh5hTTD0Al { width:20rem;height:3.75rem;top:69.724609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FItIO6zSugZT6komlUmL3688lPsumx3v { display:block; }
 }@media only screen and (max-width: 763px) { #tkwKA4cucsVdZsmdiaOsuEbF37uTAUUA { width:20rem;height:3.75rem;top:74.287109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgo7uiCsz3lVUyDx8GorsHi0aeEEJipN { display:block; }
 }@media only screen and (max-width: 763px) { #gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg { display:block; }#gZKXRkaLDSH1G0tIEZGq3e1V7armrzVg > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNUibSS72NBmQcDqduBKVM9tKDh6Xnne { width:20rem;height:3.8994125rem;top:26.8369140625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbo70NfEIgWP9lmoqrWorgSh1oAaEqd { width:20rem;height:28.5rem;top:31.4580078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTpN6xL34DBOvULiJoOS0eb2qEvQ5mL { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc { width:20rem;height:6.25rem;top:61.0205078125rem;left:0rem;font-size:0.9375rem;display:block; }#OJfR9pTphvm13DwfOzDu3ANBs3eO1Zgc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3464e0c7-28ee-4d2a-a8ce-71cc2b46c186/check4.png); }
 }@media only screen and (max-width: 763px) { #g2ntrmWXBqTLfNhtLWtIut0IdvDxCdic { width:20rem;height:3.75rem;top:69.0830078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0wUt63zvMVAtzxlHAt6tpkHM8OCPS6o { display:block; }
 }@media only screen and (max-width: 763px) { #rOcT8l9ZwkrRETcZ8OzaoeWGt3mkOGT7 { width:20rem;height:3.75rem;top:73.7705078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9S9ysGDXWP6p14ehJk1aU0DZf4dOG5E { display:block; }
 }@media only screen and (max-width: 763px) { #KmcRdTCzn2lR5QTbVcLPtKpyaOvk0euu { width:20rem;height:24.86525rem;top:1.2705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN { display:block; }#x7qpU2glqdoyD9Xdx2BpBvTXZoWBh5WN > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH6HfbbmQ0WFnc5II4STfpUgJW6v7L7m { width:20rem;height:3.75rem;top:0.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T611Cdix7n7MPyeKS29PKuIxQBRRs3C9 { width:20rem;height:11.666666666667rem;top:5.8496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCAeXVCQpeeQvKbwtzIxcJQOb99cn9za { width:20rem;height:11.666666666667rem;top:18.7656125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xittln5PkcynglmEf7f4F22Rqd2cVIOo { width:20rem;height:11.666666666667rem;top:31.6816125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd0eM1UJ4gZHOzpuJ9ZhZlrIXxgHxKLb { width:20rem;height:11.666666666667rem;top:44.5976125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq07fJQOqBcap9Lyr7I3t6r2mHT7APcT { width:20rem;height:11.666666666667rem;top:57.5136125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0pPHK8esunpC0RAIunzKwwCvXB8Qd8q { width:20rem;height:11.666666666667rem;top:70.4296125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJth4g8ealJXWq6k8d6PFJy5xzFTwy9S { width:20rem;height:3.75rem;top:84.21875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEnoU0t10u1JADVd5ExcD7DHsubfanFx { display:block; }
 }@media only screen and (max-width: 763px) { #Br5liWR5NvsuuM2mqpMtpRTy2XzgouSe { width:20rem;height:3.75rem;top:89.09375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x08kkUViG67RC8I4kOUfvV1ocIqJvbHU { display:block; }
 }@media only screen and (max-width: 763px) { #eqsCQz1LGoCbhyh72008on9E8PUWTZKF { display:block; }#eqsCQz1LGoCbhyh72008on9E8PUWTZKF > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8SbwLrt6EwiNKz2beMuXZsbosefl37J { width:20rem;height:3.8994125rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc3XARqMACmg4o66ucxKWCaqitPuEeU5 { width:20rem;height:21.3125rem;top:8.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZgnklfT4lu6fMcS9xibPTZi1Tsf95a8 { width:18.125rem;height:1.5rem;top:11.671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJaDr6NLa54Riv7zfTHA6zk5T1LLCOJU { width:12.1875rem;height:1.5rem;top:26.046875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHmFbe3NdzoeV6yrhSGCSQo1DSKOagnn { width:6.875rem;height:1.25rem;top:9.984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTzWD90CnCFgQxTiRO72qMRAz4Jx8Jrn { width:20rem;height:18.75rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWklC7ECUa7Sg6Qp71v0OqHFrPmMMdME { width:14.6875rem;height:1.5rem;top:46.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIWWVno3Ita7RwbP6NhSDC6smnZkmh4E { width:18.125rem;height:9rem;top:36.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwcgNA8SWMSAW645VV7ud71dT0nnRNX { width:6.875rem;height:1.25rem;top:33.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie33tC2fO3pMR5QOvBochriVvbd9ksSc { width:20rem;height:18.625rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPM4IE3qxM5d204zdd9ZN2EVhrs2ky1X { width:14.6875rem;height:1.5rem;top:67.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkSsU8P4w0w5luDy8LM3Xlz0rFI66DL5 { width:18.125rem;height:9rem;top:57.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJFxkp8XaRGhpWl6T8EcyHddSV5hEqyV { width:6.875rem;height:1.25rem;top:54.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqMkHSNlJ2kdpMmFkNdlZJavtGqpHJps { width:18.125rem;height:12rem;top:13.421875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFPc8geMqu0BiTRWJfxwDETVITl01D0z { width:18.125rem;height:1.5rem;top:34.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUOpBgqavsJB2CCP4a5OR0UdT9DlAoiK { width:18.125rem;height:1.5rem;top:56.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE { display:block; }#bFJpxDPBSX3KvunRgVhhZ3SnviTCZPoE > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmrD24AyWT3XEdv9yHtfJ0URBiTTShFN { width:20rem;height:3.8994125rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMPkQqcVmnbUJIztBoM0TkRUJ1VlIRqF { width:20rem;height:50.375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edlGSSsEDT3A9xRKATXIxbFRqT4eieZ5 { width:17.1875rem;height:3rem;top:15.1875rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPn5urwJodLFUGoZkZQrf6IkKFmrxCEQ { width:17.1875rem;height:6.9995rem;top:18.5rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGoo6aoq41BAuCwxP9dWLBUWzTDHKOJ { width:17.1875rem;height:6.9995rem;top:35.0625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTfM8WF08ZVp6eb7aTK7Emm26TvW5c1 { width:17.1875rem;height:5.5996125rem;top:51.125rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgAQKfec3QNCbD0EWvhzDiWblnMtsIf6 { width:17.1875rem;height:1.5rem;top:33.1875rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbZLaIpb5TL74JmZGOKA5KNVEyqNDXkS { width:18.875rem;height:1.5rem;top:49.3125rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs29EsyKZN7lf6l2uUA6C0ZxmRNTaXDZ { width:3.75rem;height:3.75rem;top:10.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FSWgTZrWGeh6m3ZEpnHdsFnWTXE7ai { width:3.75rem;height:3.75rem;top:28.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6qTzT4IkTybZZQi0PvCXLDClXwR85uu { width:3.75rem;height:3.75rem;top:44.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzctJSTfqBOoN1zSL4Qof9pzTkQhMgNL { width:13.6875rem;height:0.875rem;top:34.015625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wELLle29VNsV8JQ8ppqQfUik52f82isN { width:13.625rem;height:0.875rem;top:34.015625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p85oKQTgcez2TmbFxhG2RrB2SE3BGGZl { width:20rem;height:3.75rem;top:61.75rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N343Wilb2xRhkealPJk7IJEsak9fTWhm { display:block; }
 }@media only screen and (max-width: 763px) { #t3TM7ATDwieICTaf06DhLVsJcTZcQdnT { width:20rem;height:3.75rem;top:66.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbVE3a1tWZoXkn1yJHUwrqGMuv7B8yD { display:block; }
 }@media only screen and (max-width: 763px) { #keExF4lEOrWFD12JtT1ms1uEs88gSPtD { display:block; }#keExF4lEOrWFD12JtT1ms1uEs88gSPtD > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVlSLBTuF2ocGwesIRMXqFJbEN5wHcMw { width:20rem;height:28.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 { display:block; }#GfRDRRgqSnH5k0uyr8BKHLzGqk8P3bx4 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJ4crov5tJLLk0KUJlJ15lmtPSkcxHzO { width:10.9375rem;height:1.4624rem;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe { width:11.0625rem;height:1.13720625rem;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }#bvGP1HqzuKgxWWPSSMJCfMdGqFDqhbBe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #mZssEdIt15tDf8VLETZWr7VdNr386xcm { width:19.0625rem;height:1.13720625rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }#mZssEdIt15tDf8VLETZWr7VdNr386xcm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs { width:19.75rem;height:1.13720625rem;top:20.25rem;left:0rem;font-size:0.875rem;display:block; }#Zp6sgGi73oWuD86TCBTu0E0qw9aapnVs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #QwiskmZ0HPfXTRA7ahFkuyTlNRLgPKQF { width:20rem;height:1.3125rem;top:23.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbnTCQZU9Lom02mXTb0KSdyUhzygRCWo { width:16.6875rem;height:3.75rem;top:25.328125rem;left:1.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKkwFfGLKkkTtQy5dcnXA9dqNwohSh3p { display:block; }
 }@media only screen and (max-width: 763px) { #BnzbsmbTET40B6KPGLgXf8nuIEpn8SGJ { width:10.0625rem;height:2.1875rem;top:26.6875rem;left:4.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktGAVU2peliBahVmd77AEraHnySiMC9 { display:block; }
 }@media only screen and (max-width: 763px) { #i089GcRLFMTi5qXxWI1C7UtoKKWNgxDT { width:11.5rem;height:10.875rem;top:1.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp { background-color: transparent; background-image: none; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row .container > .video-iframe-container { display: none; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row > .video-iframe-container { display: none; }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .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); }#sMqM1KHuhZyod6EJ5JTmL8paZXMX3Vwp > .row .container { width:20rem;height:4.875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oIE7WoRVTm5okGBrDZCvAxGqQLGU6oAJ { width:16.1875rem;height:3.5rem;top:0rem;left:1.90625rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #aIhF3znKcBk8lDc4EAJDDDKaSdiqfdTX { display:block; }
 }