.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(93,146,255,0.21);background-color:#fffffe;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { background-color: transparent; background-image: none; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container > .video-iframe-container { display: none; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row > .video-iframe-container { display: none; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .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); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { border-width: 0; border-radius: 0; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#QAAy3ZPTUFi0vWyMTvpwhqWTnySaDH6d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.1875rem;left:14.4853515625rem;display:block; }
#sgR5NwQdikQSfOohZWtez5c201TJRBXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSi7waINX36TUowUykMzN5H4xbpUVmLv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1875rem;left:39.7412109375rem;display:block; }
#vvcBxpuMAxauSZQeHPr9huQfHTo6Sczb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:8.3125rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#R3lr6bZAhKPCDuCsmT5xh7sUvHOnUz2F { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.46875rem;left:56.9296875rem;display:block; }
#mJO4Zc57aaWrWtLkOsgbgIItuVlikidp { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#JIM7NszreP11HZo0KkAkombcVqbC57Qi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.1875rem;left:25.0576171875rem;display:block; }
#JWzyLAtTdAWEWN3ocaaAZTw0HHdamT7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQWkvwP32IHNo7W4MyRhZ8i724E2iood { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ece5e0);background-image: -moz-linear-gradient(180deg, #ffffff, #ece5e0);background-image: -ms-linear-gradient(180deg, #ffffff, #ece5e0);background-image: -o-linear-gradient(180deg, #ffffff, #ece5e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );";background-image: linear-gradient(180deg, #ffffff, #ece5e0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { background-color: transparent; background-image: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .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); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { border-width: 0; border-radius: 0; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:75rem;height:182.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:10.3984375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { display:block;width:72rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.5rem;height:6.09375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsUBi7NXJhArAW2WbhkM7WehV1d9EToy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.75rem;width:44.125rem;top:28.625rem;left:15.4375rem;display:block; }
#G9ZqeCaw65OheP7IlWzoNtunp1ILUDMT { display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:66.5625rem;left:32.25rem;height:1.95rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbQHu46plc7liWF7rnmu50gw7LSXlpxu { position:absolute;display:block;z-index:15005;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:7.125rem;width:7.1875rem;top:68.375rem;left:10.9375rem;overflow:hidden;display:block; }
#hFBGpzQL6WUZZzuSd2nWD49QsTU1FqmE { position:absolute;display:block;z-index:15006;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:7.125rem;width:7.1875rem;top:68.625rem;left:0rem;overflow:hidden;display:block; }
#oeM85XZgTLS3kfzC8yyLepKdUsHbLJVJ { position:absolute;display:block;z-index:15006;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:7.125rem;width:7.1875rem;top:68.375rem;left:22.75rem;overflow:hidden;display:block; }
#NOQcyQlMbH5bClDgPmwzacBKMHtnBpoo { position:absolute;display:block;z-index:15007;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:7.125rem;width:7.1875rem;top:68.375rem;left:33.9375rem;overflow:hidden;display:block; }
#vlrQz07c4GP4llksGUFXiA9poagu41iq { position:absolute;display:block;z-index:15009;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:7.1875rem;width:7.1875rem;top:68.625rem;left:57.125rem;overflow:hidden;display:block; }
#r7NXZTtHCsJeODprKIALOTTmPoqyFVlL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:68.625rem;left:67.8125rem;overflow:hidden;display:block; }
#oRJnP1Vf4RlTkSmNt5wh1HTh6At9lQAt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.1875rem;top:68.375rem;left:46.1875rem;overflow:hidden;display:block; }
#TUZ8cMTAEtc46OQh6ySLU3Zw0cnsWVFe { display:block;width:72.4375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:169.3125rem;left:1.3125rem;height:7.7988125rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTKn1EsiTeJ6sfrhv0CH6u02TapGKry9 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:montserrat;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.1875rem;height:7.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:56.1875rem;left:20.4375rem;display:block; }
#zk2d8TrTezxGrNoOfduWUTTRHGCyiLOv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#CmHD9LmylJbm2l0iaG8C2FWLTO1gF5Zs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:34.1875rem;width:25.5625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:90.9375rem;left:3.75rem;overflow:hidden;display:block; }
#ntcox4fNioedGDKnarUdOADgSCEm1OfX { display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:94.5rem;left:35.9375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f7clTxVNO3PX4ggM3lZIUHWUb8HDmDIB { display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:98.9375rem;left:35.9375rem;height:5.361325rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k { display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:106.125rem;left:35.9375rem;height:9.8105625rem;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:before{  }
#J5ZZg3qZAvl10kmreMN93HuOrx4gqrTm { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:78.25rem;left:0rem;height:3.8994125rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m7FVUPeZJg8qNp7STWCu3JHsFmHmiSWc { display:block;width:74.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:87.125rem;left:0rem;height:1.95rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9veVt5KNODfwnPXv6LULSJPcLlG3hTA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.6875rem;width:15.875rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:139.6875rem;left:0rem;overflow:hidden;display:block; }
#DCKTcy7le35XRLEvC3c19OD1bGoZxpee { display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:141.5625rem;left:16.6875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMox5ITXSLU0L8cTvVCoEG1mGfTRfMQf { display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:145.25rem;left:16.6875rem;height:4.875rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow { display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:152.375rem;left:15.875rem;height:8.6738125rem;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:before{  }
#T5rDu6z5QMupWVA3JaE5qdy4AVMqC7LN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:29.25rem;width:16.25rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:133.0625rem;left:36.4375rem;overflow:hidden;display:block; }
#xZUsH60Eawp8bBM8I3JguT5FTNH78J7Q { display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:141.6875rem;left:54.1875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r95RaPuNTRnCTH4ibON0EuChk2NvU6Qq { display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:145.375rem;left:54.25rem;height:6.5rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk { display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:152.5rem;left:54.4375rem;height:9.973625rem;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:before{  }
#JlV7OaFETTeA7hqSiKByU80Z7MA3I0wo { display:block;width:74.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:131.875rem;left:0rem;height:1.95rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BexQ8uOoVCHOS6eKC5sZKS2TxxHvERPN { display:block;width:74.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:179.375rem;left:0rem;height:1.95rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RpgNWz7vK1boyylrqDnXF1pelcSkTMil { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ece5e0, #ffffff);background-image: -moz-linear-gradient(top, #ece5e0, #ffffff);background-image: -ms-linear-gradient(top, #ece5e0, #ffffff);background-image: -o-linear-gradient(top, #ece5e0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #ece5e0, #ffffff);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; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { background-color: transparent; background-image: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .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); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { border-width: 0; border-radius: 0; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { font-size:0.875rem;font-family:"open sans";height:166.8125rem;width:75rem;position:relative;display:block; }#c7oVdUb8RQ0NSp2J46ZUooRRz5bg7hc4 { position:absolute;display:block;z-index:15015;height:30.625rem;width:20.6875rem;top:1.1875rem;left:2.125rem;display:block; }
#IPLdTk0BuH7fbe1MgNvXhanJMgao1MHh { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:32.875rem;left:0rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1E1UwxTOAIUQRFAyIeu5JTqIzi2H2Ik { display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:37.1875rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#SUOye0Vw98ZAtT9uF9gnm8oFz5xmA1O1 { position:absolute;display:block;z-index:15016;height:30.625rem;width:20.6875rem;top:1.1875rem;left:27.125rem;display:block; }
#nW5fbXwKS1gWlJZVMzLIAyLuDqJ4HT0k { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:32.875rem;left:25rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESzQrrdhcRc1VzcMTv9UNhwhoBCKxFoQ { display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:37.1875rem;left:25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Tr2VQl9m6exToLc0Vh5GnP2IcK0JDUMe { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:32.875rem;left:50rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4662o0Uv4SF5AU6O6LQgVpt2JR8kguC { display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:37.1875rem;left:50rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#t5zbNUT1exhMPofleWnFRtuAfETSpqsE { position:absolute;display:block;z-index:15019;height:30.625rem;width:20.6875rem;top:1.1875rem;left:52.125rem;display:block; }
#SDT1rU4IdqFTccoOATdga2VQpkXAxInK { display:block;width:72.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:102.1875rem;left:1.3125rem;height:3.9rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vn4EpwGScQfONoG6gLaT77imbCaRbs6b { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:montserrat;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.625rem;height:8.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:154rem;left:18.1875rem;display:block; }
#fvfFnBstQupu1RrPCPlCR835db3rvgkE { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZGfHJFGpFzCTKKzd54dpzA3nTm1ADxQJ { display:block;width:56.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15009;line-height:2.4;letter-spacing:0;top:110.9375rem;left:9.3125rem;height:37.7929375rem;font-style:normal;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RFMIcJ6ZR02oGg4JVxXZCbyqZVZxJ3P4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:111.9375rem;left:5.375rem; }
#aADRRB9rzNdwgcTsXaOVJg0QF3GvbBoE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:116.0625rem;left:5.375rem; }
#I5LdEVBg0tqaWDQmv8wdIHmlACQQ1MhH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:124.6875rem;left:5.375rem; }
#Wm9Tbz8NALw8ZbRabXc3XySpW8iD76e2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:128.75rem;left:5.375rem; }
#opF85H7vXUngeNWNrhDrGGfAT5dI4ovP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:137.125rem;left:5.375rem; }
#HtKgHOcD1Homd2aU6HRGxTyL2k1lVW2p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:141.3125rem;left:5.375rem; }
#F6gfpMvJqLqTOqy7UUc0KOSBsUhkpVoZ { box-sizing:content-box;height:16.8125rem;width:21.3125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:53.125rem;left:0rem;border-top:0.125rem solid #ffc57c;border-left:0.125rem solid #ffc57c;border-right:0.125rem solid #ffc57c;border-bottom:0.125rem solid #ffc57c;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#NnnAk9dZiXubd6R7t5W4mFhGqFkzHKhy { display:block;width:13.4375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:54.0625rem;left:7.625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#sBFwtQhuBd6vHBqZcMdR1t5oXx71Sc6k { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#eEvBChbf3nbxMVTXHoVPm7IhVTZMXol5 { box-sizing:content-box;height:16.8125rem;width:21.3125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:53.1875rem;left:26.875rem;border-top:0.125rem solid #ffc57c;border-left:0.125rem solid #ffc57c;border-right:0.125rem solid #ffc57c;border-bottom:0.125rem solid #ffc57c;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#PhdUpKC89zwPmN48rD3HT5AmLal0ErTz { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.0625rem;left:28.25rem;overflow:hidden;display:block; }
#DEQEPZlJZ8pNe6lig37X6lhKPdORgafx { display:block;width:11.4375rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:55.6875rem;left:7.625rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#epX4vIvEsZNVEpswzS4zg9rXTa3FzEiB { display:block;width:14.125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:54.0625rem;left:33.625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#pMN9kfRDt0cL2WNq0wHvTeF1dlMJxZKb { display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:55.6875rem;left:33.625rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#WVf4fiTZOurrgiagfsr1lKTdHgPbcyt6 { display:block;width:18.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:57.875rem;left:1.6875rem;height:11.1953125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#EDaEdKQtl67gzd782M2HRLfJ3FBCw8Z8 { display:block;width:18.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:58.8125rem;left:28.25rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#lohcdeUTW2HzsOaXVAwuA3PmA5EiUu7i { box-sizing:content-box;height:16.8125rem;width:21.3125rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:53.1875rem;left:53.6875rem;border-top:0.125rem solid #ffc57c;border-left:0.125rem solid #ffc57c;border-right:0.125rem solid #ffc57c;border-bottom:0.125rem solid #ffc57c;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#OLUcPJT3kTlmpvd9y8BfbgUqKb7LF14l { display:block;width:18.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:59.25rem;left:55.1875rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#RpnqSgtQ1kmmE4GDLExJyVKIDUOzc31b { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:54.0625rem;left:55.875rem;overflow:hidden;display:block; }
#C0BqAQm2PzQIzrFxWHgyFokGlBT0mNvM { display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:54.0625rem;left:60.6875rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#LFdUnfbHUoK4F8Jf1KsgcX2W2DUeFygE { display:block;width:9.4375rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:55.5625rem;left:60.6875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#puipZiPpmGHgChtnkaKtSWGVxhWLe9xU { display:block;width:74.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:44.625rem;left:0rem;height:1.95rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4gnTHhLV9e6oXRapkLFMeRaUBxXlIky { display:block;width:72.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:74.1875rem;left:1.3125rem;height:;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#InTo6GlH9TzMcquhyO6MtngIhvI84TEF { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:montserrat;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.625rem;height:8.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:86.625rem;left:18.1875rem;display:block; }
#diHTLoN7SCSo6MN2S9QHZS7WdW8Nxzcy { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { background-color: transparent; background-image: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .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); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { border-width: 0; border-radius: 0; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { font-size:0.875rem;font-family:"open sans";height:78.0625rem;width:75rem;position:relative;display:block; }#U7wlBFuQg5lyRkJ1shV5lPlyMQyXNxHS { display:block;width:68.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:3.40625rem;height:7.7988125rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .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:transparent;background-image:none;vertical-align:top; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .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; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.75rem;font-family:rubik;font-style:normal;height:auto; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.6;overflow:hidden;height:auto;font-family:rubik; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger { width:2.125rem;min-width:2.125rem;height:2.125rem;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; }#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger.adaptive-delivery-prevent-bg, #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger.lazyload, #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-trigger.lazyloading { background-image: none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 { box-sizing:content-box;height:auto;width:64.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15005;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.5625rem;left:3.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #k0xrbQoVxTJ1JE9w33UTUWJZNDfkgA9A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #r4RE7HRbkdPhskncuRcc1GTMupV76t9N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #VuWcpUgSpBNulxIsmqxnKGLOJzHFo1Gz { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #BRxqw4KMkMwTdoHZg2cRTHPIqZ59WaKZ {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #lVvvpy3mPw7fBOBMeTuIemn3w9PaeCdv {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fuayAZV4dyhNAaaQElqAMiFHMe4UUmOi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #soFUTRW7N4D2ZhIdazEZpTlwVbZxQZzN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #TwrdVT5udUFx95snq0WHT2ONKSWI3Hwh { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #AkK5ugKAHgpViVGnoscZOVaRF0Xz6fx8 {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #HFLCd7pMsJeovcSosGBkAwu0dXnTxQZf { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #OcQmv0oDJamBXH4FSXV6HTF6GPALT4OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #LG4DS4QP4AWoMa5oH0d6x90DaaJIzDz8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #H1rmvFRq9FQwqaHdDIhrP00euOeyJA7d { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iLo8DDNGawxeeKporgHryvaOXcx6A90u {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #Wynf760FsA9M4JTXrBtdLk95PrzfONnT { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #dKQLp1B4ZBbvwRliem6sOcBJeDZ3ITpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #quL2OzA0yzpQxaV6fFiok4Wcg7qUsmzX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #DGEkEkMiDaona2CgNNNv0p4ZTw8qd7HL { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #JUZhA46fEu3xslD4Ac4IUfPRR9LUlwoS {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #GeazF3D7SuizWQnNVbKqTQylIuJLkGE5 { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fnvfRbEgkTCcmDq0ek5K9Xx0Ehm8o7T6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #X4GrnnETHsoCtExNBbcts7yTbQA0gl1p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #mRamrV2KoQlcfgU0lSrTlFO27FOc74lp { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #PokxXNqsEqp8luWxKmQpV7ZJzBLT3X92 {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #h3u8mfyrqPZw7ymZ6kOdwaxFQUw2r7mp { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #smnliVmKVpQDsmfBAy1ORNxNAxaS59OQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #KouSg0zuR8XtdTKm15y4mOUTQRfB3sk6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #pOwtMtaCH70Q9XyWgBcEWxJAXZGukrqP { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #THzkZN58KG3maVAP97GiwOk8DCmoL3Jc {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #elAiBROhyduTyQTezaGVC5a1yvrtsGSz { display:none; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #O9xCMg2THEQGKtcWb66IPbfexVJOb8Fv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iAOQT9Bh4M9dvFgBDp9tMpg0d57BXpbP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #SZDm19lNFhWQU6v1rNysIvz0hl5vevHg { display:block;position:relative; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #RpzmWSigDWe4ZOKkmbEvPoLOukHGy9nB {  }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #XoTfnO42W2ifx3FGpZfZ5mpAEDAGVnXG { display:none; }
#sxR7Q5NvhqtU1uKbai7pJmck0V2Dx9wZ { display:block;width:74.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:0.46875rem;height:3.8984375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw { border-bottom:0;border-left:0;border-right:0;border-top: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; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { background-color: transparent; background-image: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .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); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { border-width: 0; border-radius: 0; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { font-size:0.875rem;font-family:"open sans";height:68.9375rem;width:75rem;position:relative;display:block; }#uOhl4mr7Bk0ZtGuTu1vJmDQlOulzOfnU { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0.0625rem;height:3.9rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iZRGVdEgZrRxT4crpE6smwiXGMpSykkK { box-sizing:content-box;height:51.75rem;width:35.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:14.125rem;left:0rem;border-top:0.3125rem solid #ffc57c;border-left:0.3125rem solid #ffc57c;border-right:0.3125rem solid #ffc57c;border-bottom:0.3125rem solid #ffc57c;display:block; }
#IXxZttuTKNKJMIsQqm3VMenZKKMtRSsW { display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.5625rem;height:2.7625rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CqMxhM3f42NUNlIQ9MB8QM4NbBODiQ6K { display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22rem;left:0.5625rem;height:3.575rem;color:#ffc57c;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 { color:#000000;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.1875rem;height:26.38475rem;font-style:normal;display:block; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#ylgkVmNEeXbw2TAurR0fuCSA9erRQpM1 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:montserrat;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.375rem;height:6.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:58.3125rem;left:1.5rem;display:block; }
#WRkMLUVcgXTfDkHX3DhEcfKznuoizBq4 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.125rem;left:1.5625rem;height:1.21875rem;font-style:normal;display:block; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#R5532xeVTlQoHyB2z2OVdbWywXFfiZzh { box-sizing:content-box;height:24.6875rem;width:36.1875rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:14.125rem;left:38.1875rem;border-top:0.3125rem solid #f1f0ef;border-left:0.3125rem solid #f1f0ef;border-right:0.3125rem solid #f1f0ef;border-bottom:0.3125rem solid #f1f0ef;display:block; }
#VMHeNLVlpGnpcIb99Mx5ZcBzS7forwBE { display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39rem;height:2.03125rem;color:#d3d3d3;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yQq1uT8AmsHodWcGO990JToawiZ1n24i { color:#d3d3d3;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39.6875rem;height:12.05075rem;font-style:normal;display:block; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#z5Mn2kBQbnUZWZvO2Go5Ohl1x7rWb5cu { display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:42.375rem;height:2.6rem;color:#b0afad;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WEU0zanT2pwGCwDWGMCILG2mNHdJFogx { box-sizing:content-box;height:24.6875rem;width:36.375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:41.125rem;left:38.0625rem;border-top:0.3125rem solid #f1f0ef;border-left:0.3125rem solid #f1f0ef;border-right:0.3125rem solid #f1f0ef;border-bottom:0.3125rem solid #f1f0ef;display:block; }
#BqNloElr4KbU2Tsguqr6pHEtC6ekS9So { display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:42.9375rem;left:39rem;height:2.03125rem;color:#d3d3d3;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oIVyALLUHiasqOetRFtzVgNzZ0lcnceX { display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.875rem;left:42.625rem;height:2.6rem;color:#b0afad;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN { color:#d3d3d3;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:49.25rem;left:39.9375rem;height:14.21875rem;font-style:normal;display:block; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#RaXKBP9TqlIukEzGCr29RRvsLm8X8cZE { display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.3125rem;left:16.9375rem;height:3.00625rem;color:#b0afad;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUNyaX7wJ5gxfTae12IshSopmvf4ssZ5 { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.94921875rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { border-bottom:0;border-left:0;border-right:0;border-top: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; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { background-color: transparent; background-image: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .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); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { border-width: 0; border-radius: 0; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { font-size:0.875rem;font-family:"open sans";height:72.75rem;width:75rem;position:relative;display:block; }#vPNlPU2iOOaycaLIgqd8WqZd3NgC74Ru { display:block;width:61.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6904296875rem;left:5.5rem;height:3.9rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y4QyX2w3lu9Uc5lgCQ3OEm0oHNFaTIQ1 { display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:16.75rem;left:5.5rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#tecCZvBlRAKaTN2AxxGGKaVNW1cehrxC { display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:16.6875rem;left:51.125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#dtccQU6W7ThZE627NTGRwFeB81tx5Jml { display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:16.8125rem;left:27rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#b8D21RVOf8AovHmHTLvXLvpSWNHIPCV8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.875rem;left:9.5rem; }
#dgEeAfwxcdMcilugW7b1H18iVqeblXLQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.8125rem;left:33rem; }
#oJOsFPTtqfbUqFAcNTrUzzp6wAyiynSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.3125rem;left:57.8125rem; }
#ubptA8zKGcLddU5uKfWQSc1SxUaIpM9R { display:block;width:69.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31rem;left:2.78125rem;height:22.75rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MR87RqgVKvXoZSypAvh8iTx9LKZ2ph0Q { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:70.375rem;left:60rem;height:1.05625rem;display:block; }
#EkFiS5e0vZdluJJX47v0NXfIvtreOxnT { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:70.375rem;left:68.375rem;height:1.05625rem;display:block; }
#xadLQFqCMTtZ9mMnMz0Tlit5vGWbnbai { 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:3rem;width:3rem;top:69.375rem;left:47.125rem;overflow:hidden;display:block; }
#Bl7gdXIKmygzLXkOMKbILpuuea5KDCl7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.5rem;top:70.3125rem;left:50.625rem;overflow:hidden;display:block; }
#WXXHSnrc1FcvhVW3geuq2mkuS0g3ZpKJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:5.6875rem;top:70.1875rem;left:53.6875rem;overflow:hidden;display:block; }
#K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { display:block;width:61.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.3125rem;left:5.5rem;height:2.4375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v2y68lffxJ3OQSZqiDGWBBNWRxOKUqsM { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:62.875rem;left:26.8125rem;display:block; }#v2y68lffxJ3OQSZqiDGWBBNWRxOKUqsM.adaptive-delivery-prevent-bg, #v2y68lffxJ3OQSZqiDGWBBNWRxOKUqsM.lazyload, #v2y68lffxJ3OQSZqiDGWBBNWRxOKUqsM.lazyloading { background-image: none; }
#qEzTTInQkNPOMXlQ1foK0LLMbCuKXDPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLkxfJIEsUGBkVzR1OIJHT8p0DRAJuSZ { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:55.3125rem;left:0rem;height:5.5234375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG { 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; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { background-color: transparent; background-image: none; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container > .video-iframe-container { display: none; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row > .video-iframe-container { display: none; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .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); }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { border-width: 0; border-radius: 0; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;position:relative;display:block; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT { border-top:0.1875rem solid #d5dbff;border-left:0.1875rem solid #d5dbff;border-right:0.1875rem solid #d5dbff;border-bottom:0.1875rem solid #d5dbff;background-color:#fbfbfb;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container { background-color: transparent; background-image: none; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container > .video-iframe-container { display: none; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row > .video-iframe-container { display: none; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .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); }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container { border-width: 0; border-radius: 0; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container { font-size:0.875rem;font-family:"open sans";height:5.0625rem;width:75rem;position:relative;display:block; }#ZnQ4KSc406HLxVWOlglxq2TFZXJdwCt7 { display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.75rem;height:1.94921875rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-text.counter-number { border-top:0.0625rem solid #2a2d3d;border-left:0.0625rem solid #2a2d3d;border-right:0.0625rem solid #2a2d3d;border-bottom:0.0625rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.371875rem;padding-right:0.3425rem;padding-bottom:0.371875rem;padding-left:0.3425rem;display:block;align-items:center;width:2.051875rem;min-width:2.051875rem;height:1.99875rem;position:relative;font-family:arial;font-size:1.489375rem;font-weight:700;line-height:31.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2325rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.734375rem;height:0.789375rem;position:relative;font-family:arial;font-size:0.5575rem;font-weight:700;line-height:12.63px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.4375rem;height:3.889375rem;padding-top:0.04625rem;padding-right:0.04875rem;padding-bottom:0.04625rem;padding-left:0.04875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.625rem;left:29.9375rem;z-index:15016; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #WEXm8yIOW8KLpVpwJW8J9UcA3ydx3AD9 { display:flex;position:relative;top:0rem;left:0rem; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #dktxPs58b5zggyupST03nAJEOeNUHwh3 { width:auto; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #OeU6NWUxiyoFcSmMiDGZVvq9oT8HeURP {  }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #Nt6CVUqdKSTQVkThKJcGb9XVO5J6qthV { display:flex;position:relative;top:0rem;left:0rem; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #v3gVJCPNpafcoaBuzpoGIbKKZyys8l0i {  }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #y83hCrkmsk5UOVDhLA6iGEoC8mOhBVeN {  }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #bK99WLqpB4oDGsILpBD0ivNAOK0JJiPf { display:flex;position:relative;top:0rem;left:0rem; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #tl2tANaK49UqVUZpUBG2HACmJUEcqBRH {  }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #yDfvxkNS2ewaJuETAqOnNT0K32WE3Mfp {  }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #zz4E9s4aQEHeMH7flhz9EHTvRPONuN8b { display:flex;position:relative;top:0rem;left:0rem; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #TuRBPMpNCVRpar2w02i6BWfUd5DckZ1p {  }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #r7ScXGtrUcg6vc5rh8URxxFlJL0wBhXE {  }
#o3duxDcNOzIC4vHurkyzQieItBWO76Nx { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.125rem;left:51.34375rem;display:block; }#o3duxDcNOzIC4vHurkyzQieItBWO76Nx.adaptive-delivery-prevent-bg, #o3duxDcNOzIC4vHurkyzQieItBWO76Nx.lazyload, #o3duxDcNOzIC4vHurkyzQieItBWO76Nx.lazyloading { background-image: none; }
#mVgZxuhqQZ9syxsZX4FQ4fZMHAUWvbVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea { display:block; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAAy3ZPTUFi0vWyMTvpwhqWTnySaDH6d { width:6.5rem;height:2.1875rem;top:2.1875rem;left:0.8603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgR5NwQdikQSfOohZWtez5c201TJRBXO { display:block; }
 }@media only screen and (max-width: 763px) { #kSi7waINX36TUowUykMzN5H4xbpUVmLv { width:14.25rem;height:2.1875rem;top:2.1875rem;left:26.1162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvcBxpuMAxauSZQeHPr9huQfHTo6Sczb { display:block; }
 }@media only screen and (max-width: 763px) { #N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { width:8.3125rem;height:6.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3lr6bZAhKPCDuCsmT5xh7sUvHOnUz2F { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJO4Zc57aaWrWtLkOsgbgIItuVlikidp { display:block; }
 }@media only screen and (max-width: 763px) { #JIM7NszreP11HZo0KkAkombcVqbC57Qi { width:11.625rem;height:2.1875rem;top:2.1875rem;left:11.4326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWzyLAtTdAWEWN3ocaaAZTw0HHdamT7o { display:block; }
 }@media only screen and (max-width: 763px) { #SQWkvwP32IHNo7W4MyRhZ8i724E2iood { display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsUBi7NXJhArAW2WbhkM7WehV1d9EToy { top:28.625rem;left:1.8125rem;width:44.125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ZqeCaw65OheP7IlWzoNtunp1ILUDMT { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbQHu46plc7liWF7rnmu50gw7LSXlpxu { top:68.375rem;left:0rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBGpzQL6WUZZzuSd2nWD49QsTU1FqmE { top:68.625rem;left:0rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeM85XZgTLS3kfzC8yyLepKdUsHbLJVJ { top:68.375rem;left:9.125rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQcyQlMbH5bClDgPmwzacBKMHtnBpoo { top:68.375rem;left:20.3125rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlrQz07c4GP4llksGUFXiA9poagu41iq { top:68.625rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7NXZTtHCsJeODprKIALOTTmPoqyFVlL { top:68.625rem;left:40.5625rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJnP1Vf4RlTkSmNt5wh1HTh6At9lQAt { top:68.375rem;left:32.5625rem;width:7.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZ8cMTAEtc46OQh6ySLU3Zw0cnsWVFe { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKn1EsiTeJ6sfrhv0CH6u02TapGKry9 { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2d8TrTezxGrNoOfduWUTTRHGCyiLOv { display:block; }
 }@media only screen and (max-width: 763px) { #CmHD9LmylJbm2l0iaG8C2FWLTO1gF5Zs { width:15.5625rem;height:20.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcox4fNioedGDKnarUdOADgSCEm1OfX { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7clTxVNO3PX4ggM3lZIUHWUb8HDmDIB { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDymTiWl5svFUo75vUhSzTgnX1qHtd1k { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:before{  }
 }@media only screen and (max-width: 763px) { #J5ZZg3qZAvl10kmreMN93HuOrx4gqrTm { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FVUPeZJg8qNp7STWCu3JHsFmHmiSWc { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9veVt5KNODfwnPXv6LULSJPcLlG3hTA { width:11.3125rem;height:16rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKTcy7le35XRLEvC3c19OD1bGoZxpee { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMox5ITXSLU0L8cTvVCoEG1mGfTRfMQf { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:before{  }
 }@media only screen and (max-width: 763px) { #T5rDu6z5QMupWVA3JaE5qdy4AVMqC7LN { width:11.3125rem;height:20.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUsH60Eawp8bBM8I3JguT5FTNH78J7Q { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r95RaPuNTRnCTH4ibON0EuChk2NvU6Qq { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:before{  }
 }@media only screen and (max-width: 763px) { #JlV7OaFETTeA7hqSiKByU80Z7MA3I0wo { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BexQ8uOoVCHOS6eKC5sZKS2TxxHvERPN { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgNWz7vK1boyylrqDnXF1pelcSkTMil { display:block; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7oVdUb8RQ0NSp2J46ZUooRRz5bg7hc4 { top:1.1875rem;left:0rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLdTk0BuH7fbe1MgNvXhanJMgao1MHh { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E1UwxTOAIUQRFAyIeu5JTqIzi2H2Ik { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUOye0Vw98ZAtT9uF9gnm8oFz5xmA1O1 { top:1.1875rem;left:13.5rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5fbXwKS1gWlJZVMzLIAyLuDqJ4HT0k { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzQrrdhcRc1VzcMTv9UNhwhoBCKxFoQ { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2VQl9m6exToLc0Vh5GnP2IcK0JDUMe { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4662o0Uv4SF5AU6O6LQgVpt2JR8kguC { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zbNUT1exhMPofleWnFRtuAfETSpqsE { top:1.1875rem;left:27.0625rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDT1rU4IdqFTccoOATdga2VQpkXAxInK { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4EpwGScQfONoG6gLaT77imbCaRbs6b { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfFnBstQupu1RrPCPlCR835db3rvgkE { display:block; }
 }@media only screen and (max-width: 763px) { #ZGfHJFGpFzCTKKzd54dpzA3nTm1ADxQJ { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFMIcJ6ZR02oGg4JVxXZCbyqZVZxJ3P4 { top:111.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aADRRB9rzNdwgcTsXaOVJg0QF3GvbBoE { top:116.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5LdEVBg0tqaWDQmv8wdIHmlACQQ1MhH { top:124.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9Tbz8NALw8ZbRabXc3XySpW8iD76e2 { top:128.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opF85H7vXUngeNWNrhDrGGfAT5dI4ovP { top:137.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtKgHOcD1Homd2aU6HRGxTyL2k1lVW2p { top:141.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6gfpMvJqLqTOqy7UUc0KOSBsUhkpVoZ { top:53.125rem;left:0rem;width:21.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnnAk9dZiXubd6R7t5W4mFhGqFkzHKhy { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBFwtQhuBd6vHBqZcMdR1t5oXx71Sc6k { top:54.0625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEvBChbf3nbxMVTXHoVPm7IhVTZMXol5 { top:53.1875rem;left:13.25rem;width:21.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhdUpKC89zwPmN48rD3HT5AmLal0ErTz { top:54.0625rem;left:14.625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQEPZlJZ8pNe6lig37X6lhKPdORgafx { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epX4vIvEsZNVEpswzS4zg9rXTa3FzEiB { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMN9kfRDt0cL2WNq0wHvTeF1dlMJxZKb { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVf4fiTZOurrgiagfsr1lKTdHgPbcyt6 { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDaEdKQtl67gzd782M2HRLfJ3FBCw8Z8 { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohcdeUTW2HzsOaXVAwuA3PmA5EiUu7i { top:53.1875rem;left:26.1875rem;width:21.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUcPJT3kTlmpvd9y8BfbgUqKb7LF14l { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpnqSgtQ1kmmE4GDLExJyVKIDUOzc31b { top:54.0625rem;left:42.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0BqAQm2PzQIzrFxWHgyFokGlBT0mNvM { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFdUnfbHUoK4F8Jf1KsgcX2W2DUeFygE { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puipZiPpmGHgChtnkaKtSWGVxhWLe9xU { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4gnTHhLV9e6oXRapkLFMeRaUBxXlIky { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTo6GlH9TzMcquhyO6MtngIhvI84TEF { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diHTLoN7SCSo6MN2S9QHZS7WdW8Nxzcy { display:block; }
 }@media only screen and (max-width: 763px) { #mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 { display:block; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7wlBFuQg5lyRkJ1shV5lPlyMQyXNxHS { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 { display:flex;height:auto;width:45.25rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #k0xrbQoVxTJ1JE9w33UTUWJZNDfkgA9A {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #r4RE7HRbkdPhskncuRcc1GTMupV76t9N {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #VuWcpUgSpBNulxIsmqxnKGLOJzHFo1Gz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #BRxqw4KMkMwTdoHZg2cRTHPIqZ59WaKZ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #lVvvpy3mPw7fBOBMeTuIemn3w9PaeCdv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fuayAZV4dyhNAaaQElqAMiFHMe4UUmOi {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #soFUTRW7N4D2ZhIdazEZpTlwVbZxQZzN {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #TwrdVT5udUFx95snq0WHT2ONKSWI3Hwh {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #AkK5ugKAHgpViVGnoscZOVaRF0Xz6fx8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #HFLCd7pMsJeovcSosGBkAwu0dXnTxQZf {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #OcQmv0oDJamBXH4FSXV6HTF6GPALT4OH {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #LG4DS4QP4AWoMa5oH0d6x90DaaJIzDz8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #H1rmvFRq9FQwqaHdDIhrP00euOeyJA7d {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iLo8DDNGawxeeKporgHryvaOXcx6A90u {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #Wynf760FsA9M4JTXrBtdLk95PrzfONnT {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #dKQLp1B4ZBbvwRliem6sOcBJeDZ3ITpE {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #quL2OzA0yzpQxaV6fFiok4Wcg7qUsmzX {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #DGEkEkMiDaona2CgNNNv0p4ZTw8qd7HL {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #JUZhA46fEu3xslD4Ac4IUfPRR9LUlwoS {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #GeazF3D7SuizWQnNVbKqTQylIuJLkGE5 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fnvfRbEgkTCcmDq0ek5K9Xx0Ehm8o7T6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #X4GrnnETHsoCtExNBbcts7yTbQA0gl1p {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #mRamrV2KoQlcfgU0lSrTlFO27FOc74lp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #PokxXNqsEqp8luWxKmQpV7ZJzBLT3X92 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #h3u8mfyrqPZw7ymZ6kOdwaxFQUw2r7mp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #smnliVmKVpQDsmfBAy1ORNxNAxaS59OQ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #KouSg0zuR8XtdTKm15y4mOUTQRfB3sk6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #pOwtMtaCH70Q9XyWgBcEWxJAXZGukrqP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #THzkZN58KG3maVAP97GiwOk8DCmoL3Jc {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #elAiBROhyduTyQTezaGVC5a1yvrtsGSz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #O9xCMg2THEQGKtcWb66IPbfexVJOb8Fv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iAOQT9Bh4M9dvFgBDp9tMpg0d57BXpbP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #SZDm19lNFhWQU6v1rNysIvz0hl5vevHg {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #RpzmWSigDWe4ZOKkmbEvPoLOukHGy9nB {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #XoTfnO42W2ifx3FGpZfZ5mpAEDAGVnXG {  }
 }@media only screen and (max-width: 763px) { #sxR7Q5NvhqtU1uKbai7pJmck0V2Dx9wZ { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncnHmHhx4sHKecOUVtgrHN74mdqqTCw { display:block; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOhl4mr7Bk0ZtGuTu1vJmDQlOulzOfnU { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRGVdEgZrRxT4crpE6smwiXGMpSykkK { top:14.125rem;left:0rem;width:35.75rem;height:51.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxZttuTKNKJMIsQqm3VMenZKKMtRSsW { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMxhM3f42NUNlIQ9MB8QM4NbBODiQ6K { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 { top:28.875rem;left:0rem;width:33.875rem;height:28.0625rem;font-size:0.8125rem;display:block; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #ylgkVmNEeXbw2TAurR0fuCSA9erRQpM1 { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRkMLUVcgXTfDkHX3DhEcfKznuoizBq4 { display:block; }
 }@media only screen and (max-width: 763px) { #NT72yafGgz3Ve3bsPVeXbSsePMZW23uk { top:26.125rem;left:0rem;width:29.8125rem;height:1.1875rem;font-size:0.5625rem;display:block; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA { top:18.8125rem;left:0rem;width:32.6875rem;height:2.4375rem;font-size:0.6875rem;display:block; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #R5532xeVTlQoHyB2z2OVdbWywXFfiZzh { top:14.125rem;left:10.9375rem;width:36.1875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHeNLVlpGnpcIb99Mx5ZcBzS7forwBE { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQq1uT8AmsHodWcGO990JToawiZ1n24i { top:23.1875rem;left:13.875rem;width:33.875rem;height:13.5625rem;font-size:1.1875rem;display:block; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #z5Mn2kBQbnUZWZvO2Go5Ohl1x7rWb5cu { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEU0zanT2pwGCwDWGMCILG2mNHdJFogx { top:41.125rem;left:10.75rem;width:36.375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNloElr4KbU2Tsguqr6pHEtC6ekS9So { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIVyALLUHiasqOetRFtzVgNzZ0lcnceX { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN { top:49.25rem;left:13.875rem;width:33.875rem;height:15.75rem;font-size:1.1875rem;display:block; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #RaXKBP9TqlIukEzGCr29RRvsLm8X8cZE { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNyaX7wJ5gxfTae12IshSopmvf4ssZ5 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPNlPU2iOOaycaLIgqd8WqZd3NgC74Ru { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4QyX2w3lu9Uc5lgCQ3OEm0oHNFaTIQ1 { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecCZvBlRAKaTN2AxxGGKaVNW1cehrxC { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtccQU6W7ThZE627NTGRwFeB81tx5Jml { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8D21RVOf8AovHmHTLvXLvpSWNHIPCV8 { top:9.875rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgEeAfwxcdMcilugW7b1H18iVqeblXLQ { top:9.8125rem;left:19.375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJOsFPTtqfbUqFAcNTrUzzp6wAyiynSc { top:10.3125rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubptA8zKGcLddU5uKfWQSc1SxUaIpM9R { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR87RqgVKvXoZSypAvh8iTx9LKZ2ph0Q { top:70.375rem;left:37.25rem;width:10.5rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFiS5e0vZdluJJX47v0NXfIvtreOxnT { top:70.375rem;left:42.5625rem;width:5.1875rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadLQFqCMTtZ9mMnMz0Tlit5vGWbnbai { top:69.375rem;left:33.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7gdXIKmygzLXkOMKbILpuuea5KDCl7 { top:70.3125rem;left:37rem;width:2.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXHSnrc1FcvhVW3geuq2mkuS0g3ZpKJ { top:70.1875rem;left:40.0625rem;width:5.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2y68lffxJ3OQSZqiDGWBBNWRxOKUqsM { width:18.75rem;height:2.8125rem;top:62.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEzTTInQkNPOMXlQ1foK0LLMbCuKXDPL { display:block; }
 }@media only screen and (max-width: 763px) { #CLkxfJIEsUGBkVzR1OIJHT8p0DRAJuSZ { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG { display:block; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT { display:block; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnQ4KSc406HLxVWOlglxq2TFZXJdwCt7 { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW { width:18.5rem;height:5.1875rem;display:flex;top:0.1875rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #WEXm8yIOW8KLpVpwJW8J9UcA3ydx3AD9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #dktxPs58b5zggyupST03nAJEOeNUHwh3 {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #OeU6NWUxiyoFcSmMiDGZVvq9oT8HeURP {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #Nt6CVUqdKSTQVkThKJcGb9XVO5J6qthV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #v3gVJCPNpafcoaBuzpoGIbKKZyys8l0i {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #y83hCrkmsk5UOVDhLA6iGEoC8mOhBVeN {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #bK99WLqpB4oDGsILpBD0ivNAOK0JJiPf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #tl2tANaK49UqVUZpUBG2HACmJUEcqBRH {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #yDfvxkNS2ewaJuETAqOnNT0K32WE3Mfp {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #zz4E9s4aQEHeMH7flhz9EHTvRPONuN8b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #TuRBPMpNCVRpar2w02i6BWfUd5DckZ1p {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #r7ScXGtrUcg6vc5rh8URxxFlJL0wBhXE {  }
 }@media only screen and (max-width: 763px) { #o3duxDcNOzIC4vHurkyzQieItBWO76Nx { width:18.75rem;height:2.8125rem;top:1.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVgZxuhqQZ9syxsZX4FQ4fZMHAUWvbVt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cb85ff4-3cdd-4111-b794-4a3b6c4ede55/15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); } }@media only screen and (max-width: 763px) { #RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAAy3ZPTUFi0vWyMTvpwhqWTnySaDH6d { width:3.9375rem;height:2.25rem;top:3.228298664093rem;left:4.7343748211861rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgR5NwQdikQSfOohZWtez5c201TJRBXO { display:block; }
 }@media only screen and (max-width: 763px) { #kSi7waINX36TUowUykMzN5H4xbpUVmLv { width:6.5rem;height:2.25rem;top:2.486111164093rem;left:8.6718752980231rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvcBxpuMAxauSZQeHPr9huQfHTo6Sczb { display:block; }
 }@media only screen and (max-width: 763px) { #N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { width:5.5625rem;height:4rem;top:0rem;left:0.61631947755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3lr6bZAhKPCDuCsmT5xh7sUvHOnUz2F { width:13.8125rem;height:2.5625rem;top:0.71875rem;left:6.0224609375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJO4Zc57aaWrWtLkOsgbgIItuVlikidp { display:block; }
 }@media only screen and (max-width: 763px) { #JIM7NszreP11HZo0KkAkombcVqbC57Qi { width:11.625rem;height:2.1875rem;top:2.1875rem;left:4.1875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWzyLAtTdAWEWN3ocaaAZTw0HHdamT7o { display:block; }
 }@media only screen and (max-width: 763px) { #SQWkvwP32IHNo7W4MyRhZ8i724E2iood { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #ece5e0);background-image: -moz-linear-gradient(top, #ffffff, #ece5e0);background-image: -ms-linear-gradient(top, #ffffff, #ece5e0);background-image: -o-linear-gradient(top, #ffffff, #ece5e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );";background-image: linear-gradient(to bottom, #ffffff, #ece5e0);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; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { background-color: transparent; background-image: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .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); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { border-width: 0; border-radius: 0; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:20rem;height:238.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { width:20rem;height:7.3125rem;top:5.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { width:20rem;height:7.957rem;top:13.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsUBi7NXJhArAW2WbhkM7WehV1d9EToy { height:11.2168125rem;width:20rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ZqeCaw65OheP7IlWzoNtunp1ILUDMT { width:10.5625rem;height:1.8681625rem;top:44rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbQHu46plc7liWF7rnmu50gw7LSXlpxu { width:4.9375rem;height:4.875rem;top:46.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBGpzQL6WUZZzuSd2nWD49QsTU1FqmE { width:4.25rem;height:4.1875rem;top:47rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeM85XZgTLS3kfzC8yyLepKdUsHbLJVJ { width:4.5rem;height:4.4375rem;top:46.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQcyQlMbH5bClDgPmwzacBKMHtnBpoo { width:4.5625rem;height:4.5rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlrQz07c4GP4llksGUFXiA9poagu41iq { width:4.0625rem;height:4.0625rem;top:52.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7NXZTtHCsJeODprKIALOTTmPoqyFVlL { width:4rem;height:3.9375rem;top:52.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJnP1Vf4RlTkSmNt5wh1HTh6At9lQAt { width:4.375rem;height:4.3125rem;top:52.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZ8cMTAEtc46OQh6ySLU3Zw0cnsWVFe { width:20rem;height:6.5800625rem;top:223.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKn1EsiTeJ6sfrhv0CH6u02TapGKry9 { width:19rem;height:4.75rem;top:36.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk2d8TrTezxGrNoOfduWUTTRHGCyiLOv { display:block; }
 }@media only screen and (max-width: 763px) { #CmHD9LmylJbm2l0iaG8C2FWLTO1gF5Zs { width:20rem;height:26.719160104987rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntcox4fNioedGDKnarUdOADgSCEm1OfX { width:20rem;height:2.2744125rem;top:100rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7clTxVNO3PX4ggM3lZIUHWUb8HDmDIB { width:20rem;height:3.8994125rem;top:103.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDymTiWl5svFUo75vUhSzTgnX1qHtd1k { width:20rem;height:6.07421875rem;top:108.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tDymTiWl5svFUo75vUhSzTgnX1qHtd1k li:before{  }
 }@media only screen and (max-width: 763px) { #J5ZZg3qZAvl10kmreMN93HuOrx4gqrTm { width:20rem;height:6.82325rem;top:58.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FVUPeZJg8qNp7STWCu3JHsFmHmiSWc { width:20rem;height:1.625rem;top:68.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9veVt5KNODfwnPXv6LULSJPcLlG3hTA { width:15.875rem;height:22.6875rem;top:128rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DCKTcy7le35XRLEvC3c19OD1bGoZxpee { width:20rem;height:2.2744125rem;top:153.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMox5ITXSLU0L8cTvVCoEG1mGfTRfMQf { width:18.9375rem;height:3.8994125rem;top:157.3125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow { width:20rem;height:8.6738125rem;top:162.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OkMG3R5HLAG1mqeEEBBoCe6PNIOK0Aow li:before{  }
 }@media only screen and (max-width: 763px) { #T5rDu6z5QMupWVA3JaE5qdy4AVMqC7LN { width:16.25rem;height:29.25rem;top:169.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZUsH60Eawp8bBM8I3JguT5FTNH78J7Q { width:19.0625rem;height:2.2744125rem;top:201.875rem;left:0.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r95RaPuNTRnCTH4ibON0EuChk2NvU6Qq { width:18.9375rem;height:3.8994125rem;top:205.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk { width:20rem;height:9.973625rem;top:210.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#k5aZS0tB0JpQKBG4gHlIN09Gttem6HLk li:before{  }
 }@media only screen and (max-width: 763px) { #JlV7OaFETTeA7hqSiKByU80Z7MA3I0wo { width:20rem;height:5.84765625rem;top:118.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BexQ8uOoVCHOS6eKC5sZKS2TxxHvERPN { width:20rem;height:3.25rem;top:233.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgNWz7vK1boyylrqDnXF1pelcSkTMil { background-color:transparent;background-image: -webkit-linear-gradient(top, #ece5e0, #ffffff);background-image: -moz-linear-gradient(top, #ece5e0, #ffffff);background-image: -ms-linear-gradient(top, #ece5e0, #ffffff);background-image: -o-linear-gradient(top, #ece5e0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #ece5e0, #ffffff);background-size:auto !important;display:block; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { background-color: transparent; background-image: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row > .video-iframe-container { display: none; }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .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); }#RpgNWz7vK1boyylrqDnXF1pelcSkTMil > .row .container { width:20rem;height:280.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7oVdUb8RQ0NSp2J46ZUooRRz5bg7hc4 { width:12.3125rem;height:19.0625rem;top:2.8610229492188E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLdTk0BuH7fbe1MgNvXhanJMgao1MHh { width:17.625rem;height:2.4rem;top:35.875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E1UwxTOAIUQRFAyIeu5JTqIzi2H2Ik { width:20rem;height:1.7rem;top:34.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUOye0Vw98ZAtT9uF9gnm8oFz5xmA1O1 { width:12.8125rem;height:19.6875rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5fbXwKS1gWlJZVMzLIAyLuDqJ4HT0k { width:20rem;height:2.4rem;top:76.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzQrrdhcRc1VzcMTv9UNhwhoBCKxFoQ { width:20rem;height:1.7rem;top:74.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2VQl9m6exToLc0Vh5GnP2IcK0JDUMe { width:20rem;height:2.4rem;top:116.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4662o0Uv4SF5AU6O6LQgVpt2JR8kguC { width:20rem;height:1.7rem;top:114.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zbNUT1exhMPofleWnFRtuAfETSpqsE { width:12.75rem;height:19.75rem;top:80.312500268219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDT1rU4IdqFTccoOATdga2VQpkXAxInK { width:20rem;height:6.5800625rem;top:209.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn4EpwGScQfONoG6gLaT77imbCaRbs6b { width:20rem;height:5.75rem;top:263.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfFnBstQupu1RrPCPlCR835db3rvgkE { display:block; }
 }@media only screen and (max-width: 763px) { #ZGfHJFGpFzCTKKzd54dpzA3nTm1ADxQJ { width:14.5625rem;height:40.7900125rem;top:220.0625rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RFMIcJ6ZR02oGg4JVxXZCbyqZVZxJ3P4 { display:flex;width:2.25rem;height:2.25rem;top:220.0625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #aADRRB9rzNdwgcTsXaOVJg0QF3GvbBoE { display:flex;width:2.1875rem;height:2.1875rem;top:222.625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #I5LdEVBg0tqaWDQmv8wdIHmlACQQ1MhH { display:flex;width:2.1875rem;height:2.1875rem;top:232.125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Wm9Tbz8NALw8ZbRabXc3XySpW8iD76e2 { display:flex;width:2.1875rem;height:2.1875rem;top:239.375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #opF85H7vXUngeNWNrhDrGGfAT5dI4ovP { display:flex;width:2.1875rem;height:2.1875rem;top:249.0625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #HtKgHOcD1Homd2aU6HRGxTyL2k1lVW2p { display:flex;width:2.1875rem;height:2.1875rem;top:253.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #F6gfpMvJqLqTOqy7UUc0KOSBsUhkpVoZ { width:19.75rem;height:16.8125rem;top:130.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnnAk9dZiXubd6R7t5W4mFhGqFkzHKhy { width:13.4375rem;height:1.3994125rem;top:131.75rem;left:6.5625rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sBFwtQhuBd6vHBqZcMdR1t5oXx71Sc6k { width:3.6875rem;height:3.6875rem;top:131.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEvBChbf3nbxMVTXHoVPm7IhVTZMXol5 { width:19.75rem;height:16.8125rem;top:149.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhdUpKC89zwPmN48rD3HT5AmLal0ErTz { width:3.6875rem;height:3.6875rem;top:150rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQEPZlJZ8pNe6lig37X6lhKPdORgafx { width:11.4375rem;height:1.19921875rem;top:133.375rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epX4vIvEsZNVEpswzS4zg9rXTa3FzEiB { width:14.125rem;height:1.3994125rem;top:150rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMN9kfRDt0cL2WNq0wHvTeF1dlMJxZKb { width:11.3125rem;height:1.19921875rem;top:151.625rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVf4fiTZOurrgiagfsr1lKTdHgPbcyt6 { width:18.5rem;height:11.1953125rem;top:135.5625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDaEdKQtl67gzd782M2HRLfJ3FBCw8Z8 { width:18.5rem;height:5.59765625rem;top:154.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohcdeUTW2HzsOaXVAwuA3PmA5EiUu7i { width:19.75rem;height:16.8125rem;top:167.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUcPJT3kTlmpvd9y8BfbgUqKb7LF14l { width:18.5rem;height:8.3965rem;top:173.5rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpnqSgtQ1kmmE4GDLExJyVKIDUOzc31b { width:3.6875rem;height:3.6875rem;top:168.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0BqAQm2PzQIzrFxWHgyFokGlBT0mNvM { width:14.3125rem;height:1.3994125rem;top:168.3125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFdUnfbHUoK4F8Jf1KsgcX2W2DUeFygE { width:9.4375rem;height:1.19921875rem;top:169.8125rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #puipZiPpmGHgChtnkaKtSWGVxhWLe9xU { width:20rem;height:3.25rem;top:123.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4gnTHhLV9e6oXRapkLFMeRaUBxXlIky { width:20rem;height:6.5800625rem;top:189rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTo6GlH9TzMcquhyO6MtngIhvI84TEF { width:15rem;height:5.375rem;top:199.875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diHTLoN7SCSo6MN2S9QHZS7WdW8Nxzcy { display:block; }
 }@media only screen and (max-width: 763px) { #mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 { background-color:#ffffff;background-image:none;display:block; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { background-color: transparent; background-image: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row > .video-iframe-container { display: none; }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .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); }#mTkTloC7HsEvXRb2bQ7gZfIRsgs8Kdu2 > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7wlBFuQg5lyRkJ1shV5lPlyMQyXNxHS { width:20rem;height:10.3984375rem;top:9.5367431640625E-7rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-heading-text { font-size:1.4375rem;height:auto; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 .accordion-desc-text { font-size:0.875rem;height:auto; }
#ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 { display:flex;height:auto;width:17.5rem;top:23.7568359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #k0xrbQoVxTJ1JE9w33UTUWJZNDfkgA9A {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #r4RE7HRbkdPhskncuRcc1GTMupV76t9N {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #VuWcpUgSpBNulxIsmqxnKGLOJzHFo1Gz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #BRxqw4KMkMwTdoHZg2cRTHPIqZ59WaKZ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #lVvvpy3mPw7fBOBMeTuIemn3w9PaeCdv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fuayAZV4dyhNAaaQElqAMiFHMe4UUmOi {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #soFUTRW7N4D2ZhIdazEZpTlwVbZxQZzN {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #TwrdVT5udUFx95snq0WHT2ONKSWI3Hwh {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #AkK5ugKAHgpViVGnoscZOVaRF0Xz6fx8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #HFLCd7pMsJeovcSosGBkAwu0dXnTxQZf {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #OcQmv0oDJamBXH4FSXV6HTF6GPALT4OH {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #LG4DS4QP4AWoMa5oH0d6x90DaaJIzDz8 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #H1rmvFRq9FQwqaHdDIhrP00euOeyJA7d {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iLo8DDNGawxeeKporgHryvaOXcx6A90u {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #Wynf760FsA9M4JTXrBtdLk95PrzfONnT {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #dKQLp1B4ZBbvwRliem6sOcBJeDZ3ITpE {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #quL2OzA0yzpQxaV6fFiok4Wcg7qUsmzX {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #DGEkEkMiDaona2CgNNNv0p4ZTw8qd7HL {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #JUZhA46fEu3xslD4Ac4IUfPRR9LUlwoS {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #GeazF3D7SuizWQnNVbKqTQylIuJLkGE5 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #fnvfRbEgkTCcmDq0ek5K9Xx0Ehm8o7T6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #X4GrnnETHsoCtExNBbcts7yTbQA0gl1p {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #mRamrV2KoQlcfgU0lSrTlFO27FOc74lp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #PokxXNqsEqp8luWxKmQpV7ZJzBLT3X92 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #h3u8mfyrqPZw7ymZ6kOdwaxFQUw2r7mp {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #smnliVmKVpQDsmfBAy1ORNxNAxaS59OQ {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #KouSg0zuR8XtdTKm15y4mOUTQRfB3sk6 {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #pOwtMtaCH70Q9XyWgBcEWxJAXZGukrqP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #THzkZN58KG3maVAP97GiwOk8DCmoL3Jc {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #elAiBROhyduTyQTezaGVC5a1yvrtsGSz {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #O9xCMg2THEQGKtcWb66IPbfexVJOb8Fv {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #iAOQT9Bh4M9dvFgBDp9tMpg0d57BXpbP {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #SZDm19lNFhWQU6v1rNysIvz0hl5vevHg {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #RpzmWSigDWe4ZOKkmbEvPoLOukHGy9nB {  }
 }@media only screen and (max-width: 763px) { #ataIBqzkWXL5V3oTuPe37ZOaGqlGTXz7 #XoTfnO42W2ifx3FGpZfZ5mpAEDAGVnXG {  }
 }@media only screen and (max-width: 763px) { #sxR7Q5NvhqtU1uKbai7pJmck0V2Dx9wZ { width:20rem;height:8.125rem;top:12.7734375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VncnHmHhx4sHKecOUVtgrHN74mdqqTCw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { background-color: transparent; background-image: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { display: none; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .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); }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { border-width: 0; border-radius: 0; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VncnHmHhx4sHKecOUVtgrHN74mdqqTCw > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOhl4mr7Bk0ZtGuTu1vJmDQlOulzOfnU { width:20rem;height:7.7988125rem;top:0.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRGVdEgZrRxT4crpE6smwiXGMpSykkK { width:19.625rem;height:35.5625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXxZttuTKNKJMIsQqm3VMenZKKMtRSsW { width:20rem;height:3.736325rem;top:19.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMxhM3f42NUNlIQ9MB8QM4NbBODiQ6K { width:9.9375rem;height:2.5996125rem;top:23.375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 { width:17.875rem;height:19.390625rem;top:30.3125rem;left:1.0625rem;font-size:0.8125rem;display:block; }#k5TcluMaeGxTH2sughmtXeJdbhT4aTh2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #ylgkVmNEeXbw2TAurR0fuCSA9erRQpM1 { width:18.75rem;height:3.0625rem;top:50.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRkMLUVcgXTfDkHX3DhEcfKznuoizBq4 { display:block; }
 }@media only screen and (max-width: 763px) { #NT72yafGgz3Ve3bsPVeXbSsePMZW23uk { width:16.125rem;height:0.73046875rem;top:26rem;left:1.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }#NT72yafGgz3Ve3bsPVeXbSsePMZW23uk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA { width:15.4375rem;height:2.6806625rem;top:27.625rem;left:2.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }#Xu2I1qOUQcJsFBdH9X3wMVlQEP9Th4zA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #R5532xeVTlQoHyB2z2OVdbWywXFfiZzh { width:19.5rem;height:19.625rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMHeNLVlpGnpcIb99Mx5ZcBzS7forwBE { width:20rem;height:1.54296875rem;top:58.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQq1uT8AmsHodWcGO990JToawiZ1n24i { width:18.6875rem;height:10.751rem;top:63.0625rem;left:0.6875rem;font-size:0.8125rem;display:block; }#yQq1uT8AmsHodWcGO990JToawiZ1n24i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #z5Mn2kBQbnUZWZvO2Go5Ohl1x7rWb5cu { width:20rem;height:1.4619125rem;top:60.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEU0zanT2pwGCwDWGMCILG2mNHdJFogx { width:19.4375rem;height:24.0625rem;top:78.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNloElr4KbU2Tsguqr6pHEtC6ekS9So { width:20rem;height:3.0859375rem;top:80.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIVyALLUHiasqOetRFtzVgNzZ0lcnceX { width:20rem;height:1.4619125rem;top:84.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN { width:18.4375rem;height:15.598625rem;top:86.5rem;left:0.8125rem;font-size:0.8125rem;display:block; }#cv1OgWBEy6U5knC7FCsrQQyXIW22e2oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #RaXKBP9TqlIukEzGCr29RRvsLm8X8cZE { width:9.125rem;height:2.11230625rem;top:23.625rem;left:10.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNyaX7wJ5gxfTae12IshSopmvf4ssZ5 { width:20rem;height:6.5rem;top:10.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { background-color:#fdfdfd;background-image:none;display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { background-color: transparent; background-image: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .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); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPNlPU2iOOaycaLIgqd8WqZd3NgC74Ru { width:20rem;height:4.7109375rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4QyX2w3lu9Uc5lgCQ3OEm0oHNFaTIQ1 { width:14.4375rem;height:3.2rem;top:16.43515586853rem;left:2.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tecCZvBlRAKaTN2AxxGGKaVNW1cehrxC { width:18.375rem;height:3.2rem;top:39.457812309265rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtccQU6W7ThZE627NTGRwFeB81tx5Jml { width:18.375rem;height:3.2rem;top:27.372657060623rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8D21RVOf8AovHmHTLvXLvpSWNHIPCV8 { display:flex;width:6rem;height:6rem;top:9.62265586853rem;left:6.9999998807906rem; }
 }@media only screen and (max-width: 763px) { #dgEeAfwxcdMcilugW7b1H18iVqeblXLQ { display:flex;width:6.3125rem;height:6.3125rem;top:21.060157060623rem;left:6.8437498807906rem; }
 }@media only screen and (max-width: 763px) { #oJOsFPTtqfbUqFAcNTrUzzp6wAyiynSc { display:flex;width:5rem;height:5rem;top:33.559375286103rem;left:7.5000003576281rem; }
 }@media only screen and (max-width: 763px) { #ubptA8zKGcLddU5uKfWQSc1SxUaIpM9R { width:18.8125rem;height:45.31934375rem;top:51.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR87RqgVKvXoZSypAvh8iTx9LKZ2ph0Q { width:6.3125rem;height:0.73046875rem;top:117rem;left:7.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFiS5e0vZdluJJX47v0NXfIvtreOxnT { width:5.1875rem;height:0.73046875rem;top:117rem;left:14.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadLQFqCMTtZ9mMnMz0Tlit5vGWbnbai { width:3.3125rem;height:3.3125rem;top:113.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl7gdXIKmygzLXkOMKbILpuuea5KDCl7 { width:2.8125rem;height:1.3125rem;top:114.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXHSnrc1FcvhVW3geuq2mkuS0g3ZpKJ { width:4.625rem;height:1.125rem;top:114.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { width:20rem;height:5.19921875rem;top:44.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2y68lffxJ3OQSZqiDGWBBNWRxOKUqsM { width:18.75rem;height:2.8125rem;top:108.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEzTTInQkNPOMXlQ1foK0LLMbCuKXDPL { display:block; }
 }@media only screen and (max-width: 763px) { #CLkxfJIEsUGBkVzR1OIJHT8p0DRAJuSZ { width:20rem;height:11.209rem;top:95.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG { display:block; }#Lo0EXBxgN8vfQN9yIi8mlsWhscPiGigG > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Bq2G4w30U6Jav5ugAeWH4zSuXTcKAbvT > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnQ4KSc406HLxVWOlglxq2TFZXJdwCt7 { width:6.5625rem;height:3.41015625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-text.counter-number { padding-top:0.219375rem;padding-right:0.24625rem;padding-bottom:0.219375rem;padding-left:0.24625rem;width:1.475rem;min-width:1.475rem;height:1.176875rem;font-size:0.8775rem;line-height:18.83px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.068125rem solid #2a2d3d;border-right:0.070625rem solid #2a2d3d;border-bottom:0.068125rem solid #2a2d3d;border-left:0.070625rem solid #2a2d3d; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.136875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.968125rem;height:0.4625rem;font-size:0.328125rem;line-height:7.4px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW { width:12.9375rem;height:2.375rem;display:flex;top:0.4990234375rem;left:6.5625rem;z-index:15015;padding-top:0.0175rem;padding-right:0.0225rem;padding-bottom:0.0175rem;padding-left:0.0225rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #WEXm8yIOW8KLpVpwJW8J9UcA3ydx3AD9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #dktxPs58b5zggyupST03nAJEOeNUHwh3 {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #OeU6NWUxiyoFcSmMiDGZVvq9oT8HeURP {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #Nt6CVUqdKSTQVkThKJcGb9XVO5J6qthV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #v3gVJCPNpafcoaBuzpoGIbKKZyys8l0i {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #y83hCrkmsk5UOVDhLA6iGEoC8mOhBVeN {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #bK99WLqpB4oDGsILpBD0ivNAOK0JJiPf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #tl2tANaK49UqVUZpUBG2HACmJUEcqBRH {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #yDfvxkNS2ewaJuETAqOnNT0K32WE3Mfp {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #zz4E9s4aQEHeMH7flhz9EHTvRPONuN8b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #TuRBPMpNCVRpar2w02i6BWfUd5DckZ1p {  }
 }@media only screen and (max-width: 763px) { #FDxJhlNT4IQSFhk0T6e1yPBBTRWDQ9xW #r7ScXGtrUcg6vc5rh8URxxFlJL0wBhXE {  }
 }@media only screen and (max-width: 763px) { #o3duxDcNOzIC4vHurkyzQieItBWO76Nx { width:18.75rem;height:2.8125rem;top:4.66015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVgZxuhqQZ9syxsZX4FQ4fZMHAUWvbVt { display:block; }
 }