.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { 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;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;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { background-color: transparent; background-image: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { border-width: 0; border-radius: 0; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:60rem;height:9.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.8125rem;top:3.15625rem;left:5.0625rem;overflow:hidden;display:block; }
#f9q1WDcOhGfIRJW3lSsEKOSlXU9vPZif { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.791015625rem;left:21.78125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#to6yVQzfW3798Zff3qTKQBayrLr6F2nK { color:#000000;display:block;width:8.375rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.791015625rem;left:29.59375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCplcy827pmLiin5rKS9WFqL0uzlqlOn { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.791015625rem;left:39.34375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSJCWR45uDDhsV6VDaAZ7Tc8ePIX219D { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.791015625rem;left:44.84375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOzyxodHvLf9Aped9uIGg0HUGmSMDTlr { 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:1.875rem;width:1.875rem;top:3.625rem;left:52.0625rem;overflow:hidden;display:block; }
#igGyoUXrJ3DCzeTGiCFDDuDXK9VHKwNL { 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:1.875rem;width:1.875rem;top:3.625rem;left:54.5rem;overflow:hidden;display:block; }
#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38031eda-34ae-4c18-9312-df5f078f849f/VF_Ban_RewardProgram.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN.adaptive-delivery-prevent-bg, #IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN.lazyload, #IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN.lazyloading { background-image: none; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container { background-color: transparent; background-image: none; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container > .video-iframe-container { display: none; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row > .video-iframe-container { display: none; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .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); }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container { border-width: 0; border-radius: 0; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { 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; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:74.8125rem;width:60rem;position:relative;display:block; }#hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { color:#2d2929;display:block;width:60rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.8125rem;left:0rem;height:4.19970625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#A4Eq1vIgC0LBVfkd0xxyXzeNuMFnqTzU { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.1875rem;left:6.5rem;height:;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;display:block; }
#pQgSJrAZty7T0I2fzAQonZAkemTO4UwT { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.1875rem;left:36.625rem;height:;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;display:block; }
#fScMmZZWLIt6az0cioDCCGKwT1ogV32r { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:sk-modernist;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.18701171875rem;left:1.9375rem;height:4.548825rem;text-align:justify;text-align-last:initial;display:block; }
#d3no8UTVOnwwAnAwra5AZLtX0niIV5I0 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:sk-modernist;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.1865234375rem;left:34.65625rem;height:3.41161875rem;text-align:justify;text-align-last:initial;display:block; }
#QgdQdqmJi8E1sHEkxWDifNe1Srq2wCDB { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:sk-modernist;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.125rem;left:20.34375rem;height:;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;display:block; }
#FiqGnGf2ZVontQykA831heM3Ci18naQN { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:sk-modernist;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:54.1875rem;left:16.90625rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#OtQXI187sUXz5E5OHcFDiVJU9vNOTDRk { background-color:#ffc947;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sk-modernist;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.9375rem;left:8.1875rem;display:block; }
#BsQXgevLB3qXnReWC5pWv2c7UkrpnKCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btWF9GeqWQxllP2kTm1BVQWnMcWhUUpz { background-color:#ffc947;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sk-modernist;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.9375rem;left:38.3125rem;display:block; }
#sA1EQ3WGXU22Rsat8HVSTV6CIKuTaPJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kq3v02srNJAO6EC3a6cVfWvbA9rvPG6M { background-color:#ffc947;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sk-modernist;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:60.375rem;left:22.03125rem;display:block; }
#F8N2c02WQUs7yhmnk2vFI9JDiB9TuTqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izkbPEFHPlJqTOObF1pfHognV6T9X64W { color:#000000;display:block;width:58.5rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:4.875rem;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;display:block; }
#snSanRNEWrqIyOSTZyH87BxEWldODtwc { color:#000000;display:block;width:60rem;position:absolute;font-family:sk-modernist;font-size:0.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:70.8125rem;left:0rem;height:1.625rem;text-align:justify;text-align-last:initial;display:block; }
#pIegO5BNT2BPcr3yTBVPT9BIq2TdcQKp { 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:6.9375rem;width:6.9375rem;top:20.5rem;left:12.6875rem;overflow:hidden;display:block; }
#dz20urEBm9v38fs2BWMROsfU9Nv7gowN { 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:6.625rem;width:6.9375rem;top:20.65625rem;left:42.8125rem;overflow:hidden;display:block; }
#caEzDSzFg8DopVaS9Q9h3TGILxr0w1LD { 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:3.5625rem;width:6.9375rem;top:49rem;left:26.53125rem;overflow:hidden;display:block; }
#rDO5aexReRfJFO5SL99ofMc7XVhogpDI { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:sk-modernist;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:63.875rem;left:16.0625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdf91;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; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container { background-color: transparent; background-image: none; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container > .video-iframe-container { display: none; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row > .video-iframe-container { display: none; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .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); }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container { border-width: 0; border-radius: 0; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:60rem;position:relative;display:block; }#MUlJayr3Me6RCMUGcavhdtFzGFKyRZ4C { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:14.21875rem;height:;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;display:block; }
#erm80oho4mBnM4mCTQteLVmyeRsNIGeT { color:#000000;display:block;width:60rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:2.5996125rem;display:block; }
#btKpoQNbMmt0u8HdX1TLQQqNbn4QhJxm { color:#000000;display:block;width:21rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.125rem;left:34.34375rem;height:14.29786875rem;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; }
#aq8OTRtICZfKTPyPZxT3nm4ge2Bl5KIi { background-color:#000000;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sk-modernist;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.4375rem;left:32.15625rem;display:block; }
#OTiJ3TeW7nc2ndoc58bgH4AoHOC7KG0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9fKXiilvztFZCSpp0UqtxwWGdU3pHmc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.6875rem;width:26.25rem;top:14.0625rem;left:0rem;display:block; }
#ckGU1GeMX2wEqpxuFJGIvdt866GnaqGA { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.6875rem;width:26.25rem;top:30.5625rem;left:0rem;display:block; }
#UsEuNV9IQ6SLWSPKlfSlhaPbrPC41Lka { 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:1.5rem;width:1.5rem;top:16.125rem;left:32.15625rem;overflow:hidden;display:block; }
#gPyUA4dT52Tudd0dOhuQHPykPdksMbTN { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:18.9375rem;left:32.15625rem;overflow:hidden;display:block; }
#y5Rcgkp8UP4Pd1vSbnTmnot5yW0o41xG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:22.5625rem;left:32.15625rem;overflow:hidden;display:block; }
#qxdlF4BhizVroO841ellz5TQho609aJW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:26.5rem;left:32.15625rem;overflow:hidden;display:block; }
#mFc1DR3FTrMzfNHRxbDVT8ERuMtMSsiq { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30.5625rem;left:32.15625rem;overflow:hidden;display:block; }
#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa { position:relative;display:block; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa { background-color: transparent; background-image: none; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .row .container > .video-iframe-container { display: none; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .row > .video-iframe-container { display: none; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .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); }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa { border-width: 0; border-radius: 0; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .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; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .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:60.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gS7I4LLz79v9t2TUGMRSEHNAayMQfoSR { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:14.21875rem;height:;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;display:block; }
#KsBtW8nVOzsdsGTVMSDDvLnTMIPo1oxV { color:#000000;display:block;width:60rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:-0.0625rem;height:2.5996125rem;display:block; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#428ff3;background-image:none;vertical-align:top; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .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; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-heading-text { display:block;position:relative;width:100%;font-family:sk-modernist;font-weight:700;font-size:1.25rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .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:sk-modernist; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .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; }#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-trigger.adaptive-delivery-prevent-bg, #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-trigger.lazyload, #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-trigger.lazyloading { background-image: none; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx { box-sizing:content-box;height:auto;width:23.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.4375rem;left:1.5625rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #TxLCfRdQwxeoEaiVCPk3bFTBVGsuTA9F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #wQJbsrfE7N65dJWA9BaqwPwoTqbLaeUt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #BXQHybbKBCSfv0bczMmQSsW4QbTZFn65 { display:block;position:relative; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #P1w5QxR00iebBpMhCTBSXHxy9IBFdXAh {  }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #XI73aan5ZpJVAUWfOWc8HsikMPk0KQus {  }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #ZkKvBxV5gqJ1EiDDQCTdqPKTcToySFDZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #ZZI9Ik8lJKl2r6u1FDO5g8NokFDKNSgs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #Z6EoGdr5qmLXMunlT7X3LDwJ83SgWdRn { display:block;position:relative; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #H40437Qw198MzOsN50L0Zwo8VKlP3vxv {  }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #qLbNTCOv1ZAv46OIdx5e8yg1rZQQbllk { display:none; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #QrIFaEfzv1HcvAlsO1Ec0GvCTtnTiZyl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #eKtRbUCe2pH16OJSCOH94JBFDRdbavz3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #A574kC5n4pqzVoXMPFU3cdKyPMlgZPFI { display:block;position:relative; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #HK7WmVnGWsSK9R5BU1fSyf0pwBwSxGCI {  }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #OqvK4w0xlB5eVqWqkVkD0WtsclppabWb { display:none; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #cfiHoiD9MPph0cXnQeTMHfOptlWwQ5mV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #cqOdze9yd8zE4glTTVPA4hbFDwcUgfb7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #lP5HqKMghn0bXb7N3IuoysOHrbi8d8uS { display:block;position:relative; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #hmblyblzLZ9iSN2nUvdiSKxTyplNwtqt {  }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #iXSVwy07HZrJGBCKDlcAKZpeBGLD9Hm6 { display:none; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#428ff3;background-image:none;vertical-align:top; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .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; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-heading-text { display:block;position:relative;width:100%;font-family:sk-modernist;font-weight:700;font-size:1.25rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .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:sk-modernist; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .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; }#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-trigger.adaptive-delivery-prevent-bg, #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-trigger.lazyload, #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-trigger.lazyloading { background-image: none; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E { box-sizing:content-box;height:auto;width:23.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.4375rem;left:31.875rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RKx629HeQ04emUkmimJdc4bPPb3Md9TK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #iCxUwDO17Eweh2mZ2UoheP6Ss97RcFi3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RTGrAtRuX4Fbdr3BgvcqL6N90rUbSW86 { display:block;position:relative; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #wBf96XnCfoSzD7em2TU1kZgMznRCFmpH {  }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RX506E5Z7Ze6p8DP1TCVySKC591mUAqh {  }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #WqeMJgzEiQJVXG6zny3HrZTsVp29c3eh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #Rm1uZq4ffoJDoBP3wT47DptLPzgiIzrA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #V0acBOaTthwZ1OgDWZfc0QcGVzpz1zyL { display:block;position:relative; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #mTsJl2mpArpCobZIyTAtqmvRZN9pXbRC {  }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #D4kAauXEMVWWFTL7lLTs3wXIkK5Bzib4 { display:none; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #lrCGXxiAViGRTG4rakLce3DNbkd9PFpG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #xLSWTBzCeAyMc5G3Qp3Dfc512tu6p3IS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #eNipaL8o7dtXnqzT1QwrTqWc3yynlNyk { display:block;position:relative; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #FHAMltr3A8XcMVVX9TZ0LHxythM8r5Eu {  }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #ckFXQDKMeqyWn1SXPAClJ0BecS6eHcxh { display:none; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #SGlub73kXKFoLa7vhqhuBwRoV7ToKCkI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #UbNlFNWnxqdg6a2k79sOaX2Q89uJbL7z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #s6d1Ggf3onTI5zNRRaTNk4KrD7R8LMVe { display:block;position:relative; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #maxXTU7gUdXU8TAgdJ11wUCXFxUeZvM1 {  }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #v3HgBeSnOHxBoiXTktTwxQnBJiV0I4u1 { display:none; }
#WoLTStrTn9X7bGRoslBAcmgMIQf02uJD { color:#000000;display:block;width:60rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:54.5rem;left:0rem;height:3.89941875rem;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; }
#EBLOG7d2C1GVU3thAKFcTwJ54BLnSRp2 { 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:9.8125rem;width:18.1875rem;top:40.25rem;left:1.5625rem;overflow:hidden;display:block; }
#OZQp0neaUvIVMNkiqzT10As2fFGQFEHP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:18.1875rem;top:40.25rem;left:20.90625rem;overflow:hidden;display:block; }
#NLAZU8TAyppOAhGtxgTkNrtEbeD8PKNJ { 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:9.8125rem;width:18.1875rem;top:40.25rem;left:40.3125rem;overflow:hidden;display:block; }
#bUA48hZa4wigCDd09DvapNZvPTnlA1tE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdf91;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; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container { background-color: transparent; background-image: none; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container > .video-iframe-container { display: none; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row > .video-iframe-container { display: none; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .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); }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container { border-width: 0; border-radius: 0; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#ThthDVRp3e8mmixGCbHDfV7dqWtRf87r { color:#000000;display:block;width:30.25rem;position:absolute;font-family:sk-modernist;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:14.875rem;height:;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; }
#cDll99zJ69lkWp1MibuTLw3TnoS41KMM { color:#000000;display:block;width:60rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:-0.03125rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#KDW6dPHSXBMEnVJUL4SWzUGa19qDiZTM { position:absolute;display:block;z-index:15002;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.25rem;width:16.6875rem;top:12.0625rem;left:34.84375rem;overflow:hidden;display:block; }
#QGnnvuz9WfMrDK7pchAzo5lkbDdnGrk4 { background-color:#000000;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sk-modernist;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:2.9375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:19.8125rem;left:2.15625rem;display:block; }
#Geh8IgOrX7TEmskbTRqbwazlSDRi5lEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOFRDFJ4mznvigCzZzv8VEWXRhlDIoUw { color:#000000;display:block;width:58.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:30.75rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#q23cEW8P0be6UFRbTAXqNEPbZO3BHMEd { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.451171875rem;left:2.15625rem;height:3.89941875rem;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; }
#M9eySulwhInTaT30CPd2R5Kx4UbU5pdI { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:13.451171875rem;left:0rem;overflow:hidden;display:block; }
#k6dTkVqEGfbiupHObeb910hdFQVQ5MGc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:15.91259765625rem;left:0rem;overflow:hidden;display:block; }
#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1819;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; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { 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:2.9375rem;width:12.4375rem;top:2.875rem;left:9.3125rem;overflow:hidden;display:block; }
#Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { color:#ffc947;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:18.3125rem;left:16.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { color:#f4f4f4;display:block;width:3.1875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:30.21875rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { color:#f4f4f4;display:block;width:5.125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:35.8125rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { color:#f4f4f4;display:block;width:5.6875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:42.5625rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m50ssLESdTNaB37ItNvvMNm2JoriWxOv { color:#f4f4f4;display:block;width:3.8125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.6435546875rem;left:49.5625rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { color:#ffc947;display:block;width:6.75rem;position:absolute;font-family:sk-modernist;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.6875rem;left:39rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15003;opacity:1;top:11.8125rem;left:39.875rem; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.9375rem;left:36.875rem; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.9375rem;left:43.3125rem; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12rem;left:46.25rem; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#G9dp2ymqzevrZyGEKhkfN99HIgOtbgex { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:10.5rem;top:7.78125rem;left:9.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:12.8125rem;height:2.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9q1WDcOhGfIRJW3lSsEKOSlXU9vPZif { top:3.75rem;left:15.65625rem;width:6.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6yVQzfW3798Zff3qTKQBayrLr6F2nK { top:3.75rem;left:23.46875rem;width:8.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCplcy827pmLiin5rKS9WFqL0uzlqlOn { top:3.75rem;left:33.21875rem;width:5.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSJCWR45uDDhsV6VDaAZ7Tc8ePIX219D { top:3.75rem;left:38.71875rem;width:8.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzyxodHvLf9Aped9uIGg0HUGmSMDTlr { top:3.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igGyoUXrJ3DCzeTGiCFDDuDXK9VHKwNL { top:3.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN { display:block; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { width:47.75rem;height:4.1875rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Eq1vIgC0LBVfkd0xxyXzeNuMFnqTzU { top:17.1875rem;left:0.375rem;width:19.3125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQgSJrAZty7T0I2fzAQonZAkemTO4UwT { top:17.1875rem;left:28.4375rem;width:19.3125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fScMmZZWLIt6az0cioDCCGKwT1ogV32r { top:29.125rem;left:0rem;width:27.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3no8UTVOnwwAnAwra5AZLtX0niIV5I0 { top:29.125rem;left:24.1875rem;width:23.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgdQdqmJi8E1sHEkxWDifNe1Srq2wCDB { top:45.125rem;left:14.21875rem;width:19.3125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqGnGf2ZVontQykA831heM3Ci18naQN { top:54.1875rem;left:10.78125rem;width:26.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQXI187sUXz5E5OHcFDiVJU9vNOTDRk { width:15.9375rem;height:2.9375rem;top:35.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQXgevLB3qXnReWC5pWv2c7UkrpnKCd { display:block; }
 }@media only screen and (max-width: 763px) { #btWF9GeqWQxllP2kTm1BVQWnMcWhUUpz { width:15.9375rem;height:2.9375rem;top:35.9375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1EQ3WGXU22Rsat8HVSTV6CIKuTaPJA { display:block; }
 }@media only screen and (max-width: 763px) { #kq3v02srNJAO6EC3a6cVfWvbA9rvPG6M { width:15.9375rem;height:2.9375rem;top:60.375rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8N2c02WQUs7yhmnk2vFI9JDiB9TuTqu { display:block; }
 }@media only screen and (max-width: 763px) { #izkbPEFHPlJqTOObF1pfHognV6T9X64W { top:1.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snSanRNEWrqIyOSTZyH87BxEWldODtwc { top:70.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIegO5BNT2BPcr3yTBVPT9BIq2TdcQKp { top:20.5rem;left:6.5625rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz20urEBm9v38fs2BWMROsfU9Nv7gowN { top:20.625rem;left:36.6875rem;width:6.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caEzDSzFg8DopVaS9Q9h3TGILxr0w1LD { top:49rem;left:20.40625rem;width:6.9375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDO5aexReRfJFO5SL99ofMc7XVhogpDI { top:63.875rem;left:9.9375rem;width:26.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx { display:block; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUlJayr3Me6RCMUGcavhdtFzGFKyRZ4C { top:2.5rem;left:8.09375rem;width:31.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erm80oho4mBnM4mCTQteLVmyeRsNIGeT { top:7.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btKpoQNbMmt0u8HdX1TLQQqNbn4QhJxm { top:16.125rem;left:26.75rem;width:21rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8OTRtICZfKTPyPZxT3nm4ge2Bl5KIi { width:15.9375rem;height:2.9375rem;top:36.4375rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTiJ3TeW7nc2ndoc58bgH4AoHOC7KG0G { display:block; }
 }@media only screen and (max-width: 763px) { #L9fKXiilvztFZCSpp0UqtxwWGdU3pHmc { top:14.0625rem;left:0rem;width:26.25rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGU1GeMX2wEqpxuFJGIvdt866GnaqGA { top:30.5625rem;left:0rem;width:26.25rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsEuNV9IQ6SLWSPKlfSlhaPbrPC41Lka { top:16.125rem;left:26.03125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPyUA4dT52Tudd0dOhuQHPykPdksMbTN { top:18.9375rem;left:26.03125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Rcgkp8UP4Pd1vSbnTmnot5yW0o41xG { top:22.5625rem;left:26.03125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdlF4BhizVroO841ellz5TQho609aJW { top:26.5rem;left:26.03125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFc1DR3FTrMzfNHRxbDVT8ERuMtMSsiq { top:30.5625rem;left:26.03125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBTHT9xIK33zdb5tkikBMxnRDTD6vOa { display:block; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS7I4LLz79v9t2TUGMRSEHNAayMQfoSR { top:3.625rem;left:8.09375rem;width:31.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsBtW8nVOzsdsGTVMSDDvLnTMIPo1oxV { top:9.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx { display:flex;height:auto;width:27.8125rem;top:83.1875rem;left:0rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #TxLCfRdQwxeoEaiVCPk3bFTBVGsuTA9F {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #wQJbsrfE7N65dJWA9BaqwPwoTqbLaeUt {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #BXQHybbKBCSfv0bczMmQSsW4QbTZFn65 {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #P1w5QxR00iebBpMhCTBSXHxy9IBFdXAh {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #XI73aan5ZpJVAUWfOWc8HsikMPk0KQus {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #ZkKvBxV5gqJ1EiDDQCTdqPKTcToySFDZ {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #ZZI9Ik8lJKl2r6u1FDO5g8NokFDKNSgs {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #Z6EoGdr5qmLXMunlT7X3LDwJ83SgWdRn {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #H40437Qw198MzOsN50L0Zwo8VKlP3vxv {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #qLbNTCOv1ZAv46OIdx5e8yg1rZQQbllk {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #QrIFaEfzv1HcvAlsO1Ec0GvCTtnTiZyl {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #eKtRbUCe2pH16OJSCOH94JBFDRdbavz3 {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #A574kC5n4pqzVoXMPFU3cdKyPMlgZPFI {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #HK7WmVnGWsSK9R5BU1fSyf0pwBwSxGCI {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #OqvK4w0xlB5eVqWqkVkD0WtsclppabWb {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #cfiHoiD9MPph0cXnQeTMHfOptlWwQ5mV {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #cqOdze9yd8zE4glTTVPA4hbFDwcUgfb7 {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #lP5HqKMghn0bXb7N3IuoysOHrbi8d8uS {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #hmblyblzLZ9iSN2nUvdiSKxTyplNwtqt {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #iXSVwy07HZrJGBCKDlcAKZpeBGLD9Hm6 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E { display:flex;height:auto;width:27.8125rem;top:83.1875rem;left:0rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RKx629HeQ04emUkmimJdc4bPPb3Md9TK {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #iCxUwDO17Eweh2mZ2UoheP6Ss97RcFi3 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RTGrAtRuX4Fbdr3BgvcqL6N90rUbSW86 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #wBf96XnCfoSzD7em2TU1kZgMznRCFmpH {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RX506E5Z7Ze6p8DP1TCVySKC591mUAqh {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #WqeMJgzEiQJVXG6zny3HrZTsVp29c3eh {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #Rm1uZq4ffoJDoBP3wT47DptLPzgiIzrA {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #V0acBOaTthwZ1OgDWZfc0QcGVzpz1zyL {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #mTsJl2mpArpCobZIyTAtqmvRZN9pXbRC {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #D4kAauXEMVWWFTL7lLTs3wXIkK5Bzib4 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #lrCGXxiAViGRTG4rakLce3DNbkd9PFpG {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #xLSWTBzCeAyMc5G3Qp3Dfc512tu6p3IS {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #eNipaL8o7dtXnqzT1QwrTqWc3yynlNyk {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #FHAMltr3A8XcMVVX9TZ0LHxythM8r5Eu {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #ckFXQDKMeqyWn1SXPAClJ0BecS6eHcxh {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #SGlub73kXKFoLa7vhqhuBwRoV7ToKCkI {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #UbNlFNWnxqdg6a2k79sOaX2Q89uJbL7z {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #s6d1Ggf3onTI5zNRRaTNk4KrD7R8LMVe {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #maxXTU7gUdXU8TAgdJ11wUCXFxUeZvM1 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #v3HgBeSnOHxBoiXTktTwxQnBJiV0I4u1 {  }
 }@media only screen and (max-width: 763px) { #WoLTStrTn9X7bGRoslBAcmgMIQf02uJD { top:54.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLOG7d2C1GVU3thAKFcTwJ54BLnSRp2 { top:40.25rem;left:0rem;width:18.1875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZQp0neaUvIVMNkiqzT10As2fFGQFEHP { top:40.25rem;left:14.78125rem;width:18.1875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLAZU8TAyppOAhGtxgTkNrtEbeD8PKNJ { top:40.25rem;left:29.5625rem;width:18.1875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUA48hZa4wigCDd09DvapNZvPTnlA1tE { display:block; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThthDVRp3e8mmixGCbHDfV7dqWtRf87r { top:2.125rem;left:8.75rem;width:30.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDll99zJ69lkWp1MibuTLw3TnoS41KMM { top:6.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDW6dPHSXBMEnVJUL4SWzUGa19qDiZTM { top:12.0625rem;left:28.71875rem;width:16.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGnnvuz9WfMrDK7pchAzo5lkbDdnGrk4 { width:15.9375rem;height:2.9375rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geh8IgOrX7TEmskbTRqbwazlSDRi5lEO { display:block; }
 }@media only screen and (max-width: 763px) { #tOFRDFJ4mznvigCzZzv8VEWXRhlDIoUw { top:30.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23cEW8P0be6UFRbTAXqNEPbZO3BHMEd { top:13.4375rem;left:0rem;width:25.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9eySulwhInTaT30CPd2R5Kx4UbU5pdI { top:13.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6dTkVqEGfbiupHObeb910hdFQVQ5MGc { top:15.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { width:12.4375rem;height:2.9375rem;top:2.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { width:26.875rem;height:1.375rem;top:18.3125rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { width:3.1875rem;height:1.375rem;top:3.625rem;left:24.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { width:5.125rem;height:1.375rem;top:3.625rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { width:5.6875rem;height:1.375rem;top:3.625rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50ssLESdTNaB37ItNvvMNm2JoriWxOv { width:3.8125rem;height:1.375rem;top:3.625rem;left:43.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { width:6.75rem;height:1.75rem;top:8.6875rem;left:32.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { top:11.8125rem;left:33.75rem;width:1.625rem;height:1.625rem;display:block; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { top:11.9375rem;left:30.75rem;width:1.375rem;height:1.375rem;display:block; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { top:11.9375rem;left:37.1875rem;width:1.5rem;height:1.5rem;display:block; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { top:12rem;left:40.125rem;width:1.25rem;height:1.25rem;display:block; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #G9dp2ymqzevrZyGEKhkfN99HIgOtbgex { top:7.75rem;left:3.1875rem;width:10.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ps9ArAbT49Gax5rtbQz43uDZKWZ9H7w1 { width:13.125rem;height:2.625rem;top:0.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9q1WDcOhGfIRJW3lSsEKOSlXU9vPZif { width:4.8125rem;height:3.0869125rem;top:5.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to6yVQzfW3798Zff3qTKQBayrLr6F2nK { width:5.5625rem;height:3.0869125rem;top:5.125rem;left:7.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCplcy827pmLiin5rKS9WFqL0uzlqlOn { width:5.5625rem;height:1.54345625rem;top:5.125rem;left:14.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSJCWR45uDDhsV6VDaAZ7Tc8ePIX219D { width:8.0625rem;height:1.54345625rem;top:9.7734375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOzyxodHvLf9Aped9uIGg0HUGmSMDTlr { width:1.875rem;height:1.875rem;top:9.607421875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igGyoUXrJ3DCzeTGiCFDDuDXK9VHKwNL { width:1.875rem;height:1.875rem;top:9.607421875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN { display:block; }#IwkBOavqm6k33lqH0mxwfeL2NPPEBkCN > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUymbTkTyuZZhq1SpGxUew2T6oK2NSsJ { width:19.875rem;height:12.599125rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Eq1vIgC0LBVfkd0xxyXzeNuMFnqTzU { width:19.3125rem;height:1.54345625rem;top:29.3935625rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQgSJrAZty7T0I2fzAQonZAkemTO4UwT { width:19.3125rem;height:1.54345625rem;top:51.69140625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fScMmZZWLIt6az0cioDCCGKwT1ogV32r { width:20rem;height:6.82324375rem;top:32.2294921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3no8UTVOnwwAnAwra5AZLtX0niIV5I0 { width:20rem;height:4.548825rem;top:54.484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgdQdqmJi8E1sHEkxWDifNe1Srq2wCDB { width:19.3125rem;height:1.54345625rem;top:72.22998046875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqGnGf2ZVontQykA831heM3Ci18naQN { width:20rem;height:5.6860375rem;top:74.71044921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQXI187sUXz5E5OHcFDiVJU9vNOTDRk { width:15.9375rem;height:2.9375rem;top:61.3583984375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsQXgevLB3qXnReWC5pWv2c7UkrpnKCd { display:block; }
 }@media only screen and (max-width: 763px) { #btWF9GeqWQxllP2kTm1BVQWnMcWhUUpz { width:15.9375rem;height:2.9375rem;top:39.4443359375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA1EQ3WGXU22Rsat8HVSTV6CIKuTaPJA { display:block; }
 }@media only screen and (max-width: 763px) { #kq3v02srNJAO6EC3a6cVfWvbA9rvPG6M { width:15.9375rem;height:2.9375rem;top:82.5966796875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8N2c02WQUs7yhmnk2vFI9JDiB9TuTqu { display:block; }
 }@media only screen and (max-width: 763px) { #izkbPEFHPlJqTOObF1pfHognV6T9X64W { width:20rem;height:7.3125rem;top:0rem;left:-0.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snSanRNEWrqIyOSTZyH87BxEWldODtwc { width:20rem;height:4.875rem;top:88.8466796875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIegO5BNT2BPcr3yTBVPT9BIq2TdcQKp { width:6.9375rem;height:6.9375rem;top:21.7587890625rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz20urEBm9v38fs2BWMROsfU9Nv7gowN { width:6.9375rem;height:6.625rem;top:44.6083984375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caEzDSzFg8DopVaS9Q9h3TGILxr0w1LD { width:6.9375rem;height:3.5625rem;top:67.8466796875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDO5aexReRfJFO5SL99ofMc7XVhogpDI { width:20rem;height:1.13720625rem;top:85.5341796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx { display:block; }#KxhIPIDGRMOmne0p9uM19XzUTLcPTMAx > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUlJayr3Me6RCMUGcavhdtFzGFKyRZ4C { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erm80oho4mBnM4mCTQteLVmyeRsNIGeT { width:20rem;height:7.798825rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btKpoQNbMmt0u8HdX1TLQQqNbn4QhJxm { width:17.8125rem;height:16.89748125rem;top:20.3232421875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8OTRtICZfKTPyPZxT3nm4ge2Bl5KIi { width:15.9375rem;height:2.9375rem;top:41.2587890625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTiJ3TeW7nc2ndoc58bgH4AoHOC7KG0G { display:block; }
 }@media only screen and (max-width: 763px) { #L9fKXiilvztFZCSpp0UqtxwWGdU3pHmc { height:11.190476190476rem;width:20rem;top:46.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckGU1GeMX2wEqpxuFJGIvdt866GnaqGA { height:11.190476190476rem;width:20rem;top:59.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsEuNV9IQ6SLWSPKlfSlhaPbrPC41Lka { width:1.5rem;height:1.5rem;top:20.3232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPyUA4dT52Tudd0dOhuQHPykPdksMbTN { width:1.5rem;height:1.5rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Rcgkp8UP4Pd1vSbnTmnot5yW0o41xG { width:1.5rem;height:1.5rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdlF4BhizVroO841ellz5TQho609aJW { width:1.5rem;height:1.5rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFc1DR3FTrMzfNHRxbDVT8ERuMtMSsiq { width:1.5rem;height:1.5rem;top:37.2646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBTHT9xIK33zdb5tkikBMxnRDTD6vOa { display:block; }#neBTHT9xIK33zdb5tkikBMxnRDTD6vOa > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS7I4LLz79v9t2TUGMRSEHNAayMQfoSR { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsBtW8nVOzsdsGTVMSDDvLnTMIPo1oxV { width:20rem;height:5.19921875rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx { display:flex;height:auto;width:17.5rem;top:15.625rem;left:0rem; }
#vs2RZB4CGLwVCpNI8QQblDVoI724PVCx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #TxLCfRdQwxeoEaiVCPk3bFTBVGsuTA9F {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #wQJbsrfE7N65dJWA9BaqwPwoTqbLaeUt {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #BXQHybbKBCSfv0bczMmQSsW4QbTZFn65 {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #P1w5QxR00iebBpMhCTBSXHxy9IBFdXAh {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #XI73aan5ZpJVAUWfOWc8HsikMPk0KQus {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #ZkKvBxV5gqJ1EiDDQCTdqPKTcToySFDZ {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #ZZI9Ik8lJKl2r6u1FDO5g8NokFDKNSgs {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #Z6EoGdr5qmLXMunlT7X3LDwJ83SgWdRn {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #H40437Qw198MzOsN50L0Zwo8VKlP3vxv {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #qLbNTCOv1ZAv46OIdx5e8yg1rZQQbllk {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #QrIFaEfzv1HcvAlsO1Ec0GvCTtnTiZyl {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #eKtRbUCe2pH16OJSCOH94JBFDRdbavz3 {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #A574kC5n4pqzVoXMPFU3cdKyPMlgZPFI {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #HK7WmVnGWsSK9R5BU1fSyf0pwBwSxGCI {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #OqvK4w0xlB5eVqWqkVkD0WtsclppabWb {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #cfiHoiD9MPph0cXnQeTMHfOptlWwQ5mV {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #cqOdze9yd8zE4glTTVPA4hbFDwcUgfb7 {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #lP5HqKMghn0bXb7N3IuoysOHrbi8d8uS {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #hmblyblzLZ9iSN2nUvdiSKxTyplNwtqt {  }
 }@media only screen and (max-width: 763px) { #vs2RZB4CGLwVCpNI8QQblDVoI724PVCx #iXSVwy07HZrJGBCKDlcAKZpeBGLD9Hm6 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E { display:flex;height:auto;width:17.5rem;top:35.25rem;left:0rem; }
#UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RKx629HeQ04emUkmimJdc4bPPb3Md9TK {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #iCxUwDO17Eweh2mZ2UoheP6Ss97RcFi3 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RTGrAtRuX4Fbdr3BgvcqL6N90rUbSW86 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #wBf96XnCfoSzD7em2TU1kZgMznRCFmpH {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #RX506E5Z7Ze6p8DP1TCVySKC591mUAqh {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #WqeMJgzEiQJVXG6zny3HrZTsVp29c3eh {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #Rm1uZq4ffoJDoBP3wT47DptLPzgiIzrA {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #V0acBOaTthwZ1OgDWZfc0QcGVzpz1zyL {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #mTsJl2mpArpCobZIyTAtqmvRZN9pXbRC {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #D4kAauXEMVWWFTL7lLTs3wXIkK5Bzib4 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #lrCGXxiAViGRTG4rakLce3DNbkd9PFpG {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #xLSWTBzCeAyMc5G3Qp3Dfc512tu6p3IS {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #eNipaL8o7dtXnqzT1QwrTqWc3yynlNyk {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #FHAMltr3A8XcMVVX9TZ0LHxythM8r5Eu {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #ckFXQDKMeqyWn1SXPAClJ0BecS6eHcxh {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #SGlub73kXKFoLa7vhqhuBwRoV7ToKCkI {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #UbNlFNWnxqdg6a2k79sOaX2Q89uJbL7z {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #s6d1Ggf3onTI5zNRRaTNk4KrD7R8LMVe {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #maxXTU7gUdXU8TAgdJ11wUCXFxUeZvM1 {  }
 }@media only screen and (max-width: 763px) { #UAAc9JBf6kQTOEWZIrq6M6Q543R9Np3E #v3HgBeSnOHxBoiXTktTwxQnBJiV0I4u1 {  }
 }@media only screen and (max-width: 763px) { #WoLTStrTn9X7bGRoslBAcmgMIQf02uJD { width:20rem;height:6.499025rem;top:65.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLOG7d2C1GVU3thAKFcTwJ54BLnSRp2 { width:18.1875rem;height:9.8125rem;top:70.125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZQp0neaUvIVMNkiqzT10As2fFGQFEHP { width:18.1875rem;height:9.8125rem;top:80.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLAZU8TAyppOAhGtxgTkNrtEbeD8PKNJ { width:18.1875rem;height:9.8125rem;top:91.125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUA48hZa4wigCDd09DvapNZvPTnlA1tE { display:block; }#bUA48hZa4wigCDd09DvapNZvPTnlA1tE > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThthDVRp3e8mmixGCbHDfV7dqWtRf87r { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDll99zJ69lkWp1MibuTLw3TnoS41KMM { width:20rem;height:9.098625rem;top:6.3984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDW6dPHSXBMEnVJUL4SWzUGa19qDiZTM { width:16.6875rem;height:14.25rem;top:31.95947265625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGnnvuz9WfMrDK7pchAzo5lkbDdnGrk4 { width:15.9375rem;height:2.9375rem;top:26.77197265625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geh8IgOrX7TEmskbTRqbwazlSDRi5lEO { display:block; }
 }@media only screen and (max-width: 763px) { #tOFRDFJ4mznvigCzZzv8VEWXRhlDIoUw { width:20rem;height:5.19921875rem;top:50.39697265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q23cEW8P0be6UFRbTAXqNEPbZO3BHMEd { width:18.3125rem;height:5.199225rem;top:18.1484375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9eySulwhInTaT30CPd2R5Kx4UbU5pdI { width:1.5rem;height:1.5rem;top:18.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6dTkVqEGfbiupHObeb910hdFQVQ5MGc { width:1.5rem;height:1.5rem;top:22.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color:#1a1819;background-image:none;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PamO1f0gVlOTJOA3IT6hrIiUeSStf7kM { width:12.4375rem;height:2.9375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eet7Sd4L5uuTVbTRbmzOtGiqVlgzTXl4 { width:20rem;height:1.3999rem;top:41.91015rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXiHkJ8xMbIZ47DqbyAURB7dpZ7DC93d { width:3.625rem;height:1.3999rem;top:5.4375rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTs4N6w72Q9LafDrpu0BPdnGbB8b8rOW { width:5.125rem;height:1.3999rem;top:8.0869125rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacH2L9QX2IkOnGWlflPMkKui5xTXI2k { width:5.125rem;height:1.3999rem;top:10.736325rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50ssLESdTNaB37ItNvvMNm2JoriWxOv { width:3.8125rem;height:1.3999rem;top:13.3857375rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4UTIMmTCFyFGvM30GGBIhhoLJSeaIw { width:6.8125rem;height:1.75rem;top:19.78466796875rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 { display:flex;width:1.625rem;height:1.625rem;top:26.65966796875rem;left:9.1875rem; }
#inceQGkDQn9JWUhLnZbAVEyeIvwbmmX6 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq { display:flex;width:1.375rem;height:1.375rem;top:23.97216796875rem;left:9.3125rem; }
#kX1IK1O7cw0qikpfFeeaOCFKzxQdy4Dq > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn { display:flex;width:1.5rem;height:1.5rem;top:29.84716796875rem;left:9.25rem; }
#XqkH4CWKky3beZ1M0xUNTVlxVpTIMTGn > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO { display:flex;width:1.25rem;height:1.25rem;top:33.22216796875rem;left:9.375rem; }
#JfGy6nnH0PmDCxvZx47ysAPtQhoDmlfO > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #G9dp2ymqzevrZyGEKhkfN99HIgOtbgex { width:10.5rem;height:6.5rem;top:44.55908046875rem;left:4.75rem;display:block; }
 }