.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container { background-color: transparent; background-image: none; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container > .video-iframe-container { display: none; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row > .video-iframe-container { display: none; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .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); }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container { border-width: 0; border-radius: 0; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#WsEI4v6wC8vhgJOsiN8W5do4GIO0POF5 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cb6528;border-left:0.1875rem solid #cb6528;border-right:0.1875rem solid #cb6528;border-bottom:0.1875rem solid #cb6528;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.75rem;width:74.625rem;top:0rem;left:0rem;display:block; }
#nRRmBHAKyP0MqSoXCTeMyCciiAhM7zcZ { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .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; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .widget-text.counter-number { border-top:0.15125rem solid #cb6528;border-left:0.151875rem solid #cb6528;border-right:0.151875rem solid #cb6528;border-bottom:0.15125rem solid #cb6528;background-color:transparent;background-image:none;color:#482d1d;padding-top:0.458125rem;padding-right:0.4rem;padding-bottom:0.458125rem;padding-left:0.4rem;display:block;align-items:center;width:2.40125rem;min-width:2.40125rem;height:2.461875rem;position:relative;font-family:poppins;font-size:1.831875rem;font-weight:700;line-height:39.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.201875rem;height:0.973125rem;position:relative;font-family:poppins;font-size:0.686875rem;font-weight:400;line-height:15.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:4.94rem;padding-top:0.5725rem;padding-right:0.571875rem;padding-bottom:0.5725rem;padding-left:0.571875rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.5625rem;left:50.3125rem;z-index:15015; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #f1tNphGTuiQcUwduwC8lJW7be38Fqzdp { display:flex;position:relative;top:0rem;left:0rem; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #LTVwFo8E2avGUs7DKORRnyDnfJEuK7Ar { width:auto; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #Z5wA56K6PavoJDa4nc5DBe9qHOTJyxIT {  }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #QXdBLG27Z4VZ7GoiIOcpDmgqLZU7ITiN { display:flex;position:relative;top:0rem;left:0rem; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #QkmHqUD51REnTPAabR3A9ToBSR4eFlLa {  }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #KS13bd3GFlnKKLPSVeMpwaRRMoynb0FM {  }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #k2aKLThUUzwV6gu38T3UGAfSI9JlLIFS { display:flex;position:relative;top:0rem;left:0rem; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #snzGiGTeaTZcPrDybWZSSgwclM566tv8 {  }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #aDderarqcXJlR7naAWSx7Asrg5DQqEC4 {  }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #FGWrJd5oLeFSHp9uooPIQfVHAiwRzNab { display:flex;position:relative;top:0rem;left:0rem; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #EqPiHNM8Tu2u8K7T075V9lDdqORz3q0n {  }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #nNSTt4CxVaMVpZgllIcwAZpxZWsZ2Lub {  }
#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr { position:relative;display:block; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr { background-color: transparent; background-image: none; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row .container > .video-iframe-container { display: none; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row > .video-iframe-container { display: none; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .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); }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr { border-width: 0; border-radius: 0; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gq16izVJvdIwFVMTq6rq2qZVLzki8Lnk { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KuIkMsTeWc62yh8HZUMPxi3CuuOf1i1h { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:1.3125rem;left:22.21875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#wRvNCpLW2wvTh6UFgmrncN3sSqQcAvhu { position:absolute;display:block;z-index:15046;height:39.4375rem;width:70.5625rem;top:6.60546875rem;left:2.21875rem;display:block; }
#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d5eb652-aa75-465d-9e91-ad20976899c8/okadkadolandingujesiennydetoks2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit.adaptive-delivery-prevent-bg, #ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit.lazyload, #ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit.lazyloading { background-image: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container { background-color: transparent; background-image: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container > .video-iframe-container { display: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row > .video-iframe-container { display: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .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); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container { border-width: 0; border-radius: 0; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;overflow:visible;position:relative;display:block; }#axDr8KMAeMOV6BTMc2irxMRbfTbMAeZn { color:#cb6528;display:block;width:41.437375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.37451171875rem;left:2.1875rem;height:13rem;font-style:normal;display:block; }
#IRd1obQ1KUiTKL0bxs6KPbhpIwfLBRiq { color:#000000;display:block;width:40.562125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.874633789062rem;left:2.1875rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kOKpDpB9nMr2ThhwIsx4Z3EvGJNCO5cv { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3115rem;height:3.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.374755859375rem;left:2.1868896484375rem;display:block; }
#Ptcb6TvT88HW2fSt7Q7ppXro8taC3aDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fN6XEBgC4177OTtcWu7if7Co4QhKuZyp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56176875rem;width:16.373875rem;top:1.06201171875rem;left:2.1875rem;overflow:hidden;display:block; }
#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 { position:relative;display:block; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 { background-color: transparent; background-image: none; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row .container > .video-iframe-container { display: none; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row > .video-iframe-container { display: none; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .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); }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 { border-width: 0; border-radius: 0; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TgPJcCQzLbwUaL6P7JvoI5hSQ28lIaAo { color:#000000;display:block;width:58.5625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2685546875rem;left:8.21875rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ { position:relative;display:block; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ { background-color: transparent; background-image: none; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row .container > .video-iframe-container { display: none; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row > .video-iframe-container { display: none; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .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); }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ { border-width: 0; border-radius: 0; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZIpgEdSOLX0EpgUK08F3bx5eTRPhJxu7 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4373779296875rem;left:1.5618896484375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s3nKr70dDZ4s4dwt6SVDQrnKI4cTnE2e { color:#000000;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4373779296875rem;left:20.249389648438rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u07Dw04Ts3La00TaLKtoOTgcFGZpIuIe { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.37451171875rem;left:1.5606689453125rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2UcSLrW9ECd4gEeJRo5lTNFUSIWmn8t { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.577758789062rem;left:20.248779296875rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lmHDA5ZUF3oELVJgdKfzQIfX4hyFI7XK { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.5625rem;left:39rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BMplHWMTIsAyrFRqBhHmq8886nrv2nIl { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:39.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRPr0WXhOKpDalX9QlBz6lfmuU3FZOdN { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:11.5625rem;left:57.6875rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stWpOUx9ehcxztbTu9rgoIvAmykbKB69 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4375rem;left:57.75rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MEyU0VL5JMywhwoJTv4cgbMKi918FIFw { box-sizing:content-box;height:25.5rem;width:17.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(241,236,230,0.65);background-image:none;top:0.7364501953125rem;left:0.6871337890625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rCCfspLyMa2CwwS0K9tkQmw8o8qMiZbr { box-sizing:content-box;height:25.499875rem;width:17.437125rem;position:absolute;display:block;z-index:15006;background-color:rgba(241,236,230,0.65);background-image:none;top:0.7171630859375rem;left:19.404907226562rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HiqdffcV881SKMkJaiSW05THxq3VTNLg { box-sizing:content-box;height:25.49925rem;width:17.4365rem;position:absolute;display:block;z-index:15007;background-color:rgba(241,236,230,0.65);background-image:none;top:0.7183837890625rem;left:38.156127929688rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rp1TpxubPXsfwzamUX4TSb33TmdWPEDT { box-sizing:content-box;height:25.4986875rem;width:17.4359375rem;position:absolute;display:block;z-index:15008;background-color:rgba(241,236,230,0.65);background-image:none;top:0.718994140625rem;left:56.90673828125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AaWrg8wShSBxwPkDQKN8gI7iJmNIxVqQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.0623779296875rem;left:1.5618896484375rem; }
#uOT9OsgqTodSIm2VZcot2cEzp2TItwcG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.9520271484375rem;left:38.952515429688rem; }
#KtrO7J5LyhzwvgLDNJlxbraBX1TnCOuX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.624875rem;width:3.624875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.1551513671875rem;left:57.687377929688rem; }
#kfqbx0etnfPP2921qaFBviyIOxJWplSg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.406005859375rem;left:20.2490234375rem; }
#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz { position:relative;display:block; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz { background-color: transparent; background-image: none; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row .container > .video-iframe-container { display: none; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row > .video-iframe-container { display: none; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .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); }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz { border-width: 0; border-radius: 0; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CNhTKm60Kbkv4qoTmOBgb4ENGxo4MK7X { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.43603515625rem;left:11.56201171875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cog43Ax6Ra7VIUTBfFwvGJl9UqJbyilr { color:#000000;display:block;width:58.562rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7490234375rem;left:8.2183837890625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#L3ShUUliFd7Pal3hwA5HdwaSqQ2Zakwc { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.99951171875rem;left:11.56201171875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhMELQ8Qhht2dg7zQQqq00qVgqkOAfNw { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.811889648438rem;left:26.154418945312rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fTWfcDc84eX2boD0xc629ixpMc5TUU8n { box-sizing:content-box;height:12.56225rem;width:60.437rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.65);background-image:none;top:15.203369140625rem;left:7.263427734375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid rgba(203,101,40,0.45);border-left:0.1875rem solid rgba(203,101,40,0.45);border-right:0.1875rem solid rgba(203,101,40,0.45);border-bottom:0.1875rem solid rgba(203,101,40,0.45);box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx { position:relative;display:block; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx { background-color: transparent; background-image: none; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row .container > .video-iframe-container { display: none; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row > .video-iframe-container { display: none; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .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); }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx { border-width: 0; border-radius: 0; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HpEgTFpe9HKoyOTWlzM8oQb67oMhWCvu { color:#000000;display:block;width:58.5625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:8.21875rem;height:6.1748rem;text-align:center;text-align-last:center;display:block; }
#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe { position:relative;display:block; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe { background-color: transparent; background-image: none; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row .container > .video-iframe-container { display: none; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row > .video-iframe-container { display: none; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .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); }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe { border-width: 0; border-radius: 0; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-element-container { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.25rem solid rgba(203,101,40,0.45);border-left:0.25rem solid rgba(203,101,40,0.45);border-right:0.25rem solid rgba(203,101,40,0.45);border-bottom:0.25rem solid rgba(203,101,40,0.45); }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .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; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:poppins;font-style:normal; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.3;overflow:hidden;height:auto;font-family:poppins; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-trigger.adaptive-delivery-prevent-bg, #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-trigger.lazyload, #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-trigger.lazyloading { background-image: none; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI { box-sizing:content-box;height:auto;width:66.374375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15010;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.072998046875rem;left:2.5rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #mpnCMQ649QJZRHZoEBhyckJwilISTsLy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #kngvCtVtiFONg5Tdrw0hhhouwKXOaFNS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #RnPhnOgeQJbAK4UtRCKqFKGZ5WQd8pwh { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #evaCBdwtm7XsLuiclsVXsKFM7BcaBF2B {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #UhZr4TdiNWmFSeyhl4dwX5pTx9ZKR7o7 {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #orHbpqMKIZsNTfWBNK5hw4gpKac6nuPW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #P6tWIuacpwQwrZs3SFUlQxR0JduzDnFO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #cbmFai3CLDTEKHLZ0xx3o0bMJa9Co1Sf { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #vBpF0LirIcxv6JETXOlW1ZoCXO5brlR7 {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #i5OWC9ai8yCAQVdaRcLhT5cDSaSGqQ80 { display:none; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #oQa5Siv4uvzqOnsyJ2G36TbhFsAnU28B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #bmRftP3lo9TRMuKh9yGz4hWKRqTIGTQz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #d9JhX8vERftPDMxOJRgMG9b2uXWqB13X { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #nbVU3VSFeXIGb57QOCSqk4mS8BUHAJoa {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #MirE8IGlg7NA8ihX2Ea19MyI2WKWN4qe { display:none; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #ITWk6aLoeFcfmDhlq0TdK1nNptfoqKDV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #IRvH2xmWnwmKBaUVl5T6Mkf2c87qJh9D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #P0HV0nUuysVxcGuG0tTD70zhkqvVZ7gU { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #zVLU2staNTRnsCFXobytowU41FpCZXsg {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #XbD1uLXQcInW390pRswUPJrbtmMxK5Hf { display:none; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #hwqwWNJhJTit87qRCmGWyEPT9OJATkg7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #k5FWcC07bDdG3P76KUrQVVxDbopnZ8Vk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #cHqTR93g5P00MiMV3REHsTesIyFBlkEk { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #NcTgB5hik9ZQsqFay7B3OXJLes8OmIqg {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #BRfsOv2elHwpTAM56CDKopP9d2dSSNyh { display:none; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #iuEtHllynRNGaaUzQRNMORdTHMHDUVGi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #JUJuGIp2xAAXB5EvX1qr7gw9460a2ZCQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #O9i2oH6kSO7dzOSsir8nuBOqfwum348g { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #CqUt4ebDebMrftOXhlbSdKySOqGTOXW0 {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #vbyTUcbN6qb8R5hSpeJ48yCpPiRKKUHC { display:none; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #IG6KO8USV2W8WHgN3xnEM4mCGFy8SEDJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #EkbTqxwPMuKcCT1QRO6E4Jn2vpFnRVUu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #dXAdFnBWhT1K8tKPhtXPbv8eZiFI0Hh8 { display:block;position:relative; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #PGVhATCJ0O3BLDC7QKSgLOhxSSPsPSiE {  }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #GGICQzeTNx77x3Kp8o76oT4luswIXGR8 { display:none; }
#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container { background-color: transparent; background-image: none; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container > .video-iframe-container { display: none; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row > .video-iframe-container { display: none; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .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); }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container { border-width: 0; border-radius: 0; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#bcKTmOC0n6G1Boc5WAN814U4F6ScHNtP { color:#000000;display:block;width:63.5rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.10009765625rem;left:5.75rem;height:6.1748rem;text-align:center;text-align-last:center;display:block; }
#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR { position:relative;display:block; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR { background-color: transparent; background-image: none; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row .container > .video-iframe-container { display: none; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row > .video-iframe-container { display: none; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .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); }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR { border-width: 0; border-radius: 0; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0ywWz31iuoNHUFh5KdLMvpQlnL8kXxF { color:#000000;display:block;width:64.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.3369140625rem;left:4.27587890625rem;height:10.125rem;text-align:center;text-align-last:center;display:block; }
#g1QA6DEBy5t81AWE9m4z1QvcPq3zmqAZ { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.812375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.245849609375rem;left:21.307983398438rem;display:block; }
#nT3tlNkpNTtndT6h4ThaZdf7GQDlauG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);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; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container { background-color: transparent; background-image: none; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container > .video-iframe-container { display: none; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row > .video-iframe-container { display: none; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .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); }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container { border-width: 0; border-radius: 0; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#UpBC0CROTaqcv1cn0onTG27U15dT67m5 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.6495361328125rem;left:4.090576171875rem;height:18.5625rem;display:block; }
#GAI45PfVHobftdTGlbHwO1QmOnHNzG3W { color:#000000;display:block;width:68.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2919921875rem;left:4.090576171875rem;height:3.0874rem;display:block; }
#k59ZtM2ySTKKwf4lcPZcMzuQpCCHzfFR { position:absolute;display:block;z-index:15004;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:27.687375rem;width:30.06225rem;top:0.37353515625rem;left:40.057373046875rem;overflow:hidden;display:block; }
#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL { position:relative;display:block; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL { background-color: transparent; background-image: none; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row .container > .video-iframe-container { display: none; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row > .video-iframe-container { display: none; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .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); }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL { border-width: 0; border-radius: 0; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Sa0TNHhNTowKsuQSprO3J9Cnt75OLm9q { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.687125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23rem;left:20.75rem;display:block; }
#hUwGprOIvSE2In9SwfOCRq3ALcXcuQcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb { color:#000000;display:block;width:54.249875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:11.75rem;height:11.0595625rem;display:block; }#wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HnIKAHRGbIchnBTFTTR51Fu6Z7tgFZyT { color:#000000;display:block;width:68.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1376953125rem;left:3.4375rem;height:6.1748rem;text-align:center;text-align-last:center;display:block; }
#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL { position:relative;display:block; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL { background-color: transparent; background-image: none; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row .container > .video-iframe-container { display: none; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row > .video-iframe-container { display: none; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .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); }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL { border-width: 0; border-radius: 0; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QCN5qlHoMDhPiAvsvA2yaFTeA5Svo8ew { color:#000000;display:block;width:54.2495rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.9970703125rem;left:10.375rem;height:3.9375rem;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:center;text-align-last:center;display:block; }
#Eu9rmGrhGKtchcX05O4sPUWqxtuJnq3E { box-sizing:content-box;height:37.3125rem;width:32.0625rem;position:absolute;display:block;z-index:15003;background-color:#f1ece6;background-image:none;top:7.875rem;left:4.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#io6M7SQf23nSmCB4q3bppewqIfUoei3T { box-sizing:content-box;height:37.3125rem;width:32.0625rem;position:absolute;display:block;z-index:15004;background-color:#f1ece6;background-image:none;top:7.875rem;left:38.40380859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o { color:#000000;display:block;width:26.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:8.125rem;height:23.8036875rem;text-align:left;text-align-last:left;display:block; }#xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33e66e6006d942ba8b9d7b6b1510b0e059ed45ba.svg); }
#oCdTqevXe8N7swgsFou2bAsveWxxoWrk { color:#000000;display:block;width:23.812rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.798828125rem;left:8.125rem;height:2.92480625rem;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; }
#o7fuHCtnzN1yRQHQ1T9bzoEEK9U77mmb { color:#000000;display:block;width:23.8110625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.798828125rem;left:41.966796875rem;height:2.92480625rem;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; }
#X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.542846679688rem;left:40.716552734375rem;height:28.5019375rem;text-align:left;text-align-last:left;display:block; }#X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);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; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container { background-color: transparent; background-image: none; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container > .video-iframe-container { display: none; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row > .video-iframe-container { display: none; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .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); }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container { border-width: 0; border-radius: 0; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#mdsFWCuMLu80ONTBUdtzvx87G56ynUOo { color:#000000;display:block;width:62.1235625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.193359375rem;left:6.43798828125rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container { background-color: transparent; background-image: none; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container > .video-iframe-container { display: none; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row > .video-iframe-container { display: none; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .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); }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container { border-width: 0; border-radius: 0; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#VZeLpG2QJx6MnBmlFWhBmsPzzTKvT6wS { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.004638671875rem;left:0.84375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#r3cTWlmxNXlrbcdZzMtplq21n3lZUtP5 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.004638671875rem;left:19.40625rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#ovae8ql99z4VlzpxNOSQGsZ5V1PTrkbN { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.004638671875rem;left:38.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#WVkR70yCalm7TncNQPx2vyqh2KPbTuUG { color:#000000;display:block;width:16.9995rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.004638671875rem;left:57.12451171875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#dJzbpftXS4x79WGlTkk761L0sHCUFdQm { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.78369140625rem;left:5.625rem; }
#oRf7rPWFXxbGooDGem4NrNyMN10OuOhP { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.78369140625rem;left:24.375rem; }
#TKVhPgGdiOnGE4LTioXENq0VMIn8kfgW { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.78369140625rem;left:43.125rem; }
#TI50MXcD84dWTzxNo7S8EdxkaS0moZwt { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.78369140625rem;left:61.875rem; }
#bsh219T1QRwxpgfADtvIghuITTD2Gasb { position:relative;display:block; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb { background-color: transparent; background-image: none; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row .container > .video-iframe-container { display: none; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row > .video-iframe-container { display: none; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .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); }#bsh219T1QRwxpgfADtvIghuITTD2Gasb { border-width: 0; border-radius: 0; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OInkOcVTLEub3ed25XbiNbM25ADQ7XD3 { color:#000000;display:block;width:32.937rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:21rem;height:3.412475rem;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; }
#BhxpB5ouKNt0erlkTOSTlp8RFvxu3hzm { color:#000000;display:block;width:48.687rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.875rem;left:13.1875rem;height:5.84765rem;text-align:center;text-align-last:center;display:block; }
#a5t32iQ6rUWw83W0vnzGZR2bxwTkx3f7 { 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:27.124625rem;width:48.312375rem;top:3.3740234375rem;left:12.311401367188rem;overflow:hidden;display:block; }
#eph15ocTmgHvwFQzFWDXM02FCopSrJbb { position:relative;display:block; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb { background-color: transparent; background-image: none; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row .container > .video-iframe-container { display: none; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row > .video-iframe-container { display: none; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .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); }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb { border-width: 0; border-radius: 0; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:113.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NxhGqcRh7VEO8QGXRBHARDxs114x93NJ { color:#cb6528;display:block;width:54.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:10.3125rem;height:2.5996125rem;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:center;text-align-last:center;display:block; }
#ndwah3LpvTOnvbMbxkrLpbA4gtPv36GU { color:#000000;display:block;width:48.6860625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.9375rem;left:13.1875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#CZ4GDbXQyWW4BWui7CEJAZdkDIBVdm2E { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.643432617188rem;left:7.7490234375rem;height:1.4624rem;display:block; }
#hVdTRL514BmumLXVL2XTaTb09Is4FO8X { color:#000000;display:block;width:36rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.0341796875rem;left:7.7490234375rem;height:7.96875rem;display:block; }#hVdTRL514BmumLXVL2XTaTb09Is4FO8X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hVdTRL514BmumLXVL2XTaTb09Is4FO8X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#nw2Be5KMdSMVSxAVNIl83vSqZTTo0HQg { box-sizing:content-box;height:13.75rem;width:58.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(241,236,230,0.45);background-image:none;top:15.25341796875rem;left:4.90478515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kmHdEeXvA3ihy37icnaT6EkFonaZ15oO { color:#000000;display:block;width:36.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:34rem;left:7.7490234375rem;height:6.25rem;display:block; }#kmHdEeXvA3ihy37icnaT6EkFonaZ15oO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kmHdEeXvA3ihy37icnaT6EkFonaZ15oO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#RFMe2SSXhBDIWndyprUZURX34a55zyMr { box-sizing:content-box;height:13.75rem;width:58.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(241,236,230,0.45);background-image:none;top:30.3125rem;left:4.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nFbBGmCUUlQppCCVfHm9pA3IZyAZpO0D { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.6875rem;left:7.75rem;height:1.4624rem;display:block; }
#rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH { color:#000000;display:block;width:36.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:49.0625rem;left:7.7490234375rem;height:4.84375rem;display:block; }#rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#QSre8eXKkfLC7VhuZ5PMEGfTEiT5MHmr { box-sizing:content-box;height:13.75rem;width:58.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(241,236,230,0.45);background-image:none;top:45.187377929688rem;left:4.8748779296875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GGb7NnBnLVoRTCiSK6ipU55EJLqiWhl3 { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46.875rem;left:7.75rem;height:1.4624rem;display:block; }
#twt25vlOJEE7sy8HGfv8BTi6s6Kzu0G6 { box-sizing:content-box;height:13.75rem;width:58.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(241,236,230,0.45);background-image:none;top:60.125rem;left:4.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 { color:#000000;display:block;width:31rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:63.6875rem;left:7.7490234375rem;height:4.84375rem;display:block; }#NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#CQftPMxdIuuSo4QociWPEE489OlKssCP { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:61.5rem;left:7.75rem;height:1.4624rem;display:block; }
#aJcbTuK3mepAiMTwTWErk4NaExmyNNAh { box-sizing:content-box;height:13.75rem;width:58.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(241,236,230,0.45);background-image:none;top:75rem;left:4.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mzyJXrFzMeODVAd8CytacWnAa0nbMW6l { color:#000000;display:block;width:31rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:78.5625rem;left:7.7490234375rem;height:7.03125rem;display:block; }#mzyJXrFzMeODVAd8CytacWnAa0nbMW6l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mzyJXrFzMeODVAd8CytacWnAa0nbMW6l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#NFu8QR9pZFMuFc4Eof2xsquAQGAywIrq { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:76.375rem;left:7.75rem;height:1.4624rem;display:block; }
#MlgWsl9Z1E7IiCKM20mhz5D88dlr8k6s { box-sizing:content-box;height:17.625rem;width:42.9375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:89.937133789062rem;left:4.8748779296875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #ffbd95;border-left:0.1875rem solid #ffbd95;border-right:0.1875rem solid #ffbd95;border-bottom:0.1875rem solid #ffbd95;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#USkKL1pn9zpyeTmCUKGnthnw0m41WRaq { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:91.9375rem;left:9.4375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#iNnuClavlfMtXA0td46kqatf2oUbh567 { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:95.062255859375rem;left:9.437255859375rem;height:10.875rem;display:block; }#iNnuClavlfMtXA0td46kqatf2oUbh567 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iNnuClavlfMtXA0td46kqatf2oUbh567 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#NGGGUtbstmUKIL7tnSUTZnWTAsMNsLeU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:26.875rem;top:59.249877929688rem;left:38.748168945312rem;overflow:hidden;display:block; }
#bJkZNR9PaRnAKUWWCxo0D8sQsDAZFCR7 { position:absolute;display:block;z-index:15022;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:15.0625rem;width:26.875rem;top:13.980102539062rem;left:38.748168945312rem;overflow:hidden;display:block; }
#NcOsKuqJ9JWk40QO7RoDcfq3klDsTDX2 { position:absolute;display:block;z-index:15023;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:15.0625rem;width:26.875rem;top:74.31201171875rem;left:38.748168945312rem;overflow:hidden;display:block; }
#TqAaWl22pITF5hByPOgCFc1XAkR8CdHu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:26.875rem;top:44.530029296875rem;left:38.748168945312rem;overflow:hidden;display:block; }
#M5z13an1MeWaDewzA9AJdUBZ84t53Xxi { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:26.875rem;top:29.59228515625rem;left:38.748168945312rem;overflow:hidden;display:block; }
#kxZ6MevpOMkAPMmhWdc1Jn8Slz5OEehw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.937125rem;width:19.812rem;top:90.528564453125rem;left:45.850219726562rem;overflow:hidden;display:block; }
#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN { position:relative;display:block; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN { background-color: transparent; background-image: none; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row .container > .video-iframe-container { display: none; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row > .video-iframe-container { display: none; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .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); }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN { border-width: 0; border-radius: 0; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:83.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LSCNb7FZNOKnVV9qXzLfD7EWQ3FqigTn { color:#cb6528;display:block;width:54.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.86376953125rem;left:6.96875rem;height:2.5996125rem;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:center;text-align-last:center;display:block; }
#I0zxKDmosSEcxhHrBSSUCv8oVl00WRBS { color:#000000;display:block;width:48.6855625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.689453125rem;left:9.90673828125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#dDzTmPFZa1LrMbW3ionAfpZ33X5qucTW { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:7.75rem;height:1.4624rem;display:block; }
#KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq { color:#000000;display:block;width:36rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.3125rem;left:7.6875rem;height:7.34375rem;display:block; }#KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#SJQFsnWIXv1C4HbLo9gFQfXLx0bSXpTF { box-sizing:content-box;height:15.25rem;width:58.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(241,236,230,0.45);background-image:none;top:17.5625rem;left:4.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IGsvNcKurWXKPsyoTd21axnQoOQKb5sS { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:37.6875rem;left:7.6875rem;height:7.65625rem;display:block; }#IGsvNcKurWXKPsyoTd21axnQoOQKb5sS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IGsvNcKurWXKPsyoTd21axnQoOQKb5sS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#FbQoWs7ScQlItlJVugTUyypbHmwvDe6d { box-sizing:content-box;height:15.25rem;width:58.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(241,236,230,0.45);background-image:none;top:34rem;left:4.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pxi1hWkOMLpSOAwGRhgMz1PfOVfQmzJD { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.375rem;left:7.75rem;height:1.4624rem;display:block; }
#Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 { color:#000000;display:block;width:36.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:54.4375rem;left:7.6875rem;height:5.9375rem;display:block; }#Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#L2dslmePWTDnGZfZN8wrgtMxPENRXyGr { box-sizing:content-box;height:13.75rem;width:58.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(241,236,230,0.45);background-image:none;top:50.5rem;left:4.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BTPrCCEuihmtl0qpXmd3TfFTNkqbnKK9 { color:#000000;display:block;width:48.6859375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:51.875rem;left:7.75rem;height:1.4624rem;display:block; }
#Q5CzypvI1kHyV1Ax9In1vE3FOqQdUaoH { color:#000000;display:block;width:48.6855625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.18896484375rem;left:9.90673828125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#cP9TbxaSEkW8TczOvBMMfvmhiaFGWhI2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:25rem;top:34.625rem;left:47.625rem;overflow:hidden;display:block; }
#eyRqoueIgPTwSyC7TBSStUQux8NQywah { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:25rem;top:18.375rem;left:47.625rem;overflow:hidden;display:block; }
#T8IQeRkEBIwMkI8kvb2vOEnCIQeXV4La { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:25rem;top:51.1875rem;left:47.625rem;overflow:hidden;display:block; }
#zPIsMTTXgHpGt2O7XEaL9SvEtFVLsuTC { box-sizing:content-box;height:11.5rem;width:44.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.45);background-image:none;top:66.8125rem;left:12.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid rgba(203,101,40,0.45);border-left:0.1875rem solid rgba(203,101,40,0.45);border-right:0.1875rem solid rgba(203,101,40,0.45);border-bottom:0.1875rem solid rgba(203,101,40,0.45);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uw2X7MXRC5PRw9k8DcPcONx3Buhz6J79 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:68.8125rem;left:16.75rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi { color:#000000;display:block;width:30.9995rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:71.9375rem;left:16.75rem;height:5.125rem;display:block; }#kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#al7c0s9tKJA1lEgyTTuTbO1CteGDkBr7 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.625rem;top:65.25rem;left:47.75rem;overflow:hidden;display:block; }
#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm { position:relative;display:block; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm { background-color: transparent; background-image: none; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row .container > .video-iframe-container { display: none; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row > .video-iframe-container { display: none; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .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); }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm { border-width: 0; border-radius: 0; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EQ10UnhD7JGsVTo1wKTRiAZHyT84rUWc { color:#cb6528;display:block;width:54.5625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.30126953125rem;left:10.21875rem;height:3.0874rem;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:center;text-align-last:center;display:block; }
#VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi { color:#000000;display:block;width:28.374625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.935668945312rem;left:5.7794189453125rem;height:5.0625rem;display:block; }#VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#FRsduW8DJNupyTDOfpfUdCFA2VUCPiXZ { color:#000000;display:block;width:48.6855625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.93896484375rem;left:13.15673828125rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl { color:#000000;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.936645507812rem;left:38.903198242188rem;height:6.75rem;display:block; }#OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#Ok5mgmsCKFtVxvhI7PEv5G3Z1IbyMdiu { box-sizing:content-box;height:12.5rem;width:31.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(241,236,230,0.65);background-image:none;top:10.311889648438rem;left:4.90478515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#acgWX8pftKSUdw69K6oWKXCTPuIZeISA { box-sizing:content-box;height:12.5rem;width:31.62475rem;position:absolute;display:block;z-index:15004;background-color:rgba(241,236,230,0.65);background-image:none;top:10.311889648438rem;left:38.378295898438rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ZH1Al784uOu4aghCrLzaNdqgmA8v2RHX { 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:14.0625rem;width:25rem;top:17.684326171875rem;left:7.4658203125rem;overflow:hidden;display:block; }
#LfULKA9b3EuVTUeyvUuObSPFG3m5vSva { 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:14.0625rem;width:25rem;top:17.684326171875rem;left:41.690063476562rem;overflow:hidden;display:block; }
#ZGEFi16416i9THdTefiPpdC52aZ15QXK { position:relative;display:block; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK { background-color: transparent; background-image: none; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row .container > .video-iframe-container { display: none; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row > .video-iframe-container { display: none; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .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); }#ZGEFi16416i9THdTefiPpdC52aZ15QXK { border-width: 0; border-radius: 0; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EZ4Ef7ydaWc3TM1M2l1crwfQOBxQ91uZ { color:#000000;display:block;width:66.875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:4.0625rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 { position:relative;display:block; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 { background-color: transparent; background-image: none; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row .container > .video-iframe-container { display: none; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row > .video-iframe-container { display: none; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .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); }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 { border-width: 0; border-radius: 0; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xs3OAOtzObzvS6UdZkJdyRtztpfkiNmT { color:#000000;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6868591308594rem;left:2.3743486404419rem;height:19.4970625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Cpvr0pbMtfN3Pmg8tCBOb2sIzlW9wTmu { color:#000000;display:block;width:19.93725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.312255859375rem;left:27.529541015625rem;height:12.9980375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QBTT5SMOh46RyCGXB9VKnru0JnaMGB55 { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.312255859375rem;left:51.906005859375rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#R44SS6uoMitUkZSzW39RLsrogB8aFurB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.25rem;left:2.7500009536743rem; }
#MDVBT0r8PvMFZf76rpcbkOyGwu47JzD4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:25.25rem;left:4.3125009536743rem; }
#A0654oETAQWItFgKtzR4iTiJrh6TGA0x { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.25rem;left:5.8750009536743rem; }
#wmpfEU0TZogFq9mckRGdZ0ZadCdPOwn9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.25rem;left:7.4375009536744rem; }
#PcbSEiJtLPD2fuSULGwKRQu4WurTbHtO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.25rem;left:9.0000009536744rem; }
#Vwwpa2fPrqn3rorC0asHvNBhf5TMBBg7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.1875rem;left:33.75rem; }
#yJpN21UnCOnFBxhh1bGneCd8dnz3GTEU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.1875rem;left:32.1875rem; }
#BIDPk805JatXexX6dvEoxBspmwFf9yh8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.1875rem;left:30.625rem; }
#dt59yxUbvUcRlK81Pz8usrKXMCnLduiO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.1875rem;left:29.0625rem; }
#KaNGCFXURuXIJvTGv6BeEPhs5XoBeWue { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.1875rem;left:27.5rem; }
#pbzOeJGQrWV85Aqzi27SgaSXGviFL59h { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.8125rem;left:58.0625rem; }
#N8urPhqfiOqIB1VpFrpk15Cv9nCyiKMM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.8125rem;left:56.5625rem; }
#NP0UxDv520zAx6a7usALdnv0h6C9ymaa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:16.8125rem;left:54.9375rem; }
#UsxTXvqeuHQtPBLJlOVUqzUFsrywbTVt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.8125rem;left:53.375rem; }
#G3rFVT5iHmSbqirDeVGKhzfeTES2zk8I { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.8125rem;left:51.875rem; }
#kD2117mbuc55g5MK1hE8nh0QQKiddJZW { color:#000000;display:block;width:4.49926875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#soV6VtBJpVJn3mkmHhd2tDWUN4Qm3Tyu { color:#000000;display:block;width:4.4985375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.125rem;left:14.937500953674rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nqNDkLS6e2nCftzkbDdT4OvTGAD9lwJo { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.875rem;left:62.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m54BmkSZ88E95mS6P8N9SToCGc9HGBu4 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:0rem;left:67.562255859375rem; }
#nTPuGhV17IGOtuOcuzHr2s66Fs0liNb3 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0rem;left:42.82470703125rem; }
#cu9bRdqAplXn3B7H3rzQFa94WNZ6hhxT { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0rem;left:17.98388671875rem; }
#B73vTJxRUwUKDfiHsTu31EBIUv1RPTuU { box-sizing:content-box;height:27.9375rem;width:23.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(203,101,40,0.12);background-image:none;top:0.810546875rem;left:0.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#pQkoHtN0CweqUcmK4fXTCD0Ls2WHyCOL { box-sizing:content-box;height:19.5rem;width:23.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(203,101,40,0.12);background-image:none;top:0.68701171875rem;left:50.56201171875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#R3K8yDhBDlHr2AaZl57aQ3l6kHviQhmF { color:#000000;display:block;width:19.9365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.120452880859rem;left:27.531250953674rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#gpV8LkaumCAzMCD9qIpECbTFw5y3mWFa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.8125rem;left:27.500000953674rem; }
#T3XuFFy2FOv5Qy2hGdEWAxHsv26sGTrg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.8125rem;left:29.062500953674rem; }
#zz59J9WNzC0HCOSFz0SNgd2irTKM2O5t { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:35.8125rem;left:30.625000953674rem; }
#a52AzVXn4Q4F1v4T53eli7vMaNWMvI7L { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:35.8125rem;left:32.187500953674rem; }
#qxa5F5SilROBIkTKK8IsWXZdz23LRyc0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.8125rem;left:33.750000953674rem; }
#Lk8r4UBHhvBSVNgMqArasm9mr9M8M98l { color:#000000;display:block;width:4.49926875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.9375rem;left:40.062500953674rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZIMFZKLle6NVD9l6x0xVKMNftnIZ6k7 { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.861328125rem;left:51.906254768372rem;height:9.098625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dgSLCeRrJ41BnIErQWZv8L4L3WhHWFvG { color:#000000;display:block;width:7.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.875rem;left:62.937504768369rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TICgN6Rw5xToxm8fhS5FNtXpuCZ9FZbM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.8125rem;left:58.875004768372rem; }
#UiEAK6KbcQwZaIhCBnDPQBI1lpC738Gx { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.8125rem;left:57.375004768372rem; }
#vBqLq0saGQw3eqvyRInIq4Z9GMT6WbNb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.8125rem;left:55.750004768372rem; }
#nLmlOpdoMHvJFKWUVeIneB3xbkKQ9ii7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.8125rem;left:54.187504768372rem; }
#NheOXV1dvMemiwPPnNbnEAkT7qLTEEnO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.8125rem;left:52.687504768372rem; }
#nDQ8AVnHUmMWTwC2KpBBSMPbaA4PH3xV { color:#000000;display:block;width:19.9365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.875rem;left:2.5625009536743rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#o2AySB5zggPsGxgSXphUNRTLPRklnChQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:35.8125rem;left:2.3750009536743rem; }
#CqGA4GJbAqDxHOVvtVqoue0OgKp00uBf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.8125rem;left:3.9375009536743rem; }
#tMav9bs9y5mHZmOeDc0HmsAr7TtpwPVw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.8125rem;left:5.5000009536743rem; }
#swGZgFAo6B6gvqyUglgGW6TEIfGGFQCS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:35.8125rem;left:7.0625009536744rem; }
#dhitROtTlLbeHPHnkG2Lok0NnSTDeF5B { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.8125rem;left:8.6250009536744rem; }
#NQOW04eoClmvBuwhzuTadsNC5Wrk35RD { color:#000000;display:block;width:4.49926875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.9375rem;left:14.937500953674rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dPX8CrulM1wfRTgnwRXQlSALLcpe0yAL { box-sizing:content-box;height:7.375rem;width:23.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(203,101,40,0.12);background-image:none;top:30.932281494141rem;left:0.78125095367431rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#wg9mhqTkZJVvSPpaQoT4giLFA0Flhkda { box-sizing:content-box;height:13.8125rem;width:23.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(203,101,40,0.12);background-image:none;top:24.352864503861rem;left:25.781250953674rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#CfDmrSBzbTvhasIR2NpGC0p6SlVeccC1 { box-sizing:content-box;height:16.1875rem;width:23.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(203,101,40,0.12);background-image:none;top:22.204417228699rem;left:50.781254768372rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#HkMVUTm6g9myZXhGaLNp95n5eqo4yXcG { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.517580032349rem;left:42.820313453674rem; }
#tHeST0qiw3LMmOhOSlrRDIJEkl31rnhs { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.375rem;left:68.447270393369rem; }
#PvSzNOTatHTcWrUyNaf2nSzy7AKRGPzT { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28.800130128861rem;left:18.040364265442rem; }
#zEgf9MBWdFNbBysugg0q34XPeenRkRHR { box-sizing:content-box;height:19.5rem;width:23.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(123,180,5,0.12);background-image:none;top:0.68701171875rem;left:50.56201171875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:none; }
#n1cNcMiy8rZxw3Rm7sF0BFDr23EHWXwE { box-sizing:content-box;height:21.6875rem;width:23.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(203,101,40,0.12);background-image:none;top:0.809326171875rem;left:25.78125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#kofOA2RqlBovzC5XXxswQNR8k8orCIRm { position:relative;display:block; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm { background-color: transparent; background-image: none; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row .container > .video-iframe-container { display: none; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row > .video-iframe-container { display: none; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .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); }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm { border-width: 0; border-radius: 0; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:98.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OqFk1qJL9l3zmgTCXaMLEW4Z2cyTAk5n { color:#cb6528;display:block;width:43.5615rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.41845703125rem;left:15.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO { color:#000000;display:block;width:55.5615rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.976684570312rem;left:8.9691162109375rem;height:12.0625rem;display:block; }#RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#JRNJWM4vtEkRvI0MT1sKlW01kgxLieF8 { color:#000000;display:block;width:55.5609375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.687255859375rem;left:8.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI { color:#000000;display:block;width:55.5609375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:52.75rem;left:9.62451171875rem;height:6.625rem;display:block; }#b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4becaa5d73a080f3f1a227d94724874e.svg); }
#XNqlTHOyN1BuWkRgvDFs8egozbPmla0G { color:#000000;display:block;width:55.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:60.49951171875rem;left:8.96875rem;height:1.29980625rem;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; }
#IhQfAZARmQWpalFBuavzfXDIgfQeKb7g { color:#279400;display:block;width:39.5625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:70.4619140625rem;left:16.9677734375rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTvdAeOAc0zAuRuX9pVKyheATxm8AKsQ { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.6235625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:75.74951171875rem;left:19.945068359375rem;display:block; }
#XH7PwUkcqfaLgXoB4CM2Q86I1Ghmzfk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cApiWvw69DiEPrh8la83MsGXyuxmNDMU { color:#e11503;display:block;width:23.3735625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:69rem;left:25.81298828125rem;height:1.4624rem;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:center;text-align-last:center;display:block; }
#WIvlCD4t6FTatl9vaB0D626vK1keTt9p { box-sizing:content-box;height:6.625rem;width:46.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(241,236,230,0.68);background-image:none;top:67.849609375rem;left:14.7802734375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#M3P9y6PIccVUdtDqUPMehrLfJPPXIrgL { box-sizing:content-box;height:39.625rem;width:61rem;position:absolute;display:block;z-index:14998;background-color:rgba(241,236,230,0.65);background-image:none;top:7.47314453125rem;left:6.72607421875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#aQcqtG6QpdNXQZfpM7Jl8Dr8lbXEzngO { box-sizing:content-box;height:15.5625rem;width:61rem;position:absolute;display:block;z-index:14999;background-color:rgba(241,236,230,0.65);background-image:none;top:48.56201171875rem;left:6.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#zAUf6lMyJLWapa3ZeQ9Aa6ULcMgXeDMW { color:#000000;display:block;width:55.5609375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.76806640625rem;left:8.9691162109375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Akoqt1rTHQIWNvZQpmxavLkHvsXBSCEF { color:#000000;display:block;width:55.5605625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.09814453125rem;left:8.96875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#skoxTOi76eMB544zeofe5m7DspCShTHp { color:#000000;display:block;width:55.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:29.87451171875rem;left:8.96875rem;height:8.75rem;display:block; }#skoxTOi76eMB544zeofe5m7DspCShTHp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#skoxTOi76eMB544zeofe5m7DspCShTHp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#Hzm9pQhAZWnMIpJDtJVz0HOyQ6tHqZnw { color:#000000;display:block;width:55.5605625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.33447265625rem;left:8.96875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w9TdSPhJpOdqKvkFAQKTGef12raiwKXR { color:#000000;display:block;width:55.5605625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:42.75341796875rem;left:8.96875rem;height:1.5rem;display:block; }#w9TdSPhJpOdqKvkFAQKTGef12raiwKXR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w9TdSPhJpOdqKvkFAQKTGef12raiwKXR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
#Oop8l4W8Hb13HTIpv02aRVyBPQk7Ht2H { color:#000000;display:block;width:21.93725rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:82.213623046875rem;left:26.53076171875rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .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; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .widget-text.counter-number { border-top:0.3125rem solid #cb6528;border-left:0.3125rem solid #cb6528;border-right:0.3125rem solid #cb6528;border-bottom:0.3125rem solid #cb6528;background-color:transparent;background-image:none;color:#482d1d;padding-top:0.944375rem;padding-right:0.821875rem;padding-bottom:0.944375rem;padding-left:0.821875rem;display:block;align-items:center;width:4.9325rem;min-width:4.9325rem;height:5.07625rem;position:relative;font-family:poppins;font-size:3.7775rem;font-weight:700;line-height:81.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.59rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.576875rem;height:2.00625rem;position:relative;font-family:poppins;font-size:1.416875rem;font-weight:400;line-height:32.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:32.8125rem;height:10.18625rem;padding-top:1.180625rem;padding-right:1.174375rem;padding-bottom:1.180625rem;padding-left:1.174375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:84.436645507812rem;left:21.168212890625rem;z-index:15011; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #DbkTFD1l1O9JULaezQq3LnhQUHviHTa2 { display:flex;position:relative;top:0rem;left:0rem; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #BMtzCCJLHt3ARCaVEz46ZgbBoB22vebs { width:auto; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #rEp957SQieK9hV7NiOzFdypDT1EcRwpk {  }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #zV8SbRTPGITvOnhUhzFB13uZgxsPn6xm { display:flex;position:relative;top:0rem;left:0rem; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #bTxfnOHZbgSqiB15Pt4sXvcBJo54fuJf {  }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #Tt3RqO70PgNieg62roDmqQEKgCo1wPOz {  }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #Jl4NUAgpTzT8h7WAPTTtkCq2SLTzFVpF { display:flex;position:relative;top:0rem;left:0rem; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #ifnINZGgTsaGHKKLktemgi0eNxnSOb3L {  }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #qQTziPDVwq2x3eLp9E3Vn61VITenaSCQ {  }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #wV2Aq78b7KxrATZJTxKg7eFp3Zq0MRcr { display:flex;position:relative;top:0rem;left:0rem; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #qhQcarQPQsKILKpaIvoRaB9WGgN8r05t {  }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV #reClDGQ0WSxXKvB5O7vassTWi4UugHhb {  }
#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT { position:relative;display:block; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT { background-color: transparent; background-image: none; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row .container > .video-iframe-container { display: none; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row > .video-iframe-container { display: none; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .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); }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT { border-width: 0; border-radius: 0; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XzVxNTOrKmQwN8E8theT7F3CBZOO8cqu { color:#000000;display:block;width:43.561375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6983642578125rem;left:8.6468505859375rem;height:2.5996125rem;display:block; }
#Z4q7RRB24mvmfQ0TLbLGVy2GtyMNuVMr { color:#000000;display:block;width:55.5609375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.326416015625rem;left:8.6468505859375rem;height:6.75rem;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; }
#ATT9uXQToRlBxtbT7oodKt6DXO2xKfP8 { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.6235625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.605590820312rem;left:18.115234375rem;display:block; }
#VRRI38RTNZJRDHgwtf7SGV50HtX3CMiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKmbxq8Is2ncAZCCAnDwPSvazSZLIntm { box-sizing:content-box;height:29.375rem;width:61.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:5.062255859375rem;left:6.7730712890625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.25rem solid #f1ece6;border-left:0.25rem solid #f1ece6;border-right:0.25rem solid #f1ece6;border-bottom:0.25rem solid #f1ece6;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RJpTTFCszca8LOqLyC2PkVwuflWInffw { box-sizing:content-box;height:3.375rem;width:8.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.6981201171875rem;left:8.1468505859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c3sawmyEACQHPLLAfahoclmd0gJTFLoA { 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:19.312125rem;width:34.375rem;top:14.631958007812rem;left:19.74853515625rem;overflow:hidden;display:block; }
#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb { position:relative;display:block; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb { background-color: transparent; background-image: none; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row .container > .video-iframe-container { display: none; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row > .video-iframe-container { display: none; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .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); }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb { border-width: 0; border-radius: 0; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTtD7rJ7wuxb7L2z9s1NMvOhTWsD4bKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.8125rem;width:19.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.1875rem;left:27.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#r9mqq0nbnQTDNtiukprWJzI0WeDcDhOn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.8125rem;width:19.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.249755859375rem;left:3.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#V3XtTlUEcI2gTJEZJy7W7TTIpEJ6041n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.8125rem;width:19.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.1875rem;left:51.437377929688rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#v9tBlWHJhfKbruTCaTr2oWxTfdtDqtnm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:18.3125rem;width:18.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.0621337890625rem;left:52.562255859375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#RJnzqCcEGahmF6EXNPaCAA21IGH3paUM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:18.3125rem;width:18.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.9998779296875rem;left:28.624877929688rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#qiQZaKkkol6MZlpvVqwZa0pDKJqBCTfD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:18.3125rem;width:18.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.0621337890625rem;left:4.8748779296875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#DcUcxaLUizqETzf4GVZyQMqnrQNGaNbU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.43603515625rem;left:36.99951171875rem; }
#uiXWOZbfTTMFrmpyf68HS39OzUMqCRLg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.43603515625rem;left:38.624877929688rem; }
#VRJK7JENC3gvJRnRBGM46kpMEm4zAJeX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.43603515625rem;left:40.249633789062rem; }
#sCr9DyaAC4uQANolkzRXodEBkVDdgKf8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.43603515625rem;left:41.875rem; }
#qnRu6l7Ls0SZ8O6DURXhCalVOLIsN9Lw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.43603515625rem;left:43.499755859375rem; }
#LUf0kELLBaWRwaesLxn9FoFFVobPlfdr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.248657226562rem;left:67.687377929688rem; }
#vKB6qbvBzOsT1WeT3MUSz4uoOsrHgqpa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.248657226562rem;left:66.06201171875rem; }
#fKNEWuwnOZpc9PG2ITahRghr9QNIbfD6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.248657226562rem;left:64.437255859375rem; }
#ywZOzviTTcdPAH2XQLgscLxvIlVUu0aa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.248657226562rem;left:62.811889648438rem; }
#ZfN2QLrDETh96Ho9OHTao4bIy5hw8N6o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.248657226562rem;left:61.187133789062rem; }
#GD8zefLnV1svxBz1zthN3DuyThO6O4Du { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.49951171875rem;left:19.81201171875rem; }
#dgwUOhOyVL87yWkuT8NrJ3i7krefR9QT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.49951171875rem;left:18.186645507812rem; }
#wzOXpCZItUKeJEDaguAXbJZhTOnQhTkU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.49951171875rem;left:16.561889648438rem; }
#H1idua4VtuiSbfbM0nKT2azS4mcX78QT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.49951171875rem;left:14.9365234375rem; }
#XJEPnETp7l1iQ8sndrwiDTCwcUMFTIZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.49951171875rem;left:13.311767578125rem; }
#oS1aX279avph9RrIhEdJrVhbRS74hWaT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.875rem;left:6.7498779296875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#SyJJ4NfPdprp6kRi84G0yeBQNvS3py3I { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1871337890625rem;left:30.499877929688rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#E8S0h5plGtszsxEiEzgIcEhADV1VWBib { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.1871337890625rem;left:54.81201171875rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z { position:relative;display:block; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z { background-color: transparent; background-image: none; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row .container > .video-iframe-container { display: none; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row > .video-iframe-container { display: none; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .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); }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z { border-width: 0; border-radius: 0; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qBGTndFcrhsSN0g6tXMUULAU2pwzNhrQ { color:#000000;display:block;width:57.999875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1746826171875rem;left:6.624755859375rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#vinrOArJRszezTLzo7ykokKgTiGiqJnc { color:#000000;display:block;width:62.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.98095703125rem;left:6.0625rem;height:20.25rem;text-align:center;text-align-last:center;display:block; }
#XIbsiMeUnBAE9gmWm8HB9CIsWdKyFJSu { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.06175rem;height:3.43628125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.559814453125rem;left:21.468505859375rem;display:block; }
#NGfDS2yI0XWZTOx2eMpoel87HTJZd5c8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI { position:relative;display:block; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI { background-color: transparent; background-image: none; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row .container > .video-iframe-container { display: none; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row > .video-iframe-container { display: none; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .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); }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI { border-width: 0; border-radius: 0; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdwJ0HEUmKG0AXVutXtohaPLF7fvs4Gg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.812rem;width:16.437375rem;top:10.440063476562rem;left:5.1470947265625rem;overflow:hidden;display:block; }
#UMT5RuP7FAMmpXg9Tu0xbUTNuXXxRlV1 { color:#000000;display:block;width:57.999875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.737060546875rem;left:8.499755859375rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#aGTuiF454xtyCK15L2yUM6MGaNEsSnFx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.562125rem;width:23.81225rem;top:10.4375rem;left:48.4375rem;overflow:hidden;display:block; }
#GbNZcMv2AHWVbEUVJOt3oAXZyG4ZX6VB { position:absolute;display:block;z-index:15004;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:33.687125rem;width:17.437125rem;top:10.375rem;left:26.9375rem;overflow:hidden;display:block; }
#rzMkp9TUn9CIFaV73mPBp5xvPBvePeNX { box-sizing:content-box;height:40.625rem;width:19.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:8.974365234375rem;left:3.2734375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#N5Fs0yxU6sexi0efIeJ81UmAo1T2tAMx { box-sizing:content-box;height:40.625rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9rem;left:47.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#fGpTkge3AABIAsViZTomEcx1xCwVSTyA { box-sizing:content-box;height:40.625rem;width:20.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:9rem;left:25.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#QbCHUrLASMAalbLmoEnZU2WbXf85v8Ak { color:#000000;display:block;width:62.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.287109375rem;left:6.06201171875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#tOxHlUDAkU4hFnXFoxHpx2VfgOVPOMIw { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;top:16.208374023438rem;left:5.898193359375rem;display:block; }
#A5Cri8MTtFzR7C9O0XIDN00Ce34FLkWW { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:19.396240234375rem;left:5.898193359375rem;display:block; }
#VEfE2iccCRALq5d8i5qeq9STXULX4evX { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;top:22.39599609375rem;left:5.898193359375rem;display:block; }
#yJlPLI625X6WKs9ivg7FRxDdhE0ZMfMM { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:25.561645507812rem;left:6.085693359375rem;display:block; }
#CO8TyT9EzsqlXFNqJ0rUwAB0e8CFiWTz { 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:5.99975625rem;width:17.6245rem;top:41.7236328125rem;left:4.8026123046875rem;overflow:hidden;display:block; }
#zR6ahcSbeTBEetmnNPIRZiMaybfvKGL4 { box-sizing:content-box;height:3.25rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:44.474365234375rem;left:3.8983154296875rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#zzFvmWInTTyPsU0ockqrNZ7TwuOyWxal { box-sizing:content-box;height:4.0625rem;width:18.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:33rem;left:26.1875rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#vDW5b0rHRSHr8SPuHBNUJyi7cckb6L1o { box-sizing:content-box;height:3.5rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:30.067749023438rem;left:48.4375rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#c2Wdy65ybwi50GIOTXeuVvsurfrF6UOw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:44.905395507812rem;left:0.8123779296875rem; }
#qovnB5VhRoKe8HJDT8xblsQhhfD6LGGG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.624877929688rem;left:22.960083007812rem; }
#cZ1UqVoRsV4DRwIu0LoBaUZP2u6yUFMi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.411376953125rem;left:45.3515625rem; }
#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f { position:relative;display:block; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f { background-color: transparent; background-image: none; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row .container > .video-iframe-container { display: none; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row > .video-iframe-container { display: none; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .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); }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f { border-width: 0; border-radius: 0; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d74lwIbzMF2rzl0i5zKswWWLgTnGQSMn { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.25rem;left:6.875rem;height:24.8525125rem;font-style:normal;display:block; }
#WmV5VV3vmCkVfT9NsGl4VSBTCyAOf4XT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.625rem;left:3.25rem; }
#mRV1Q6Woaq39MiAcHvApUCZKa3L8Mslt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14rem;left:3.25rem; }
#PTWclh8zininT4RlPObSPZLOqCvQJwxo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.4375rem;left:3.25rem; }
#GddodT0riXdMxTITGE2HuNr46hv15TpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.5625rem;left:3.25rem; }
#qXyT8Fw5yNeqTEA1PrFZk0sps37E3sBu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.0625rem;left:3.25rem; }
#GUw88HFpImWkzfBavNKE33XiIns05myU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.6875rem;left:3.25rem; }
#dGMfsl4Fye4QIA5zWLP4kIv1SagOITuc { box-sizing:content-box;height:27.1875rem;width:70.1875rem;position:absolute;display:block;z-index:15004;background-color:#f1ece6;background-image:none;top:9.1875rem;left:2.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q1lRHxifaRsG1R1s5auQZIw8BIoGIzr2 { color:#000000;display:block;width:71.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.521484375rem;left:1.9375rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddd7cd;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; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container { background-color: transparent; background-image: none; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container > .video-iframe-container { display: none; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row > .video-iframe-container { display: none; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .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); }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container { border-width: 0; border-radius: 0; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#L9v6mnpaV14VUptpCdS3Py1FB82kNOMJ { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.12451171875rem;left:3.2490234375rem;height:7.7988125rem;display:block; }
#D4RSMIBWHNzshFmc0IuyJP2kfdPm2UxQ { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.806640625rem;left:3.24951171875rem;height:24.852525rem;display:block; }
#OOXvfH0CmeypnR4Jwf1IXTiDRcyiinlM { box-sizing:content-box;height:32.9375rem;width:28.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;top:2.9375rem;left:45.8125rem;display:block; }
#a0ox8rSmqRrubs26aZUKCh6yachBPaXe { box-sizing:content-box;height:31.31225rem;width:21.31225rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:2.939453125rem;left:48.810424804688rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.5rem solid #a4a099;border-left:0.5rem solid #a4a099;border-right:0.5rem solid #a4a099;border-bottom:0.5rem solid #a4a099;display:block; }
#Iwcw7fg8TyIDz0SR1DxTce3tAzq8Auos { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.31125rem;width:27.624rem;top:4.843505859375rem;left:46.124267578125rem;overflow:hidden;display:block; }
#o0SwbLVNSFyNDCyQSwLkDiioHBc3viCd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:35.9375rem;width:29rem;top:2.939208984375rem;left:45.5302734375rem;overflow:hidden;display:block; }
#l735L7cQwCEb0IN5b72b5rGbVdKfOTii { box-sizing:content-box;height:39.625rem;width:42.5625rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.3);background-image:none;top:0.12451171875rem;left:1.046630859375rem;display:block; }
#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs { position:relative;display:block; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs { background-color: transparent; background-image: none; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row .container > .video-iframe-container { display: none; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row > .video-iframe-container { display: none; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .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); }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs { border-width: 0; border-radius: 0; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GOfIeRQcXZuiQdPIVySIvsKbTuokFkTn { color:#000000;display:block;width:58.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:8.4375rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 { position:relative;display:block; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 { background-color: transparent; background-image: none; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row .container > .video-iframe-container { display: none; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row > .video-iframe-container { display: none; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .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); }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 { border-width: 0; border-radius: 0; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-element-container { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .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; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:poppins;font-style:normal; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .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;font-family:poppins;line-height:1.4;overflow:hidden;height:auto; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-trigger.adaptive-delivery-prevent-bg, #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-trigger.lazyload, #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-trigger.lazyloading { background-image: none; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt { box-sizing:content-box;height:auto;width:66rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.339599609375rem;left:3.249755859375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ZPwOAr416PkoRmlOhVAyDtKoWRZ99VHW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #FE5fqafmm9bc5Sr8p6G59TVgdnfiKSQV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #kZMEwEsIossf5aPQCCkFZpaBFitw1t36 { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #cNOutV3mTo5sx8KnC3CMtZNy3znSQPST {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #kRtbqmp6thCePMutqwcE7KITrDA7EEd6 {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #OZnKhiPR0IPTMqIkMBwknUSN0rSZFuBL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #DO8rhNS9hnII1zXzXkdXKoBka9fWndyf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #XwuzypdmK8TfkUFG0JwIGdVqdqGHtdv4 { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #drFciXXJaTypCVSNvCHTKiRAc8wTqJ4W {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #rscfdsTXxETILwf656a84Af0iMOXbolw { display:none; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #NCFUgUsyNQ8HFT1n6SXTI7OTalEIbBpH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #Zmumc7M3JtBMTqC62RRUwTzXrrTXLrym { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #EH3Ts3N6Q8cm7dod8MJaDPXD3aKe8Pq2 { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #FaaSTVGPv1EIbJG5pLKWKKBP0i7qFvuW {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ARSgaeo7Jy3iVRKp4BvLzGbEStS9fTwc { display:none; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #lWuJZXZzTBSrwZVcCdRWS6z90XT4QP1x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #roQh7R7AQRoRWU9RX6NPNlFMGFxsLgXu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #mo3MrhvEletsLyQJweNk4B0XUg0tTt2o { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #M1htsZ7pApveXLITxblH6td7wXTgrPBZ {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #qlU9NuGLOXuJIy5xkvRwdigXTSrWtdq1 { display:none; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #Mx1lLtlMZR6U9HxyhihAXGuLFwzOk9Rv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #d8OPzoL7SJTyHGEOlka6iH2HXIPU6kB8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #aoxrypTuzpCJK27t7EoV9xZDvO2Sofya { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #EQ6WN3dNZ5q5oUqvmu8VeP8xUQZMHHuH {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #eCCJOiO0WO8mv1DEisdTdyWiOLyTUlyK { display:none; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #qXynUOEUqICTnBTh4timHEkrxFK003gX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #MpfNRUny4lU2JqzSWfMXe5PyvbyIQR05 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #pwMvuvAAhrZBtdIuW0ONpzZRwGxigI8h { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #lhuTkeHHLxD0kADZxOqHnUsMfW0Vk7W9 {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ld20RowHxJFg5O4okulJXxwJ6bfea43t { display:none; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #l0Bi7viqeiPat9DTgbXl7XVaiWiIMXR3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #cWpDzP5Tr3yAi0xI5wzQGlb9lr0L4Lcm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ugLk65g7ryluSiKNZGPXuze70rkeSmT5 { display:block;position:relative; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #OsHFZEh5WHOfSLBN7IKkInOtPkyWEHGs {  }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #TqhK5sHNlZINDOXho7trWTAZATPPuCwm { display:none; }
#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container { background-color: transparent; background-image: none; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container > .video-iframe-container { display: none; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row > .video-iframe-container { display: none; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .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); }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container { border-width: 0; border-radius: 0; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#vcGNIPUgym0l7qHarohrQ8wHLKz8dvuI { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5244140625rem;left:4.78076171875rem;height:7.7988125rem;display:block; }
#II1CJ5i73HF5llcghfwdtGbzXRRHOWOy { background-color:#cb6528;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4355625rem;height:3.4370125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.70556640625rem;left:43.84423828125rem;display:block; }
#wNcnKy4pu3rFg6IcdDdO5Uc6DaMnRphn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD { 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; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container { background-color: transparent; background-image: none; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container > .video-iframe-container { display: none; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row > .video-iframe-container { display: none; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .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); }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container { border-width: 0; border-radius: 0; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#xdUoMov2kM6ewI9FR4iTyNnKMtCgzygX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.375rem;top:4.75rem;left:34.3125rem;overflow:hidden;display:block; }
#boCdE8xPMNOrRphQmAVeE1rESHDsfFyM { color:#101010;display:block;width:17.87475rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.662353515625rem;left:28.56201171875rem;height:6.296875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NdzdhTQKsSrMO6TTnVXCSu2y09fC3bCE { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.937377929688rem;left:8.87451171875rem;height:1.224975rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OtFQkWNDDxytDDPvxL7h187Hppu0nzv7 { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:28.849487304688rem;left:37.124633789062rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UDTNg2JzWbz91ctF4JAaIiQfhTh6tOLC { color:#0da3e6;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:28.849487304688rem;left:51.624755859375rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xidxVJLOma4KR20QDmndzhX43ZPT2xrr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.6875rem;left:29.875rem; }
#xidxVJLOma4KR20QDmndzhX43ZPT2xrr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#op0KXFF02LT2FHnOnvR5GL64k6CJ4AQR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.6875rem;left:34.125rem; }
#op0KXFF02LT2FHnOnvR5GL64k6CJ4AQR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#sn0qbfhTfAyBvAshtIKyT6HFQmAys8my { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.6875rem;left:42rem; }
#sn0qbfhTfAyBvAshtIKyT6HFQmAys8my > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JQ3FzRr0QEFlSlHPzUgLtffJw5R4Pg7S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.6875rem;left:38.1875rem; }
#JQ3FzRr0QEFlSlHPzUgLtffJw5R4Pg7S > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU { display:block; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsEI4v6wC8vhgJOsiN8W5do4GIO0POF5 { width:47.375rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRmBHAKyP0MqSoXCTeMyCciiAhM7zcZ { width:41.1875rem;height:1.9375rem;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .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; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .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; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn { display:flex;width:19.1875rem;height:5.365rem;top:82.75rem;left:13.4990234375rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #f1tNphGTuiQcUwduwC8lJW7be38Fqzdp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #LTVwFo8E2avGUs7DKORRnyDnfJEuK7Ar {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #Z5wA56K6PavoJDa4nc5DBe9qHOTJyxIT {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #QXdBLG27Z4VZ7GoiIOcpDmgqLZU7ITiN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #QkmHqUD51REnTPAabR3A9ToBSR4eFlLa {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #KS13bd3GFlnKKLPSVeMpwaRRMoynb0FM {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #k2aKLThUUzwV6gu38T3UGAfSI9JlLIFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #snzGiGTeaTZcPrDybWZSSgwclM566tv8 {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #aDderarqcXJlR7naAWSx7Asrg5DQqEC4 {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #FGWrJd5oLeFSHp9uooPIQfVHAiwRzNab { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #EqPiHNM8Tu2u8K7T075V9lDdqORz3q0n {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #nNSTt4CxVaMVpZgllIcwAZpxZWsZ2Lub {  }
 }@media only screen and (max-width: 763px) { #ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr { display:block; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq16izVJvdIwFVMTq6rq2qZVLzki8Lnk { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIkMsTeWc62yh8HZUMPxi3CuuOf1i1h { top:1.3125rem;left:8.59375rem;width:30.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRvNCpLW2wvTh6UFgmrncN3sSqQcAvhu { top:6.5625rem;left:0rem;width:47.75rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit { display:block; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axDr8KMAeMOV6BTMc2irxMRbfTbMAeZn { top:6.3125rem;left:0rem;width:41.375rem;height:12.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRd1obQ1KUiTKL0bxs6KPbhpIwfLBRiq { top:20.8125rem;left:0rem;width:40.5rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKpDpB9nMr2ThhwIsx4Z3EvGJNCO5cv { width:31.25rem;height:3.375rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptcb6TvT88HW2fSt7Q7ppXro8taC3aDK { display:block; }
 }@media only screen and (max-width: 763px) { #fN6XEBgC4177OTtcWu7if7Co4QhKuZyp { top:1rem;left:0rem;width:16.3125rem;height:4.5446696481056rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 { display:block; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgPJcCQzLbwUaL6P7JvoI5hSQ28lIaAo { top:2.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ { display:block; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIpgEdSOLX0EpgUK08F3bx5eTRPhJxu7 { top:6.375rem;left:0rem;width:13.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3nKr70dDZ4s4dwt6SVDQrnKI4cTnE2e { top:6.375rem;left:7.3125rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07Dw04Ts3La00TaLKtoOTgcFGZpIuIe { top:11.3125rem;left:0rem;width:15.4375rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2UcSLrW9ECd4gEeJRo5lTNFUSIWmn8t { top:11.5625rem;left:8.0625rem;width:15.8125rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmHDA5ZUF3oELVJgdKfzQIfX4hyFI7XK { top:11.5625rem;left:20rem;width:15.8125rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMplHWMTIsAyrFRqBhHmq8886nrv2nIl { top:6.4375rem;left:23.5rem;width:12.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPr0WXhOKpDalX9QlBz6lfmuU3FZOdN { top:11.5625rem;left:32.3125rem;width:15.4375rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stWpOUx9ehcxztbTu9rgoIvAmykbKB69 { top:6.4375rem;left:33.6875rem;width:14.0625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyU0VL5JMywhwoJTv4cgbMKi918FIFw { top:0.6875rem;left:0rem;width:17.4375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCCfspLyMa2CwwS0K9tkQmw8o8qMiZbr { top:0.6875rem;left:6.5rem;width:17.375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiqdffcV881SKMkJaiSW05THxq3VTNLg { top:0.6875rem;left:18.4375rem;width:17.375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp1TpxubPXsfwzamUX4TSb33TmdWPEDT { top:0.6875rem;left:30.375rem;width:17.375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWrg8wShSBxwPkDQKN8gI7iJmNIxVqQ { top:2rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT9OsgqTodSIm2VZcot2cEzp2TItwcG { top:1.9375rem;left:23.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtrO7J5LyhzwvgLDNJlxbraBX1TnCOuX { top:2.125rem;left:35.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfqbx0etnfPP2921qaFBviyIOxJWplSg { top:2.375rem;left:11.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz { display:block; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNhTKm60Kbkv4qoTmOBgb4ENGxo4MK7X { top:6.375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cog43Ax6Ra7VIUTBfFwvGJl9UqJbyilr { top:2.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3ShUUliFd7Pal3hwA5HdwaSqQ2Zakwc { top:19.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhMELQ8Qhht2dg7zQQqq00qVgqkOAfNw { top:16.75rem;left:12.529418945312rem;width:23.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWfcDc84eX2boD0xc629ixpMc5TUU8n { top:15.1875rem;left:0rem;width:47.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm67STCzEMlZubZLXXKxMSPJmQo96rXx { display:block; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpEgTFpe9HKoyOTWlzM8oQb67oMhWCvu { top:0.6875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKLTIlW871GA87zrG4ill8zZ0qkcFPqe { display:block; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI { display:flex;height:auto;width:27.8125rem;top:16.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #mpnCMQ649QJZRHZoEBhyckJwilISTsLy {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #kngvCtVtiFONg5Tdrw0hhhouwKXOaFNS {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #RnPhnOgeQJbAK4UtRCKqFKGZ5WQd8pwh {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #evaCBdwtm7XsLuiclsVXsKFM7BcaBF2B {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #UhZr4TdiNWmFSeyhl4dwX5pTx9ZKR7o7 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #orHbpqMKIZsNTfWBNK5hw4gpKac6nuPW {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #P6tWIuacpwQwrZs3SFUlQxR0JduzDnFO {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #cbmFai3CLDTEKHLZ0xx3o0bMJa9Co1Sf {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #vBpF0LirIcxv6JETXOlW1ZoCXO5brlR7 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #i5OWC9ai8yCAQVdaRcLhT5cDSaSGqQ80 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #oQa5Siv4uvzqOnsyJ2G36TbhFsAnU28B {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #bmRftP3lo9TRMuKh9yGz4hWKRqTIGTQz {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #d9JhX8vERftPDMxOJRgMG9b2uXWqB13X {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #nbVU3VSFeXIGb57QOCSqk4mS8BUHAJoa {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #MirE8IGlg7NA8ihX2Ea19MyI2WKWN4qe {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #ITWk6aLoeFcfmDhlq0TdK1nNptfoqKDV {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #IRvH2xmWnwmKBaUVl5T6Mkf2c87qJh9D {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #P0HV0nUuysVxcGuG0tTD70zhkqvVZ7gU {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #zVLU2staNTRnsCFXobytowU41FpCZXsg {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #XbD1uLXQcInW390pRswUPJrbtmMxK5Hf {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #hwqwWNJhJTit87qRCmGWyEPT9OJATkg7 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #k5FWcC07bDdG3P76KUrQVVxDbopnZ8Vk {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #cHqTR93g5P00MiMV3REHsTesIyFBlkEk {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #NcTgB5hik9ZQsqFay7B3OXJLes8OmIqg {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #BRfsOv2elHwpTAM56CDKopP9d2dSSNyh {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #iuEtHllynRNGaaUzQRNMORdTHMHDUVGi {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #JUJuGIp2xAAXB5EvX1qr7gw9460a2ZCQ {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #O9i2oH6kSO7dzOSsir8nuBOqfwum348g {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #CqUt4ebDebMrftOXhlbSdKySOqGTOXW0 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #vbyTUcbN6qb8R5hSpeJ48yCpPiRKKUHC {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #IG6KO8USV2W8WHgN3xnEM4mCGFy8SEDJ {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #EkbTqxwPMuKcCT1QRO6E4Jn2vpFnRVUu {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #dXAdFnBWhT1K8tKPhtXPbv8eZiFI0Hh8 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #PGVhATCJ0O3BLDC7QKSgLOhxSSPsPSiE {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #GGICQzeTNx77x3Kp8o76oT4luswIXGR8 {  }
 }@media only screen and (max-width: 763px) { #wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 { display:block; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcKTmOC0n6G1Boc5WAN814U4F6ScHNtP { top:1.0625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR { display:block; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0ywWz31iuoNHUFh5KdLMvpQlnL8kXxF { top:1.3125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QA6DEBy5t81AWE9m4z1QvcPq3zmqAZ { width:30.75rem;height:3.4375rem;top:13.1875rem;left:7.6829833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3tlNkpNTtndT6h4ThaZdf7GQDlauG4 { display:block; }
 }@media only screen and (max-width: 763px) { #JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv { display:block; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpBC0CROTaqcv1cn0onTG27U15dT67m5 { top:7.625rem;left:0rem;width:32.75rem;height:18.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAI45PfVHobftdTGlbHwO1QmOnHNzG3W { top:3.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59ZtM2ySTKKwf4lcPZcMzuQpCCHzfFR { top:0.3125rem;left:17.6875rem;width:30rem;height:27.630042661477rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL { display:block; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa0TNHhNTowKsuQSprO3J9Cnt75OLm9q { width:33.625rem;height:3.4375rem;top:23rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUwGprOIvSE2In9SwfOCRq3ALcXcuQcm { display:block; }
 }@media only screen and (max-width: 763px) { #wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb { top:10rem;left:0rem;width:47.75rem;height:11rem;font-size:0.875rem;display:block; }#wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #HnIKAHRGbIchnBTFTTR51Fu6Z7tgFZyT { top:2.125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL { display:block; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCN5qlHoMDhPiAvsvA2yaFTeA5Svo8ew { top:1.9375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9rmGrhGKtchcX05O4sPUWqxtuJnq3E { top:7.875rem;left:0rem;width:32.0625rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6M7SQf23nSmCB4q3bppewqIfUoei3T { top:7.875rem;left:15.6875rem;width:32.0625rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o { top:13.8125rem;left:0rem;width:26.6875rem;height:25.25rem;font-size:0.875rem;display:block; }#xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33e66e6006d942ba8b9d7b6b1510b0e059ed45ba.svg); }
 }@media only screen and (max-width: 763px) { #oCdTqevXe8N7swgsFou2bAsveWxxoWrk { top:8.75rem;left:0rem;width:23.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7fuHCtnzN1yRQHQ1T9bzoEEK9U77mmb { top:8.75rem;left:24rem;width:23.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf { top:14.5rem;left:17.625rem;width:26.3125rem;height:28.5rem;font-size:0.875rem;display:block; }#X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #T5mPyTmeUXmn2zquMhAx09sBiymEK8cO { display:block; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdsFWCuMLu80ONTBUdtzvx87G56ynUOo { top:1.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkuSgBcrVk3IsryqiKI9squeJcEX54mJ { display:block; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZeLpG2QJx6MnBmlFWhBmsPzzTKvT6wS { top:11rem;left:0rem;width:17.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3cTWlmxNXlrbcdZzMtplq21n3lZUtP5 { top:11rem;left:6.4375rem;width:17.4375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovae8ql99z4VlzpxNOSQGsZ5V1PTrkbN { top:11rem;left:18.9375rem;width:16.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVkR70yCalm7TncNQPx2vyqh2KPbTuUG { top:11rem;left:30.8125rem;width:16.9375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJzbpftXS4x79WGlTkk761L0sHCUFdQm { top:2.75rem;left:2.21875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRf7rPWFXxbGooDGem4NrNyMN10OuOhP { top:2.75rem;left:14.15625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKVhPgGdiOnGE4LTioXENq0VMIn8kfgW { top:2.75rem;left:26.09375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI50MXcD84dWTzxNo7S8EdxkaS0moZwt { top:2.75rem;left:38.03125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsh219T1QRwxpgfADtvIghuITTD2Gasb { display:block; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OInkOcVTLEub3ed25XbiNbM25ADQ7XD3 { top:2.75rem;left:7.375rem;width:32.875rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhxpB5ouKNt0erlkTOSTlp8RFvxu3hzm { top:27.875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5t32iQ6rUWw83W0vnzGZR2bxwTkx3f7 { top:3.3125rem;left:0rem;width:47.75rem;height:26.808883722856rem;display:block; }
 }@media only screen and (max-width: 763px) { #eph15ocTmgHvwFQzFWDXM02FCopSrJbb { display:block; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxhGqcRh7VEO8QGXRBHARDxs114x93NJ { top:3.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndwah3LpvTOnvbMbxkrLpbA4gtPv36GU { top:6.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4GDbXQyWW4BWui7CEJAZdkDIBVdm2E { top:16.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdTRL514BmumLXVL2XTaTb09Is4FO8X { top:19rem;left:0rem;width:36rem;height:7.9375rem;font-size:0.9375rem;display:block; }#hVdTRL514BmumLXVL2XTaTb09Is4FO8X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #nw2Be5KMdSMVSxAVNIl83vSqZTTo0HQg { top:15.25rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHdEeXvA3ihy37icnaT6EkFonaZ15oO { top:34rem;left:0rem;width:36.75rem;height:6.25rem;font-size:0.9375rem;display:block; }#kmHdEeXvA3ihy37icnaT6EkFonaZ15oO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #RFMe2SSXhBDIWndyprUZURX34a55zyMr { top:30.3125rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFbBGmCUUlQppCCVfHm9pA3IZyAZpO0D { top:31.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH { top:49.0625rem;left:0rem;width:36.75rem;height:4.8125rem;font-size:0.9375rem;display:block; }#rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #QSre8eXKkfLC7VhuZ5PMEGfTEiT5MHmr { top:45.125rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGb7NnBnLVoRTCiSK6ipU55EJLqiWhl3 { top:46.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twt25vlOJEE7sy8HGfv8BTi6s6Kzu0G6 { top:60.125rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 { top:63.6875rem;left:0rem;width:31rem;height:4.8125rem;font-size:0.9375rem;display:block; }#NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #CQftPMxdIuuSo4QociWPEE489OlKssCP { top:61.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcbTuK3mepAiMTwTWErk4NaExmyNNAh { top:75rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyJXrFzMeODVAd8CytacWnAa0nbMW6l { top:78.5625rem;left:0rem;width:31rem;height:;font-size:0.9375rem;display:block; }#mzyJXrFzMeODVAd8CytacWnAa0nbMW6l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #NFu8QR9pZFMuFc4Eof2xsquAQGAywIrq { top:76.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlgWsl9Z1E7IiCKM20mhz5D88dlr8k6s { top:89.875rem;left:0rem;width:42.9375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USkKL1pn9zpyeTmCUKGnthnw0m41WRaq { top:91.9375rem;left:0rem;width:25.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnuClavlfMtXA0td46kqatf2oUbh567 { top:95rem;left:0rem;width:34.8125rem;height:10.875rem;font-size:1rem;display:block; }#iNnuClavlfMtXA0td46kqatf2oUbh567 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #NGGGUtbstmUKIL7tnSUTZnWTAsMNsLeU { top:59.1875rem;left:20.875rem;width:26.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJkZNR9PaRnAKUWWCxo0D8sQsDAZFCR7 { top:13.9375rem;left:20.875rem;width:26.875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcOsKuqJ9JWk40QO7RoDcfq3klDsTDX2 { top:74.25rem;left:20.875rem;width:26.875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAaWl22pITF5hByPOgCFc1XAkR8CdHu { top:44.5rem;left:20.875rem;width:26.875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5z13an1MeWaDewzA9AJdUBZ84t53Xxi { top:29.5625rem;left:20.875rem;width:26.875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxZ6MevpOMkAPMmhWdc1Jn8Slz5OEehw { top:90.5rem;left:27.9375rem;width:19.75rem;height:19.874733431759rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN { display:block; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSCNb7FZNOKnVV9qXzLfD7EWQ3FqigTn { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zxKDmosSEcxhHrBSSUCv8oVl00WRBS { top:7.6875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzTmPFZa1LrMbW3ionAfpZ33X5qucTW { top:18.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq { top:21.3125rem;left:0rem;width:36rem;height:7.3125rem;font-size:0.9375rem;display:block; }#KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #SJQFsnWIXv1C4HbLo9gFQfXLx0bSXpTF { top:17.5625rem;left:0rem;width:47.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGsvNcKurWXKPsyoTd21axnQoOQKb5sS { top:37.6875rem;left:0rem;width:39.9375rem;height:7.625rem;font-size:0.9375rem;display:block; }#IGsvNcKurWXKPsyoTd21axnQoOQKb5sS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #FbQoWs7ScQlItlJVugTUyypbHmwvDe6d { top:34rem;left:0rem;width:47.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxi1hWkOMLpSOAwGRhgMz1PfOVfQmzJD { top:35.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 { top:54.4375rem;left:0rem;width:36.75rem;height:5.9375rem;font-size:0.9375rem;display:block; }#Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #L2dslmePWTDnGZfZN8wrgtMxPENRXyGr { top:50.5rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPrCCEuihmtl0qpXmd3TfFTNkqbnKK9 { top:51.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5CzypvI1kHyV1Ax9In1vE3FOqQdUaoH { top:5.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP9TbxaSEkW8TczOvBMMfvmhiaFGWhI2 { top:34.625rem;left:22.75rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyRqoueIgPTwSyC7TBSStUQux8NQywah { top:18.375rem;left:22.75rem;width:25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IQeRkEBIwMkI8kvb2vOEnCIQeXV4La { top:51.1875rem;left:22.75rem;width:25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPIsMTTXgHpGt2O7XEaL9SvEtFVLsuTC { top:66.8125rem;left:0rem;width:44.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2X7MXRC5PRw9k8DcPcONx3Buhz6J79 { top:68.8125rem;left:3.125rem;width:25.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi { top:71.9375rem;left:3.125rem;width:30.9375rem;height:5.0625rem;font-size:1rem;display:block; }#kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #al7c0s9tKJA1lEgyTTuTbO1CteGDkBr7 { top:65.25rem;left:21.375rem;width:19.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm { display:block; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ10UnhD7JGsVTo1wKTRiAZHyT84rUWc { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi { top:10.875rem;left:0rem;width:28.3125rem;height:5.0625rem;font-size:0.875rem;display:block; }#VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #FRsduW8DJNupyTDOfpfUdCFA2VUCPiXZ { top:4.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl { top:10.875rem;left:18.375rem;width:29.375rem;height:6.75rem;font-size:0.875rem;display:block; }#OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #Ok5mgmsCKFtVxvhI7PEv5G3Z1IbyMdiu { top:10.25rem;left:0rem;width:31.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgWX8pftKSUdw69K6oWKXCTPuIZeISA { top:10.25rem;left:16.1875rem;width:31.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH1Al784uOu4aghCrLzaNdqgmA8v2RHX { top:17.625rem;left:0rem;width:25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfULKA9b3EuVTUeyvUuObSPFG3m5vSva { top:17.625rem;left:22.75rem;width:25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEFi16416i9THdTefiPpdC52aZ15QXK { display:block; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZ4Ef7ydaWc3TM1M2l1crwfQOBxQ91uZ { top:2.625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 { display:block; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs3OAOtzObzvS6UdZkJdyRtztpfkiNmT { top:4.625rem;left:0rem;width:20.25rem;height:19.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpvr0pbMtfN3Pmg8tCBOb2sIzlW9wTmu { top:5.25rem;left:11.875rem;width:19.875rem;height:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBTT5SMOh46RyCGXB9VKnru0JnaMGB55 { top:5.25rem;left:26.4375rem;width:21.1875rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44SS6uoMitUkZSzW39RLsrogB8aFurB { top:25.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDVBT0r8PvMFZf76rpcbkOyGwu47JzD4 { top:25.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0654oETAQWItFgKtzR4iTiJrh6TGA0x { top:25.25rem;left:1.3125009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmpfEU0TZogFq9mckRGdZ0ZadCdPOwn9 { top:25.25rem;left:2.8750009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcbSEiJtLPD2fuSULGwKRQu4WurTbHtO { top:25.25rem;left:4.4375009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwwpa2fPrqn3rorC0asHvNBhf5TMBBg7 { top:19.1875rem;left:20.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJpN21UnCOnFBxhh1bGneCd8dnz3GTEU { top:19.1875rem;left:18.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIDPk805JatXexX6dvEoxBspmwFf9yh8 { top:19.1875rem;left:16.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt59yxUbvUcRlK81Pz8usrKXMCnLduiO { top:19.1875rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNGCFXURuXIJvTGv6BeEPhs5XoBeWue { top:19.1875rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbzOeJGQrWV85Aqzi27SgaSXGviFL59h { top:16.8125rem;left:35.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8urPhqfiOqIB1VpFrpk15Cv9nCyiKMM { top:16.8125rem;left:33.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0UxDv520zAx6a7usALdnv0h6C9ymaa { top:16.8125rem;left:32.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsxTXvqeuHQtPBLJlOVUqzUFsrywbTVt { top:16.8125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rFVT5iHmSbqirDeVGKhzfeTES2zk8I { top:16.8125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2117mbuc55g5MK1hE8nh0QQKiddJZW { top:19.3125rem;left:26.375rem;width:4.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soV6VtBJpVJn3mkmHhd2tDWUN4Qm3Tyu { top:25.125rem;left:10.375000953674rem;width:4.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNDkLS6e2nCftzkbDdT4OvTGAD9lwJo { top:16.875rem;left:39.3125rem;width:7.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54BmkSZ88E95mS6P8N9SToCGc9HGBu4 { top:0rem;left:42.9375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTPuGhV17IGOtuOcuzHr2s66Fs0liNb3 { top:0rem;left:27.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9bRdqAplXn3B7H3rzQFa94WNZ6hhxT { top:0rem;left:11.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73vTJxRUwUKDfiHsTu31EBIUv1RPTuU { top:0.75rem;left:0rem;width:23.4375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQkoHtN0CweqUcmK4fXTCD0Ls2WHyCOL { top:0.625rem;left:24.1875rem;width:23.4375rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3K8yDhBDlHr2AaZl57aQ3l6kHviQhmF { top:27.0625rem;left:11.875rem;width:19.875rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpV8LkaumCAzMCD9qIpECbTFw5y3mWFa { top:35.8125rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XuFFy2FOv5Qy2hGdEWAxHsv26sGTrg { top:35.8125rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz59J9WNzC0HCOSFz0SNgd2irTKM2O5t { top:35.8125rem;left:16.937500953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a52AzVXn4Q4F1v4T53eli7vMaNWMvI7L { top:35.8125rem;left:18.500000953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxa5F5SilROBIkTKK8IsWXZdz23LRyc0 { top:35.8125rem;left:20.062500953674rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk8r4UBHhvBSVNgMqArasm9mr9M8M98l { top:35.9375rem;left:26.375000953674rem;width:4.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZIMFZKLle6NVD9l6x0xVKMNftnIZ6k7 { top:25.8125rem;left:26.4375rem;width:21.1875rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgSLCeRrJ41BnIErQWZv8L4L3WhHWFvG { top:35.875rem;left:40.125004768372rem;width:7.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TICgN6Rw5xToxm8fhS5FNtXpuCZ9FZbM { top:35.8125rem;left:36.062504768372rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiEAK6KbcQwZaIhCBnDPQBI1lpC738Gx { top:35.8125rem;left:34.562504768372rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBqLq0saGQw3eqvyRInIq4Z9GMT6WbNb { top:35.8125rem;left:32.937504768372rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLmlOpdoMHvJFKWUVeIneB3xbkKQ9ii7 { top:35.8125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NheOXV1dvMemiwPPnNbnEAkT7qLTEEnO { top:35.8125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQ8AVnHUmMWTwC2KpBBSMPbaA4PH3xV { top:32.875rem;left:0rem;width:19.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AySB5zggPsGxgSXphUNRTLPRklnChQ { top:35.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqGA4GJbAqDxHOVvtVqoue0OgKp00uBf { top:35.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMav9bs9y5mHZmOeDc0HmsAr7TtpwPVw { top:35.8125rem;left:0.93750095367431rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swGZgFAo6B6gvqyUglgGW6TEIfGGFQCS { top:35.8125rem;left:2.5000009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhitROtTlLbeHPHnkG2Lok0NnSTDeF5B { top:35.8125rem;left:4.0625009536743rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOW04eoClmvBuwhzuTadsNC5Wrk35RD { top:35.9375rem;left:10.375000953674rem;width:4.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPX8CrulM1wfRTgnwRXQlSALLcpe0yAL { top:30.875rem;left:0rem;width:23.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg9mhqTkZJVvSPpaQoT4giLFA0Flhkda { top:24.3125rem;left:8.3125rem;width:23.4375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDmrSBzbTvhasIR2NpGC0p6SlVeccC1 { top:22.1875rem;left:24.1875rem;width:23.4375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkMVUTm6g9myZXhGaLNp95n5eqo4yXcG { top:22.5rem;left:27.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHeST0qiw3LMmOhOSlrRDIJEkl31rnhs { top:20.375rem;left:42.9375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvSzNOTatHTcWrUyNaf2nSzy7AKRGPzT { top:28.75rem;left:11.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEgf9MBWdFNbBysugg0q34XPeenRkRHR { top:0.625rem;left:24.1875rem;width:23.4375rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1cNcMiy8rZxw3Rm7sF0BFDr23EHWXwE { top:0.75rem;left:8.3125rem;width:23.4375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kofOA2RqlBovzC5XXxswQNR8k8orCIRm { display:block; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqFk1qJL9l3zmgTCXaMLEW4Z2cyTAk5n { top:2.375rem;left:2.09375rem;width:43.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO { top:12.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #JRNJWM4vtEkRvI0MT1sKlW01kgxLieF8 { top:49.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI { top:52.75rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1rem;display:block; }#b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4becaa5d73a080f3f1a227d94724874e.svg); }
 }@media only screen and (max-width: 763px) { #XNqlTHOyN1BuWkRgvDFs8egozbPmla0G { top:60.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhQfAZARmQWpalFBuavzfXDIgfQeKb7g { top:70.4375rem;left:3.3427734375rem;width:39.5625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTvdAeOAc0zAuRuX9pVKyheATxm8AKsQ { width:36.5625rem;height:3.4375rem;top:75.6875rem;left:6.320068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7PwUkcqfaLgXoB4CM2Q86I1Ghmzfk5 { display:block; }
 }@media only screen and (max-width: 763px) { #cApiWvw69DiEPrh8la83MsGXyuxmNDMU { top:68.9375rem;left:12.18798828125rem;width:23.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIvlCD4t6FTatl9vaB0D626vK1keTt9p { top:67.8125rem;left:1.1552734375rem;width:46.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3P9y6PIccVUdtDqUPMehrLfJPPXIrgL { top:7.4375rem;left:0rem;width:47.75rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQcqtG6QpdNXQZfpM7Jl8Dr8lbXEzngO { top:48.5rem;left:0rem;width:47.75rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAUf6lMyJLWapa3ZeQ9Aa6ULcMgXeDMW { top:9.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akoqt1rTHQIWNvZQpmxavLkHvsXBSCEF { top:27.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skoxTOi76eMB544zeofe5m7DspCShTHp { top:29.8125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }#skoxTOi76eMB544zeofe5m7DspCShTHp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #Hzm9pQhAZWnMIpJDtJVz0HOyQ6tHqZnw { top:40.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TdSPhJpOdqKvkFAQKTGef12raiwKXR { top:42.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }#w9TdSPhJpOdqKvkFAQKTGef12raiwKXR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #Oop8l4W8Hb13HTIpv02aRVyBPQk7Ht2H { top:82.1875rem;left:12.90576171875rem;width:21.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .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; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .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; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV { display:flex;width:18rem;height:5.0625rem;top:82.75rem;left:13.4990234375rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #DbkTFD1l1O9JULaezQq3LnhQUHviHTa2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #BMtzCCJLHt3ARCaVEz46ZgbBoB22vebs {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #rEp957SQieK9hV7NiOzFdypDT1EcRwpk {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #zV8SbRTPGITvOnhUhzFB13uZgxsPn6xm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #bTxfnOHZbgSqiB15Pt4sXvcBJo54fuJf {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #Tt3RqO70PgNieg62roDmqQEKgCo1wPOz {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #Jl4NUAgpTzT8h7WAPTTtkCq2SLTzFVpF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #ifnINZGgTsaGHKKLktemgi0eNxnSOb3L {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #qQTziPDVwq2x3eLp9E3Vn61VITenaSCQ {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #wV2Aq78b7KxrATZJTxKg7eFp3Zq0MRcr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #qhQcarQPQsKILKpaIvoRaB9WGgN8r05t {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #reClDGQ0WSxXKvB5O7vassTWi4UugHhb {  }
 }@media only screen and (max-width: 763px) { #Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT { display:block; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzVxNTOrKmQwN8E8theT7F3CBZOO8cqu { top:3.6875rem;left:0rem;width:43.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4q7RRB24mvmfQ0TLbLGVy2GtyMNuVMr { top:8.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATT9uXQToRlBxtbT7oodKt6DXO2xKfP8 { width:36.5625rem;height:3.4375rem;top:32.5625rem;left:4.490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRRI38RTNZJRDHgwtf7SGV50HtX3CMiJ { display:block; }
 }@media only screen and (max-width: 763px) { #VKmbxq8Is2ncAZCCAnDwPSvazSZLIntm { top:5rem;left:0rem;width:47.25rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJpTTFCszca8LOqLyC2PkVwuflWInffw { top:3.6875rem;left:0rem;width:8.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3sawmyEACQHPLLAfahoclmd0gJTFLoA { top:14.625rem;left:6.12353515625rem;width:34.375rem;height:19.312125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb { display:block; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTtD7rJ7wuxb7L2z9s1NMvOhTWsD4bKJ { top:0.1875rem;left:11.9375rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mqq0nbnQTDNtiukprWJzI0WeDcDhOn { top:0.1875rem;left:0rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3XtTlUEcI2gTJEZJy7W7TTIpEJ6041n { top:0.1875rem;left:27.8125rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9tBlWHJhfKbruTCaTr2oWxTfdtDqtnm { top:1rem;left:29.3125rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJnzqCcEGahmF6EXNPaCAA21IGH3paUM { top:0.9375rem;left:13.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiQZaKkkol6MZlpvVqwZa0pDKJqBCTfD { top:1rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUcxaLUizqETzf4GVZyQMqnrQNGaNbU { top:12.375rem;left:23.31201171875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXWOZbfTTMFrmpyf68HS39OzUMqCRLg { top:12.375rem;left:24.937377929688rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRJK7JENC3gvJRnRBGM46kpMEm4zAJeX { top:12.375rem;left:26.562133789062rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCr9DyaAC4uQANolkzRXodEBkVDdgKf8 { top:12.375rem;left:28.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnRu6l7Ls0SZ8O6DURXhCalVOLIsN9Lw { top:12.375rem;left:29.812255859375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUf0kELLBaWRwaesLxn9FoFFVobPlfdr { top:12.1875rem;left:44.874877929688rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKB6qbvBzOsT1WeT3MUSz4uoOsrHgqpa { top:12.1875rem;left:43.24951171875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKNEWuwnOZpc9PG2ITahRghr9QNIbfD6 { top:12.1875rem;left:41.624755859375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywZOzviTTcdPAH2XQLgscLxvIlVUu0aa { top:12.1875rem;left:39.999389648438rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfN2QLrDETh96Ho9OHTao4bIy5hw8N6o { top:12.1875rem;left:38.374633789062rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8zefLnV1svxBz1zthN3DuyThO6O4Du { top:12.4375rem;left:14.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgwUOhOyVL87yWkuT8NrJ3i7krefR9QT { top:12.4375rem;left:13.624145507812rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzOXpCZItUKeJEDaguAXbJZhTOnQhTkU { top:12.4375rem;left:11.999389648438rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1idua4VtuiSbfbM0nKT2azS4mcX78QT { top:12.4375rem;left:10.3740234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJEPnETp7l1iQ8sndrwiDTCwcUMFTIZz { top:12.4375rem;left:8.749267578125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS1aX279avph9RrIhEdJrVhbRS74hWaT { top:4.875rem;left:1.375rem;width:14.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyJJ4NfPdprp6kRi84G0yeBQNvS3py3I { top:4.125rem;left:16.812377929688rem;width:14.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8S0h5plGtszsxEiEzgIcEhADV1VWBib { top:4.125rem;left:31.99951171875rem;width:14.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z { display:block; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBGTndFcrhsSN0g6tXMUULAU2pwzNhrQ { top:2.125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vinrOArJRszezTLzo7ykokKgTiGiqJnc { top:8.9375rem;left:0rem;width:47.75rem;height:20.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIbsiMeUnBAE9gmWm8HB9CIsWdKyFJSu { width:32rem;height:3.375rem;top:30.5rem;left:7.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfDS2yI0XWZTOx2eMpoel87HTJZd5c8 { display:block; }
 }@media only screen and (max-width: 763px) { #q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI { display:block; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdwJ0HEUmKG0AXVutXtohaPLF7fvs4Gg { top:10.4375rem;left:0rem;width:16.375rem;height:29.69887223477rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMT5RuP7FAMmpXg9Tu0xbUTNuXXxRlV1 { top:1.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTuiF454xtyCK15L2yUM6MGaNEsSnFx { top:10.4375rem;left:24rem;width:23.75rem;height:30.482229472225rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNZcMv2AHWVbEUVJOt3oAXZyG4ZX6VB { top:10.375rem;left:13.3125rem;width:17.375rem;height:33.567104489702rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzMkp9TUn9CIFaV73mPBp5xvPBvePeNX { top:8.9375rem;left:0rem;width:19.875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Fs0yxU6sexi0efIeJ81UmAo1T2tAMx { top:9rem;left:22.3125rem;width:25rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGpTkge3AABIAsViZTomEcx1xCwVSTyA { top:9rem;left:11.5rem;width:20.6875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbCHUrLASMAalbLmoEnZU2WbXf85v8Ak { top:5.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxHlUDAkU4hFnXFoxHpx2VfgOVPOMIw { top:16.1875rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Cri8MTtFzR7C9O0XIDN00Ce34FLkWW { top:19.375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfE2iccCRALq5d8i5qeq9STXULX4evX { top:22.375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJlPLI625X6WKs9ivg7FRxDdhE0ZMfMM { top:25.5rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO8TyT9EzsqlXFNqJ0rUwAB0e8CFiWTz { top:41.6875rem;left:0rem;width:17.5625rem;height:5.9786501257128rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR6ahcSbeTBEetmnNPIRZiMaybfvKGL4 { top:44.4375rem;left:0rem;width:18.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzFvmWInTTyPsU0ockqrNZ7TwuOyWxal { top:33rem;left:12.5625rem;width:18.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDW5b0rHRSHr8SPuHBNUJyi7cckb6L1o { top:30.0625rem;left:23.9375rem;width:23.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Wdy65ybwi50GIOTXeuVvsurfrF6UOw { top:44.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qovnB5VhRoKe8HJDT8xblsQhhfD6LGGG { top:33.5625rem;left:9.3350830078125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ1UqVoRsV4DRwIu0LoBaUZP2u6yUFMi { top:30.375rem;left:31.7265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f { display:block; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d74lwIbzMF2rzl0i5zKswWWLgTnGQSMn { top:10.25rem;left:0rem;width:47.75rem;height:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmV5VV3vmCkVfT9NsGl4VSBTCyAOf4XT { top:9.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRV1Q6Woaq39MiAcHvApUCZKa3L8Mslt { top:14rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTWclh8zininT4RlPObSPZLOqCvQJwxo { top:18.4375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GddodT0riXdMxTITGE2HuNr46hv15TpT { top:22.5625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXyT8Fw5yNeqTEA1PrFZk0sps37E3sBu { top:27.0625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUw88HFpImWkzfBavNKE33XiIns05myU { top:31.6875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGMfsl4Fye4QIA5zWLP4kIv1SagOITuc { top:9.1875rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lRHxifaRsG1R1s5auQZIw8BIoGIzr2 { top:1.5rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn { display:block; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9v6mnpaV14VUptpCdS3Py1FB82kNOMJ { top:2.0625rem;left:0rem;width:33.5625rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RSMIBWHNzshFmc0IuyJP2kfdPm2UxQ { top:11.75rem;left:0rem;width:38.8125rem;height:24.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOXvfH0CmeypnR4Jwf1IXTiDRcyiinlM { top:2.9375rem;left:19.75rem;width:28rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ox8rSmqRrubs26aZUKCh6yachBPaXe { top:2.9375rem;left:25.4375rem;width:21.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwcw7fg8TyIDz0SR1DxTce3tAzq8Auos { top:4.8125rem;left:20.1875rem;width:27.5625rem;height:30.243767308319rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0SwbLVNSFyNDCyQSwLkDiioHBc3viCd { top:2.9375rem;left:18.75rem;width:29rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l735L7cQwCEb0IN5b72b5rGbVdKfOTii { top:0.0625rem;left:0rem;width:42.5625rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ahL6d6MihEgcy6UzLaV501HHHhdAZs { display:block; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOfIeRQcXZuiQdPIVySIvsKbTuokFkTn { top:1.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 { display:block; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt { display:flex;height:auto;width:45.25rem;top:1.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ZPwOAr416PkoRmlOhVAyDtKoWRZ99VHW {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #FE5fqafmm9bc5Sr8p6G59TVgdnfiKSQV {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #kZMEwEsIossf5aPQCCkFZpaBFitw1t36 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #cNOutV3mTo5sx8KnC3CMtZNy3znSQPST {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #kRtbqmp6thCePMutqwcE7KITrDA7EEd6 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #OZnKhiPR0IPTMqIkMBwknUSN0rSZFuBL {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #DO8rhNS9hnII1zXzXkdXKoBka9fWndyf {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #XwuzypdmK8TfkUFG0JwIGdVqdqGHtdv4 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #drFciXXJaTypCVSNvCHTKiRAc8wTqJ4W {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #rscfdsTXxETILwf656a84Af0iMOXbolw {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #NCFUgUsyNQ8HFT1n6SXTI7OTalEIbBpH {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #Zmumc7M3JtBMTqC62RRUwTzXrrTXLrym {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #EH3Ts3N6Q8cm7dod8MJaDPXD3aKe8Pq2 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #FaaSTVGPv1EIbJG5pLKWKKBP0i7qFvuW {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ARSgaeo7Jy3iVRKp4BvLzGbEStS9fTwc {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #lWuJZXZzTBSrwZVcCdRWS6z90XT4QP1x {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #roQh7R7AQRoRWU9RX6NPNlFMGFxsLgXu {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #mo3MrhvEletsLyQJweNk4B0XUg0tTt2o {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #M1htsZ7pApveXLITxblH6td7wXTgrPBZ {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #qlU9NuGLOXuJIy5xkvRwdigXTSrWtdq1 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #Mx1lLtlMZR6U9HxyhihAXGuLFwzOk9Rv {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #d8OPzoL7SJTyHGEOlka6iH2HXIPU6kB8 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #aoxrypTuzpCJK27t7EoV9xZDvO2Sofya {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #EQ6WN3dNZ5q5oUqvmu8VeP8xUQZMHHuH {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #eCCJOiO0WO8mv1DEisdTdyWiOLyTUlyK {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #qXynUOEUqICTnBTh4timHEkrxFK003gX {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #MpfNRUny4lU2JqzSWfMXe5PyvbyIQR05 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #pwMvuvAAhrZBtdIuW0ONpzZRwGxigI8h {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #lhuTkeHHLxD0kADZxOqHnUsMfW0Vk7W9 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ld20RowHxJFg5O4okulJXxwJ6bfea43t {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #l0Bi7viqeiPat9DTgbXl7XVaiWiIMXR3 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #cWpDzP5Tr3yAi0xI5wzQGlb9lr0L4Lcm {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ugLk65g7ryluSiKNZGPXuze70rkeSmT5 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #OsHFZEh5WHOfSLBN7IKkInOtPkyWEHGs {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #TqhK5sHNlZINDOXho7trWTAZATPPuCwm {  }
 }@media only screen and (max-width: 763px) { #JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw { display:block; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcGNIPUgym0l7qHarohrQ8wHLKz8dvuI { top:2.5rem;left:0rem;width:38.0625rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #II1CJ5i73HF5llcghfwdtGbzXRRHOWOy { width:22.375rem;height:3.375rem;top:4.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNcnKy4pu3rFg6IcdDdO5Uc6DaMnRphn { display:block; }
 }@media only screen and (max-width: 763px) { #Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD { display:block; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdUoMov2kM6ewI9FR4iTyNnKMtCgzygX { top:4.6875rem;left:20.6875rem;width:6.375rem;height:6.2504902345281rem;display:block; }
 }@media only screen and (max-width: 763px) { #boCdE8xPMNOrRphQmAVeE1rESHDsfFyM { width:17.8125rem;height:6.25rem;top:12.625rem;left:14.93701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdzdhTQKsSrMO6TTnVXCSu2y09fC3bCE { width:25.9375rem;height:1.25rem;top:28.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtFQkWNDDxytDDPvxL7h187Hppu0nzv7 { width:12.1875rem;height:1.375rem;top:28.8125rem;left:23.499633789062rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTNg2JzWbz91ctF4JAaIiQfhTh6tOLC { width:6rem;height:1.375rem;top:28.8125rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidxVJLOma4KR20QDmndzhX43ZPT2xrr { top:21.625rem;left:16.25rem;width:3.125rem;height:3.125rem;display:block; }
#xidxVJLOma4KR20QDmndzhX43ZPT2xrr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #op0KXFF02LT2FHnOnvR5GL64k6CJ4AQR { top:21.625rem;left:20.5rem;width:3.125rem;height:3.125rem;display:block; }
#op0KXFF02LT2FHnOnvR5GL64k6CJ4AQR > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #sn0qbfhTfAyBvAshtIKyT6HFQmAys8my { top:21.625rem;left:28.375rem;width:3.125rem;height:3.125rem;display:block; }
#sn0qbfhTfAyBvAshtIKyT6HFQmAys8my > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JQ3FzRr0QEFlSlHPzUgLtffJw5R4Pg7S { top:21.625rem;left:24.5625rem;width:3.125rem;height:3.125rem;display:block; }
#JQ3FzRr0QEFlSlHPzUgLtffJw5R4Pg7S > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU { display:block; }#UgI5gUFVOzTi2nCU32fhTqMxu5Auo5hU > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsEI4v6wC8vhgJOsiN8W5do4GIO0POF5 { width:19.625rem;height:9.1875rem;top:-0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRmBHAKyP0MqSoXCTeMyCciiAhM7zcZ { width:15rem;height:2.4375rem;top:0.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .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; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .widget-text.counter-number { padding-top:0.331875rem;padding-right:0.289375rem;padding-bottom:0.331875rem;padding-left:0.289375rem;width:1.736875rem;min-width:1.736875rem;height:1.783125rem;font-size:1.3275rem;line-height:28.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1625rem solid #cb6528;border-right:0.16375rem solid #cb6528;border-bottom:0.1625rem solid #cb6528;border-left:0.16375rem solid #cb6528; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2075rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.315625rem;height:0.704375rem;font-size:0.498125rem;line-height:11.27px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn { display:flex;width:14.5625rem;height:3.68375rem;top:3.71630859375rem;left:2.37841796875rem;padding-top:0.783125rem;padding-right:0.776875rem;padding-bottom:0.783125rem;padding-left:0.776875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #f1tNphGTuiQcUwduwC8lJW7be38Fqzdp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #LTVwFo8E2avGUs7DKORRnyDnfJEuK7Ar {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #Z5wA56K6PavoJDa4nc5DBe9qHOTJyxIT {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #QXdBLG27Z4VZ7GoiIOcpDmgqLZU7ITiN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #QkmHqUD51REnTPAabR3A9ToBSR4eFlLa {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #KS13bd3GFlnKKLPSVeMpwaRRMoynb0FM {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #k2aKLThUUzwV6gu38T3UGAfSI9JlLIFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #snzGiGTeaTZcPrDybWZSSgwclM566tv8 {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #aDderarqcXJlR7naAWSx7Asrg5DQqEC4 {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #FGWrJd5oLeFSHp9uooPIQfVHAiwRzNab { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #EqPiHNM8Tu2u8K7T075V9lDdqORz3q0n {  }
 }@media only screen and (max-width: 763px) { #LBqVy2bbwUOqo8p7ChR7MQTBam7izmfn #nNSTt4CxVaMVpZgllIcwAZpxZWsZ2Lub {  }
 }@media only screen and (max-width: 763px) { #ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr { display:block; }#ZuMoKrBDST0veXqdFuLvo1ai15iuP4Tr > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq16izVJvdIwFVMTq6rq2qZVLzki8Lnk { width:20rem;height:3.44921875rem;top:4.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KuIkMsTeWc62yh8HZUMPxi3CuuOf1i1h { width:20rem;height:1.3125rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRvNCpLW2wvTh6UFgmrncN3sSqQcAvhu { width:20rem;height:12.25rem;top:9.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/836e8e01-1dc0-4a76-be55-e32b6156a5aa/2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit.adaptive-delivery-prevent-bg, #ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit.lazyload, #ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit.lazyloading { background-image: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container { background-color: transparent; background-image: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container > .video-iframe-container { display: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row > .video-iframe-container { display: none; }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .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); }#ciWv5V9zyXv82GDI9KRLdtm6TvgwlTit > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axDr8KMAeMOV6BTMc2irxMRbfTbMAeZn { width:19.125rem;height:7.796875rem;top:11.124755859375rem;left:0.4373779296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRd1obQ1KUiTKL0bxs6KPbhpIwfLBRiq { width:18.1875rem;height:5.19921875rem;top:4.560302734375rem;left:0.6241455078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKpDpB9nMr2ThhwIsx4Z3EvGJNCO5cv { width:18.9984375rem;height:3.374025rem;top:19.998046875rem;left:0.37548828125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ptcb6TvT88HW2fSt7Q7ppXro8taC3aDK { display:block; }
 }@media only screen and (max-width: 763px) { #fN6XEBgC4177OTtcWu7if7Co4QhKuZyp { width:13.125rem;height:3.5625rem;top:0rem;left:0.1866455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 { display:block; }#eIKTfV5WDowhuHZpotdAdxOQnAwLK7m3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgPJcCQzLbwUaL6P7JvoI5hSQ28lIaAo { width:16.62375rem;height:1.950075rem;top:0.9759521484375rem;left:1.185302734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ { display:block; }#PVKz4fApywPlXvLuESO8T1eiiuTa1eSQ > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIpgEdSOLX0EpgUK08F3bx5eTRPhJxu7 { width:13.75rem;height:3.25rem;top:6.7012939453125rem;left:2.125244140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3nKr70dDZ4s4dwt6SVDQrnKI4cTnE2e { width:15.37475rem;height:3.25rem;top:27.532592773438rem;left:2.1563720703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07Dw04Ts3La00TaLKtoOTgcFGZpIuIe { width:15.437rem;height:7.875rem;top:11.638427734375rem;left:2.1240234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2UcSLrW9ECd4gEeJRo5lTNFUSIWmn8t { width:15.7495rem;height:7.875rem;top:32.672973632812rem;left:2.15576171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmHDA5ZUF3oELVJgdKfzQIfX4hyFI7XK { width:15.7495rem;height:7.875rem;top:53.75rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMplHWMTIsAyrFRqBhHmq8886nrv2nIl { width:12.312rem;height:3.25rem;top:48.6875rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPr0WXhOKpDalX9QlBz6lfmuU3FZOdN { width:15.437rem;height:6.5625rem;top:75.1875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stWpOUx9ehcxztbTu9rgoIvAmykbKB69 { width:14.0625rem;height:3.25rem;top:70.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEyU0VL5JMywhwoJTv4cgbMKi918FIFw { width:17.4375rem;height:19.75rem;top:1rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCCfspLyMa2CwwS0K9tkQmw8o8qMiZbr { width:17.375rem;height:20.1875rem;top:21.812377929688rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiqdffcV881SKMkJaiSW05THxq3VTNLg { width:17.375rem;height:20.375rem;top:42.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp1TpxubPXsfwzamUX4TSb33TmdWPEDT { width:17.375rem;height:19.6875rem;top:64.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWrg8wShSBxwPkDQKN8gI7iJmNIxVqQ { display:flex;width:3.375rem;height:3.375rem;top:2.3262939453125rem;left:2.125244140625rem; }
 }@media only screen and (max-width: 763px) { #uOT9OsgqTodSIm2VZcot2cEzp2TItwcG { display:flex;width:4.125rem;height:4.125rem;top:44.1875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #KtrO7J5LyhzwvgLDNJlxbraBX1TnCOuX { display:flex;width:3.5625rem;height:3.5625rem;top:65.8125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #kfqbx0etnfPP2921qaFBviyIOxJWplSg { display:flex;width:3.5rem;height:3.5rem;top:23.501220703125rem;left:2.1563720703125rem; }
 }@media only screen and (max-width: 763px) { #QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz { display:block; }#QTRRUvIbS3a7S0IJUGXc4x7TVqMk7xaz > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNhTKm60Kbkv4qoTmOBgb4ENGxo4MK7X { width:18.4995rem;height:11.8125rem;top:8.34863125rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cog43Ax6Ra7VIUTBfFwvGJl9UqJbyilr { width:16.6235625rem;height:5.84765625rem;top:1.25rem;left:1.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3ShUUliFd7Pal3hwA5HdwaSqQ2Zakwc { width:15.875rem;height:11.8125rem;top:25.59814453125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhMELQ8Qhht2dg7zQQqq00qVgqkOAfNw { width:20rem;height:1.950075rem;top:23.0195296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTWfcDc84eX2boD0xc629ixpMc5TUU8n { width:18.375rem;height:16.9375rem;top:21.41113125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm67STCzEMlZubZLXXKxMSPJmQo96rXx { display:block; }#Xm67STCzEMlZubZLXXKxMSPJmQo96rXx > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpEgTFpe9HKoyOTWlzM8oQb67oMhWCvu { width:19.125rem;height:5.84765625rem;top:1.3056640625rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKLTIlW871GA87zrG4ill8zZ0qkcFPqe { display:block; }#WKLTIlW871GA87zrG4ill8zZ0qkcFPqe > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI .accordion-desc-text { font-size:0.875rem;height:auto; }
#Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI { display:flex;height:auto;width:17.4995rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #mpnCMQ649QJZRHZoEBhyckJwilISTsLy {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #kngvCtVtiFONg5Tdrw0hhhouwKXOaFNS {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #RnPhnOgeQJbAK4UtRCKqFKGZ5WQd8pwh {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #evaCBdwtm7XsLuiclsVXsKFM7BcaBF2B {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #UhZr4TdiNWmFSeyhl4dwX5pTx9ZKR7o7 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #orHbpqMKIZsNTfWBNK5hw4gpKac6nuPW {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #P6tWIuacpwQwrZs3SFUlQxR0JduzDnFO {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #cbmFai3CLDTEKHLZ0xx3o0bMJa9Co1Sf {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #vBpF0LirIcxv6JETXOlW1ZoCXO5brlR7 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #i5OWC9ai8yCAQVdaRcLhT5cDSaSGqQ80 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #oQa5Siv4uvzqOnsyJ2G36TbhFsAnU28B {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #bmRftP3lo9TRMuKh9yGz4hWKRqTIGTQz {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #d9JhX8vERftPDMxOJRgMG9b2uXWqB13X {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #nbVU3VSFeXIGb57QOCSqk4mS8BUHAJoa {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #MirE8IGlg7NA8ihX2Ea19MyI2WKWN4qe {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #ITWk6aLoeFcfmDhlq0TdK1nNptfoqKDV {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #IRvH2xmWnwmKBaUVl5T6Mkf2c87qJh9D {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #P0HV0nUuysVxcGuG0tTD70zhkqvVZ7gU {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #zVLU2staNTRnsCFXobytowU41FpCZXsg {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #XbD1uLXQcInW390pRswUPJrbtmMxK5Hf {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #hwqwWNJhJTit87qRCmGWyEPT9OJATkg7 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #k5FWcC07bDdG3P76KUrQVVxDbopnZ8Vk {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #cHqTR93g5P00MiMV3REHsTesIyFBlkEk {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #NcTgB5hik9ZQsqFay7B3OXJLes8OmIqg {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #BRfsOv2elHwpTAM56CDKopP9d2dSSNyh {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #iuEtHllynRNGaaUzQRNMORdTHMHDUVGi {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #JUJuGIp2xAAXB5EvX1qr7gw9460a2ZCQ {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #O9i2oH6kSO7dzOSsir8nuBOqfwum348g {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #CqUt4ebDebMrftOXhlbSdKySOqGTOXW0 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #vbyTUcbN6qb8R5hSpeJ48yCpPiRKKUHC {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #IG6KO8USV2W8WHgN3xnEM4mCGFy8SEDJ {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #EkbTqxwPMuKcCT1QRO6E4Jn2vpFnRVUu {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #dXAdFnBWhT1K8tKPhtXPbv8eZiFI0Hh8 {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #PGVhATCJ0O3BLDC7QKSgLOhxSSPsPSiE {  }
 }@media only screen and (max-width: 763px) { #Lh0V0Uh28fNFULfalrnQkAo0V6Ozz0MI #GGICQzeTNx77x3Kp8o76oT4luswIXGR8 {  }
 }@media only screen and (max-width: 763px) { #wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 { display:block; }#wf1TAlAafD0Td8Qnwaol9nhLEeUi5UN0 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcKTmOC0n6G1Boc5WAN814U4F6ScHNtP { width:18.2485625rem;height:5.84765625rem;top:1.25rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR { display:block; }#bIBgxZ61Z4TryAKl1eNiCXA1qMc2zVBR > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0ywWz31iuoNHUFh5KdLMvpQlnL8kXxF { width:18.5625rem;height:17.0625rem;top:1.25rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1QA6DEBy5t81AWE9m4z1QvcPq3zmqAZ { width:18.9375rem;height:3.436525rem;top:19.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT3tlNkpNTtndT6h4ThaZdf7GQDlauG4 { display:block; }
 }@media only screen and (max-width: 763px) { #JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv { display:block; }#JvCHp11BsNxgnhs9dgXb3UsOWwGAcCTv > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpBC0CROTaqcv1cn0onTG27U15dT67m5 { width:18.5615rem;height:19.6875rem;top:3.97314453125rem;left:0.71923828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAI45PfVHobftdTGlbHwO1QmOnHNzG3W { width:17.9365rem;height:1.950075rem;top:1.25rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k59ZtM2ySTKKwf4lcPZcMzuQpCCHzfFR { width:20rem;height:18.420028440985rem;top:24.915778320313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL { display:block; }#G0RxPPqKG5Q9TML4ipDfoTif7Vu3iIgL > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa0TNHhNTowKsuQSprO3J9Cnt75OLm9q { width:18.937rem;height:3.436525rem;top:29.26906875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUwGprOIvSE2In9SwfOCRq3ALcXcuQcm { display:block; }
 }@media only screen and (max-width: 763px) { #wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb { width:18.25rem;height:19.6640625rem;top:8.34863125rem;left:0.875rem;font-size:0.875rem;display:block; }#wuImxPW2EPu7TnEKFTa9sbKr1GMhzFlb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #HnIKAHRGbIchnBTFTTR51Fu6Z7tgFZyT { width:19.8125rem;height:5.84765625rem;top:1.25rem;left:0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL { display:block; }#pxR2GcVcciLO8NKRUnIhr5GEQHzMLsbL > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCN5qlHoMDhPiAvsvA2yaFTeA5Svo8ew { width:20rem;height:7.5rem;top:0.68701171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9rmGrhGKtchcX05O4sPUWqxtuJnq3E { width:20rem;height:27.4375rem;top:10.36328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #io6M7SQf23nSmCB4q3bppewqIfUoei3T { width:20rem;height:30.375rem;top:39.80029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o { width:17.8125rem;height:22.3359375rem;top:13.092041015625rem;left:1.09375rem;font-size:0.875rem;display:block; }#xD7fbpGtQOWA6U81toPaT8ScvRMlaf4o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33e66e6006d942ba8b9d7b6b1510b0e059ed45ba.svg); }
 }@media only screen and (max-width: 763px) { #oCdTqevXe8N7swgsFou2bAsveWxxoWrk { width:16.31225rem;height:2.5996125rem;top:8.9127197265625rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7fuHCtnzN1yRQHQ1T9bzoEEK9U77mmb { width:17.374875rem;height:2.5996125rem;top:38.412109375rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf { width:18.4375rem;height:23.785125rem;top:42.968017578125rem;left:0.78125rem;font-size:0.875rem;display:block; }#X9sXbTun77tIZg9FgEZ1KriU5sJ03zVf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #T5mPyTmeUXmn2zquMhAx09sBiymEK8cO { display:block; }#T5mPyTmeUXmn2zquMhAx09sBiymEK8cO > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdsFWCuMLu80ONTBUdtzvx87G56ynUOo { width:17.3125rem;height:4.38574375rem;top:1.556640625rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkuSgBcrVk3IsryqiKI9squeJcEX54mJ { display:block; }#CkuSgBcrVk3IsryqiKI9squeJcEX54mJ > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZeLpG2QJx6MnBmlFWhBmsPzzTKvT6wS { width:13.875rem;height:3.9375rem;top:7.1875rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3cTWlmxNXlrbcdZzMtplq21n3lZUtP5 { width:13.937rem;height:13.125rem;top:18.3125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovae8ql99z4VlzpxNOSQGsZ5V1PTrkbN { width:13.249rem;height:6.5625rem;top:38.625rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVkR70yCalm7TncNQPx2vyqh2KPbTuUG { width:13.5rem;height:6.5625rem;top:52.375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJzbpftXS4x79WGlTkk761L0sHCUFdQm { display:flex;width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #oRf7rPWFXxbGooDGem4NrNyMN10OuOhP { display:flex;width:4.6875rem;height:4.6875rem;top:12.375rem;left:7.625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #TKVhPgGdiOnGE4LTioXENq0VMIn8kfgW { display:flex;width:4.6875rem;height:4.6875rem;top:32.6875rem;left:7.625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #TI50MXcD84dWTzxNo7S8EdxkaS0moZwt { display:flex;width:4.6875rem;height:4.6875rem;top:46.4375rem;left:7.625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #bsh219T1QRwxpgfADtvIghuITTD2Gasb { display:block; }#bsh219T1QRwxpgfADtvIghuITTD2Gasb > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OInkOcVTLEub3ed25XbiNbM25ADQ7XD3 { width:18.875rem;height:1.950075rem;top:1.4375rem;left:0.5621337890625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhxpB5ouKNt0erlkTOSTlp8RFvxu3hzm { width:18.2495rem;height:7.95703125rem;top:14.864990234375rem;left:0.8740234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5t32iQ6rUWw83W0vnzGZR2bxwTkx3f7 { width:20rem;height:11.228625rem;top:2.8875732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eph15ocTmgHvwFQzFWDXM02FCopSrJbb { display:block; }#eph15ocTmgHvwFQzFWDXM02FCopSrJbb > .row .container { width:20rem;height:196.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxhGqcRh7VEO8QGXRBHARDxs114x93NJ { width:14.9375rem;height:5.84765625rem;top:1.31201171875rem;left:2.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndwah3LpvTOnvbMbxkrLpbA4gtPv36GU { width:17.87475rem;height:5.25rem;top:8.175048828125rem;left:1.06201171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4GDbXQyWW4BWui7CEJAZdkDIBVdm2E { width:16.0625rem;height:2.923825rem;top:17.8125rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdTRL514BmumLXVL2XTaTb09Is4FO8X { width:18.5625rem;height:12.75rem;top:21.625rem;left:0.75rem;font-size:0.875rem;display:block; }#hVdTRL514BmumLXVL2XTaTb09Is4FO8X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #nw2Be5KMdSMVSxAVNIl83vSqZTTo0HQg { width:20rem;height:28.125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHdEeXvA3ihy37icnaT6EkFonaZ15oO { width:18.49975rem;height:9.8125rem;top:52.0625rem;left:0.75rem;font-size:0.875rem;display:block; }#kmHdEeXvA3ihy37icnaT6EkFonaZ15oO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #RFMe2SSXhBDIWndyprUZURX34a55zyMr { width:20rem;height:28.125rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFbBGmCUUlQppCCVfHm9pA3IZyAZpO0D { width:17.999875rem;height:2.923825rem;top:47.5rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH { width:17.37425rem;height:9.8125rem;top:80.911865234375rem;left:1.312255859375rem;font-size:0.875rem;display:block; }#rKtne4wMyAUcs3fMRkF8HwrKJHiBPbJH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #QSre8eXKkfLC7VhuZ5PMEGfTEiT5MHmr { width:20rem;height:28.125rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGb7NnBnLVoRTCiSK6ipU55EJLqiWhl3 { width:16.124875rem;height:2.923825rem;top:75.9375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twt25vlOJEE7sy8HGfv8BTi6s6Kzu0G6 { width:20rem;height:28.125rem;top:104.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 { width:18.186625rem;height:8.5rem;top:110.12390136719rem;left:0.90576171875rem;font-size:0.875rem;display:block; }#NIRxdOXOxN2X0zQTVfr5D34HZcrRpTz5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #CQftPMxdIuuSo4QociWPEE489OlKssCP { width:19.0625rem;height:2.923825rem;top:105.3125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJcbTuK3mepAiMTwTWErk4NaExmyNNAh { width:20rem;height:26.125rem;top:133.18725585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyJXrFzMeODVAd8CytacWnAa0nbMW6l { width:18.18725rem;height:10.5rem;top:137.0625rem;left:0.875rem;font-size:0.875rem;display:block; }#mzyJXrFzMeODVAd8CytacWnAa0nbMW6l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #NFu8QR9pZFMuFc4Eof2xsquAQGAywIrq { width:17.875rem;height:1.4624rem;top:134.5625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlgWsl9Z1E7IiCKM20mhz5D88dlr8k6s { width:19.625rem;height:33.9375rem;top:160.56213378906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USkKL1pn9zpyeTmCUKGnthnw0m41WRaq { width:16.4375rem;height:1.950075rem;top:162.5625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnuClavlfMtXA0td46kqatf2oUbh567 { width:18.0625rem;height:13.6875rem;top:165.1875rem;left:0.875rem;font-size:0.875rem;display:block; }#iNnuClavlfMtXA0td46kqatf2oUbh567 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #NGGGUtbstmUKIL7tnSUTZnWTAsMNsLeU { width:20rem;height:11.162790697674rem;top:120.45776367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJkZNR9PaRnAKUWWCxo0D8sQsDAZFCR7 { width:20rem;height:11.209302325581rem;top:34.378051757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcOsKuqJ9JWk40QO7RoDcfq3klDsTDX2 { width:20rem;height:11.209302325581rem;top:147.56530761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqAaWl22pITF5hByPOgCFc1XAkR8CdHu { width:20rem;height:11.209302325581rem;top:91.829223632812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5z13an1MeWaDewzA9AJdUBZ84t53Xxi { width:20rem;height:11.209302325581rem;top:63.080444335938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxZ6MevpOMkAPMmhWdc1Jn8Slz5OEehw { width:13.2495rem;height:13.312375rem;top:180.37414550781rem;left:3.3740234375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN { display:block; }#fyRmX0nQH0tqN1Dg0IQLcPoVMNX5NQGN > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSCNb7FZNOKnVV9qXzLfD7EWQ3FqigTn { width:17.87475rem;height:3.8994125rem;top:1.37451171875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0zxKDmosSEcxhHrBSSUCv8oVl00WRBS { width:18.2495rem;height:6.8203125rem;top:8.5357666015625rem;left:0.8740234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzTmPFZa1LrMbW3ionAfpZ33X5qucTW { width:16.25rem;height:2.923825rem;top:20.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq { width:18.062125rem;height:12.125rem;top:25.125rem;left:0.9375rem;font-size:0.875rem;display:block; }#KXvtIpXLEbSWBqBWmWlQMyMMCXWgM9Tq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #SJQFsnWIXv1C4HbLo9gFQfXLx0bSXpTF { width:20rem;height:28.125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGsvNcKurWXKPsyoTd21axnQoOQKb5sS { width:18.18725rem;height:12.4375rem;top:53.375rem;left:0.875rem;font-size:0.875rem;display:block; }#IGsvNcKurWXKPsyoTd21axnQoOQKb5sS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #FbQoWs7ScQlItlJVugTUyypbHmwvDe6d { width:20rem;height:28.125rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxi1hWkOMLpSOAwGRhgMz1PfOVfQmzJD { width:17.24975rem;height:2.923825rem;top:49.5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 { width:18.4375rem;height:10.8125rem;top:82.75rem;left:0.8125rem;font-size:0.875rem;display:block; }#Srb6xtxlVlOOuXifwg1ApWXqTM3VHg84 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #L2dslmePWTDnGZfZN8wrgtMxPENRXyGr { width:20rem;height:28.125rem;top:77.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPrCCEuihmtl0qpXmd3TfFTNkqbnKK9 { width:17.6245rem;height:2.923825rem;top:78.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5CzypvI1kHyV1Ax9In1vE3FOqQdUaoH { width:10.4365rem;height:1.13769375rem;top:6.0859375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP9TbxaSEkW8TczOvBMMfvmhiaFGWhI2 { width:20rem;height:11.2rem;top:65.901489257812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyRqoueIgPTwSyC7TBSStUQux8NQywah { width:20rem;height:11.25rem;top:36.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IQeRkEBIwMkI8kvb2vOEnCIQeXV4La { width:20rem;height:11.25rem;top:93.976440429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPIsMTTXgHpGt2O7XEaL9SvEtFVLsuTC { width:19.625rem;height:19.125rem;top:106.47583007812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2X7MXRC5PRw9k8DcPcONx3Buhz6J79 { width:15.9375rem;height:1.950075rem;top:107.85095214844rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi { width:18.624875rem;height:6.625rem;top:110.85083007812rem;left:0.68603515625rem;font-size:1rem;display:block; }#kuV6N9opIXrBUFOQK7UqfNTeZIgURCCi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #al7c0s9tKJA1lEgyTTuTbO1CteGDkBr7 { width:14.9375rem;height:11.25rem;top:117.47436523438rem;left:2.5299072265625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm { display:block; }#ebl2n4iA9XTZRBZcZBd38fZ8JUdondxm > .row .container { width:20rem;height:52.2490234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ10UnhD7JGsVTo1wKTRiAZHyT84rUWc { width:13.125rem;height:2.5996125rem;top:1.31201171875rem;left:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi { width:17.062375rem;height:5.25rem;top:13.135986328125rem;left:1.31103515625rem;font-size:0.875rem;display:block; }#VTGLBJrGqkzgwkcdNrTPbCORQ4G2dWqi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #FRsduW8DJNupyTDOfpfUdCFA2VUCPiXZ { width:17.3745rem;height:4.875rem;top:4.66259765625rem;left:1.3115234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl { width:18.125rem;height:5.25rem;top:33rem;left:1.375rem;font-size:0.875rem;display:block; }#OIyiQpCFddFJDnanaNh6VzDPw3vAcOdl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #Ok5mgmsCKFtVxvhI7PEv5G3Z1IbyMdiu { width:20rem;height:19rem;top:12.19970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgWX8pftKSUdw69K6oWKXCTPuIZeISA { width:20rem;height:20.3125rem;top:31.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH1Al784uOu4aghCrLzaNdqgmA8v2RHX { width:20rem;height:11.25rem;top:19.436645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfULKA9b3EuVTUeyvUuObSPFG3m5vSva { width:20rem;height:11.25rem;top:39.624633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEFi16416i9THdTefiPpdC52aZ15QXK { display:block; }#ZGEFi16416i9THdTefiPpdC52aZ15QXK > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZ4Ef7ydaWc3TM1M2l1crwfQOBxQ91uZ { width:17.5610625rem;height:6.171875rem;top:1.25rem;left:1.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 { display:block; }#kt4F68g9ak5MvCKHtoM3VSNgDnTgJGE6 > .row .container { width:20rem;height:100.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xs3OAOtzObzvS6UdZkJdyRtztpfkiNmT { width:16.624125rem;height:15.8349375rem;top:3.3125rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpvr0pbMtfN3Pmg8tCBOb2sIzlW9wTmu { width:16.6235625rem;height:10.55661875rem;top:29.5rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBTT5SMOh46RyCGXB9VKnru0JnaMGB55 { width:16.6235625rem;height:8.4453125rem;top:47.1875rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R44SS6uoMitUkZSzW39RLsrogB8aFurB { display:flex;width:1.5625rem;height:1.5625rem;top:23.125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #MDVBT0r8PvMFZf76rpcbkOyGwu47JzD4 { display:flex;width:1.5625rem;height:1.5625rem;top:23.125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #A0654oETAQWItFgKtzR4iTiJrh6TGA0x { display:flex;width:1.5625rem;height:1.5625rem;top:23.125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #wmpfEU0TZogFq9mckRGdZ0ZadCdPOwn9 { display:flex;width:1.5625rem;height:1.5625rem;top:23.125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #PcbSEiJtLPD2fuSULGwKRQu4WurTbHtO { display:flex;width:1.5625rem;height:1.5625rem;top:23.125rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #Vwwpa2fPrqn3rorC0asHvNBhf5TMBBg7 { display:flex;width:1.5625rem;height:1.5625rem;top:41.1875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #yJpN21UnCOnFBxhh1bGneCd8dnz3GTEU { display:flex;width:1.5625rem;height:1.5625rem;top:41.1875rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #BIDPk805JatXexX6dvEoxBspmwFf9yh8 { display:flex;width:1.5625rem;height:1.5625rem;top:41.1875rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #dt59yxUbvUcRlK81Pz8usrKXMCnLduiO { display:flex;width:1.5625rem;height:1.5625rem;top:41.1875rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #KaNGCFXURuXIJvTGv6BeEPhs5XoBeWue { display:flex;width:1.5625rem;height:1.5625rem;top:41.1875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #pbzOeJGQrWV85Aqzi27SgaSXGviFL59h { display:flex;width:1.5625rem;height:1.5625rem;top:56.875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #N8urPhqfiOqIB1VpFrpk15Cv9nCyiKMM { display:flex;width:1.5625rem;height:1.5625rem;top:56.875rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #NP0UxDv520zAx6a7usALdnv0h6C9ymaa { display:flex;width:1.5625rem;height:1.5625rem;top:56.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #UsxTXvqeuHQtPBLJlOVUqzUFsrywbTVt { display:flex;width:1.5625rem;height:1.5625rem;top:56.875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #G3rFVT5iHmSbqirDeVGKhzfeTES2zk8I { display:flex;width:1.5625rem;height:1.5625rem;top:56.875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #kD2117mbuc55g5MK1hE8nh0QQKiddJZW { width:4.43725625rem;height:1.05615rem;top:41.75rem;left:13.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soV6VtBJpVJn3mkmHhd2tDWUN4Qm3Tyu { width:4.43739375rem;height:1.05615rem;top:23.3125rem;left:13.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqNDkLS6e2nCftzkbDdT4OvTGAD9lwJo { width:4.43739375rem;height:1.05615rem;top:57.0625rem;left:13.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54BmkSZ88E95mS6P8N9SToCGc9HGBu4 { display:flex;width:3.125rem;height:3.125rem;top:44.0625rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #nTPuGhV17IGOtuOcuzHr2s66Fs0liNb3 { display:flex;width:3.125rem;height:3.125rem;top:26.375rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #cu9bRdqAplXn3B7H3rzQFa94WNZ6hhxT { display:flex;width:3.125rem;height:3.125rem;top:0.1875rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #B73vTJxRUwUKDfiHsTu31EBIUv1RPTuU { width:18.1875rem;height:25rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQkoHtN0CweqUcmK4fXTCD0Ls2WHyCOL { width:18.1875rem;height:14.6875rem;top:44.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3K8yDhBDlHr2AaZl57aQ3l6kHviQhmF { width:15.875rem;height:6.334rem;top:72rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpV8LkaumCAzMCD9qIpECbTFw5y3mWFa { display:flex;width:1.5625rem;height:1.5625rem;top:79.3125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #T3XuFFy2FOv5Qy2hGdEWAxHsv26sGTrg { display:flex;width:1.5625rem;height:1.5625rem;top:79.3125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #zz59J9WNzC0HCOSFz0SNgd2irTKM2O5t { display:flex;width:1.5625rem;height:1.5625rem;top:79.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #a52AzVXn4Q4F1v4T53eli7vMaNWMvI7L { display:flex;width:1.5625rem;height:1.5625rem;top:79.3125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #qxa5F5SilROBIkTKK8IsWXZdz23LRyc0 { display:flex;width:1.5625rem;height:1.5625rem;top:79.3125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Lk8r4UBHhvBSVNgMqArasm9mr9M8M98l { width:4.4375rem;height:1.05615rem;top:79.5625rem;left:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZIMFZKLle6NVD9l6x0xVKMNftnIZ6k7 { width:16.0625rem;height:8.4453125rem;top:85.37500190735rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgSLCeRrJ41BnIErQWZv8L4L3WhHWFvG { width:3.8125rem;height:1.05615rem;top:95.375005722044rem;left:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TICgN6Rw5xToxm8fhS5FNtXpuCZ9FZbM { display:flex;width:1.5625rem;height:1.5625rem;top:95.125005722044rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #UiEAK6KbcQwZaIhCBnDPQBI1lpC738Gx { display:flex;width:1.5625rem;height:1.5625rem;top:95.125005722044rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #vBqLq0saGQw3eqvyRInIq4Z9GMT6WbNb { display:flex;width:1.5625rem;height:1.5625rem;top:95.125005722044rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #nLmlOpdoMHvJFKWUVeIneB3xbkKQ9ii7 { display:flex;width:1.5625rem;height:1.5625rem;top:95.125005722044rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #NheOXV1dvMemiwPPnNbnEAkT7qLTEEnO { display:flex;width:1.5625rem;height:1.5625rem;top:95.125005722044rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #nDQ8AVnHUmMWTwC2KpBBSMPbaA4PH3xV { width:17.5rem;height:2.111325rem;top:63rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2AySB5zggPsGxgSXphUNRTLPRklnChQ { display:flex;width:1.5625rem;height:1.5625rem;top:65.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #CqGA4GJbAqDxHOVvtVqoue0OgKp00uBf { display:flex;width:1.5625rem;height:1.5625rem;top:65.8125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #tMav9bs9y5mHZmOeDc0HmsAr7TtpwPVw { display:flex;width:1.5625rem;height:1.5625rem;top:65.8125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #swGZgFAo6B6gvqyUglgGW6TEIfGGFQCS { display:flex;width:1.5625rem;height:1.5625rem;top:65.8125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #dhitROtTlLbeHPHnkG2Lok0NnSTDeF5B { display:flex;width:1.5625rem;height:1.5625rem;top:65.8125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #NQOW04eoClmvBuwhzuTadsNC5Wrk35RD { width:4.4375rem;height:1.05615rem;top:65.9375rem;left:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPX8CrulM1wfRTgnwRXQlSALLcpe0yAL { width:18.1875rem;height:7.375rem;top:60.903646469116rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg9mhqTkZJVvSPpaQoT4giLFA0Flhkda { width:18.1875rem;height:11.9375rem;top:69.875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDmrSBzbTvhasIR2NpGC0p6SlVeccC1 { width:18.1875rem;height:14.875rem;top:83.50000190735rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkMVUTm6g9myZXhGaLNp95n5eqo4yXcG { display:flex;width:3.125rem;height:3.125rem;top:68.875rem;left:15.227213859558rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #tHeST0qiw3LMmOhOSlrRDIJEkl31rnhs { display:flex;width:3.125rem;height:3.125rem;top:82.374349594119rem;left:15.227213859558rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #PvSzNOTatHTcWrUyNaf2nSzy7AKRGPzT { display:flex;width:3.125rem;height:3.125rem;top:59.875rem;left:15.227213859558rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #zEgf9MBWdFNbBysugg0q34XPeenRkRHR { width:18.1875rem;height:15.8125rem;top:27.435547590256rem;left:0.90625rem;z-index:15004;background-color:rgba(203,101,40,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n1cNcMiy8rZxw3Rm7sF0BFDr23EHWXwE { width:20rem;height:21.6875rem;top:99.624630859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kofOA2RqlBovzC5XXxswQNR8k8orCIRm { display:block; }#kofOA2RqlBovzC5XXxswQNR8k8orCIRm > .row .container { width:20rem;height:122.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqFk1qJL9l3zmgTCXaMLEW4Z2cyTAk5n { width:17.062rem;height:3.8994125rem;top:1.125rem;left:1.4677734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO { width:17.687rem;height:26.5rem;top:11.48681640625rem;left:1.1552734375rem;font-size:0.875rem;display:block; }#RpruT2EXBGeNT4tkN6ThBvbcfoQXLZOO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #JRNJWM4vtEkRvI0MT1sKlW01kgxLieF8 { width:15.748875rem;height:1.4624rem;top:76.25rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI { width:18.562rem;height:12.4375rem;top:78.4375rem;left:0.6875rem;font-size:0.875rem;display:block; }#b4ReZuqFeNoZV1gaMy4eA4v2vWriIdoI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4becaa5d73a080f3f1a227d94724874e.svg); }
 }@media only screen and (max-width: 763px) { #XNqlTHOyN1BuWkRgvDFs8egozbPmla0G { width:17.2495rem;height:3.41015625rem;top:91.5rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhQfAZARmQWpalFBuavzfXDIgfQeKb7g { width:14.6875rem;height:3.736325rem;top:100.61865234375rem;left:2.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTvdAeOAc0zAuRuX9pVKyheATxm8AKsQ { width:18.9995rem;height:3.4375rem;top:107.61853027344rem;left:0.4986572265625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7PwUkcqfaLgXoB4CM2Q86I1Ghmzfk5 { display:block; }
 }@media only screen and (max-width: 763px) { #cApiWvw69DiEPrh8la83MsGXyuxmNDMU { width:13.187rem;height:1.4624rem;top:98.375rem;left:3.2176513671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIvlCD4t6FTatl9vaB0D626vK1keTt9p { width:20rem;height:9.0625rem;top:97.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3P9y6PIccVUdtDqUPMehrLfJPPXIrgL { width:20rem;height:67.625rem;top:6.2481689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQcqtG6QpdNXQZfpM7Jl8Dr8lbXEzngO { width:20rem;height:20.99975rem;top:75.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAUf6lMyJLWapa3ZeQ9Aa6ULcMgXeDMW { width:17.6245rem;height:2.76171875rem;top:7.9150390625rem;left:1.3135986328125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akoqt1rTHQIWNvZQpmxavLkHvsXBSCEF { width:17.1875rem;height:4.142575rem;top:40.54931640625rem;left:1.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skoxTOi76eMB544zeofe5m7DspCShTHp { width:17.8125rem;height:18.3125rem;top:45.50341796875rem;left:1.09375rem;font-size:0.875rem;display:block; }#skoxTOi76eMB544zeofe5m7DspCShTHp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #Hzm9pQhAZWnMIpJDtJVz0HOyQ6tHqZnw { width:17.37425rem;height:1.381225rem;top:65.624755859375rem;left:1.312255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TdSPhJpOdqKvkFAQKTGef12raiwKXR { width:17.937rem;height:3.9375rem;top:68.374267578125rem;left:1.0302734375rem;font-size:0.875rem;display:block; }#w9TdSPhJpOdqKvkFAQKTGef12raiwKXR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9c428f71df8a6f60a8d7ecc755a5f0f18a3970db.svg); }
 }@media only screen and (max-width: 763px) { #Oop8l4W8Hb13HTIpv02aRVyBPQk7Ht2H { width:20rem;height:1.4624rem;top:112.49353027344rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV .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; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .widget-text.counter-number { padding-top:0.44625rem;padding-right:0.38625rem;padding-bottom:0.44625rem;padding-left:0.38625rem;width:2.3175rem;min-width:2.3175rem;height:2.39875rem;font-size:1.785625rem;line-height:38.38px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.233125rem solid #cb6528;border-right:0.23125rem solid #cb6528;border-bottom:0.233125rem solid #cb6528;border-left:0.23125rem solid #cb6528; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.09rem;height:0.9475rem;font-size:0.67rem;line-height:15.16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#endyl3hll5mdUO6UIT133Vtf32PfMGIV { display:flex;width:17.87475rem;height:4.874875rem;top:114.18725585938rem;left:0rem;padding-top:1.05375rem;padding-right:1.036875rem;padding-bottom:1.05375rem;padding-left:1.036875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #DbkTFD1l1O9JULaezQq3LnhQUHviHTa2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #BMtzCCJLHt3ARCaVEz46ZgbBoB22vebs {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #rEp957SQieK9hV7NiOzFdypDT1EcRwpk {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #zV8SbRTPGITvOnhUhzFB13uZgxsPn6xm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #bTxfnOHZbgSqiB15Pt4sXvcBJo54fuJf {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #Tt3RqO70PgNieg62roDmqQEKgCo1wPOz {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #Jl4NUAgpTzT8h7WAPTTtkCq2SLTzFVpF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #ifnINZGgTsaGHKKLktemgi0eNxnSOb3L {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #qQTziPDVwq2x3eLp9E3Vn61VITenaSCQ {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #wV2Aq78b7KxrATZJTxKg7eFp3Zq0MRcr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #qhQcarQPQsKILKpaIvoRaB9WGgN8r05t {  }
 }@media only screen and (max-width: 763px) { #endyl3hll5mdUO6UIT133Vtf32PfMGIV #reClDGQ0WSxXKvB5O7vassTWi4UugHhb {  }
 }@media only screen and (max-width: 763px) { #Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT { display:block; }#Tfxt1SunTxs2KgbbuVuAX6AmbS01zoxT > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzVxNTOrKmQwN8E8theT7F3CBZOO8cqu { width:6.4375rem;height:2.2749rem;top:1.25rem;left:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4q7RRB24mvmfQ0TLbLGVy2GtyMNuVMr { width:17.5rem;height:10.5rem;top:4.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATT9uXQToRlBxtbT7oodKt6DXO2xKfP8 { width:20rem;height:3.2495125rem;top:27.566528320312rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRRI38RTNZJRDHgwtf7SGV50HtX3CMiJ { display:block; }
 }@media only screen and (max-width: 763px) { #VKmbxq8Is2ncAZCCAnDwPSvazSZLIntm { width:19.5rem;height:12.5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJpTTFCszca8LOqLyC2PkVwuflWInffw { width:8.625rem;height:3.375rem;top:1rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3sawmyEACQHPLLAfahoclmd0gJTFLoA { width:20rem;height:11.236145454545rem;top:15.343627929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb { display:block; }#eOf8SGUH7O8ZNHky50c64INKk9IBx7Qb > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTtD7rJ7wuxb7L2z9s1NMvOhTWsD4bKJ { display:flex;width:15.625rem;height:15.625rem;top:16.25rem;left:2.1875rem;font-size:10.9375rem; }
 }@media only screen and (max-width: 763px) { #r9mqq0nbnQTDNtiukprWJzI0WeDcDhOn { display:flex;width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;font-size:10.9375rem; }
 }@media only screen and (max-width: 763px) { #V3XtTlUEcI2gTJEZJy7W7TTIpEJ6041n { display:flex;width:15.625rem;height:15.625rem;top:31.25rem;left:2.1875rem;font-size:10.9375rem; }
 }@media only screen and (max-width: 763px) { #v9tBlWHJhfKbruTCaTr2oWxTfdtDqtnm { display:flex;width:14.375rem;height:14.375rem;top:31.875rem;left:2.8125rem;font-size:10.0625rem; }
 }@media only screen and (max-width: 763px) { #RJnzqCcEGahmF6EXNPaCAA21IGH3paUM { display:flex;width:14.375rem;height:14.375rem;top:16.875rem;left:2.8125rem;font-size:10.0625rem; }
 }@media only screen and (max-width: 763px) { #qiQZaKkkol6MZlpvVqwZa0pDKJqBCTfD { display:flex;width:14.375rem;height:14.375rem;top:1.875rem;left:2.8125rem;font-size:10.0625rem; }
 }@media only screen and (max-width: 763px) { #DcUcxaLUizqETzf4GVZyQMqnrQNGaNbU { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:9.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uiXWOZbfTTMFrmpyf68HS39OzUMqCRLg { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:10.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VRJK7JENC3gvJRnRBGM46kpMEm4zAJeX { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #sCr9DyaAC4uQANolkzRXodEBkVDdgKf8 { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:13.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qnRu6l7Ls0SZ8O6DURXhCalVOLIsN9Lw { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:14.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LUf0kELLBaWRwaesLxn9FoFFVobPlfdr { display:flex;width:1.25rem;height:1.25rem;top:41.25rem;left:14.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vKB6qbvBzOsT1WeT3MUSz4uoOsrHgqpa { display:flex;width:1.25rem;height:1.25rem;top:41.25rem;left:13.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fKNEWuwnOZpc9PG2ITahRghr9QNIbfD6 { display:flex;width:1.25rem;height:1.25rem;top:41.25rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ywZOzviTTcdPAH2XQLgscLxvIlVUu0aa { display:flex;width:1.25rem;height:1.25rem;top:41.25rem;left:10.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZfN2QLrDETh96Ho9OHTao4bIy5hw8N6o { display:flex;width:1.25rem;height:1.25rem;top:41.25rem;left:8.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GD8zefLnV1svxBz1zthN3DuyThO6O4Du { display:flex;width:1.25rem;height:1.25rem;top:11.3125rem;left:14.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dgwUOhOyVL87yWkuT8NrJ3i7krefR9QT { display:flex;width:1.25rem;height:1.25rem;top:11.3125rem;left:13.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #wzOXpCZItUKeJEDaguAXbJZhTOnQhTkU { display:flex;width:1.25rem;height:1.25rem;top:11.3125rem;left:11.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #H1idua4VtuiSbfbM0nKT2azS4mcX78QT { display:flex;width:1.25rem;height:1.25rem;top:11.3125rem;left:10.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XJEPnETp7l1iQ8sndrwiDTCwcUMFTIZz { display:flex;width:1.25rem;height:1.25rem;top:11.3125rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oS1aX279avph9RrIhEdJrVhbRS74hWaT { width:10.5rem;height:6.8203125rem;top:34.0625rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyJJ4NfPdprp6kRi84G0yeBQNvS3py3I { width:10.75rem;height:6.8203125rem;top:19rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8S0h5plGtszsxEiEzgIcEhADV1VWBib { width:9.8125rem;height:6.8203125rem;top:3.875rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z { display:block; }#aoHHz9izSlBORhwFZqZrEQW6nKkgPx3z > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBGTndFcrhsSN0g6tXMUULAU2pwzNhrQ { width:18.4995rem;height:6.5rem;top:1.25rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vinrOArJRszezTLzo7ykokKgTiGiqJnc { width:18.937rem;height:35.4375rem;top:9rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIbsiMeUnBAE9gmWm8HB9CIsWdKyFJSu { width:19rem;height:3.375rem;top:45.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfDS2yI0XWZTOx2eMpoel87HTJZd5c8 { display:block; }
 }@media only screen and (max-width: 763px) { #q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI { display:block; }#q6ddFJLUUCJTHWJ2TBeyRnEnD3uETfEI > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdwJ0HEUmKG0AXVutXtohaPLF7fvs4Gg { width:16.375rem;height:29.69887223477rem;top:9.4655794921875rem;left:1.9361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMT5RuP7FAMmpXg9Tu0xbUTNuXXxRlV1 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGTuiF454xtyCK15L2yUM6MGaNEsSnFx { width:16.875rem;height:21.687rem;top:87.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNZcMv2AHWVbEUVJOt3oAXZyG4ZX6VB { width:15.75rem;height:30.5rem;top:51.56238125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzMkp9TUn9CIFaV73mPBp5xvPBvePeNX { width:19.625rem;height:40.625rem;top:7.99988125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5Fs0yxU6sexi0efIeJ81UmAo1T2tAMx { width:19.625rem;height:26.75rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGpTkge3AABIAsViZTomEcx1xCwVSTyA { width:19.625rem;height:33.125rem;top:50.18738125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbCHUrLASMAalbLmoEnZU2WbXf85v8Ak { width:12.437125rem;height:2.625rem;top:3.624267578125rem;left:3.7799072265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOxHlUDAkU4hFnXFoxHpx2VfgOVPOMIw { width:12.5rem;height:1.25rem;top:15.233890039062rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Cri8MTtFzR7C9O0XIDN00Ce34FLkWW { width:12.5rem;height:1.25rem;top:18.42175625rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEfE2iccCRALq5d8i5qeq9STXULX4evX { width:12.5rem;height:1.25rem;top:21.421512109375rem;left:2.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJlPLI625X6WKs9ivg7FRxDdhE0ZMfMM { width:12.5rem;height:1.25rem;top:24.587161523438rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO8TyT9EzsqlXFNqJ0rUwAB0e8CFiWTz { width:17.5625rem;height:5.9786501257128rem;top:40.749148828125rem;left:1.5916748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR6ahcSbeTBEetmnNPIRZiMaybfvKGL4 { width:16.75rem;height:3.25rem;top:43.49988125rem;left:1.6248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzFvmWInTTyPsU0ockqrNZ7TwuOyWxal { width:14.375rem;height:3.1875rem;top:72.12451171875rem;left:2.4981689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDW5b0rHRSHr8SPuHBNUJyi7cckb6L1o { width:16.0625rem;height:2.875rem;top:100.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Wdy65ybwi50GIOTXeuVvsurfrF6UOw { display:flex;width:1.8125rem;height:1.8125rem;top:72.966918945312rem;left:0.375rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #qovnB5VhRoKe8HJDT8xblsQhhfD6LGGG { display:flex;width:1.8125rem;height:1.8125rem;top:44.373779296875rem;left:0rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #cZ1UqVoRsV4DRwIu0LoBaUZP2u6yUFMi { display:flex;width:1.81213125rem;height:1.81213125rem;top:101.57397460938rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f { display:block; }#fxTi0GQmTCKOVpv4uo7LTIxWA2GrfI6f > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d74lwIbzMF2rzl0i5zKswWWLgTnGQSMn { width:16.9985625rem;height:27.28125rem;top:9.0146484375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmV5VV3vmCkVfT9NsGl4VSBTCyAOf4XT { display:flex;width:1.5625rem;height:1.5625rem;top:9rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mRV1Q6Woaq39MiAcHvApUCZKa3L8Mslt { display:flex;width:1.5625rem;height:1.5625rem;top:14.5rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #PTWclh8zininT4RlPObSPZLOqCvQJwxo { display:flex;width:1.5625rem;height:1.5625rem;top:18.999633789062rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GddodT0riXdMxTITGE2HuNr46hv15TpT { display:flex;width:1.5625rem;height:1.5625rem;top:32.749633789062rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #qXyT8Fw5yNeqTEA1PrFZk0sps37E3sBu { display:flex;width:1.5625rem;height:1.5625rem;top:23.625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GUw88HFpImWkzfBavNKE33XiIns05myU { display:flex;width:1.5625rem;height:1.5625rem;top:28.249877929688rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #dGMfsl4Fye4QIA5zWLP4kIv1SagOITuc { width:20rem;height:31rem;top:7.8118896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lRHxifaRsG1R1s5auQZIw8BIoGIzr2 { width:20rem;height:6.5rem;top:0.34375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn { display:block; }#WCM0bEb4QmqDSDC3XQ0Df9lOiqcK11xn > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9v6mnpaV14VUptpCdS3Py1FB82kNOMJ { width:18.5625rem;height:4.875rem;top:1.219482421875rem;left:0.5621337890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RSMIBWHNzshFmc0IuyJP2kfdPm2UxQ { width:18.873875rem;height:28.4179375rem;top:7.620361328125rem;left:0.5621337890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOXvfH0CmeypnR4Jwf1IXTiDRcyiinlM { width:19.375rem;height:29.75rem;top:36.0625rem;left:0.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ox8rSmqRrubs26aZUKCh6yachBPaXe { width:15.3125rem;height:23.5625rem;top:40.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwcw7fg8TyIDz0SR1DxTce3tAzq8Auos { width:19.5625rem;height:21.5rem;top:43.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0SwbLVNSFyNDCyQSwLkDiioHBc3viCd { width:19.6875rem;height:24.4375rem;top:41.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l735L7cQwCEb0IN5b72b5rGbVdKfOTii { width:20rem;height:37.75rem;top:0.3118896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ahL6d6MihEgcy6UzLaV501HHHhdAZs { display:block; }#K5ahL6d6MihEgcy6UzLaV501HHHhdAZs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOfIeRQcXZuiQdPIVySIvsKbTuokFkTn { width:18.5625rem;height:5.84765625rem;top:0.56103515625rem;left:0.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 { display:block; }#wJyzaShwg5C4pRfA38qcySPAHgTVPSW4 > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt .accordion-desc-text { font-size:0.875rem;height:auto; }
#yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt { display:flex;height:57.2675625rem;width:17.4985625rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ZPwOAr416PkoRmlOhVAyDtKoWRZ99VHW {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #FE5fqafmm9bc5Sr8p6G59TVgdnfiKSQV {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #kZMEwEsIossf5aPQCCkFZpaBFitw1t36 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #cNOutV3mTo5sx8KnC3CMtZNy3znSQPST {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #kRtbqmp6thCePMutqwcE7KITrDA7EEd6 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #OZnKhiPR0IPTMqIkMBwknUSN0rSZFuBL {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #DO8rhNS9hnII1zXzXkdXKoBka9fWndyf {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #XwuzypdmK8TfkUFG0JwIGdVqdqGHtdv4 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #drFciXXJaTypCVSNvCHTKiRAc8wTqJ4W {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #rscfdsTXxETILwf656a84Af0iMOXbolw {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #NCFUgUsyNQ8HFT1n6SXTI7OTalEIbBpH {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #Zmumc7M3JtBMTqC62RRUwTzXrrTXLrym {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #EH3Ts3N6Q8cm7dod8MJaDPXD3aKe8Pq2 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #FaaSTVGPv1EIbJG5pLKWKKBP0i7qFvuW {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ARSgaeo7Jy3iVRKp4BvLzGbEStS9fTwc {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #lWuJZXZzTBSrwZVcCdRWS6z90XT4QP1x {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #roQh7R7AQRoRWU9RX6NPNlFMGFxsLgXu {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #mo3MrhvEletsLyQJweNk4B0XUg0tTt2o {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #M1htsZ7pApveXLITxblH6td7wXTgrPBZ {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #qlU9NuGLOXuJIy5xkvRwdigXTSrWtdq1 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #Mx1lLtlMZR6U9HxyhihAXGuLFwzOk9Rv {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #d8OPzoL7SJTyHGEOlka6iH2HXIPU6kB8 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #aoxrypTuzpCJK27t7EoV9xZDvO2Sofya {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #EQ6WN3dNZ5q5oUqvmu8VeP8xUQZMHHuH {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #eCCJOiO0WO8mv1DEisdTdyWiOLyTUlyK {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #qXynUOEUqICTnBTh4timHEkrxFK003gX {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #MpfNRUny4lU2JqzSWfMXe5PyvbyIQR05 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #pwMvuvAAhrZBtdIuW0ONpzZRwGxigI8h {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #lhuTkeHHLxD0kADZxOqHnUsMfW0Vk7W9 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ld20RowHxJFg5O4okulJXxwJ6bfea43t {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #l0Bi7viqeiPat9DTgbXl7XVaiWiIMXR3 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #cWpDzP5Tr3yAi0xI5wzQGlb9lr0L4Lcm {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #ugLk65g7ryluSiKNZGPXuze70rkeSmT5 {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #OsHFZEh5WHOfSLBN7IKkInOtPkyWEHGs {  }
 }@media only screen and (max-width: 763px) { #yXID0QnlCNKXL3ARgP6szRT2iTKgfPvt #TqhK5sHNlZINDOXho7trWTAZATPPuCwm {  }
 }@media only screen and (max-width: 763px) { #JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw { display:block; }#JQpTrOIauc1m45IQ81JFbe6H5zUtNVtw > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcGNIPUgym0l7qHarohrQ8wHLKz8dvuI { width:18.3115rem;height:6.5rem;top:1.25rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #II1CJ5i73HF5llcghfwdtGbzXRRHOWOy { width:18.9995rem;height:3.3745125rem;top:9rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNcnKy4pu3rFg6IcdDdO5Uc6DaMnRphn { display:block; }
 }@media only screen and (max-width: 763px) { #Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD { display:block; }#Vr28kZVR9cqss5QaWnsfV8JKDiQONcdD > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdUoMov2kM6ewI9FR4iTyNnKMtCgzygX { width:4.6875rem;height:4.5625rem;top:1.1875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boCdE8xPMNOrRphQmAVeE1rESHDsfFyM { width:20rem;height:5.59765625rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdzdhTQKsSrMO6TTnVXCSu2y09fC3bCE { width:18.562rem;height:0.875rem;top:22.486572265625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtFQkWNDDxytDDPvxL7h187Hppu0nzv7 { width:15.875rem;height:1.224975rem;top:17.18603515625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTNg2JzWbz91ctF4JAaIiQfhTh6tOLC { width:15.875rem;height:1.224975rem;top:19.16064453125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidxVJLOma4KR20QDmndzhX43ZPT2xrr { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:4.125rem;font-size:1.75rem; }
#xidxVJLOma4KR20QDmndzhX43ZPT2xrr > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #op0KXFF02LT2FHnOnvR5GL64k6CJ4AQR { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:7.25rem;font-size:1.75rem; }
#op0KXFF02LT2FHnOnvR5GL64k6CJ4AQR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #sn0qbfhTfAyBvAshtIKyT6HFQmAys8my { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:13.5rem;font-size:1.75rem; }
#sn0qbfhTfAyBvAshtIKyT6HFQmAys8my > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #JQ3FzRr0QEFlSlHPzUgLtffJw5R4Pg7S { display:flex;width:2.5rem;height:2.5rem;top:13.25rem;left:10.375rem;font-size:1.75rem; }
#JQ3FzRr0QEFlSlHPzUgLtffJw5R4Pg7S > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }