.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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/3f9f3405-9318-483b-91eb-59f833eca722/2828.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.3); }#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.3); }#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:69.75rem;width:75rem;position:relative;display:block; }#wEA6ArOJMPhNLOHW5oVM9gHegsld0mXb { box-sizing:content-box;height:64.75rem;width:24.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,17,51,0.5);background-image:none;top:2.312283039093rem;left:49.124351501465rem;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.89756875rem;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.8109812736513rem;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.8109812736513rem;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:63.225913524625rem;left:53.373481750488rem;height:1.94824375rem;text-align:center;text-align-last:center;display:block; }
#vg7epPtbwg22BTLCTp9nhRAMQ3xvoLPP { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:26.4375rem;left:0rem;height:4.19379375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lgLX9ZOaOxVXD9pE3wPBdfo5FOC6nr4x { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:montserrat;font-size:4.3125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:31.1875rem;left:0rem;height:4.74365rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PDqIkzDm4OLBepnKutgAKllWPFm8ITPE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:28.8125rem;top:36.5625rem;left:15.125rem;overflow:hidden;display:block; }
#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 { position:relative;display:block; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 { background-color: transparent; background-image: none; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row .container > .video-iframe-container { display: none; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row > .video-iframe-container { display: none; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .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); }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 { border-width: 0; border-radius: 0; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .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; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.8125rem;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; }#hW9AcRT18zogZSs4rblfuuUJvlJWbzGT { color:#000000;display:block;width:17.4365rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:41.728515625rem;left:2.24609375rem;height:4.19921875rem;text-align:center;text-align-last:center;display:block; }
#ngKfZXqbrQ8ka7cTv1GJ98TviMFr2vf7 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.083984375rem;left:16.97265625rem;height:2.79948125rem;text-align:center;text-align-last:center;display:block; }
#Xq5iwc1rnAlHXRNG9Ww4lA2sPzsv7SPv { color:#000000;display:block;width:17.6245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:41.728515625rem;left:28.685981750488rem;height:2.79948125rem;text-align:center;text-align-last:center;display:block; }
#D3OAGBmPtru2ga9UsTmrzLaS7sTeKTbD { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.083984375rem;left:42.387153625488rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#es55gM0IPacdN0t3BUKME9FBgGAUqC5q { color:#000000;display:block;width:16.6235625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:41.728515625rem;left:55.307079315186rem;height:2.79948125rem;text-align:center;text-align-last:center;display:block; }
#wXfHe116P6S545QC2PdnLGAKpfqN282v { color:#000000;display:block;width:40.2486875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.94921875rem;left:17.372398376465rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#zGzXGIOiHOH5BM0ocKB7vFfQ6Mxn8X1T { 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:3.5625rem;left:56.0625rem;height:4.54969375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUORhbW9NBuSxiFmChHiUtBZMLmJvs6A { box-sizing:content-box;height:6.3110625rem;width:6.3110625rem;position:absolute;display:block;z-index:15017;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:20.869140625rem;left:8.49609375rem;display:block; }#GUORhbW9NBuSxiFmChHiUtBZMLmJvs6A.adaptive-delivery-prevent-bg, #GUORhbW9NBuSxiFmChHiUtBZMLmJvs6A.lazyload, #GUORhbW9NBuSxiFmChHiUtBZMLmJvs6A.lazyloading { background-image: none; }
#IBdXrwb3vXHGGT5UqC38M5n9S0TXdtvV { box-sizing:content-box;height:6.43675rem;width:6.43675rem;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:28.65234375rem;left:22.033420562744rem;display:block; }#IBdXrwb3vXHGGT5UqC38M5n9S0TXdtvV.adaptive-delivery-prevent-bg, #IBdXrwb3vXHGGT5UqC38M5n9S0TXdtvV.lazyload, #IBdXrwb3vXHGGT5UqC38M5n9S0TXdtvV.lazyloading { background-image: none; }
#RqycqctPO9CPPBIHXzA6N3di7WPRBPFA { box-sizing:content-box;height:6.875rem;width:6.875rem;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:20.587024688721rem;left:34.062503814698rem;display:block; }#RqycqctPO9CPPBIHXzA6N3di7WPRBPFA.adaptive-delivery-prevent-bg, #RqycqctPO9CPPBIHXzA6N3di7WPRBPFA.lazyload, #RqycqctPO9CPPBIHXzA6N3di7WPRBPFA.lazyloading { background-image: none; }
#N0sTZeB6IDZ6Pfp4vDeInPh7iftg2Aqk { box-sizing:content-box;height:6.62475rem;width:6.62475rem;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:28.5546875rem;left:46.728519439698rem;display:block; }#N0sTZeB6IDZ6Pfp4vDeInPh7iftg2Aqk.adaptive-delivery-prevent-bg, #N0sTZeB6IDZ6Pfp4vDeInPh7iftg2Aqk.lazyload, #N0sTZeB6IDZ6Pfp4vDeInPh7iftg2Aqk.lazyloading { background-image: none; }
#Zxm1m7WTEm5JpNkuOrv7JZQEeBowcLe2 { box-sizing:content-box;height:6.499rem;width:6.499rem;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:20.773654937744rem;left:60.367839813233rem;display:block; }#Zxm1m7WTEm5JpNkuOrv7JZQEeBowcLe2.adaptive-delivery-prevent-bg, #Zxm1m7WTEm5JpNkuOrv7JZQEeBowcLe2.lazyload, #Zxm1m7WTEm5JpNkuOrv7JZQEeBowcLe2.lazyloading { background-image: none; }
#AZgNhzhaxa21MPoU1TsHTUUGpqIyiAQM { 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:24.187rem;width:75rem;top:16.247831344604rem;left:0rem;overflow:hidden;display:block; }
#vPbSwUyaOF56DgJspRU4n6kCeUNOJz1B { 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:24.25rem;width:7.8125rem;display:none; }
#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN { 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; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container { background-color: transparent; background-image: none; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container > .video-iframe-container { display: none; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row > .video-iframe-container { display: none; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .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); }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container { border-width: 0; border-radius: 0; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#UvuW2nWFoNqxwM2OLJpBgICOW55lWLhi { 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; }
#oGhTIznpsJIMuRNN13kH0lSJ4NVFNikf { 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.8997375rem;text-align:center;text-align-last:center;display:block; }
#sTdzh9SAAdWP01kcrhJ4iar5Lp9O3Wi5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:22.625rem;top:10rem;left:52.375rem;overflow:hidden;display:block; }
#eTii1I3Xt4q9eQUBlSd6UONOPaTCoOHu { box-sizing:content-box;height:4.3125rem;width:49.9375rem;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:23.1875rem;left:11.1875rem;display:block; }
#CwDiv2H0P340DwttWzAzwAbZqOaxsSp3 { color:#ffffff;display:block;width:12.372625rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.109375rem;left:27.75rem;height:4.46831875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#McoEVkziXd4xANu8xE0TbEaZboQsK5nr { color:#000000;display:block;width:14.246125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.8310546875rem;left:32.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INVAi9X43vaQwTcNQDiux5L8dOGUS1y3 { color:#000000;display:block;width:9.74925rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.125rem;left:27.75rem;height:3.24978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CEg4RbtMUx7gty1euh7dMGQpGnS9lCJ9 { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.9375rem;left:33.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jy5bzocdTFq5E0qbd2l5TkZUxLxdZL8y { color:#000000;display:block;width:10.37475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.3125rem;left:33.625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GghbTKGrR94bGD9PDDnmhkO7DxQx2vpS { color:#000000;display:block;width:5.3737rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:40.0625rem;left:31.6875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cKib0upADCvgCygH5vsoyOPwTfnZLN9f { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.625rem;left:37.5rem;height:5.28125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Sf8TXgM410UkHzqyWTkJwBfZ642VvRaK { color:#000000;display:block;width:14.2468125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21rem;left:32.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqF516i15PhLriMSIxkmyPbLbrgeN26G { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.109375rem;left:40.8125rem;height:4.46831875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w9lTWhSBdwlIllVWpJWg382yrFA2z7TB { color:#000000;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.125rem;left:39.03125rem;height:3.24978125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HdN1K6o5oFmktPMo49Q48xTzUOc4Bwm2 { box-sizing:content-box;height:4.125rem;width:49.9375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:30.706787109375rem;left:11.593017578125rem;display:block; }
#SqtI40sGAGmGSB195JABsi0XQ2boMAG0 { box-sizing:content-box;height:4.125rem;width:49.9375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:39.281005859375rem;left:10.926513671875rem;display:block; }
#XfQkFHKTTwTmyIvBeXcchO9RqV4nQuZG { position:absolute;display:block;z-index:15017;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:36.1875rem;width:26.0625rem;top:11rem;left:0rem;overflow:hidden;display:block; }
#lR1MRmHOhkatWlzATFT71Pu7NkPgMTk4 { color:#000000;display:block;width:14.2468125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.99853515625rem;left:30.3759765625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGClyAUPEhhgBAFArWttn2gyS5LRp2xB { box-sizing:content-box;height:4.3125rem;width:49.9375rem;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:23.18603515625rem;left:11.810302734375rem;display:none; }
#PZwiRghxNm55uA2Wr2s5JzNCE6lBu6C0 { color:#000000;display:block;width:14.2468125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.51806640625rem;left:30.37646484375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IIp5Qy2makZJHR6ICfwWuEWx6TINnbZe { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5625rem;left:31.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CE3enLnKJ9ehOlg2Xft0CKxSiRPadgZv { color:#000000;display:block;width:10.37475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.9375rem;left:31.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rU0x9Z24oyWwPXsLvNmPLegF0S0Ese8F { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.6875rem;left:34.1875rem;height:5.28125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#DXebwohynTd6R4VnrTSSDXrkMxsqdRgQ { box-sizing:content-box;height:4.125rem;width:49.9375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:30.706787109375rem;left:11.593017578125rem;display:none; }
#OoJinw5uh3IqSpVdoDdE2wE1UX2kxeQx { color:#000000;display:block;width:5.3737rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:40.125rem;left:28.375rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#f02m17bTHo5vJF8xbz0CxF20o29Zxr8M { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#a2a2a2;background-image:none;top:31.1875rem;left:38.71875rem;display:block; }
#N3DT34f3yGgr3iNRN5rt87G0WlSfyDoq { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:23.78125rem;left:38.71875rem;display:block; }
#BqcOfTth38xwUAzLMdskFfETePbdL1WB { position:relative;display:block; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB { background-color: transparent; background-image: none; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .row .container > .video-iframe-container { display: none; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .row > .video-iframe-container { display: none; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .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); }#BqcOfTth38xwUAzLMdskFfETePbdL1WB { border-width: 0; border-radius: 0; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .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; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .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:37.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; }#WilTXQkES80GcoVPqXNnSFEyhkayy0Ez { 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.499755859375rem;left:2.249755859375rem;height:4.4692375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AU6wwMMnPOLZRPTbKggL9cZ39DuSA6OI { 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.6240234375rem;left:24.874267578125rem;overflow:hidden;display:block; }
#AMUXq1T8T0S9QfTyavDxaZPDJeTqGAaJ { 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.9375rem;left:51.68701171875rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#qnRCutnlefHHlaIE1DpC6VlPC818IFJa { 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:14.3125rem;left:55rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#kTt2S1TCtAuPBJqBMeTmyq9QnE5Q4hSB { 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.6875rem;left:51.68701171875rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#Uf3aGZBsBp1GIH29KXKbvkoPpWTM6rk2 { 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:23.0625rem;left:53.9990234375rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#TlonavMHwRSfmdHfTnMv7bM8TztGAtJ1 { 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.562255859375rem;left:2.249755859375rem;height:9.5859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzQkkuMfOz0VkR3EVxHJ3eZ3w2Rn2qZg { 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.75634765625rem;left:10.74951171875rem;display:block; }
#bC0eqFPze1M6LUrwgOyrokMhP5JqbVLp { 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:20.258544921875rem;left:2.24853515625rem;height:8.043625rem;text-align:left;text-align-last:left;display:block; }
#rtzr8pzMbM9uZHaSt2d88QZTGQJtfNmi { 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; }
#zL39TqNrdgZI8dM6peaJuHTmQ6bEQSuu { 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; }
#eQQDZZtuKN6WJ4FTE3tKNTNIoBbweVim { 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; }
#Ci7CIZ4Koku2oi1Rayk7nLNZAEuW7mlX { 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; }
#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i { position:relative;display:block; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i { background-color: transparent; background-image: none; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .row .container > .video-iframe-container { display: none; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .row > .video-iframe-container { display: none; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .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); }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i { border-width: 0; border-radius: 0; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .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; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .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:62.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dxPPZJ1BPOVdsgcHOiKMHJ9cq7CCJ7Tw { 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.9365234375rem;left:21.1865234375rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#in9U8BV1EOWwV545wr1imz2sdJPASeUL { position:absolute;display:block;z-index:14998;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:36.4365rem;width:35.6865rem;top:9.916015625rem;left:19.6552734375rem;overflow:hidden;display:block; }
#Ukmy6B5NyToG0FpXTsTOp0LAAVlJUNVo { 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.873046875rem;left:12.999267578125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#G6HGNQun6TAbi8LXlxqklW1E2iDCqlhw { color:#000000;display:block;width:9.124375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.996312379837rem;left:5.8854179382324rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#Rn8bmuEmpfcIviSinhKGX5ZgcF6bnzNo { box-sizing:content-box;height:3.24978125rem;width:4.43685rem;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:17.980687141419rem;left:1.0080299377441rem;display:block; }#Rn8bmuEmpfcIviSinhKGX5ZgcF6bnzNo.adaptive-delivery-prevent-bg, #Rn8bmuEmpfcIviSinhKGX5ZgcF6bnzNo.lazyload, #Rn8bmuEmpfcIviSinhKGX5ZgcF6bnzNo.lazyloading { background-image: none; }
#BFy9nAo1N3kDOr5ICTK0tAWT6eShM5b5 { box-sizing:content-box;height:8.375rem;width:16.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17.354601860046rem;left:0.0021705627441406rem;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; }
#DltE1iSl8BzXAFJJNrIZX2te5ayDCBZl { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.810982704163rem;left:2.0041236877441rem;height:3.4082rem;text-align:left;text-align-last:left;display:block; }
#zOlVp1lFz9xqZo1NUgg6PpBoMXClL8Bd { color:#000000;display:block;width:8.8748125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.822266817093rem;left:6.2033424377441rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#fwF25aDWDUe4fQ36iSJGilpIBDT5VLqe { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.811635017395rem;left:1.0102005004882rem;height:2.2721375rem;text-align:left;text-align-last:left;display:block; }
#DHmPTBFIoSZZEQuRccaJUTIPGqkvqnhC { color:#000000;display:block;width:17.3108125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.499135017395rem;left:5.4427089691162rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#lx5yA3vCzRufSNBJ8Hakfd9GcXGcDXma { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.01540851593rem;left:1.0102005004882rem;height:3.4082rem;text-align:left;text-align-last:left;display:block; }
#HruwQ88CU4lZKRRgBta3ZnQysCqM5LFK { color:#000000;display:block;width:12.06175rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:61rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#e4hzCx5apGSWVRxd93Sl3mpWTwF561W7 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.1875rem;left:56.9375rem;height:2.2721375rem;text-align:left;text-align-last:left;display:block; }
#XkeKpmTSV9TmfbDi39IVANUbviGPSt9u { color:#000000;display:block;width:12.9980625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.485678911209rem;left:61.938373565674rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#Bylrm47DQ5AizXB2zKPcGdZwIaKTsrSz { color:#000000;display:block;width:17.249375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.436417579651rem;left:57.154949188233rem;height:2.2721375rem;text-align:left;text-align-last:left;display:block; }
#TZCGT9IwHMu07oqSOovSKhrLTDSDiRya { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.999566078186rem;left:61.499565124512rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#gHxBiVZBip4DMN1tIf7E2r8M71yyAf80 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.187500953674rem;left:57.312278747559rem;height:2.2721375rem;text-align:left;text-align-last:left;display:block; }
#GLBLlLEiHyRuvyFbZK8fa3rwHCRrXyqA { box-sizing:content-box;height:8rem;width:17rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:27.353516578674rem;left:-0.05859375rem;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; }
#S30oTfGNuDJ6BtDndhi7t78bobXznk82 { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15029;background-color:#333333;background-image:none;top:21.724175453186rem;left:17.457683563233rem;display:block; }
#HuxgJKw5cMN3lEn8czbHAOwSTG9oPXTc { box-sizing:content-box;height:3.2487rem;width:4.43685rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7966e68f-b177-465c-9290-3543bf49bda9/12317.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:27.848958015442rem;left:1.0080299377441rem;display:block; }#HuxgJKw5cMN3lEn8czbHAOwSTG9oPXTc.adaptive-delivery-prevent-bg, #HuxgJKw5cMN3lEn8czbHAOwSTG9oPXTc.lazyload, #HuxgJKw5cMN3lEn8czbHAOwSTG9oPXTc.lazyloading { background-image: none; }
#o7MuRTsutwZr4Ng88WacbeDcTQOxG2T5 { box-sizing:content-box;height:8.125rem;width:17rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:37.227650642395rem;left:0rem;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; }
#ReMHe9quMm0n4IO4smyHQEJ4gh8Gy17U { box-sizing:content-box;height:3.2487rem;width:4.43685rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b115422e-b424-404d-9977-e842a1989812/12318.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:37.483510017395rem;left:1.0080299377441rem;display:block; }#ReMHe9quMm0n4IO4smyHQEJ4gh8Gy17U.adaptive-delivery-prevent-bg, #ReMHe9quMm0n4IO4smyHQEJ4gh8Gy17U.lazyload, #ReMHe9quMm0n4IO4smyHQEJ4gh8Gy17U.lazyloading { background-image: none; }
#ymekRazo4bPGasTBM2RqM5RvMHdJqe85 { box-sizing:content-box;height:3.24978125rem;width:4.43685rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b6164c48-7745-41fb-8b6b-01fe2257708f/12319.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:17.6875rem;left:56.625rem;display:block; }#ymekRazo4bPGasTBM2RqM5RvMHdJqe85.adaptive-delivery-prevent-bg, #ymekRazo4bPGasTBM2RqM5RvMHdJqe85.lazyload, #ymekRazo4bPGasTBM2RqM5RvMHdJqe85.lazyloading { background-image: none; }
#kDy9C8Lr6f1SfpK6uF8c7i8iVL6bd9Vi { box-sizing:content-box;height:3.2487rem;width:4.43685rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/75c92a09-289e-49d5-9203-6d7513c13ad7/12320.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:26.518231391907rem;left:56.700305938721rem;display:block; }#kDy9C8Lr6f1SfpK6uF8c7i8iVL6bd9Vi.adaptive-delivery-prevent-bg, #kDy9C8Lr6f1SfpK6uF8c7i8iVL6bd9Vi.lazyload, #kDy9C8Lr6f1SfpK6uF8c7i8iVL6bd9Vi.lazyloading { background-image: none; }
#zd8VxCS5NMmPiOqSKAQWdxJLTXNnGoLS { box-sizing:content-box;height:3.2487rem;width:4.43685rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d856cb6d-27d7-4e9b-bba6-4e73b14e0d35/12321.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:35.723961830139rem;left:56.701385498047rem;display:block; }#zd8VxCS5NMmPiOqSKAQWdxJLTXNnGoLS.adaptive-delivery-prevent-bg, #zd8VxCS5NMmPiOqSKAQWdxJLTXNnGoLS.lazyload, #zd8VxCS5NMmPiOqSKAQWdxJLTXNnGoLS.lazyloading { background-image: none; }
#N5UXVomBkJ0bWAnf2qIvEslEG8bKNP8B { box-sizing:content-box;height:7.125rem;width:19.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:17.375rem;left:55.5625rem;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; }
#h8kkaWFN8yqwto1lCDyK8XzayzzkVNbR { box-sizing:content-box;height:7.25rem;width:19.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:26.166668891907rem;left:55.625003814698rem;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; }
#PDRH6koXTS1Ew7sKJtyBMAvknAtENqAD { box-sizing:content-box;height:7.25rem;width:19.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:35.352868080139rem;left:55.625rem;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; }
#z6eOmktkVKdEH4UyFWaIltlVC3mQzFhl { box-sizing:content-box;height:0.0625rem;width:14.375rem;position:absolute;display:block;z-index:15030;background-color:#333333;background-image:none;top:31.348309516907rem;left:17.457683563233rem;display:block; }
#MTOkRx63zbmp1PGZW8pndi22B0fbi4JH { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15031;background-color:#333333;background-image:none;top:41.97243976593rem;left:17.457683563233rem;display:block; }
#HkkP8SUVmZpHcPpPy9LqfwFtip6IalR3 { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:15030;background-color:#333333;background-image:none;top:21.4111328125rem;left:37.45703125rem;display:block; }
#cTRIVXtCzOWbkc59twa1IuTOZoP5ckRc { box-sizing:content-box;height:0.0618489375rem;width:16.875rem;position:absolute;display:block;z-index:15031;background-color:#333333;background-image:none;top:30.194230079651rem;left:38.207466125488rem;display:block; }
#xXTWkva1H0vE1mIcxLmdDHKax9trntnl { box-sizing:content-box;height:0.0618489375rem;width:16.875rem;position:absolute;display:block;z-index:15032;background-color:#333333;background-image:none;top:38.818795204162rem;left:38.207466125488rem;display:block; }
#MmRdQlmfvraahXnJtXLQ8oT9tMQmz3ma { color:#000000;display:block;width:38.6870625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.0625rem;left:17.8125rem;height:2.76123125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nh2S3M5FVtebcsxU4W41FU8qn90Re7Te { 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.058625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:53.372802734375rem;left:29.59716796875rem;display:block; }
#Z26zE1VZpBGhS3bBdMX1lr6cVXLMeVRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container { background-color: transparent; background-image: none; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container > .video-iframe-container { display: none; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row > .video-iframe-container { display: none; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .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); }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container { border-width: 0; border-radius: 0; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#a2Txh1a6B62yTipmaUBNoZevFvVrvhtn { color:#262262;display:block;width:33.8733125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:37.375rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#kvuPR1cF56nQzUBLZxHDNelE4veKVJF4 { color:#000000;display:block;width:37.9980625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:8.4375rem;left:35.3125rem;height:7.200525rem;text-align:center;text-align-last:center;display:block; }
#lXlTTaXS8gttOQJPVB61kJ5scI4oswlH { color:#000000;display:block;width:11.1230625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.630859375rem;left:35.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#co6AonRWrgnxsJyfS2Dw10I69Jakkq8O { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:75rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#A8TD7m15HQzkfRe6q4tazZaueJqyiaoP { box-sizing:content-box;height:2.5rem;width:12.5605625rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:18.96875rem;left:34.3125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 { 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; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container { background-color: transparent; background-image: none; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container > .video-iframe-container { display: none; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row > .video-iframe-container { display: none; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .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); }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container { border-width: 0; border-radius: 0; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#PSR6Ar6vcNXhpiRPrvm2Q2igmMeIz61T { 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:6.436767578125rem;left:4.749755859375rem;overflow:hidden;display:block; }
#PWWg9t0WkibdiSGXnTgiwKtPAOANXK4v { 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:6.436767578125rem;left:30.5615234375rem;overflow:hidden;display:block; }
#bGJH2H0X0y78gTqnkA4hc6hbhAfgAhX2 { 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:22.1875rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RmnBEexWbTCh3ahPLKKbRpgtFwDbrACU { 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.99951171875rem;left:27.31201171875rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#k5t40n2pPJLmxm477pMJ0sWqCulUpCF9 { 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:6.436767578125rem;left:55.74951171875rem;overflow:hidden;display:block; }
#aabBihabpnigpEbuEpytlUCQnEKsCe8u { 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.99951171875rem;left:52.5rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#qBKTTJsWfkeccFiWEmUz4MzRWehOFTRI { 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:25.374755859375rem;left:1.5625rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Nh9LrrTa5odcDuZDSTPUhSia8bczun41 { 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:25.374755859375rem;left:52.061767578125rem;height:9.000625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MGpl1354wdQpkSMVALVHcqBU0ZCgGEUS { 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:25.374755859375rem;left:26.875rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio { position:relative;display:block; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio { background-color: transparent; background-image: none; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .row .container > .video-iframe-container { display: none; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .row > .video-iframe-container { display: none; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .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); }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio { border-width: 0; border-radius: 0; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .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; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .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:79.625rem;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; }#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;color:#262262;line-height:3;overflow:hidden;height:auto; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;color:#509ef3;height:auto;font-family:roboto;line-height:2;overflow:hidden; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-trigger.adaptive-delivery-prevent-bg, #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-trigger.lazyload, #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-trigger.lazyloading { background-image: none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX { box-sizing:content-box;height:auto;width:59.121125rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.21337890625rem;left:6.688232421875rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XgLGgdm5D0V4I9e7kZ42uCLhk0vtA40y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TnrI3ahQQ8nwdG1684xgoLK47uITJqcw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #MO4S90dqhvBMguXrhKRTKIPC7VyeKJUK { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XnrMrOOTD4QRIuBgmLvBPS7Uu0hVaUSf {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #p1cTqfDOgvlTTxn23pVPxNxad2DXfrFQ {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #lRuK3fnCyPmFUcsQZ0hGMDiVKZQhszCT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #l5ZFAQsK2XKAeMZncQqKzc4Brc4V5HAT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #vchN7IqWeUBf5fy8Ae2IchfEw5dkcp9v { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xCDMG9eXTUZN2rkXTuV7i8Nq9iEW21D5 {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TTHaZEM92qUO8i1G5zzbt0v1XiTnO13f { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TcGabBuwX453AKfKU1hIIKKdKiw3XZbU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #WZZlTpS61fIIghKHops98FGaEJhEQJZM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #gaXOsGi4G62VAcNoqWByR6fV7ezK8For { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #OWFceReTbWE5ZpTItuTKXWENaFv0Q7LX {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #SL3vDQ60Tgw3a1NgkJtszTW3c0ZNGkEQ { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Si1T9UZw498TrSbimgPT06HbT0pbvWm0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #U7hWydCG5qTBDTUOTL4i4ae6mmnUGlsE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #NDapIxBtvVebhxrTkBKk2a17J9U8Sl3d { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #zXrorgZSvHGhOLHhohy1rrt7eDu47wWy {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #DTnoNqTixDI3l7LSChPRV5enw4pzkW2k { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #q7hDTrz7miVLpLQCl6bsLlcnQy9DnJKt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #eGTuwg1xf0y1TkT13nOz3movr9TZmBW2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ym07Uq8pJswXlZUekWTBX7bJifhUpSxH { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #vwTxyaoRG2tViFfseOHA3RPzdEOkuWxP {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ZJNZ1JeaPEzxhED0RMKXp07eNKVNaa2R { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #up6w2LbWNrpEgb6NArUIO6XuNRZdDuRM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #hTaHxqEpNGJT6xJmDkFWOCpx3k1tN7LI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #q8u66Pb1XUXThFIVEZcV68z4s2KAXw0U { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #mCXuW0PcJsSZvGboazJSvb1etmypsUGC {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #qElbQqBoUoPC0KPsSUKM5RuxoAoozyBs { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #CwtiiqexRKB2MruQzrT0JZoE9X95aBpI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #uLNymxecTUwdy1hORXxTewWvJXRuoDmr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #rytb2QfJKrRhntnRR2tnJfiwSbqW0ic2 { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Fyekohd05XvQKbWfJvDygvZyMIqrAQCx {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Gx9MyGRoVqUrW2o9yw6aKKkKDrBA6HsH { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #cSf6DsxCBaaln36tSaOCXTp245N9seaL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #iq4RwZqs6pMgX8ZX8N4EDl7conNoqTTF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xQx422by4mNstmbVRdMx9P6KhM1OWTqR { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ixUmT6bf4uPPsycustEIn6yDer5pe9sZ {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #igiSM0xAv40qsuDGDG4rOxVok0tiaOoV { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #HHDRmKwrDlMHNfOaW6O66UrTXtxqIdwQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #viu6neTqqslaUUlHAqTWTRS2r5kZqlaD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xT4lZMfCK4BqiUQg4QM282rfV6X9hBUL { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #yIuUGZNDae7a4gI3P6iCJSypUTX4pvmO {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #CHMTLafLEUzc8fgdeVdRzXptnqQfNWsT { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #qE4A097qO3FEPybzg1Lp95pvbl53wfcd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XSCxdMGqBLxgBCR1sQ6SogCZNnhXyaqF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #EJEW92tA6yB4BIxReLgE1CMpR43ZmV7W { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #NBCZTL2gTKrn03swQskWTUPdTtlNcE6G {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #THBprGnFKS8muRELUiHrtDVUgZLpB2p7 { display:none; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #miuHBOhqBqA6UmhNSJCGhCVodqleDcXy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #R8JwBTQ1vdy6NdgT354POTr0kDNWmF2g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #pvb7Zc3MmLiBOvW1Ea39MRJ8eb6STsMb { display:block;position:relative; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #OgCx4TzRumivCWbPMtIRwbPTx6sqSVEv {  }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #UffJhE7QdMqqmAiuFLeaciBdxE75aeLO { display:none; }
#gveTJyhnaHmsS967vyOwe324Ubr1xOMA { color:#262262;display:block;width:69.12375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.81103515625rem;left:2.93701171875rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;color:#262262;line-height:3;overflow:hidden;height:auto; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;color:#509ef3;height:auto;font-family:roboto;line-height:2;overflow:hidden; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-trigger.adaptive-delivery-prevent-bg, #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-trigger.lazyload, #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-trigger.lazyloading { background-image: none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv { box-sizing:content-box;height:auto;width:59.121125rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.21337890625rem;left:6.688232421875rem;display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #DlTb0gXUpDP8Dds2mHm1ulHSyHHkO5fF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #vwla112tbnev33APFl9qHOMzvosRBfLE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #lkeBBqnfW6nN5Ocr6s1aF7FuSxBRGgQh { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ranqZeN3vO42VK7mlKODcSBX9yhqDc7F {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #cfplvTmVz9vXGtNZhrazb6U6Dwa7hqDt {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #tnK3q0inVCkk9skMuOEdhzvwO0tG9KDH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Pia3FmeBmfdTQsKS5d33f8bVPxXk8nKw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #kQCEZD6hkDnUI9twKpw9anP8mgM6e0Ti { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #DXDkEimTMyQLszX5TBNDsvXwbTOrI1yP {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #mzsEdxSrkvi7It56CH1b16lTDVVSyMCp { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #lV7NTG0L2qGyqQzdxqKfFPaQgilVQrRV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #utNH6EXRrAwXJzRabMqil6aeDzzD4NO4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #RHZVVoNZWpJ1vR58buSk2koBvghbootK { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #D1tUpQnPpWc09eyH2Pqge5PfuMUvuTDN {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ITaKLoPq8MZBF0vSC4Npg3hzrXozkDxn { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #bLgNe4eA97J5P1EoSUaKxGtNmA2q8X5H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TtsuTTKci0Wy0OTPcO3As2xQ9MqKU1xR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Bky78sVmgVgTs643yGXgH2bKuUEXQ9bi { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #n5tcxJbvXy8mTETieMb8LtfDgPU4T7rs {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #JSNkXtN3MwTB6JUbFZVHvO9lvD1H7rnB { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TyiQ1mH135xAB4PzlQzK2ROEwTQKy2uE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #sF7SWKRrBMlpfL4THnvUJ7koXETQydpv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #QPnPWzT7QKcyJN6Ow4y9TKRoQ4AvXOOz { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #rBgpZKp0quC9TZpzizRv3PMPtkPGnWMu {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #IvaCreOTe3q0uNZgVR0bgthIPmop4Wy2 { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #mEANKouQM4bU7KHuFSmLmBQyulUhFhS3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #GKq5Hsk2VdbkqNp70SCaJAyct9FkTEJW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KQZRaQlhFLnNgpU8kJIzAgOmrL6IDkJe { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #JAnrBAZnz6I5qKd2JHMxiyXG0ik0q97m {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #qevT2dA6x4mTqtpMnOa13FdKsz4lLGT0 { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #G9BJPDuFULfeFAyTuhZGC1AZDUXZaGBT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #wkv9Ro1yNE9T36hLK6Ws8W3M7iP3Kc8A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #dI4KxNBwbJBcAcsoAdXarNIf6Gt0dPdL { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TXuSUOd3ry1Z6WMc6IuZ6s35VxKpuHwQ {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Lyz1xqyTZLmhICLk4UiE1g1ZGKs0zMJx { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #MGkKxwgTTMrFgXd2XJNwQoL5SbcgBOC0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #BTPZNmSCw4m9BqU23QbhGXylJt7m3TMN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #IU5mTycXJgzIQKN7TbcdDCKHwcW46FFo { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #PT5gk0bRCuRZwNvyIPmycUXqzCSF3Cpq {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ir7T7lMVX7VzeASEDOFSHwJ9TwTH6t1h { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KX8uwmA7MrdIBsNqMK8AyJq7K84KToZ6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Cbovqf23mJaaTKFby1CH5R7dI9NWwtO3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Ti7XbvOO5RO2TSEvRJsIAs0cmtrH2y14 { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #CT4wuxSkwAfQ7TFaZUFQMJp06mRGEPUX {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #xfrbUh8pr5cFfsvcEmqqyqhudNHN1g7b { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KpJUyptNm1SpXMdX9tnVsMASP90LmRFM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #zzE0yvpn3xeBHp8GHLJRH4zbJ3PkzbSs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TTdJPvndGZEWUTWrKMwQ6eoxIS0rhqEk { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #aJkFy0PSLpbCQZUxmz9bTrieB4KKNExx {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #wT50gKRMtvmATiesuiTizIw8xmcUTwN6 { display:none; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #bXEDBTPpNvese3as2MXSTPuFQVqJH1sZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Bg0o67ZAsGKQFWXThSBFKrCHexmwTTuc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Br3wEQa8uMPmgpEA9pHPx5L11VTsRbTp { display:block;position:relative; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #dwTcDDgh0BD9UR3p9N3ZqTNgPHOUUOL0 {  }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #w6rEB3Rneiibu3HxIFAQxNTapCgxgEcS { display:none; }
#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN { 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; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN.adaptive-delivery-prevent-bg, #f6u7mOv7eObfgxtTTHlzPolK0fimo5hN.lazyload, #f6u7mOv7eObfgxtTTHlzPolK0fimo5hN.lazyloading { background-image: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container { background-color: transparent; background-image: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container > .video-iframe-container { display: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .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); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row > .video-iframe-container { display: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .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); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container { border-width: 0; border-radius: 0; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN::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; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#xZdwlC3QsTQRrLQ1fLwbiZOJxehiEAHt { 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; }
#efCURHN1yaOIdX3nU3E7sTHJT5X7ygfi { 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; }
#blTq8SSBB8WaaE9znpfBiEkaXXUKE0b1 { 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.13606875rem;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) { #wEA6ArOJMPhNLOHW5oVM9gHegsld0mXb { top:2.25rem;left:23rem;width:24.75rem;height:64.75rem;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:63.1875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7epPtbwg22BTLCTp9nhRAMQ3xvoLPP { top:26.4375rem;left:0rem;width:44.5rem;height:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgLX9ZOaOxVXD9pE3wPBdfo5FOC6nr4x { top:31.1875rem;left:0rem;width:44.25rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqIkzDm4OLBepnKutgAKllWPFm8ITPE { top:36.5625rem;left:1.5rem;width:28.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 { display:block; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hW9AcRT18zogZSs4rblfuuUJvlJWbzGT { top:41.6875rem;left:0rem;width:17.375rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngKfZXqbrQ8ka7cTv1GJ98TviMFr2vf7 { top:11.0625rem;left:3.34765625rem;width:16.5625rem;height:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq5iwc1rnAlHXRNG9Ww4lA2sPzsv7SPv { top:41.6875rem;left:15.060981750488rem;width:17.5625rem;height:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3OAGBmPtru2ga9UsTmrzLaS7sTeKTbD { top:11.0625rem;left:28.762153625488rem;width:15.3125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es55gM0IPacdN0t3BUKME9FBgGAUqC5q { top:41.6875rem;left:31.1875rem;width:16.5625rem;height:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXfHe116P6S545QC2PdnLGAKpfqN282v { top:3.9375rem;left:3.7473983764649rem;width:40.1875rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGzXGIOiHOH5BM0ocKB7vFfQ6Mxn8X1T { top:3.5625rem;left:42.4375rem;width:2.8125rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUORhbW9NBuSxiFmChHiUtBZMLmJvs6A { top:20.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdXrwb3vXHGGT5UqC38M5n9S0TXdtvV { top:28.625rem;left:8.4084205627444rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqycqctPO9CPPBIHXzA6N3di7WPRBPFA { top:20.5625rem;left:20.437503814698rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sTZeB6IDZ6Pfp4vDeInPh7iftg2Aqk { top:28.5rem;left:33.103519439698rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxm1m7WTEm5JpNkuOrv7JZQEeBowcLe2 { top:20.75rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZgNhzhaxa21MPoU1TsHTUUGpqIyiAQM { top:16.1875rem;left:0rem;width:47.75rem;height:15.398539375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPbSwUyaOF56DgJspRU4n6kCeUNOJz1B { width:5rem;height:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN { display:block; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvuW2nWFoNqxwM2OLJpBgICOW55lWLhi { top:3.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGhTIznpsJIMuRNN13kH0lSJ4NVFNikf { top:8.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTdzh9SAAdWP01kcrhJ4iar5Lp9O3Wi5 { top:10rem;left:25.125rem;width:22.625rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTii1I3Xt4q9eQUBlSd6UONOPaTCoOHu { top:23.1875rem;left:0rem;width:47.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDiv2H0P340DwttWzAzwAbZqOaxsSp3 { top:23.0625rem;left:14.125rem;width:12.3125rem;height:4.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McoEVkziXd4xANu8xE0TbEaZboQsK5nr { top:28.8125rem;left:18.4375rem;width:14.1875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INVAi9X43vaQwTcNQDiux5L8dOGUS1y3 { top:31.125rem;left:14.125rem;width:9.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEg4RbtMUx7gty1euh7dMGQpGnS9lCJ9 { top:35.9375rem;left:20.3125rem;width:9.8125rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy5bzocdTFq5E0qbd2l5TkZUxLxdZL8y { top:37.3125rem;left:20rem;width:10.3125rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GghbTKGrR94bGD9PDDnmhkO7DxQx2vpS { top:40.0625rem;left:18.0625rem;width:5.3125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKib0upADCvgCygH5vsoyOPwTfnZLN9f { top:38.625rem;left:23.875rem;width:9.1875rem;height:5.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8TXgM410UkHzqyWTkJwBfZ642VvRaK { top:21rem;left:18.4375rem;width:14.1875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqF516i15PhLriMSIxkmyPbLbrgeN26G { top:23.0625rem;left:27.1875rem;width:3.75rem;height:4.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9lTWhSBdwlIllVWpJWg382yrFA2z7TB { top:31.125rem;left:25.40625rem;width:11.875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdN1K6o5oFmktPMo49Q48xTzUOc4Bwm2 { top:30.6875rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqtI40sGAGmGSB195JABsi0XQ2boMAG0 { top:39.25rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfQkFHKTTwTmyIvBeXcchO9RqV4nQuZG { top:11rem;left:0rem;width:26.0625rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1MRmHOhkatWlzATFT71Pu7NkPgMTk4 { top:20.9375rem;left:16.7509765625rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGClyAUPEhhgBAFArWttn2gyS5LRp2xB { top:23.125rem;left:0rem;width:47.75rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZwiRghxNm55uA2Wr2s5JzNCE6lBu6C0 { top:28.5rem;left:16.75146484375rem;width:14.1875rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIp5Qy2makZJHR6ICfwWuEWx6TINnbZe { top:35.5625rem;left:18.25rem;width:9.75rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CE3enLnKJ9ehOlg2Xft0CKxSiRPadgZv { top:36.9375rem;left:17.9375rem;width:10.3125rem;height:1.25rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rU0x9Z24oyWwPXsLvNmPLegF0S0Ese8F { top:38.6875rem;left:20.5625rem;width:9.125rem;height:5.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXebwohynTd6R4VnrTSSDXrkMxsqdRgQ { top:30.6875rem;left:0rem;width:47.75rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoJinw5uh3IqSpVdoDdE2wE1UX2kxeQx { top:40.125rem;left:14.75rem;width:5.3125rem;height:2.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f02m17bTHo5vJF8xbz0CxF20o29Zxr8M { top:31.1875rem;left:25.09375rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3DT34f3yGgr3iNRN5rt87G0WlSfyDoq { top:23.75rem;left:25.09375rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqcOfTth38xwUAzLMdskFfETePbdL1WB { display:block; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WilTXQkES80GcoVPqXNnSFEyhkayy0Ez { top:4.4375rem;left:0rem;width:21.5rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6wwMMnPOLZRPTbKggL9cZ39DuSA6OI { top:3.5625rem;left:11.249267578125rem;width:28.25rem;height:30.499789819289rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUXq1T8T0S9QfTyavDxaZPDJeTqGAaJ { top:9.9375rem;left:33.25rem;width:14.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnRCutnlefHHlaIE1DpC6VlPC818IFJa { top:14.3125rem;left:33.25rem;width:14.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTt2S1TCtAuPBJqBMeTmyq9QnE5Q4hSB { top:18.6875rem;left:33.25rem;width:14.5rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf3aGZBsBp1GIH29KXKbvkoPpWTM6rk2 { top:23.0625rem;left:29.1875rem;width:18.5625rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlonavMHwRSfmdHfTnMv7bM8TztGAtJ1 { top:8.5rem;left:0rem;width:21.5rem;height:9.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzQkkuMfOz0VkR3EVxHJ3eZ3w2Rn2qZg { top:15.75rem;left:0rem;width:11.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC0eqFPze1M6LUrwgOyrokMhP5JqbVLp { top:20.25rem;left:0rem;width:24.75rem;height:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzr8pzMbM9uZHaSt2d88QZTGQJtfNmi { display:none; }
 }@media only screen and (max-width: 763px) { #zL39TqNrdgZI8dM6peaJuHTmQ6bEQSuu { display:none; }
 }@media only screen and (max-width: 763px) { #eQQDZZtuKN6WJ4FTE3tKNTNIoBbweVim { display:none; }
 }@media only screen and (max-width: 763px) { #Ci7CIZ4Koku2oi1Rayk7nLNZAEuW7mlX { display:none; }
 }@media only screen and (max-width: 763px) { #TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i { display:block; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxPPZJ1BPOVdsgcHOiKMHJ9cq7CCJ7Tw { top:3.875rem;left:7.5615234375rem;width:32.6875rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in9U8BV1EOWwV545wr1imz2sdJPASeUL { top:9.875rem;left:6.0302734375rem;width:35.625rem;height:36.373707494431rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukmy6B5NyToG0FpXTsTOp0LAAVlJUNVo { top:8.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6HGNQun6TAbi8LXlxqklW1E2iDCqlhw { top:18.9375rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn8bmuEmpfcIviSinhKGX5ZgcF6bnzNo { top:17.9375rem;left:0rem;width:4.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFy9nAo1N3kDOr5ICTK0tAWT6eShM5b5 { top:17.3125rem;left:0rem;width:16.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DltE1iSl8BzXAFJJNrIZX2te5ayDCBZl { top:21.75rem;left:0rem;width:12.9375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOlVp1lFz9xqZo1NUgg6PpBoMXClL8Bd { top:28.8125rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwF25aDWDUe4fQ36iSJGilpIBDT5VLqe { top:31.75rem;left:0rem;width:15.3125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmPTBFIoSZZEQuRccaJUTIPGqkvqnhC { top:38.4375rem;left:0rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx5yA3vCzRufSNBJ8Hakfd9GcXGcDXma { top:41rem;left:0rem;width:15.125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HruwQ88CU4lZKRRgBta3ZnQysCqM5LFK { top:18.6875rem;left:35.75rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4hzCx5apGSWVRxd93Sl3mpWTwF561W7 { top:21.1875rem;left:29.75rem;width:18rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkeKpmTSV9TmfbDi39IVANUbviGPSt9u { top:27.4375rem;left:34.8125rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bylrm47DQ5AizXB2zKPcGdZwIaKTsrSz { top:30.375rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCGT9IwHMu07oqSOovSKhrLTDSDiRya { top:35.9375rem;left:35.5625rem;width:12.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHxBiVZBip4DMN1tIf7E2r8M71yyAf80 { top:39.1875rem;left:30.25rem;width:17.5rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBLlLEiHyRuvyFbZK8fa3rwHCRrXyqA { top:27.3125rem;left:0rem;width:17rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30oTfGNuDJ6BtDndhi7t78bobXznk82 { top:21.6875rem;left:3.8326835632324rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuxgJKw5cMN3lEn8czbHAOwSTG9oPXTc { top:27.8125rem;left:0rem;width:4.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7MuRTsutwZr4Ng88WacbeDcTQOxG2T5 { top:37.1875rem;left:0rem;width:17rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReMHe9quMm0n4IO4smyHQEJ4gh8Gy17U { top:37.4375rem;left:0rem;width:4.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymekRazo4bPGasTBM2RqM5RvMHdJqe85 { top:17.6875rem;left:43rem;width:4.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDy9C8Lr6f1SfpK6uF8c7i8iVL6bd9Vi { top:26.5rem;left:43.075305938721rem;width:4.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd8VxCS5NMmPiOqSKAQWdxJLTXNnGoLS { top:35.6875rem;left:43.076385498047rem;width:4.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UXVomBkJ0bWAnf2qIvEslEG8bKNP8B { top:17.375rem;left:28.375rem;width:19.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kkaWFN8yqwto1lCDyK8XzayzzkVNbR { top:26.125rem;left:28.375rem;width:19.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRH6koXTS1Ew7sKJtyBMAvknAtENqAD { top:35.3125rem;left:28.375rem;width:19.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6eOmktkVKdEH4UyFWaIltlVC3mQzFhl { top:31.3125rem;left:3.8326835632324rem;width:14.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTOkRx63zbmp1PGZW8pndi22B0fbi4JH { top:41.9375rem;left:3.8326835632324rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkkP8SUVmZpHcPpPy9LqfwFtip6IalR3 { top:21.375rem;left:23.83203125rem;width:16.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTRIVXtCzOWbkc59twa1IuTOZoP5ckRc { top:30.1875rem;left:24.582466125488rem;width:16.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xXTWkva1H0vE1mIcxLmdDHKax9trntnl { top:38.8125rem;left:24.582466125488rem;width:16.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MmRdQlmfvraahXnJtXLQ8oT9tMQmz3ma { top:49.0625rem;left:4.1875rem;width:38.625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh2S3M5FVtebcsxU4W41FU8qn90Re7Te { width:15rem;height:3.4375rem;top:53.3125rem;left:15.97216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z26zE1VZpBGhS3bBdMX1lr6cVXLMeVRO { display:block; }
 }@media only screen and (max-width: 763px) { #lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ { display:block; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2Txh1a6B62yTipmaUBNoZevFvVrvhtn { top:3.9375rem;left:13.9375rem;width:33.8125rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvuPR1cF56nQzUBLZxHDNelE4veKVJF4 { top:8.4375rem;left:9.8125rem;width:37.9375rem;height:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXlTTaXS8gttOQJPVB61kJ5scI4oswlH { top:19.625rem;left:21.6875rem;width:11.0625rem;height:1.25rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #co6AonRWrgnxsJyfS2Dw10I69Jakkq8O { top:5.25rem;left:0rem;width:47.75rem;height:22.482291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TD7m15HQzkfRe6q4tazZaueJqyiaoP { top:18.9375rem;left:20.6875rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 { display:block; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSR6Ar6vcNXhpiRPrvm2Q2igmMeIz61T { top:6.375rem;left:0rem;width:14rem;height:14.063504536038rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWWg9t0WkibdiSGXnTgiwKtPAOANXK4v { top:6.375rem;left:16.9365234375rem;width:13.875rem;height:14.001385842875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGJH2H0X0y78gTqnkA4hc6hbhAfgAhX2 { top:22.1875rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnBEexWbTCh3ahPLKKbRpgtFwDbrACU { top:21.9375rem;left:13.68701171875rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5t40n2pPJLmxm477pMJ0sWqCulUpCF9 { top:6.375rem;left:34rem;width:13.75rem;height:13.8745rem;display:block; }
 }@media only screen and (max-width: 763px) { #aabBihabpnigpEbuEpytlUCQnEKsCe8u { top:21.9375rem;left:27.375rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBKTTJsWfkeccFiWEmUz4MzRWehOFTRI { top:25.3125rem;left:0rem;width:20.6875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9LrrTa5odcDuZDSTPUhSia8bczun41 { top:25.3125rem;left:26.4375rem;width:21.3125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGpl1354wdQpkSMVALVHcqBU0ZCgGEUS { top:25.3125rem;left:13.25rem;width:21.3125rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio { display:block; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX { display:flex;height:auto;width:27.8125rem;top:5.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XgLGgdm5D0V4I9e7kZ42uCLhk0vtA40y {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TnrI3ahQQ8nwdG1684xgoLK47uITJqcw {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #MO4S90dqhvBMguXrhKRTKIPC7VyeKJUK {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XnrMrOOTD4QRIuBgmLvBPS7Uu0hVaUSf {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #p1cTqfDOgvlTTxn23pVPxNxad2DXfrFQ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #lRuK3fnCyPmFUcsQZ0hGMDiVKZQhszCT {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #l5ZFAQsK2XKAeMZncQqKzc4Brc4V5HAT {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #vchN7IqWeUBf5fy8Ae2IchfEw5dkcp9v {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xCDMG9eXTUZN2rkXTuV7i8Nq9iEW21D5 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TTHaZEM92qUO8i1G5zzbt0v1XiTnO13f {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TcGabBuwX453AKfKU1hIIKKdKiw3XZbU {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #WZZlTpS61fIIghKHops98FGaEJhEQJZM {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #gaXOsGi4G62VAcNoqWByR6fV7ezK8For {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #OWFceReTbWE5ZpTItuTKXWENaFv0Q7LX {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #SL3vDQ60Tgw3a1NgkJtszTW3c0ZNGkEQ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Si1T9UZw498TrSbimgPT06HbT0pbvWm0 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #U7hWydCG5qTBDTUOTL4i4ae6mmnUGlsE {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #NDapIxBtvVebhxrTkBKk2a17J9U8Sl3d {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #zXrorgZSvHGhOLHhohy1rrt7eDu47wWy {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #DTnoNqTixDI3l7LSChPRV5enw4pzkW2k {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #q7hDTrz7miVLpLQCl6bsLlcnQy9DnJKt {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #eGTuwg1xf0y1TkT13nOz3movr9TZmBW2 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ym07Uq8pJswXlZUekWTBX7bJifhUpSxH {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #vwTxyaoRG2tViFfseOHA3RPzdEOkuWxP {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ZJNZ1JeaPEzxhED0RMKXp07eNKVNaa2R {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #up6w2LbWNrpEgb6NArUIO6XuNRZdDuRM {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #hTaHxqEpNGJT6xJmDkFWOCpx3k1tN7LI {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #q8u66Pb1XUXThFIVEZcV68z4s2KAXw0U {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #mCXuW0PcJsSZvGboazJSvb1etmypsUGC {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #qElbQqBoUoPC0KPsSUKM5RuxoAoozyBs {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #CwtiiqexRKB2MruQzrT0JZoE9X95aBpI {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #uLNymxecTUwdy1hORXxTewWvJXRuoDmr {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #rytb2QfJKrRhntnRR2tnJfiwSbqW0ic2 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Fyekohd05XvQKbWfJvDygvZyMIqrAQCx {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Gx9MyGRoVqUrW2o9yw6aKKkKDrBA6HsH {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #cSf6DsxCBaaln36tSaOCXTp245N9seaL {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #iq4RwZqs6pMgX8ZX8N4EDl7conNoqTTF {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xQx422by4mNstmbVRdMx9P6KhM1OWTqR {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ixUmT6bf4uPPsycustEIn6yDer5pe9sZ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #igiSM0xAv40qsuDGDG4rOxVok0tiaOoV {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #HHDRmKwrDlMHNfOaW6O66UrTXtxqIdwQ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #viu6neTqqslaUUlHAqTWTRS2r5kZqlaD {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xT4lZMfCK4BqiUQg4QM282rfV6X9hBUL {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #yIuUGZNDae7a4gI3P6iCJSypUTX4pvmO {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #CHMTLafLEUzc8fgdeVdRzXptnqQfNWsT {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #qE4A097qO3FEPybzg1Lp95pvbl53wfcd {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XSCxdMGqBLxgBCR1sQ6SogCZNnhXyaqF {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #EJEW92tA6yB4BIxReLgE1CMpR43ZmV7W {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #NBCZTL2gTKrn03swQskWTUPdTtlNcE6G {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #THBprGnFKS8muRELUiHrtDVUgZLpB2p7 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #miuHBOhqBqA6UmhNSJCGhCVodqleDcXy {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #R8JwBTQ1vdy6NdgT354POTr0kDNWmF2g {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #pvb7Zc3MmLiBOvW1Ea39MRJ8eb6STsMb {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #OgCx4TzRumivCWbPMtIRwbPTx6sqSVEv {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #UffJhE7QdMqqmAiuFLeaciBdxE75aeLO {  }
 }@media only screen and (max-width: 763px) { #gveTJyhnaHmsS967vyOwe324Ubr1xOMA { top:3.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv { display:flex;height:auto;width:27.8125rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #DlTb0gXUpDP8Dds2mHm1ulHSyHHkO5fF {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #vwla112tbnev33APFl9qHOMzvosRBfLE {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #lkeBBqnfW6nN5Ocr6s1aF7FuSxBRGgQh {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ranqZeN3vO42VK7mlKODcSBX9yhqDc7F {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #cfplvTmVz9vXGtNZhrazb6U6Dwa7hqDt {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #tnK3q0inVCkk9skMuOEdhzvwO0tG9KDH {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Pia3FmeBmfdTQsKS5d33f8bVPxXk8nKw {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #kQCEZD6hkDnUI9twKpw9anP8mgM6e0Ti {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #DXDkEimTMyQLszX5TBNDsvXwbTOrI1yP {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #mzsEdxSrkvi7It56CH1b16lTDVVSyMCp {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #lV7NTG0L2qGyqQzdxqKfFPaQgilVQrRV {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #utNH6EXRrAwXJzRabMqil6aeDzzD4NO4 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #RHZVVoNZWpJ1vR58buSk2koBvghbootK {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #D1tUpQnPpWc09eyH2Pqge5PfuMUvuTDN {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ITaKLoPq8MZBF0vSC4Npg3hzrXozkDxn {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #bLgNe4eA97J5P1EoSUaKxGtNmA2q8X5H {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TtsuTTKci0Wy0OTPcO3As2xQ9MqKU1xR {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Bky78sVmgVgTs643yGXgH2bKuUEXQ9bi {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #n5tcxJbvXy8mTETieMb8LtfDgPU4T7rs {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #JSNkXtN3MwTB6JUbFZVHvO9lvD1H7rnB {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TyiQ1mH135xAB4PzlQzK2ROEwTQKy2uE {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #sF7SWKRrBMlpfL4THnvUJ7koXETQydpv {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #QPnPWzT7QKcyJN6Ow4y9TKRoQ4AvXOOz {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #rBgpZKp0quC9TZpzizRv3PMPtkPGnWMu {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #IvaCreOTe3q0uNZgVR0bgthIPmop4Wy2 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #mEANKouQM4bU7KHuFSmLmBQyulUhFhS3 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #GKq5Hsk2VdbkqNp70SCaJAyct9FkTEJW {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KQZRaQlhFLnNgpU8kJIzAgOmrL6IDkJe {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #JAnrBAZnz6I5qKd2JHMxiyXG0ik0q97m {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #qevT2dA6x4mTqtpMnOa13FdKsz4lLGT0 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #G9BJPDuFULfeFAyTuhZGC1AZDUXZaGBT {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #wkv9Ro1yNE9T36hLK6Ws8W3M7iP3Kc8A {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #dI4KxNBwbJBcAcsoAdXarNIf6Gt0dPdL {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TXuSUOd3ry1Z6WMc6IuZ6s35VxKpuHwQ {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Lyz1xqyTZLmhICLk4UiE1g1ZGKs0zMJx {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #MGkKxwgTTMrFgXd2XJNwQoL5SbcgBOC0 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #BTPZNmSCw4m9BqU23QbhGXylJt7m3TMN {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #IU5mTycXJgzIQKN7TbcdDCKHwcW46FFo {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #PT5gk0bRCuRZwNvyIPmycUXqzCSF3Cpq {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ir7T7lMVX7VzeASEDOFSHwJ9TwTH6t1h {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KX8uwmA7MrdIBsNqMK8AyJq7K84KToZ6 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Cbovqf23mJaaTKFby1CH5R7dI9NWwtO3 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Ti7XbvOO5RO2TSEvRJsIAs0cmtrH2y14 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #CT4wuxSkwAfQ7TFaZUFQMJp06mRGEPUX {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #xfrbUh8pr5cFfsvcEmqqyqhudNHN1g7b {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KpJUyptNm1SpXMdX9tnVsMASP90LmRFM {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #zzE0yvpn3xeBHp8GHLJRH4zbJ3PkzbSs {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TTdJPvndGZEWUTWrKMwQ6eoxIS0rhqEk {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #aJkFy0PSLpbCQZUxmz9bTrieB4KKNExx {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #wT50gKRMtvmATiesuiTizIw8xmcUTwN6 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #bXEDBTPpNvese3as2MXSTPuFQVqJH1sZ {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Bg0o67ZAsGKQFWXThSBFKrCHexmwTTuc {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Br3wEQa8uMPmgpEA9pHPx5L11VTsRbTp {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #dwTcDDgh0BD9UR3p9N3ZqTNgPHOUUOL0 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #w6rEB3Rneiibu3HxIFAQxNTapCgxgEcS {  }
 }@media only screen and (max-width: 763px) { #f6u7mOv7eObfgxtTTHlzPolK0fimo5hN { display:block; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZdwlC3QsTQRrLQ1fLwbiZOJxehiEAHt { 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) { #efCURHN1yaOIdX3nU3E7sTHJT5X7ygfi { width:15rem;height:3.4375rem;top:15.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTq8SSBB8WaaE9znpfBiEkaXXUKE0b1 { 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.5087875rem;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/3f9f3405-9318-483b-91eb-59f833eca722/2828.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:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEA6ArOJMPhNLOHW5oVM9gHegsld0mXb { width:20rem;height:59.8125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sERsDbD7bWm76cbpXyZPDRxtPUrPPQvy { width:17.875rem;height:2.92480625rem;top:12.3125rem;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:15.235677719116rem;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:15.235677719116rem;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.94824375rem;top:66.937255859375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7epPtbwg22BTLCTp9nhRAMQ3xvoLPP { width:19.9995rem;height:1.85546875rem;top:2.0390625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgLX9ZOaOxVXD9pE3wPBdfo5FOC6nr4x { width:19.9995rem;height:1.9939625rem;top:4.14453125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDqIkzDm4OLBepnKutgAKllWPFm8ITPE { width:12.5rem;height:2.1875rem;top:6.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 { display:block; }#VGXqTxMdJrJ6mUV4pn6ByyTKiL9NkEu9 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hW9AcRT18zogZSs4rblfuuUJvlJWbzGT { width:7rem;height:4.80956875rem;top:9.375rem;left:0rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngKfZXqbrQ8ka7cTv1GJ98TviMFr2vf7 { width:6.3733125rem;height:3.84765625rem;top:16.75rem;left:13.625rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq5iwc1rnAlHXRNG9Ww4lA2sPzsv7SPv { width:6.6235625rem;height:3.84765625rem;top:24.1875rem;left:0rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3OAGBmPtru2ga9UsTmrzLaS7sTeKTbD { width:7.125rem;height:3.84765625rem;top:30.5625rem;left:12.8125rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #es55gM0IPacdN0t3BUKME9FBgGAUqC5q { width:6.5rem;height:3.84765625rem;top:38rem;left:0rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXfHe116P6S545QC2PdnLGAKpfqN282v { width:17.375rem;height:1.70573125rem;top:2.1875rem;left:0.81184905767444rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGzXGIOiHOH5BM0ocKB7vFfQ6Mxn8X1T { width:2.125rem;height:2.0317375rem;top:1.9997825622559rem;left:17.312501251698rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUORhbW9NBuSxiFmChHiUtBZMLmJvs6A { width:4.6875rem;height:4.6875rem;top:9.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBdXrwb3vXHGGT5UqC38M5n9S0TXdtvV { width:4.6875rem;height:4.6875rem;top:16.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqycqctPO9CPPBIHXzA6N3di7WPRBPFA { width:4.6875rem;height:4.6875rem;top:23.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sTZeB6IDZ6Pfp4vDeInPh7iftg2Aqk { width:4.6875rem;height:4.6875rem;top:30.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxm1m7WTEm5JpNkuOrv7JZQEeBowcLe2 { width:4.6875rem;height:4.6875rem;top:37.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZgNhzhaxa21MPoU1TsHTUUGpqIyiAQM { width:20rem;height:6.44965rem;top:72.76123125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPbSwUyaOF56DgJspRU4n6kCeUNOJz1B { top:6.125rem;left:4rem;width:11.6875rem;height:39.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN { display:block; }#ahczLTrKMSLTsB5d2I1Qr4yM9o2TkqDN > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvuW2nWFoNqxwM2OLJpBgICOW55lWLhi { width:20rem;height:1.70573125rem;top:2.2490234375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGhTIznpsJIMuRNN13kH0lSJ4NVFNikf { width:18.562rem;height:7.316875rem;top:5.311279296875rem;left:0.7177734375rem;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) { #sTdzh9SAAdWP01kcrhJ4iar5Lp9O3Wi5 { width:7.75rem;height:12.8125rem;top:29.049666404724rem;left:12.250000476837rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #eTii1I3Xt4q9eQUBlSd6UONOPaTCoOHu { width:16.3125rem;height:2.5625rem;top:17.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDiv2H0P340DwttWzAzwAbZqOaxsSp3 { width:6.25rem;height:2.0996125rem;top:17.669085979462rem;left:10.968750476837rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McoEVkziXd4xANu8xE0TbEaZboQsK5nr { width:11.8125rem;height:0.75rem;top:20.562501430511rem;left:8.1875rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INVAi9X43vaQwTcNQDiux5L8dOGUS1y3 { width:9.749rem;height:1.6497375rem;top:21.312500953674rem;left:9.3125rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEg4RbtMUx7gty1euh7dMGQpGnS9lCJ9 { width:9.749rem;height:0.75rem;top:23.4375rem;left:9.9375rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jy5bzocdTFq5E0qbd2l5TkZUxLxdZL8y { width:4.4375rem;height:0.67505rem;top:23.411468505859rem;left:14.75rem;font-size:0.5625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GghbTKGrR94bGD9PDDnmhkO7DxQx2vpS { width:5.3125rem;height:1.4245625rem;top:25.1875rem;left:10.0625rem;font-size:1.1875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKib0upADCvgCygH5vsoyOPwTfnZLN9f { width:4.8125rem;height:3rem;top:23.9609375rem;left:13.716146469116rem;font-size:2.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8TXgM410UkHzqyWTkJwBfZ642VvRaK { width:7.5rem;height:0.75rem;top:16.500001192093rem;left:11.311384677887rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqF516i15PhLriMSIxkmyPbLbrgeN26G { width:7.9375rem;height:2.0996125rem;top:32.793620109558rem;left:2.2916667461395rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #w9lTWhSBdwlIllVWpJWg382yrFA2z7TB { width:5.8125rem;height:1.6497375rem;top:36.5625rem;left:3.4049479961395rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdN1K6o5oFmktPMo49Q48xTzUOc4Bwm2 { width:20rem;height:2.3125rem;top:24.3056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqtI40sGAGmGSB195JABsi0XQ2boMAG0 { width:20rem;height:4.125rem;top:58.73046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfQkFHKTTwTmyIvBeXcchO9RqV4nQuZG { width:9.1875rem;height:12.75rem;top:13.9248046875rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #lR1MRmHOhkatWlzATFT71Pu7NkPgMTk4 { width:7.5rem;height:0.75rem;top:31.6875rem;left:3.4375rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #dGClyAUPEhhgBAFArWttn2gyS5LRp2xB { width:15.4375rem;height:2.5625rem;top:32.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PZwiRghxNm55uA2Wr2s5JzNCE6lBu6C0 { width:11.8125rem;height:0.75rem;top:35.812502861023rem;left:0.375rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #IIp5Qy2makZJHR6ICfwWuEWx6TINnbZe { width:9.749rem;height:0.7495125rem;top:38.5625rem;left:1.4375rem;font-size:0.625rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #CE3enLnKJ9ehOlg2Xft0CKxSiRPadgZv { width:6.5625rem;height:0.67505rem;top:38.5625rem;left:6.25rem;font-size:0.5625rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rU0x9Z24oyWwPXsLvNmPLegF0S0Ese8F { width:4.81228125rem;height:2.999825rem;top:39.1875rem;left:5.1744794845581rem;font-size:2.5rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #DXebwohynTd6R4VnrTSSDXrkMxsqdRgQ { width:20rem;height:2.3125rem;top:39.5498046875rem;left:-0.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OoJinw5uh3IqSpVdoDdE2wE1UX2kxeQx { width:5.3125rem;height:1.42489375rem;top:40.375rem;left:1.5rem;font-size:1.1875rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #f02m17bTHo5vJF8xbz0CxF20o29Zxr8M { width:0.125rem;height:3.125rem;top:48.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3DT34f3yGgr3iNRN5rt87G0WlSfyDoq { width:0.0625rem;height:3.125rem;top:43.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqcOfTth38xwUAzLMdskFfETePbdL1WB { display:block; }#BqcOfTth38xwUAzLMdskFfETePbdL1WB > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WilTXQkES80GcoVPqXNnSFEyhkayy0Ez { width:20rem;height:2.59895625rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6wwMMnPOLZRPTbKggL9cZ39DuSA6OI { width:20rem;height:21.5918125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUXq1T8T0S9QfTyavDxaZPDJeTqGAaJ { width:14.4998125rem;height:1.95068125rem;top:44.3125rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qnRCutnlefHHlaIE1DpC6VlPC818IFJa { width:14.4998125rem;height:1.95068125rem;top:34.8125rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kTt2S1TCtAuPBJqBMeTmyq9QnE5Q4hSB { width:14.4998125rem;height:1.95068125rem;top:38rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Uf3aGZBsBp1GIH29KXKbvkoPpWTM6rk2 { width:16.3748125rem;height:1.95068125rem;top:41.1875rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlonavMHwRSfmdHfTnMv7bM8TztGAtJ1 { width:20rem;height:2.59895625rem;top:3.2237486839294rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzQkkuMfOz0VkR3EVxHJ3eZ3w2Rn2qZg { width:14.375rem;height:0.125rem;top:6.3335514068606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC0eqFPze1M6LUrwgOyrokMhP5JqbVLp { width:20rem;height:3.0859375rem;top:7.3274745941163rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzr8pzMbM9uZHaSt2d88QZTGQJtfNmi { 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) { #zL39TqNrdgZI8dM6peaJuHTmQ6bEQSuu { 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) { #eQQDZZtuKN6WJ4FTE3tKNTNIoBbweVim { 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) { #Ci7CIZ4Koku2oi1Rayk7nLNZAEuW7mlX { 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) { #TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i { display:block; }#TNaCTyLJROKd3SrAgJs8TgMRH5WiI90i > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxPPZJ1BPOVdsgcHOiKMHJ9cq7CCJ7Tw { width:20rem;height:2.0317375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #in9U8BV1EOWwV545wr1imz2sdJPASeUL { width:17rem;height:17.3125rem;top:9.009765625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukmy6B5NyToG0FpXTsTOp0LAAVlJUNVo { 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) { #G6HGNQun6TAbi8LXlxqklW1E2iDCqlhw { width:10.1875rem;height:1.05615rem;top:29.18728351593rem;left:7.4370663762094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn8bmuEmpfcIviSinhKGX5ZgcF6bnzNo { width:5.9375rem;height:4.375rem;top:29.06228351593rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFy9nAo1N3kDOr5ICTK0tAWT6eShM5b5 { width:20rem;height:6.25rem;top:28.186632394791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DltE1iSl8BzXAFJJNrIZX2te5ayDCBZl { width:11.6873125rem;height:2.923175rem;top:30.537119388581rem;left:7.5347226262094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOlVp1lFz9xqZo1NUgg6PpBoMXClL8Bd { width:7.686625rem;height:1.05615rem;top:36.624567031861rem;left:7.4370663762094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwF25aDWDUe4fQ36iSJGilpIBDT5VLqe { width:12.5rem;height:2.923175rem;top:38.020401000976rem;left:7.4989150166513rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmPTBFIoSZZEQuRccaJUTIPGqkvqnhC { width:9.75rem;height:1.05615rem;top:44.374784469604rem;left:7.4370663762094rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx5yA3vCzRufSNBJ8Hakfd9GcXGcDXma { width:12.625rem;height:2.923175rem;top:45.686634063721rem;left:7.3122838139531rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HruwQ88CU4lZKRRgBta3ZnQysCqM5LFK { width:11.3125rem;height:1.05615rem;top:51.4375rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4hzCx5apGSWVRxd93Sl3mpWTwF561W7 { width:12.1875rem;height:2.923175rem;top:52.8125rem;left:7.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkeKpmTSV9TmfbDi39IVANUbviGPSt9u { width:11.875rem;height:1.05615rem;top:59.311637878418rem;left:7.561848938465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bylrm47DQ5AizXB2zKPcGdZwIaKTsrSz { width:12.3125rem;height:1.9487875rem;top:60.624565124512rem;left:7.5607646107675rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCGT9IwHMu07oqSOovSKhrLTDSDiRya { width:12.1875rem;height:1.05615rem;top:65.750007629394rem;left:7.8125002980231rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHxBiVZBip4DMN1tIf7E2r8M71yyAf80 { width:12.125rem;height:2.923175rem;top:67.249565124513rem;left:7.874348938465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLBLlLEiHyRuvyFbZK8fa3rwHCRrXyqA { width:20rem;height:6.25rem;top:35.624133110046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30oTfGNuDJ6BtDndhi7t78bobXznk82 { width:15rem;height:0.0625rem;top:73.6713765625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuxgJKw5cMN3lEn8czbHAOwSTG9oPXTc { width:5.9375rem;height:4.375rem;top:36.624567031861rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7MuRTsutwZr4Ng88WacbeDcTQOxG2T5 { width:20rem;height:6.25rem;top:43.186634063721rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReMHe9quMm0n4IO4smyHQEJ4gh8Gy17U { width:5.9375rem;height:4.375rem;top:44.249784469604rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymekRazo4bPGasTBM2RqM5RvMHdJqe85 { width:5.9375rem;height:4.375rem;top:51.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDy9C8Lr6f1SfpK6uF8c7i8iVL6bd9Vi { width:5.9375rem;height:4.375rem;top:58.748481750488rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd8VxCS5NMmPiOqSKAQWdxJLTXNnGoLS { width:5.9375rem;height:4.375rem;top:65.750007629394rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UXVomBkJ0bWAnf2qIvEslEG8bKNP8B { width:20rem;height:6.25rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kkaWFN8yqwto1lCDyK8XzayzzkVNbR { width:20rem;height:6.25rem;top:57.749137878418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRH6koXTS1Ew7sKJtyBMAvknAtENqAD { width:20rem;height:6.25rem;top:64.999137878419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6eOmktkVKdEH4UyFWaIltlVC3mQzFhl { width:14.375rem;height:0.0625rem;top:85.4213765625rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTOkRx63zbmp1PGZW8pndi22B0fbi4JH { width:13.75rem;height:0.0625rem;top:112.4135640625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkkP8SUVmZpHcPpPy9LqfwFtip6IalR3 { width:16.875rem;height:0.0625rem;top:72.3588765625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTRIVXtCzOWbkc59twa1IuTOZoP5ckRc { width:16.875rem;height:0;top:86.7338765625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXTWkva1H0vE1mIcxLmdDHKax9trntnl { width:16.875rem;height:0;top:111.1635640625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmRdQlmfvraahXnJtXLQ8oT9tMQmz3ma { width:20rem;height:4.87305rem;top:72.686397552488rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh2S3M5FVtebcsxU4W41FU8qn90Re7Te { width:15rem;height:3.4375rem;top:78.698665618894rem;left:2.5rem;font-size:1.25rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #Z26zE1VZpBGhS3bBdMX1lr6cVXLMeVRO { display:block; }
 }@media only screen and (max-width: 763px) { #lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ { display:block; }#lKa02gQSSH35lxMRxf4dU4mIZrAu7IWZ > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2Txh1a6B62yTipmaUBNoZevFvVrvhtn { width:19.5rem;height:2.0317375rem;top:1.625rem;left:0.5rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvuPR1cF56nQzUBLZxHDNelE4veKVJF4 { width:20rem;height:6.33545rem;top:4.4375rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXlTTaXS8gttOQJPVB61kJ5scI4oswlH { width:8.25rem;height:0.45030375rem;top:16.275390625rem;left:9.25rem;font-size:0.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #co6AonRWrgnxsJyfS2Dw10I69Jakkq8O { width:20rem;height:9.4375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TD7m15HQzkfRe6q4tazZaueJqyiaoP { width:4.4375rem;height:0.875rem;top:16rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 { display:block; }#loUpbzpuVKDvx7Pnp1uCQwdFkDqbMsJ0 > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSR6Ar6vcNXhpiRPrvm2Q2igmMeIz61T { width:11.25rem;height:11.25rem;top:2rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWWg9t0WkibdiSGXnTgiwKtPAOANXK4v { width:11.25rem;height:11.3125rem;top:27.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGJH2H0X0y78gTqnkA4hc6hbhAfgAhX2 { width:20rem;height:1.462675rem;top:14.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnBEexWbTCh3ahPLKKbRpgtFwDbrACU { width:20rem;height:1.462675rem;top:39.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5t40n2pPJLmxm477pMJ0sWqCulUpCF9 { width:11.25rem;height:11.25rem;top:51.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aabBihabpnigpEbuEpytlUCQnEKsCe8u { width:20rem;height:1.462675rem;top:63.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBKTTJsWfkeccFiWEmUz4MzRWehOFTRI { width:20rem;height:6.2988125rem;top:17rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9LrrTa5odcDuZDSTPUhSia8bczun41 { width:20rem;height:6.2988125rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGpl1354wdQpkSMVALVHcqBU0ZCgGEUS { width:20rem;height:6.2988125rem;top:41.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio { display:block; }#S7aSfvlaPUB1FXQihq2Col7qGxsZ8qio > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-heading-text { font-size:0.75rem;height:auto;line-height:3;overflow:hidden; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.5;overflow:hidden; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX { display:flex;height:auto;width:17.120375rem;top:7.281494140625rem;left:1.62841796875rem;gap:1.25rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XgLGgdm5D0V4I9e7kZ42uCLhk0vtA40y {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TnrI3ahQQ8nwdG1684xgoLK47uITJqcw {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #MO4S90dqhvBMguXrhKRTKIPC7VyeKJUK {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XnrMrOOTD4QRIuBgmLvBPS7Uu0hVaUSf {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #p1cTqfDOgvlTTxn23pVPxNxad2DXfrFQ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #lRuK3fnCyPmFUcsQZ0hGMDiVKZQhszCT {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #l5ZFAQsK2XKAeMZncQqKzc4Brc4V5HAT {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #vchN7IqWeUBf5fy8Ae2IchfEw5dkcp9v {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xCDMG9eXTUZN2rkXTuV7i8Nq9iEW21D5 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TTHaZEM92qUO8i1G5zzbt0v1XiTnO13f {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #TcGabBuwX453AKfKU1hIIKKdKiw3XZbU {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #WZZlTpS61fIIghKHops98FGaEJhEQJZM {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #gaXOsGi4G62VAcNoqWByR6fV7ezK8For {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #OWFceReTbWE5ZpTItuTKXWENaFv0Q7LX {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #SL3vDQ60Tgw3a1NgkJtszTW3c0ZNGkEQ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Si1T9UZw498TrSbimgPT06HbT0pbvWm0 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #U7hWydCG5qTBDTUOTL4i4ae6mmnUGlsE {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #NDapIxBtvVebhxrTkBKk2a17J9U8Sl3d {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #zXrorgZSvHGhOLHhohy1rrt7eDu47wWy {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #DTnoNqTixDI3l7LSChPRV5enw4pzkW2k {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #q7hDTrz7miVLpLQCl6bsLlcnQy9DnJKt {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #eGTuwg1xf0y1TkT13nOz3movr9TZmBW2 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ym07Uq8pJswXlZUekWTBX7bJifhUpSxH {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #vwTxyaoRG2tViFfseOHA3RPzdEOkuWxP {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ZJNZ1JeaPEzxhED0RMKXp07eNKVNaa2R {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #up6w2LbWNrpEgb6NArUIO6XuNRZdDuRM {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #hTaHxqEpNGJT6xJmDkFWOCpx3k1tN7LI {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #q8u66Pb1XUXThFIVEZcV68z4s2KAXw0U {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #mCXuW0PcJsSZvGboazJSvb1etmypsUGC {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #qElbQqBoUoPC0KPsSUKM5RuxoAoozyBs {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #CwtiiqexRKB2MruQzrT0JZoE9X95aBpI {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #uLNymxecTUwdy1hORXxTewWvJXRuoDmr {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #rytb2QfJKrRhntnRR2tnJfiwSbqW0ic2 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Fyekohd05XvQKbWfJvDygvZyMIqrAQCx {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #Gx9MyGRoVqUrW2o9yw6aKKkKDrBA6HsH {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #cSf6DsxCBaaln36tSaOCXTp245N9seaL {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #iq4RwZqs6pMgX8ZX8N4EDl7conNoqTTF {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xQx422by4mNstmbVRdMx9P6KhM1OWTqR {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #ixUmT6bf4uPPsycustEIn6yDer5pe9sZ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #igiSM0xAv40qsuDGDG4rOxVok0tiaOoV {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #HHDRmKwrDlMHNfOaW6O66UrTXtxqIdwQ {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #viu6neTqqslaUUlHAqTWTRS2r5kZqlaD {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #xT4lZMfCK4BqiUQg4QM282rfV6X9hBUL {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #yIuUGZNDae7a4gI3P6iCJSypUTX4pvmO {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #CHMTLafLEUzc8fgdeVdRzXptnqQfNWsT {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #qE4A097qO3FEPybzg1Lp95pvbl53wfcd {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #XSCxdMGqBLxgBCR1sQ6SogCZNnhXyaqF {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #EJEW92tA6yB4BIxReLgE1CMpR43ZmV7W {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #NBCZTL2gTKrn03swQskWTUPdTtlNcE6G {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #THBprGnFKS8muRELUiHrtDVUgZLpB2p7 {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #miuHBOhqBqA6UmhNSJCGhCVodqleDcXy {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #R8JwBTQ1vdy6NdgT354POTr0kDNWmF2g {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #pvb7Zc3MmLiBOvW1Ea39MRJ8eb6STsMb {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #OgCx4TzRumivCWbPMtIRwbPTx6sqSVEv {  }
 }@media only screen and (max-width: 763px) { #FUqNRMvEs70PdUT68dCR2hmTm9DnJzFX #UffJhE7QdMqqmAiuFLeaciBdxE75aeLO {  }
 }@media only screen and (max-width: 763px) { #gveTJyhnaHmsS967vyOwe324Ubr1xOMA { width:20rem;height:4.0625rem;top:2.310791015625rem;left:0rem;font-size:1.5625rem;color:#262262;display:block; }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-heading-text { font-size:0.75rem;height:auto;line-height:2.5;overflow:hidden; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.7;overflow:hidden;text-align:left;text-align-last:left; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv { display:flex;height:auto;width:17.1198125rem;top:7.277364730835rem;left:0.81380212306975rem;gap:1.25rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #DlTb0gXUpDP8Dds2mHm1ulHSyHHkO5fF {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #vwla112tbnev33APFl9qHOMzvosRBfLE {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #lkeBBqnfW6nN5Ocr6s1aF7FuSxBRGgQh {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ranqZeN3vO42VK7mlKODcSBX9yhqDc7F {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #cfplvTmVz9vXGtNZhrazb6U6Dwa7hqDt {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #tnK3q0inVCkk9skMuOEdhzvwO0tG9KDH {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Pia3FmeBmfdTQsKS5d33f8bVPxXk8nKw {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #kQCEZD6hkDnUI9twKpw9anP8mgM6e0Ti {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #DXDkEimTMyQLszX5TBNDsvXwbTOrI1yP {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #mzsEdxSrkvi7It56CH1b16lTDVVSyMCp {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #lV7NTG0L2qGyqQzdxqKfFPaQgilVQrRV {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #utNH6EXRrAwXJzRabMqil6aeDzzD4NO4 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #RHZVVoNZWpJ1vR58buSk2koBvghbootK {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #D1tUpQnPpWc09eyH2Pqge5PfuMUvuTDN {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ITaKLoPq8MZBF0vSC4Npg3hzrXozkDxn {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #bLgNe4eA97J5P1EoSUaKxGtNmA2q8X5H {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TtsuTTKci0Wy0OTPcO3As2xQ9MqKU1xR {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Bky78sVmgVgTs643yGXgH2bKuUEXQ9bi {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #n5tcxJbvXy8mTETieMb8LtfDgPU4T7rs {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #JSNkXtN3MwTB6JUbFZVHvO9lvD1H7rnB {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TyiQ1mH135xAB4PzlQzK2ROEwTQKy2uE {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #sF7SWKRrBMlpfL4THnvUJ7koXETQydpv {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #QPnPWzT7QKcyJN6Ow4y9TKRoQ4AvXOOz {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #rBgpZKp0quC9TZpzizRv3PMPtkPGnWMu {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #IvaCreOTe3q0uNZgVR0bgthIPmop4Wy2 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #mEANKouQM4bU7KHuFSmLmBQyulUhFhS3 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #GKq5Hsk2VdbkqNp70SCaJAyct9FkTEJW {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KQZRaQlhFLnNgpU8kJIzAgOmrL6IDkJe {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #JAnrBAZnz6I5qKd2JHMxiyXG0ik0q97m {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #qevT2dA6x4mTqtpMnOa13FdKsz4lLGT0 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #G9BJPDuFULfeFAyTuhZGC1AZDUXZaGBT {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #wkv9Ro1yNE9T36hLK6Ws8W3M7iP3Kc8A {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #dI4KxNBwbJBcAcsoAdXarNIf6Gt0dPdL {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TXuSUOd3ry1Z6WMc6IuZ6s35VxKpuHwQ {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Lyz1xqyTZLmhICLk4UiE1g1ZGKs0zMJx {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #MGkKxwgTTMrFgXd2XJNwQoL5SbcgBOC0 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #BTPZNmSCw4m9BqU23QbhGXylJt7m3TMN {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #IU5mTycXJgzIQKN7TbcdDCKHwcW46FFo {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #PT5gk0bRCuRZwNvyIPmycUXqzCSF3Cpq {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #ir7T7lMVX7VzeASEDOFSHwJ9TwTH6t1h {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KX8uwmA7MrdIBsNqMK8AyJq7K84KToZ6 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Cbovqf23mJaaTKFby1CH5R7dI9NWwtO3 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Ti7XbvOO5RO2TSEvRJsIAs0cmtrH2y14 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #CT4wuxSkwAfQ7TFaZUFQMJp06mRGEPUX {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #xfrbUh8pr5cFfsvcEmqqyqhudNHN1g7b {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #KpJUyptNm1SpXMdX9tnVsMASP90LmRFM {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #zzE0yvpn3xeBHp8GHLJRH4zbJ3PkzbSs {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #TTdJPvndGZEWUTWrKMwQ6eoxIS0rhqEk {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #aJkFy0PSLpbCQZUxmz9bTrieB4KKNExx {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #wT50gKRMtvmATiesuiTizIw8xmcUTwN6 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #bXEDBTPpNvese3as2MXSTPuFQVqJH1sZ {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Bg0o67ZAsGKQFWXThSBFKrCHexmwTTuc {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #Br3wEQa8uMPmgpEA9pHPx5L11VTsRbTp {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #dwTcDDgh0BD9UR3p9N3ZqTNgPHOUUOL0 {  }
 }@media only screen and (max-width: 763px) { #PefacXXgtEFLa7CAcXVeQZFIxI8ssQMv #w6rEB3Rneiibu3HxIFAQxNTapCgxgEcS {  }
 }@media only screen and (max-width: 763px) { #f6u7mOv7eObfgxtTTHlzPolK0fimo5hN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/936e9199-4a15-44f9-967c-154cabfc4c60/12309.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN.adaptive-delivery-prevent-bg, #f6u7mOv7eObfgxtTTHlzPolK0fimo5hN.lazyload, #f6u7mOv7eObfgxtTTHlzPolK0fimo5hN.lazyloading { background-image: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container { background-color: transparent; background-image: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container > .video-iframe-container { display: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row > .video-iframe-container { display: none; }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .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); }#f6u7mOv7eObfgxtTTHlzPolK0fimo5hN > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZdwlC3QsTQRrLQ1fLwbiZOJxehiEAHt { width:11.3745rem;height:2.76123125rem;top:1.875rem;left:4.3115234375rem;font-size:1.0625rem;color:#262262;display:block; }
 }@media only screen and (max-width: 763px) { #efCURHN1yaOIdX3nU3E7sTHJT5X7ygfi { width:11.3733125rem;height:2.3120125rem;top:16.749267578125rem;left:4.312744140625rem;font-size:1.25rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #blTq8SSBB8WaaE9znpfBiEkaXXUKE0b1 { display:block; }
 }@media only screen and (max-width: 763px) { #xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG { display:block; }#xTHAKLwxAcMukfb5eLKzm3B5Ff0BhCCG > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJbsffmVqGFRawlkmRpVI57XMNMgUpeH { width:20rem;height:0.8129875rem;top:0.78125rem;left:0rem;font-size:0.625rem;display:block; }
 }