.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); }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { position:relative;display:block; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { background-color: transparent; background-image: none; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container > .video-iframe-container { display: none; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row > .video-iframe-container { display: none; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .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); }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { border-width: 0; border-radius: 0; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .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; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .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:5rem;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; }#Ob58LgQ5idb9wTBbuaQdQoD4UalsJu9s { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP.adaptive-delivery-prevent-bg, #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP.lazyload, #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP.lazyloading { background-image: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { background-color: transparent; background-image: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container > .video-iframe-container { display: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row > .video-iframe-container { display: none; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .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); }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { border-width: 0; border-radius: 0; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#QSlfhUpZzBHDZQ0DzxpwsgnN8Q21ug5H { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6532ff97-4368-443f-b93b-dc0417567f4b/Mannn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0.adaptive-delivery-prevent-bg, #zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0.lazyload, #zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0.lazyloading { background-image: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { background-color: transparent; background-image: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container > .video-iframe-container { display: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row > .video-iframe-container { display: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .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); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { border-width: 0; border-radius: 0; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:block; }#GAWQCLDr8iVcTlNzhus9F8lzJV4nVeKF { color:#ffffff;display:block;width:53.8730625rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:18.625rem;left:0.6875rem;height:4.1933625rem;font-style:normal;display:block; }
#l79i8GNEDOoT1HeK814HIVUblBdi8sLq { color:#ffffff;display:block;width:39.8730625rem;position:absolute;font-family:montserrat;font-size:4.3125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:23.375rem;left:0.6875rem;height:9.4873125rem;font-style:normal;display:block; }
#wEA6ArOJMPhNLOHW5oVM9gHegsld0mXb { box-sizing:content-box;height:66.375rem;width:24.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,17,51,0.5);background-image:none;top:2.3125rem;left:49.125003814698rem;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; }
#sERsDbD7bWm76cbpXyZPDRxtPUrPPQvy { color:#ffffff;display:block;width:21.687rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:50.500003814698rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-form-header {  }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;color:#ffffff;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.3; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-text {padding-top: 0; padding-bottom: 0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-select {padding-top: 0; padding-bottom: 0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00beb4, #0048a2);background-image: -moz-linear-gradient(180deg, #00beb4, #0048a2);background-image: -ms-linear-gradient(180deg, #00beb4, #0048a2);background-image: -o-linear-gradient(180deg, #00beb4, #0048a2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00beb4', endColorstr='#0048a2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00beb4', endColorstr='#0048a2' );";background-image: linear-gradient(180deg, #00beb4, #0048a2);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:20.8125rem;height:3rem;font-family:poppins;overflow:hidden;line-height:.5; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:1rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:1rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:1rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:1rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .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:arial;line-height:1.3;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.375rem;overflow:hidden;font-style:normal; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .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; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-container:first-of-type{padding-top:0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-container:last-of-type{padding-bottom:0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8111972808837rem;left:49.687503814698rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-info-text { display:block;height:auto;font-family:arial;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; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL {display:block;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8111972808837rem;left:49.687503814698rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #fV9WOLfm1T72RLawgqdCJRf1hcEfS2sK { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #VA2PULBmUnbIMLKiusIgNcqT7hT26Gp2 { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #umotmJCV043sdivOqbFd9khoJMomPUTW { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #NGBDDuxOSrNqvscsyzVAk3XQTg9sJoiL { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #KHCQiNsw6ubXufQbTWAS13ExM1VXx1tC { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #tbQoxMUVVT0yTmKPy0XFvoq6RPbHAvwU { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #LXt4BUoH2y8pokznaf0HiQHSqTUZeFk4 { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #t7gyiP5Z7RDWroMureNu6w2k5GuUmZgo { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #AQhXerkz5QEsiTuTQZvG61wJR4tTCVWE { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #IVxOioyx4MJLgKZsrLsvy0VIhhWuZTt6 { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #hAaX8TlzgB8HPNMqmTqnmzoXfgIRHyrN { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #Kv7ZvT16yCFc9Usea12XwLFbxHQDbBKL { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #XWgma5XZShEUpzo54cxkcuIS3NggsgIM { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #UizTUyBDQ689tBV4aRfLiyh3tNCNzQPg { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #c8EmZ6LcQTvorinzTe8i8fnLq3WaHUuq { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #MtzB1qRx41zDstbpqBKoqm8pHIv67xRN { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #W9q7Cxuv6IAfBqEZquxRdE4lzkEWiT2V { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #zygGqNMgxtDtQSSMM5tk6fu1ps8sebQd { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #BMoWsg9rPd2W7Aru7BacsFg5pUvi7kq9 { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #f1t5LC4VIl8bBaRQN2O3PZ6gLWyTnk4b { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #rM4U2TR6vRSTiuk0oLnSgEOvINcL1UCg { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #vBEHwhzL8RMq4RxVMaCkbBACmC3rD2tb { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #eSNwnsWs8kw26nXMEmzamIfQKFdltx1D { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #T6KaTpDU2N1DwHvdnss69w5GTtGV8siU { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #gWml4NakIizGU7Tph95ZLrZrzATubKTi { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #i65LVXBOlDEvNusASHwLzTCg1PWopXB7 { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #Zz5Ksx86K7LuP7Gv5kUgAaefE2e5UglE { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #tmpRVr1ss559x6HGBqFT9HRTTWC4k8li { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #h26ffrscdEdriH0lmMPtTNo9BITparRV { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #BXyI3eHnlWACEkkHtuQXglhZx20gAB2F { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #NoFJlNvnud926QnS0LkUTeD7Msrm43NP { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #f8F6aw8zznT4qPfLH2uHiRNe70a2OvE7 { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #GneXSVUeqeVxZp4FkPTUwEWhS3LdFhQC { position:relative; }
#zlVIfHnUhl7nPXPBsDWey204UVt9siv9 { position:relative;display:block; }
#arPs6w2TS7nsn4ApcJXSpTyOT5UWEBRJ { position:relative;display:block; }
#sfqyxnCMPMuVQTUI644vRbT9u6TPAiV0 { position:relative;display:block; }
#P6WVSNNcHkJrckhQoSpqD7feI6NtefLy { position:relative;display:block; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #N6tNEbOrQw92eMI0iy5sMUcW0mm8k5Xs { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #TZlM3pocrBoH2pglDzxikJ4qC8GVyFwt { position:relative;z-index:2; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #ZEZODgk1PqsVlIT74kgA7DKGc13RxDxD { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #h9zuB8aUp71DSMAsJuahX87C0Pr7lGr4 { position:relative; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #MWy0nTQa12rs35zu8AwdZc0tVev4GTaP { position:relative; }
#n0wPmtxnkz9ckIVKVSkB2ofNS7rCX3NK { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:65.100914001462rem;left:53.373482704162rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T { position:relative;display:block; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T { background-color: transparent; background-image: none; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .row .container > .video-iframe-container { display: none; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .row > .video-iframe-container { display: none; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .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); }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T { border-width: 0; border-radius: 0; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .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; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .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.375rem;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; }#Drm6KZTh6ak5TL6mX5hpxCiaZuoOITzl { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:21.6875rem;left:6.96875rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#bl0xVh7UXTCWcyLz8GQpH6MV0dJ8KBIG { color:#000000;display:block;width:20.0605625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:22.05078125rem;left:27.46875rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#HsdTe7pN3HpIWqSDK4iDzdqBXZMCEdBG { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:21.962890625rem;left:51.375rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#AS92ghqBBrAu7Tfm68tUIVybi4hICuO8 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.400390625rem;left:17.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#yigTQ7XTFniviTkPTQPoVaTFiCL6uURw { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:36.3125rem;left:40.5625rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#zMr5ZA7w3odHQVqcoWQzwZz2SnZVVuHx { color:#000000;display:block;width:40.25rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:16.3125rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#dwkANpiiObM7vTh7cJkAzUUz9V56dVZi { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:55.875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smVFRvx4ynmVgvi2FatnT15B9XyoF8Cb { box-sizing:content-box;height:12.5rem;width:20.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:14.3125rem;left:4.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pl6u2wX6z5lCwZntCgTtPyZsqO0bI3Fy { box-sizing:content-box;height:12.5rem;width:20.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:14.3125rem;left:27rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#vrOwcfu0PkJcoqh0tJzytOUVD1ow90Vq { box-sizing:content-box;height:12.5rem;width:20.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:14.3125rem;left:49.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hxR8A0b5LlFtET7MXbJTRhbRnBySh28U { box-sizing:content-box;height:12.5rem;width:20.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:28.75rem;left:16.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xvGN6TMGhyKR8U1rPZ8lq9AHPPEsTotT { box-sizing:content-box;height:12.5rem;width:20.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:28.75rem;left:38.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nWhZ6XIHWzyBgduALChTFLyCQVetMqL1 { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cffe5f37-e2ef-4745-8fd8-cf5330ecef82/icon02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.9375rem;left:12.4375rem;display:block; }#nWhZ6XIHWzyBgduALChTFLyCQVetMqL1.adaptive-delivery-prevent-bg, #nWhZ6XIHWzyBgduALChTFLyCQVetMqL1.lazyload, #nWhZ6XIHWzyBgduALChTFLyCQVetMqL1.lazyloading { background-image: none; }
#RFHEcSXpgS3MKGNPk14skIc0ex4Micd1 { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7d15959-1dc0-4d6e-8097-774a2ad04aca/icon05.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.9375rem;left:34.125rem;display:block; }#RFHEcSXpgS3MKGNPk14skIc0ex4Micd1.adaptive-delivery-prevent-bg, #RFHEcSXpgS3MKGNPk14skIc0ex4Micd1.lazyload, #RFHEcSXpgS3MKGNPk14skIc0ex4Micd1.lazyloading { background-image: none; }
#Vhu8DBt6yeorpQU3T24pBa4N6aG92UA3 { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4d57f36e-706f-4bbe-aecc-1015d7e099f8/icon04.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.9375rem;left:57.875rem;display:block; }#Vhu8DBt6yeorpQU3T24pBa4N6aG92UA3.adaptive-delivery-prevent-bg, #Vhu8DBt6yeorpQU3T24pBa4N6aG92UA3.lazyload, #Vhu8DBt6yeorpQU3T24pBa4N6aG92UA3.lazyloading { background-image: none; }
#aU1719orodKgh10picb3CIK7D9hugbbt { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c09db067-dc26-47d5-b9a3-5425acec56fe/icon03.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.0625rem;left:23.5rem;display:block; }#aU1719orodKgh10picb3CIK7D9hugbbt.adaptive-delivery-prevent-bg, #aU1719orodKgh10picb3CIK7D9hugbbt.lazyload, #aU1719orodKgh10picb3CIK7D9hugbbt.lazyloading { background-image: none; }
#DktbKfdgGTJrRACWQU7WcriR3poIqqKk { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/98d23821-8c1c-4430-8b51-3e74965691b5/icon06.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.0625rem;left:46.53125rem;display:block; }#DktbKfdgGTJrRACWQU7WcriR3poIqqKk.adaptive-delivery-prevent-bg, #DktbKfdgGTJrRACWQU7WcriR3poIqqKk.lazyload, #DktbKfdgGTJrRACWQU7WcriR3poIqqKk.lazyloading { background-image: none; }
#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container { background-color: transparent; background-image: none; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container > .video-iframe-container { display: none; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row > .video-iframe-container { display: none; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .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); }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container { border-width: 0; border-radius: 0; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#CsB5CNezvFnZ9cP1XHIM3Ca61dF5xhdQ { color:#262262;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.621826171875rem;left:13.28125rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#i6EXVCQrbdbbl4tczGhtyg4R0T8Gf24x { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.994140625rem;left:21.09375rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#MFs1vyHtbcgvRzSu3du3ynk8eME4ECZJ { color:#000000;display:block;width:48.374rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.55712890625rem;left:13.311767578125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#UvcMiUJMTdrIuRB2UFTqyx70UIsF30eT { box-sizing:content-box;height:3.5620125rem;width:70.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(120deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(120deg, #0acc86, #1b77ec);background-size:auto !important;top:17.967529296875rem;left:2.46826171875rem;display:block; }
#IX6QlNcXzuvfQCmKeZoChNtyg7TzJyMQ { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.935546875rem;left:3.748779296875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TetzTdxf6HafUFeapCFPTW7raGVPa3CC { color:#ffffff;display:block;width:14.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.935546875rem;left:30.374755859375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kw07XK9aMMEUkWhHU2ulodQf7qPptRJg { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.560546875rem;left:60.187255859375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQ3LuEyNU0bi9If8oxMqPqVWgOmQeeBa { color:#ffffff;display:block;width:10.37475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.93505859375rem;left:59.903076171875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRgg9MM71zx590dqv9gMsZyae6iC1ER3 { box-sizing:content-box;height:0.125rem;width:70.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(120deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(120deg, #0acc86, #1b77ec);background-size:auto !important;top:25.341552734375rem;left:2.46826171875rem;display:block; }
#JcGd6DpIdKaKFxsAZnMEDZzvd6aq2zWI { color:#000000;display:block;width:14.24925rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZwvOTdZAQqhggwv8eGQpZAJJoMIyGaz2 { color:#000000;display:block;width:14.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.75rem;left:30.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OE97TLxGgGFKhM8ycrTbkeC7ibnsTXgZ { color:#000000;display:block;width:9.812rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:60.185546875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNdyhCRdnwXKR1TShze623O6zxUIR5aZ { color:#000000;display:block;width:14.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5615234375rem;left:3.7470703125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hHTMDIasQFKnxPHrJ0Hcms37n7RsaRBs { color:#000000;display:block;width:14.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:30.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkd27HbFSx6KgN9GVIhxKxhHf858V2eX { color:#000000;display:block;width:9.812rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.5625rem;left:60.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFreS6PS9BDGMthcNKVk2JSfaVykxd1V { box-sizing:content-box;height:0.125rem;width:70.0625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(120deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(120deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(120deg, #0acc86, #1b77ec);background-size:auto !important;top:29.125rem;left:2.4375rem;display:block; }
#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d0e4ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container { background-color: transparent; background-image: none; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container > .video-iframe-container { display: none; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row > .video-iframe-container { display: none; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .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); }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container { border-width: 0; border-radius: 0; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#wcwZnsbZRzZ0IHdgD4FtmNpm1Sh7vxC5 { color:#262262;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.3125rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#qQbiPVAilb7e0189FS10mmv0ghSdWGyp { color:#000000;display:block;width:49.87425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.061767578125rem;left:12.56103515625rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx { position:relative;display:block; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx { background-color: transparent; background-image: none; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .row .container > .video-iframe-container { display: none; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .row > .video-iframe-container { display: none; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .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); }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx { border-width: 0; border-radius: 0; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .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; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .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:35.5625rem;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; }#y3lSGX3ba06PbPJ1yXPbqnXphOHgar6I { color:#262262;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.25rem;height:4.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ONVWWOUpk8ITQxpVx9kIgkfpqtA335BA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:28.25rem;top:3.0625rem;left:24.875rem;overflow:hidden;display:block; }
#sZHrtJCZWTfJettfdrHfpXzB5PUH2TKq { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.375rem;left:51.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ouKKVk47UNTVhTILITAELafkMqPPQVk2 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.75rem;left:55rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#uPbXkxTOTUfc5USmmq5FNhSndUGXL8AN { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.125rem;left:51.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#gHTEx8LfBbB024V7K9bQSTyNHK8FelNw { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.5rem;left:54rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#GZCRLWHyQxRsCKfukSTrIp0vf69HRLiK { color:#262262;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.25rem;height:9.587375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JZ1qNWnaDmq5qJGGvLf4i5hszN9TPcKv { box-sizing:content-box;height:0.375rem;width:11.25rem;position:absolute;display:block;z-index:15021;background-color:#262262;background-image:none;top:15.882167220116rem;left:10.749782562256rem;display:block; }
#ST4tUc8LcEzKLJ2ndy66TTiDDAzgoky3 { color:#262262;display:block;width:24.8123125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.696189880371rem;left:2.2493495941162rem;height:8.045625rem;text-align:left;text-align-last:left;display:block; }
#ctHpEWXcWAnwTTSyGtvVZoK7z4MECavc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rUhgTwi0cGIhBvzt8ZtGepEJnfBuIC3F { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eAJWhtLteryN83oiRyPTOqLnDhZ3o3nA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZbFv9na4JVviwd4VQl8Zg3dkVRulz4tQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm { position:relative;display:block; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm { background-color: transparent; background-image: none; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .row .container > .video-iframe-container { display: none; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .row > .video-iframe-container { display: none; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .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); }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm { border-width: 0; border-radius: 0; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .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; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .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:49rem;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; }#LZiET5wW9wnu7BMSmAQyBp37SpKoRIup { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:21.1875rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#zmhk1cvbQutZNnzIsGoMdLfPcmMXt2P1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4995rem;width:34.0625rem;top:14.3115234375rem;left:36.591796875rem;overflow:hidden;display:block; }
#ESAqOtWU8fcec09ZkOUepXflQxpQGokF { color:#000000;display:block;width:49rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3115234375rem;left:13rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#ELOdMJVmWbUTSMMNLZly3R27VTy6pwq8 { color:#000000;display:block;width:12.37425rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.200000762939rem;left:15.249218463898rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#OBfKQSZVQTZKMrHP5ES5h3JwTLiWCbwE { color:#000000;display:block;width:12.937rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.950000762939rem;left:15.249218940735rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#qTd4hJmLEH5GdSSeVS1t2l1kaKBpKWFh { color:#000000;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.362501144409rem;left:15.029688835144rem;height:3.6547875rem;text-align:left;text-align-last:left;display:block; }
#eMWZ5psJELUwWBmgB0dmDKgaKcBW5yxx { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:39.8876953125rem;left:15.2490234375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#FDzc59S7KcE9cSkkuO2dSdyaceiDyS6H { box-sizing:content-box;height:6.375rem;width:23.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:14.3125rem;left:6.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#erMRMdVu24RIZgfrd9qq56L8dzIkN0rU { box-sizing:content-box;height:4.375rem;width:5.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7c360c4e-8c06-4bde-990d-4d61885600ee/12310.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:15.07568359375rem;left:7.7099609375rem;display:block; }#erMRMdVu24RIZgfrd9qq56L8dzIkN0rU.adaptive-delivery-prevent-bg, #erMRMdVu24RIZgfrd9qq56L8dzIkN0rU.lazyload, #erMRMdVu24RIZgfrd9qq56L8dzIkN0rU.lazyloading { background-image: none; }
#KUCfxIMIW115aBgUqEbtd2AHVuTct05K { box-sizing:content-box;height:6.375rem;width:23.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:22.0625rem;left:6.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cDIE1u0FTiWhEmhUwV0yeOd3ReFEVfyd { box-sizing:content-box;height:4.375rem;width:5.9375rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3e0190ea-3cc3-4d58-b7e7-acf10b380c2f/12311.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:22.8125rem;left:7.6875rem;display:block; }#cDIE1u0FTiWhEmhUwV0yeOd3ReFEVfyd.adaptive-delivery-prevent-bg, #cDIE1u0FTiWhEmhUwV0yeOd3ReFEVfyd.lazyload, #cDIE1u0FTiWhEmhUwV0yeOd3ReFEVfyd.lazyloading { background-image: none; }
#todNatoeAz0QfZ1pwDKDLaDHfdEXdi4S { box-sizing:content-box;height:6.375rem;width:23.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:30.125rem;left:6.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ctb7vyUwKdDMRWdCbvD0JrlesdWMF3BP { box-sizing:content-box;height:4.375rem;width:5.9375rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eae110a3-d81f-4640-9edc-0cc5689bf158/12312.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:30.875rem;left:7.75rem;display:block; }#ctb7vyUwKdDMRWdCbvD0JrlesdWMF3BP.adaptive-delivery-prevent-bg, #ctb7vyUwKdDMRWdCbvD0JrlesdWMF3BP.lazyload, #ctb7vyUwKdDMRWdCbvD0JrlesdWMF3BP.lazyloading { background-image: none; }
#Ti5b9TEtZVwUth0xCbJOM1LREqhSrTOq { box-sizing:content-box;height:6.375rem;width:23.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:38rem;left:6.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xxd4KFDrhpoDH5ARQuqQTfCpgbLMyps1 { box-sizing:content-box;height:4.375rem;width:5.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7d46b3bd-e1a5-4882-bab8-548e8c4e7e97/12313.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:38.75rem;left:7.6875rem;display:block; }#xxd4KFDrhpoDH5ARQuqQTfCpgbLMyps1.adaptive-delivery-prevent-bg, #xxd4KFDrhpoDH5ARQuqQTfCpgbLMyps1.lazyload, #xxd4KFDrhpoDH5ARQuqQTfCpgbLMyps1.lazyloading { background-image: none; }
#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container { background-color: transparent; background-image: none; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container > .video-iframe-container { display: none; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row > .video-iframe-container { display: none; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .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); }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container { border-width: 0; border-radius: 0; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#cG0ukki7x4GizVpybCNqKxBX5AS7Tmr2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14rem;top:5.8125rem;left:4.75rem;overflow:hidden;display:block; }
#Q7AQnvEiCnl7QqNhtNNoRTBOtbWQQaEn { position:absolute;display:block;z-index:15025;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:14.0625rem;width:13.9365rem;top:5.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#IzzO8Uf1TQeeEO2pBCK0qGc8zVFkGzd4 { color:#262262;display:block;width:20.4361875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.5625rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#g4no09CurVGbkstHHSFZ6Ms9KFwsyPTc { color:#262262;display:block;width:20.4360625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.375rem;left:27.3125rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#D6XmiNCNk6P7H9nhqhvZFGhT1JmpyTCQ { 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:13.875rem;width:13.75rem;top:5.8125rem;left:55.75rem;overflow:hidden;display:block; }
#SFPCxwDZoqJqWi3EH0bc8oR3h8vJvITT { color:#262262;display:block;width:20.4329375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.375rem;left:52.5rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#p8rddOsNAOZ6HlNXAQZ3RroHdQspoZnf { color:#000000;display:block;width:20.7480625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:24.75rem;left:1.5625rem;height:7.19725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PHAErK7ppC2aymoMPQT7o9O10Ta2l4LM { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:24.75rem;left:52.0625rem;height:8.9965625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fp2Fex2IOWSMEWHmp8iOlacZo5T9Acsh { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:24.75rem;left:26.875rem;height:7.19725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc3a97d6-6ec9-4a9a-bb66-6ece8b286834/12309.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ.adaptive-delivery-prevent-bg, #xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ.lazyload, #xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ.lazyloading { background-image: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container { background-color: transparent; background-image: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container > .video-iframe-container { display: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row > .video-iframe-container { display: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .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); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container { border-width: 0; border-radius: 0; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#rGofyLTJvADyJl02Dhxvuxge4fEGqBA2 { color:#262262;display:block;width:33.3744375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9342460632324rem;left:41.626518249512rem;height:7.8003125rem;text-align:center;text-align-last:center;display:block; }
#x9IabyrZBA2W7SFGlzWmw5VrCgVDidJQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00beb4, #0048a2);background-image: -moz-linear-gradient(180deg, #00beb4, #0048a2);background-image: -ms-linear-gradient(180deg, #00beb4, #0048a2);background-image: -o-linear-gradient(180deg, #00beb4, #0048a2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00beb4', endColorstr='#0048a2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00beb4', endColorstr='#0048a2' );";background-image: linear-gradient(180deg, #00beb4, #0048a2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0610625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:15.684679031372rem;left:50.78125rem;display:block; }
#B5IisuiP0JHIFJHL03Wyz2BxPHb6i6xw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { position:relative;display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { background-color: transparent; background-image: none; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container > .video-iframe-container { display: none; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row > .video-iframe-container { display: none; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .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); }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { border-width: 0; border-radius: 0; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .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; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .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:3.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:block; }#mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { color:#666666;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:23.4375rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { display:block; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob58LgQ5idb9wTBbuaQdQoD4UalsJu9s { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP { display:block; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSlfhUpZzBHDZQ0DzxpwsgnN8Q21ug5H { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 { display:block; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAWQCLDr8iVcTlNzhus9F8lzJV4nVeKF { top:18.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l79i8GNEDOoT1HeK814HIVUblBdi8sLq { top:23.375rem;left:0rem;width:39.8125rem;height:9.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEA6ArOJMPhNLOHW5oVM9gHegsld0mXb { top:2.3125rem;left:23rem;width:24.75rem;height:66.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERsDbD7bWm76cbpXyZPDRxtPUrPPQvy { top:3.75rem;left:26.125rem;width:21.625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-regular-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-text {padding-top: 0; padding-bottom: 0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-select {padding-top: 0; padding-bottom: 0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL  { width:20.8125rem;height:auto;top:6.75rem;left:24.4375rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL {display:block;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL { width:20.8125rem;height:auto;top:6.75rem;left:24.4375rem; }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #fV9WOLfm1T72RLawgqdCJRf1hcEfS2sK {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #VA2PULBmUnbIMLKiusIgNcqT7hT26Gp2 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #umotmJCV043sdivOqbFd9khoJMomPUTW {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #NGBDDuxOSrNqvscsyzVAk3XQTg9sJoiL {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #KHCQiNsw6ubXufQbTWAS13ExM1VXx1tC {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #tbQoxMUVVT0yTmKPy0XFvoq6RPbHAvwU {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #LXt4BUoH2y8pokznaf0HiQHSqTUZeFk4 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #t7gyiP5Z7RDWroMureNu6w2k5GuUmZgo {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #AQhXerkz5QEsiTuTQZvG61wJR4tTCVWE {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #IVxOioyx4MJLgKZsrLsvy0VIhhWuZTt6 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #hAaX8TlzgB8HPNMqmTqnmzoXfgIRHyrN {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #Kv7ZvT16yCFc9Usea12XwLFbxHQDbBKL {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #XWgma5XZShEUpzo54cxkcuIS3NggsgIM {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #UizTUyBDQ689tBV4aRfLiyh3tNCNzQPg {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #c8EmZ6LcQTvorinzTe8i8fnLq3WaHUuq {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #MtzB1qRx41zDstbpqBKoqm8pHIv67xRN {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #W9q7Cxuv6IAfBqEZquxRdE4lzkEWiT2V {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #zygGqNMgxtDtQSSMM5tk6fu1ps8sebQd {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #BMoWsg9rPd2W7Aru7BacsFg5pUvi7kq9 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #f1t5LC4VIl8bBaRQN2O3PZ6gLWyTnk4b {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #rM4U2TR6vRSTiuk0oLnSgEOvINcL1UCg {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #vBEHwhzL8RMq4RxVMaCkbBACmC3rD2tb {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #eSNwnsWs8kw26nXMEmzamIfQKFdltx1D {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #T6KaTpDU2N1DwHvdnss69w5GTtGV8siU {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #gWml4NakIizGU7Tph95ZLrZrzATubKTi {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #i65LVXBOlDEvNusASHwLzTCg1PWopXB7 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #Zz5Ksx86K7LuP7Gv5kUgAaefE2e5UglE {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #tmpRVr1ss559x6HGBqFT9HRTTWC4k8li {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #h26ffrscdEdriH0lmMPtTNo9BITparRV {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #BXyI3eHnlWACEkkHtuQXglhZx20gAB2F {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #NoFJlNvnud926QnS0LkUTeD7Msrm43NP {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #f8F6aw8zznT4qPfLH2uHiRNe70a2OvE7 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #GneXSVUeqeVxZp4FkPTUwEWhS3LdFhQC {  }
 }@media only screen and (max-width: 763px) { #zlVIfHnUhl7nPXPBsDWey204UVt9siv9 { display:block; }
 }@media only screen and (max-width: 763px) { #arPs6w2TS7nsn4ApcJXSpTyOT5UWEBRJ { display:block; }
 }@media only screen and (max-width: 763px) { #sfqyxnCMPMuVQTUI644vRbT9u6TPAiV0 { display:block; }
 }@media only screen and (max-width: 763px) { #P6WVSNNcHkJrckhQoSpqD7feI6NtefLy { display:block; }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #N6tNEbOrQw92eMI0iy5sMUcW0mm8k5Xs {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #TZlM3pocrBoH2pglDzxikJ4qC8GVyFwt {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #ZEZODgk1PqsVlIT74kgA7DKGc13RxDxD {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #h9zuB8aUp71DSMAsJuahX87C0Pr7lGr4 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #MWy0nTQa12rs35zu8AwdZc0tVev4GTaP {  }
 }@media only screen and (max-width: 763px) { #n0wPmtxnkz9ckIVKVSkB2ofNS7rCX3NK { top:65.0625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PivMeCrKLDDDTzRET7NPR7e7Jum5x95T { display:block; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Drm6KZTh6ak5TL6mX5hpxCiaZuoOITzl { top:21.6875rem;left:0rem;width:15.6875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl0xVh7UXTCWcyLz8GQpH6MV0dJ8KBIG { top:22rem;left:13.84375rem;width:20rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsdTe7pN3HpIWqSDK4iDzdqBXZMCEdBG { top:21.9375rem;left:30.125rem;width:17.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS92ghqBBrAu7Tfm68tUIVybi4hICuO8 { top:36.375rem;left:4.3125rem;width:17.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigTQ7XTFniviTkPTQPoVaTFiCL6uURw { top:36.3125rem;left:26.9375rem;width:16.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMr5ZA7w3odHQVqcoWQzwZz2SnZVVuHx { top:7.3125rem;left:2.6875rem;width:40.25rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwkANpiiObM7vTh7cJkAzUUz9V56dVZi { top:7rem;left:42.25rem;width:2.8125rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smVFRvx4ynmVgvi2FatnT15B9XyoF8Cb { top:14.3125rem;left:0rem;width:20.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl6u2wX6z5lCwZntCgTtPyZsqO0bI3Fy { top:14.3125rem;left:13.375rem;width:20.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrOwcfu0PkJcoqh0tJzytOUVD1ow90Vq { top:14.3125rem;left:27rem;width:20.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxR8A0b5LlFtET7MXbJTRhbRnBySh28U { top:28.75rem;left:2.5625rem;width:20.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGN6TMGhyKR8U1rPZ8lq9AHPPEsTotT { top:28.75rem;left:24.875rem;width:20.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhZ6XIHWzyBgduALChTFLyCQVetMqL1 { top:15.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHEcSXpgS3MKGNPk14skIc0ex4Micd1 { top:15.9375rem;left:20.5rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhu8DBt6yeorpQU3T24pBa4N6aG92UA3 { top:15.9375rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU1719orodKgh10picb3CIK7D9hugbbt { top:30.0625rem;left:9.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktbKfdgGTJrRACWQU7WcriR3poIqqKk { top:30.0625rem;left:32.90625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG05HgvOnbuSgDnn1VBC3x88F2KifvvK { display:block; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsB5CNezvFnZ9cP1XHIM3Ca61dF5xhdQ { top:3.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6EXVCQrbdbbl4tczGhtyg4R0T8Gf24x { top:13.9375rem;left:7.46875rem;width:32.8125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFs1vyHtbcgvRzSu3du3ynk8eME4ECZJ { top:8.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvcMiUJMTdrIuRB2UFTqyx70UIsF30eT { top:17.9375rem;left:0rem;width:47.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX6QlNcXzuvfQCmKeZoChNtyg7TzJyMQ { top:18.875rem;left:0rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetzTdxf6HafUFeapCFPTW7raGVPa3CC { top:18.875rem;left:16.749755859375rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw07XK9aMMEUkWhHU2ulodQf7qPptRJg { top:18.5rem;left:37.9375rem;width:9.8125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3LuEyNU0bi9If8oxMqPqVWgOmQeeBa { top:19.875rem;left:37.4375rem;width:10.3125rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgg9MM71zx590dqv9gMsZyae6iC1ER3 { top:25.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGd6DpIdKaKFxsAZnMEDZzvd6aq2zWI { top:22.75rem;left:0rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwvOTdZAQqhggwv8eGQpZAJJoMIyGaz2 { top:22.75rem;left:16.75rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE97TLxGgGFKhM8ycrTbkeC7ibnsTXgZ { top:22.6875rem;left:38rem;width:9.75rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNdyhCRdnwXKR1TShze623O6zxUIR5aZ { top:26.5rem;left:0rem;width:14.1875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHTMDIasQFKnxPHrJ0Hcms37n7RsaRBs { top:26.5625rem;left:16.75rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkd27HbFSx6KgN9GVIhxKxhHf858V2eX { top:26.5625rem;left:38rem;width:9.75rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFreS6PS9BDGMthcNKVk2JSfaVykxd1V { top:29.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE { display:block; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcwZnsbZRzZ0IHdgD4FtmNpm1Sh7vxC5 { top:2.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQbiPVAilb7e0189FS10mmv0ghSdWGyp { top:7rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx { display:block; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3lSGX3ba06PbPJ1yXPbqnXphOHgar6I { top:4.4375rem;left:0rem;width:21.5rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVWWOUpk8ITQxpVx9kIgkfpqtA335BA { top:3.0625rem;left:11.25rem;width:28.25rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHrtJCZWTfJettfdrHfpXzB5PUH2TKq { top:9.375rem;left:33.25rem;width:14.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouKKVk47UNTVhTILITAELafkMqPPQVk2 { top:13.75rem;left:33.25rem;width:14.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPbXkxTOTUfc5USmmq5FNhSndUGXL8AN { top:18.125rem;left:33.25rem;width:14.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHTEx8LfBbB024V7K9bQSTyNHK8FelNw { top:22.5rem;left:29.1875rem;width:18.5625rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZCRLWHyQxRsCKfukSTrIp0vf69HRLiK { top:8.5rem;left:0rem;width:21.5rem;height:9.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1qNWnaDmq5qJGGvLf4i5hszN9TPcKv { top:15.875rem;left:0rem;width:11.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4tUc8LcEzKLJ2ndy66TTiDDAzgoky3 { top:19.6875rem;left:0rem;width:24.75rem;height:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctHpEWXcWAnwTTSyGtvVZoK7z4MECavc { display:none; }
 }@media only screen and (max-width: 763px) { #rUhgTwi0cGIhBvzt8ZtGepEJnfBuIC3F { display:none; }
 }@media only screen and (max-width: 763px) { #eAJWhtLteryN83oiRyPTOqLnDhZ3o3nA { display:none; }
 }@media only screen and (max-width: 763px) { #ZbFv9na4JVviwd4VQl8Zg3dkVRulz4tQ { display:none; }
 }@media only screen and (max-width: 763px) { #dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm { display:block; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZiET5wW9wnu7BMSmAQyBp37SpKoRIup { top:3.375rem;left:7.5625rem;width:32.6875rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhk1cvbQutZNnzIsGoMdLfPcmMXt2P1 { top:14.25rem;left:13.6875rem;width:34.0625rem;height:29.4995rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESAqOtWU8fcec09ZkOUepXflQxpQGokF { top:8.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOdMJVmWbUTSMMNLZly3R27VTy6pwq8 { top:16.1875rem;left:1.6240234375rem;width:12.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfKQSZVQTZKMrHP5ES5h3JwTLiWCbwE { top:23.9375rem;left:1.6240234375rem;width:12.875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTd4hJmLEH5GdSSeVS1t2l1kaKBpKWFh { top:31.3125rem;left:1.404296875rem;width:14.125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMWZ5psJELUwWBmgB0dmDKgaKcBW5yxx { top:39.875rem;left:1.6240234375rem;width:15.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDzc59S7KcE9cSkkuO2dSdyaceiDyS6H { top:14.3125rem;left:0rem;width:23.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMRMdVu24RIZgfrd9qq56L8dzIkN0rU { top:15.0625rem;left:0rem;width:5.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCfxIMIW115aBgUqEbtd2AHVuTct05K { top:22.0625rem;left:0rem;width:23.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIE1u0FTiWhEmhUwV0yeOd3ReFEVfyd { top:22.8125rem;left:0rem;width:5.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #todNatoeAz0QfZ1pwDKDLaDHfdEXdi4S { top:30.125rem;left:0rem;width:23.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctb7vyUwKdDMRWdCbvD0JrlesdWMF3BP { top:30.875rem;left:0rem;width:5.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5b9TEtZVwUth0xCbJOM1LREqhSrTOq { top:38rem;left:0rem;width:23.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxd4KFDrhpoDH5ARQuqQTfCpgbLMyps1 { top:38.75rem;left:0rem;width:5.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB { display:block; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cG0ukki7x4GizVpybCNqKxBX5AS7Tmr2 { top:5.8125rem;left:0rem;width:14rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7AQnvEiCnl7QqNhtNNoRTBOtbWQQaEn { top:5.8125rem;left:16.9375rem;width:13.875rem;height:14.001385842875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzO8Uf1TQeeEO2pBCK0qGc8zVFkGzd4 { top:21.5625rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4no09CurVGbkstHHSFZ6Ms9KFwsyPTc { top:21.375rem;left:13.6875rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XmiNCNk6P7H9nhqhvZFGhT1JmpyTCQ { top:5.8125rem;left:34rem;width:13.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPCxwDZoqJqWi3EH0bc8oR3h8vJvITT { top:21.375rem;left:27.375rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rddOsNAOZ6HlNXAQZ3RroHdQspoZnf { top:24.75rem;left:0rem;width:20.6875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHAErK7ppC2aymoMPQT7o9O10Ta2l4LM { top:24.75rem;left:26.4375rem;width:21.3125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2Fex2IOWSMEWHmp8iOlacZo5T9Acsh { top:24.75rem;left:13.25rem;width:21.3125rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ { display:block; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGofyLTJvADyJl02Dhxvuxge4fEGqBA2 { top:5.875rem;left:14.4375rem;width:33.3125rem;height:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9IabyrZBA2W7SFGlzWmw5VrCgVDidJQ { width:15rem;height:3.4375rem;top:15.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5IisuiP0JHIFJHL03Wyz2BxPHb6i6xw { display:block; }
 }@media only screen and (max-width: 763px) { #xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { top:1.3125rem;left:9.8125rem;width:28.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mqXspP41BDwHQT80zcE6d3FhKFaDPSuk { display:block; }#mqXspP41BDwHQT80zcE6d3FhKFaDPSuk > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob58LgQ5idb9wTBbuaQdQoD4UalsJu9s { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP { display:block; }#C4qlCz3TIOiwWM06Sx6GeAOWAcXoLTEP > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSlfhUpZzBHDZQ0DzxpwsgnN8Q21ug5H { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6532ff97-4368-443f-b93b-dc0417567f4b/Mannn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0.adaptive-delivery-prevent-bg, #zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0.lazyload, #zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0.lazyloading { background-image: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { background-color: transparent; background-image: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container > .video-iframe-container { display: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row > .video-iframe-container { display: none; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .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); }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { border-width: 0; border-radius: 0; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJ1I7w7DIBmaTKGydfFTAAS98l7mESC0 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAWQCLDr8iVcTlNzhus9F8lzJV4nVeKF { width:20rem;height:3.8496125rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l79i8GNEDOoT1HeK814HIVUblBdi8sLq { width:20rem;height:3.98698125rem;top:6.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEA6ArOJMPhNLOHW5oVM9gHegsld0mXb { width:20rem;height:61.9375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERsDbD7bWm76cbpXyZPDRxtPUrPPQvy { width:17.874375rem;height:2.92448125rem;top:13.125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.2; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-text {padding-top: 0; padding-bottom: 0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-select {padding-top: 0; padding-bottom: 0;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.5rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL  { width:17.5rem;height:auto;top:14.423833847046rem;left:0rem; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL {display:block;}#PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL { width:17.5rem;height:auto;top:16rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #fV9WOLfm1T72RLawgqdCJRf1hcEfS2sK {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #VA2PULBmUnbIMLKiusIgNcqT7hT26Gp2 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #umotmJCV043sdivOqbFd9khoJMomPUTW {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #NGBDDuxOSrNqvscsyzVAk3XQTg9sJoiL {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #KHCQiNsw6ubXufQbTWAS13ExM1VXx1tC {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #tbQoxMUVVT0yTmKPy0XFvoq6RPbHAvwU {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #LXt4BUoH2y8pokznaf0HiQHSqTUZeFk4 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #t7gyiP5Z7RDWroMureNu6w2k5GuUmZgo {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #AQhXerkz5QEsiTuTQZvG61wJR4tTCVWE {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #IVxOioyx4MJLgKZsrLsvy0VIhhWuZTt6 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #hAaX8TlzgB8HPNMqmTqnmzoXfgIRHyrN {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #Kv7ZvT16yCFc9Usea12XwLFbxHQDbBKL {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #XWgma5XZShEUpzo54cxkcuIS3NggsgIM {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #UizTUyBDQ689tBV4aRfLiyh3tNCNzQPg {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #c8EmZ6LcQTvorinzTe8i8fnLq3WaHUuq {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #MtzB1qRx41zDstbpqBKoqm8pHIv67xRN {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #W9q7Cxuv6IAfBqEZquxRdE4lzkEWiT2V {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #zygGqNMgxtDtQSSMM5tk6fu1ps8sebQd {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #BMoWsg9rPd2W7Aru7BacsFg5pUvi7kq9 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #f1t5LC4VIl8bBaRQN2O3PZ6gLWyTnk4b {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #rM4U2TR6vRSTiuk0oLnSgEOvINcL1UCg {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #vBEHwhzL8RMq4RxVMaCkbBACmC3rD2tb {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #eSNwnsWs8kw26nXMEmzamIfQKFdltx1D {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #T6KaTpDU2N1DwHvdnss69w5GTtGV8siU {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #gWml4NakIizGU7Tph95ZLrZrzATubKTi {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #i65LVXBOlDEvNusASHwLzTCg1PWopXB7 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #Zz5Ksx86K7LuP7Gv5kUgAaefE2e5UglE {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #tmpRVr1ss559x6HGBqFT9HRTTWC4k8li {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #h26ffrscdEdriH0lmMPtTNo9BITparRV {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #BXyI3eHnlWACEkkHtuQXglhZx20gAB2F {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #NoFJlNvnud926QnS0LkUTeD7Msrm43NP {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #f8F6aw8zznT4qPfLH2uHiRNe70a2OvE7 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #GneXSVUeqeVxZp4FkPTUwEWhS3LdFhQC {  }
 }@media only screen and (max-width: 763px) { #zlVIfHnUhl7nPXPBsDWey204UVt9siv9 { display:block; }
 }@media only screen and (max-width: 763px) { #arPs6w2TS7nsn4ApcJXSpTyOT5UWEBRJ { display:block; }
 }@media only screen and (max-width: 763px) { #sfqyxnCMPMuVQTUI644vRbT9u6TPAiV0 { display:block; }
 }@media only screen and (max-width: 763px) { #P6WVSNNcHkJrckhQoSpqD7feI6NtefLy { display:block; }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #N6tNEbOrQw92eMI0iy5sMUcW0mm8k5Xs {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #TZlM3pocrBoH2pglDzxikJ4qC8GVyFwt {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #ZEZODgk1PqsVlIT74kgA7DKGc13RxDxD {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #h9zuB8aUp71DSMAsJuahX87C0Pr7lGr4 {  }
 }@media only screen and (max-width: 763px) { #PWVpTK59vZbkEMlsvMF1RRrsGURzWlyL #MWy0nTQa12rs35zu8AwdZc0tVev4GTaP {  }
 }@media only screen and (max-width: 763px) { #n0wPmtxnkz9ckIVKVSkB2ofNS7rCX3NK { width:16.25rem;height:1.94921875rem;top:70.1875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PivMeCrKLDDDTzRET7NPR7e7Jum5x95T { display:block; }#PivMeCrKLDDDTzRET7NPR7e7Jum5x95T > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Drm6KZTh6ak5TL6mX5hpxCiaZuoOITzl { width:15.125rem;height:3.673825rem;top:13.3125rem;left:2.4375rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bl0xVh7UXTCWcyLz8GQpH6MV0dJ8KBIG { width:16.6875rem;height:2.44921875rem;top:27.6875rem;left:1.65625rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsdTe7pN3HpIWqSDK4iDzdqBXZMCEdBG { width:16.5625rem;height:2.44921875rem;top:41.3125rem;left:1.71875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS92ghqBBrAu7Tfm68tUIVybi4hICuO8 { width:17.4375rem;height:2.44921875rem;top:54.5rem;left:1.28125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yigTQ7XTFniviTkPTQPoVaTFiCL6uURw { width:15.8125rem;height:2.44921875rem;top:69.0625rem;left:2.09375rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMr5ZA7w3odHQVqcoWQzwZz2SnZVVuHx { width:17.375rem;height:1.70605625rem;top:2.1875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwkANpiiObM7vTh7cJkAzUUz9V56dVZi { width:2.125rem;height:2.03125rem;top:2rem;left:17.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smVFRvx4ynmVgvi2FatnT15B9XyoF8Cb { width:20rem;height:12.0625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl6u2wX6z5lCwZntCgTtPyZsqO0bI3Fy { width:20rem;height:12.5rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrOwcfu0PkJcoqh0tJzytOUVD1ow90Vq { width:20rem;height:12.5rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxR8A0b5LlFtET7MXbJTRhbRnBySh28U { width:20rem;height:12.5rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGN6TMGhyKR8U1rPZ8lq9AHPPEsTotT { width:20rem;height:12.5rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhZ6XIHWzyBgduALChTFLyCQVetMqL1 { width:4.6875rem;height:4.6875rem;top:7.8125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHEcSXpgS3MKGNPk14skIc0ex4Micd1 { width:4.6875rem;height:4.6875rem;top:22.0625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhu8DBt6yeorpQU3T24pBa4N6aG92UA3 { width:4.6875rem;height:4.6875rem;top:35.5rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU1719orodKgh10picb3CIK7D9hugbbt { width:4.6875rem;height:4.6875rem;top:48.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktbKfdgGTJrRACWQU7WcriR3poIqqKk { width:4.6875rem;height:4.6875rem;top:62.625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG05HgvOnbuSgDnn1VBC3x88F2KifvvK { display:block; }#AG05HgvOnbuSgDnn1VBC3x88F2KifvvK > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsB5CNezvFnZ9cP1XHIM3Ca61dF5xhdQ { width:20rem;height:1.70605625rem;top:2.2490234375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6EXVCQrbdbbl4tczGhtyg4R0T8Gf24x { width:12.1875rem;height:2.5996125rem;top:4.9375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFs1vyHtbcgvRzSu3du3ynk8eME4ECZJ { width:18.5625rem;height:7.3125rem;top:8.9375rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UvcMiUJMTdrIuRB2UFTqyx70UIsF30eT { width:20rem;height:2.375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX6QlNcXzuvfQCmKeZoChNtyg7TzJyMQ { width:14.2480625rem;height:0.75rem;top:18.125rem;left:0.5rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TetzTdxf6HafUFeapCFPTW7raGVPa3CC { width:6.1875rem;height:0.75rem;top:18.125rem;left:7.3125rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kw07XK9aMMEUkWhHU2ulodQf7qPptRJg { width:4.9375rem;height:0.75rem;top:17.875rem;left:14.6875rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3LuEyNU0bi9If8oxMqPqVWgOmQeeBa { width:5rem;height:0.67480625rem;top:18.625rem;left:14.8125rem;font-size:0.5625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRgg9MM71zx590dqv9gMsZyae6iC1ER3 { width:20rem;height:0.0625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGd6DpIdKaKFxsAZnMEDZzvd6aq2zWI { width:2.0625rem;height:0.75rem;top:20.25rem;left:1.875rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwvOTdZAQqhggwv8eGQpZAJJoMIyGaz2 { width:3rem;height:0.75rem;top:20.25rem;left:8.8125rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OE97TLxGgGFKhM8ycrTbkeC7ibnsTXgZ { width:3.375rem;height:0.75rem;top:20.25rem;left:15.25rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KNdyhCRdnwXKR1TShze623O6zxUIR5aZ { width:4.375rem;height:0.75rem;top:21.8125rem;left:1.875rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHTMDIasQFKnxPHrJ0Hcms37n7RsaRBs { width:2.9375rem;height:0.75rem;top:21.8125rem;left:8.875rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkd27HbFSx6KgN9GVIhxKxhHf858V2eX { width:3.6875rem;height:0.75rem;top:21.8125rem;left:15.25rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VFreS6PS9BDGMthcNKVk2JSfaVykxd1V { width:20rem;height:0.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE { display:block; }#EftoHpEe0QatxzQ9NKVgb8T5vNruhVIE > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcwZnsbZRzZ0IHdgD4FtmNpm1Sh7vxC5 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQbiPVAilb7e0189FS10mmv0ghSdWGyp { width:20rem;height:5.84765625rem;top:4.53125rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx { display:block; }#IZP3zaTzTnsyRvuPN8wLalsMeThqzaMx > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3lSGX3ba06PbPJ1yXPbqnXphOHgar6I { width:20rem;height:2.5996125rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONVWWOUpk8ITQxpVx9kIgkfpqtA335BA { width:20rem;height:21.5918125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHrtJCZWTfJettfdrHfpXzB5PUH2TKq { width:14.4998125rem;height:1.94921875rem;top:44.3125rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ouKKVk47UNTVhTILITAELafkMqPPQVk2 { width:14.4998125rem;height:1.949775rem;top:34.8125rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uPbXkxTOTUfc5USmmq5FNhSndUGXL8AN { width:14.4998125rem;height:1.949775rem;top:38rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gHTEx8LfBbB024V7K9bQSTyNHK8FelNw { width:16.3748125rem;height:1.94921875rem;top:41.1875rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GZCRLWHyQxRsCKfukSTrIp0vf69HRLiK { width:20rem;height:2.5996125rem;top:3.2237486839294rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1qNWnaDmq5qJGGvLf4i5hszN9TPcKv { width:15.625rem;height:0.125rem;top:6.3335514068606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4tUc8LcEzKLJ2ndy66TTiDDAzgoky3 { width:20rem;height:3.0859375rem;top:7.3274745941163rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctHpEWXcWAnwTTSyGtvVZoK7z4MECavc { top:35rem;left:1.8125rem;width:0.3125rem;height:1.5625rem;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(180deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(180deg, #0acc86, #1b77ec);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rUhgTwi0cGIhBvzt8ZtGepEJnfBuIC3F { top:38.193035125733rem;left:1.8125rem;width:0.3125rem;height:1.5625rem;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(180deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(180deg, #0acc86, #1b77ec);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eAJWhtLteryN83oiRyPTOqLnDhZ3o3nA { top:41.380859375rem;left:1.8125rem;width:0.3125rem;height:1.5625rem;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(180deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(180deg, #0acc86, #1b77ec);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFv9na4JVviwd4VQl8Zg3dkVRulz4tQ { top:44.443362236023rem;left:1.8125rem;width:0.3125rem;height:1.5625rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -moz-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -ms-linear-gradient(180deg, #0acc86, #1b77ec);background-image: -o-linear-gradient(180deg, #0acc86, #1b77ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0acc86', endColorstr='#1b77ec' );";background-image: linear-gradient(180deg, #0acc86, #1b77ec);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm { display:block; }#dCOvQkAUMnUB4pMePQDBOG0pOhCp3RKm > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZiET5wW9wnu7BMSmAQyBp37SpKoRIup { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhk1cvbQutZNnzIsGoMdLfPcmMXt2P1 { width:20rem;height:17.3125rem;top:38.697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESAqOtWU8fcec09ZkOUepXflQxpQGokF { width:18.3125rem;height:3.0859375rem;top:3.96875rem;left:0.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOdMJVmWbUTSMMNLZly3R27VTy6pwq8 { width:11.8125rem;height:2.111325rem;top:10.380859375rem;left:7.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfKQSZVQTZKMrHP5ES5h3JwTLiWCbwE { width:10.75rem;height:2.111325rem;top:17.818359375rem;left:7.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTd4hJmLEH5GdSSeVS1t2l1kaKBpKWFh { width:11.75rem;height:3.16699375rem;top:25.19921875rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMWZ5psJELUwWBmgB0dmDKgaKcBW5yxx { width:11.125rem;height:2.111325rem;top:33.125rem;left:7.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDzc59S7KcE9cSkkuO2dSdyaceiDyS6H { width:20rem;height:6.375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMRMdVu24RIZgfrd9qq56L8dzIkN0rU { width:5.9375rem;height:4.375rem;top:9.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCfxIMIW115aBgUqEbtd2AHVuTct05K { width:20rem;height:6.375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIE1u0FTiWhEmhUwV0yeOd3ReFEVfyd { width:5.9375rem;height:4.375rem;top:16.7421875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #todNatoeAz0QfZ1pwDKDLaDHfdEXdi4S { width:20rem;height:6.375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctb7vyUwKdDMRWdCbvD0JrlesdWMF3BP { width:5.9375rem;height:4.375rem;top:24.2197265625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5b9TEtZVwUth0xCbJOM1LREqhSrTOq { width:20rem;height:6.375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxd4KFDrhpoDH5ARQuqQTfCpgbLMyps1 { width:5.9375rem;height:4.375rem;top:31.9921875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB { display:block; }#XHUV6vvoSn5ItB5rrpigZalxHp6g6KFB > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cG0ukki7x4GizVpybCNqKxBX5AS7Tmr2 { width:11.25rem;height:11.25rem;top:2rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7AQnvEiCnl7QqNhtNNoRTBOtbWQQaEn { width:11.25rem;height:11.3125rem;top:27.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzO8Uf1TQeeEO2pBCK0qGc8zVFkGzd4 { width:20rem;height:1.46218125rem;top:14.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4no09CurVGbkstHHSFZ6Ms9KFwsyPTc { width:20rem;height:1.46218125rem;top:39.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XmiNCNk6P7H9nhqhvZFGhT1JmpyTCQ { width:11.25rem;height:11.25rem;top:51.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPCxwDZoqJqWi3EH0bc8oR3h8vJvITT { width:20rem;height:1.46218125rem;top:63.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rddOsNAOZ6HlNXAQZ3RroHdQspoZnf { width:20rem;height:6.296875rem;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHAErK7ppC2aymoMPQT7o9O10Ta2l4LM { width:20rem;height:6.296875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2Fex2IOWSMEWHmp8iOlacZo5T9Acsh { width:20rem;height:6.296875rem;top:41.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc3a97d6-6ec9-4a9a-bb66-6ece8b286834/12309.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ.adaptive-delivery-prevent-bg, #xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ.lazyload, #xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ.lazyloading { background-image: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container { background-color: transparent; background-image: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container > .video-iframe-container { display: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row > .video-iframe-container { display: none; }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .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); }#xM6LOSMVwNlTB9Ux8KihVuWEoyiP1dXZ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGofyLTJvADyJl02Dhxvuxge4fEGqBA2 { width:10.875rem;height:2.76171875rem;top:2.34375rem;left:8.8125rem;font-size:1.0625rem;color:#262262;display:block; }
 }@media only screen and (max-width: 763px) { #x9IabyrZBA2W7SFGlzWmw5VrCgVDidJQ { width:11.375rem;height:2.3125rem;top:6.34375rem;left:8.625rem;font-size:1.25rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #B5IisuiP0JHIFJHL03Wyz2BxPHb6i6xw { display:block; }
 }@media only screen and (max-width: 763px) { #xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { width:20rem;height:0.8125rem;top:0.78125rem;left:0rem;font-size:0.625rem;display:block; }
 }