.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e2f3f3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe { 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;z-index:auto;display:block; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { background-color: transparent; background-image: none; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container > .video-iframe-container { display: none; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row > .video-iframe-container { display: none; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .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); }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { border-width: 0; border-radius: 0; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Aw7TTSAHVvTKTxBtJaqyxKoxhLTGfxmx { 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:2.5625rem;width:6.25rem;top:1.21875rem;left:34.375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,64,66,0.83);background-image:url("https://images.assets-landingi.com/uc/a8c34703-3757-4194-83bb-db2fd79912eb/Header_LP_Agro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;overflow:visible;position:relative;display:block; }#MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { background-color:#f37021;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.75rem;left:5rem;display:block; }
#LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IB1NJc8IAKg6p33AJxRDzwu7uENMVxAu { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:23.25rem;left:4.6875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BmJV7SB1LzEAT5EmyczLCEmhIEeNpKv6 { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"ibm plex sans";font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.875rem;left:6.375rem;height:6.8056875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTanuTMqKq3Q87NtTPAXCb1XVceQTrQN { box-sizing:content-box;height:7.5rem;width:0.375rem;position:absolute;display:block;z-index:15005;background-color:#f37021;background-image:none;top:7.5rem;left:5rem;display:block; }
#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM { position:relative;display:block; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM { background-color: transparent; background-image: none; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row .container > .video-iframe-container { display: none; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row > .video-iframe-container { display: none; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .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); }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM { border-width: 0; border-radius: 0; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lNXAikZD0SyFkT5X2WXLE7hv3sZ6deLB { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVmPLo4VdExil0W4Il4aOQdtduDrPXgD { color:#004042;display:block;width:7.375rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.4375rem;left:19.436718940735rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcdW5eV4TeQSaNED56vIxhT4WvEEsakh { color:#004042;display:block;width:4.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.4375rem;left:30.875000953674rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcNSbbHbiL7gE64KIBAcBaOignlkvQOV { color:#004042;display:block;width:7.5rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.46249961853rem;left:39.437500953674rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k28rOLJfpLOk54vhm3l0aCDSyRDTgwM7 { color:#004042;display:block;width:4rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.13671875rem;left:49.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F06xJuayt5wATERNhi9yFxS4D9gmGiqP { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:6.4375rem;left:38.812500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:block; }
#bMQGNgyuOuyv78rMvFHAk2O5eTRsBWGh { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:6.375rem;left:48.750000953674rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:block; }
#tuHIMTG2XVZUoNWNhgZwgnAsi9sNI0fW { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:6.4375rem;left:28.812500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:block; }
#J2qStWQB29EuWx97iJWEF8GCisuNHegT { box-sizing:content-box;height:9.75rem;width:8.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:6.375rem;left:18.811718940735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,64,66,0.08) ;display:block; }
#VXPhTdbs8OUIIgKIJC8w3crE7IrK2G0W { color:#004042;display:block;width:38.75rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.887500762939rem;left:18.749999046326rem;height:2.5996125rem;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; }
#FNOpeKklGA2REprLei1AUA1cCd8m6haX { background-color:#f37021;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.8125rem;left:25.500000953674rem;display:block; }
#v9CKsUOmqfAk3RHEU5Z6TT4EZU6n1cHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyPW1rJVerMrvNtNsP5x3mOnN9UuDoH4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.0625rem;top:6.71875rem;left:20.592968940735rem;overflow:hidden;display:block; }
#Koo4CtccUqAFzrpO8lxseCV7HuaLBBBM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5rem;top:6.71875rem;left:30.500000953674rem;overflow:hidden;display:block; }
#ZrmNR1iDNKAMpPQEWoZ7uoaixzFPm9PD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5rem;top:6.71875rem;left:40.687500953674rem;overflow:hidden;display:block; }
#e83zSaWLy4UGwTXkpWUpraydFUIyaX6Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5rem;top:7.112500190735rem;left:50.500000953674rem;overflow:hidden;display:block; }
#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19acd1e8-e9aa-46d5-b655-7de3cad9904a/Background_LP_Agro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.adaptive-delivery-prevent-bg, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyload, #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B.lazyloading { background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { background-color: transparent; background-image: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container > .video-iframe-container { display: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { display: none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .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); }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { border-width: 0; border-radius: 0; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#Q0yvl4wTEaT0Pxcs0ibgFktFFuf5WiF6 { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.32421875rem;left:0rem;height:1.23730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bfdan7T1DSQz0TIdJ0W55TdOO70UdaJx { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.2375001907349rem;left:0rem;height:1.51171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B4FRyhyTva3rxNSLfLrsuiyEAIC9cw2V { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#004042;background-image:none;top:7.9990234375rem;left:3.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xfIq5QyJXxVeZrnIZ0AFRi2ic7OUKmgP { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:19.7373046875rem;left:5rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sZKPznff40A8nF1vk6nJLJdqoEyFPdhb { color:#fffcfa;display:block;width:9.1875rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:5rem;height:0.82421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BTf4wAMydb3u4974enR0wHU0GyPsNJ7T { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#004042;background-image:none;top:8rem;left:17.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#A7HMO75XwlAWXiShM5xuNu6zq29c715J { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:18.7490234375rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qZDnZMy9Rq30HM9T8aOm5Gn9aKhoaMwo { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:19.5869140625rem;left:18.7490234375rem;height:1.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fiJBKVWmkSDoMw1lHvdHqWQhyyEXU35i { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#004042;background-image:none;top:8rem;left:31.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#sJsR1wrVWtZ060tFcsl6gRtPzRH4U3eZ { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:32.5rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IP9n1NWQNr3aR4GJPtXUlReXN7JZ4cc6 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:19.5869140625rem;left:32.5rem;height:1.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lK5DUx110FcW0rTMT3tQdBGDASaC2L2h { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#004042;background-image:none;top:8rem;left:44.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GOWBAMJiT0g1cMz6xt91LNB7kNk9oRJa { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:22.787109375rem;left:46.25rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gc0T01cmdKrKlGS9txhPNTJiBgPxPqJF { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:19.5869140625rem;left:46.25rem;height:1.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xifdqNn3RQ9W9QxdKWnds5P6dH8Dz2TA { box-sizing:content-box;height:18.6875rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:#004042;background-image:none;top:8rem;left:58.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C6DiQOPaeAiRvFndGGbT6HU61avN9LdI { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"ibm plex sans";font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:22.912109375rem;left:60.1875rem;height:1.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zt68AKvTtHnZZGGlJ3FFtpttcUaD0QOh { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:19.4375rem;left:60rem;height:2.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RWX3TFaJQItJu1lOZ2u75V9eDsz7PNuM { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:29.48671913147rem;left:0rem;height:1.51171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L89AL2orBsCMtUuICDLy9AmVaXqnwIuG { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.375rem;left:4.5rem;overflow:hidden;display:block; }
#xil4oFX98uQ0dEMyBSOEEgQuIaUgUFBG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.25rem;left:18.125rem;overflow:hidden;display:block; }
#Dee5NvWVx5fpnS493TX65Tbkp9NkTkxe { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.4375rem;left:32rem;overflow:hidden;display:block; }
#vS4iTMtea64P36FIiBBHOGTzPB5n3nH8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.4375rem;left:45.8125rem;overflow:hidden;display:block; }
#Sm7NcdIHFQ96hF5SEFOzT2KJgvLF7Vxs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.25rem;width:10.625rem;top:9.4375rem;left:59.5625rem;overflow:hidden;display:block; }
#mivulzbkyaFqn81z6kvceaf0Pv0EMuIn { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:22.4375rem;left:5rem;display:block; }
#qT3tmR8iepTuFIJI4IH3vOXlTel9F4R1 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:22.4375rem;left:18.8486328125rem;display:block; }
#pvuU1sIQwTf1DBkkxmAURKiTciww9VX7 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:22.4375rem;left:32.474609375rem;display:block; }
#qeZWisSlw2pABR8fWnMk5da3Rcqs0r9d { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:22.4619140625rem;left:46.1875rem;display:block; }
#rBDaTkwmT4whkw5mkvlOesPWwRUm9PXu { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:22.5rem;left:60.162109375rem;display:block; }
#V6cUHm4Tg1BnbTrXStUCVJeq9BoLJc1i { background-color:#f37021;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34rem;left:25.312500953674rem;display:block; }
#MoR5Wu3M5Dd7ueBvgP2CrTq5QoKRWZrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdGBvvB4iusIf2GxSypy6Iqq0TCRyxBB { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:31.262499809265rem;left:0rem;height:1.23730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(62,62,62,0.1);background-color:#004042;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; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { background-color: transparent; background-image: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container > .video-iframe-container { display: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container { display: none; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .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); }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { border-width: 0; border-radius: 0; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { font-size:0.875rem;font-family:arial;height:37.1375rem;width:75rem;position:relative;display:block; }#Gh0GmFoqGANEtW0mNW27TKZhIlrhxeCU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.1125011444092rem;left:0rem;height:1.51171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T5N5028tGw7iX6tBr7WRHFnSBx8QJBr6 { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:25.562499642372rem;left:3.75rem;height:1.0996125rem;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; }
#fcTtzZdATzNhTsDtviCkkT0iSex6Gf61 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:3.8125rem;overflow:hidden;display:block; }
#kHzg019Pnbr3CH4zJnW4hVCN3e0VIBoa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:21.3125rem;overflow:hidden;display:block; }
#bcLokmBknq1LGC4IxcUcmBXioHuD0A2t { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:25.175000786781rem;left:21.249218940735rem;height:1.0996125rem;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; }
#TFQsqrhq0x9n91LXHoAsRlEru0WLccZy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:38.8125rem;overflow:hidden;display:block; }
#VgXOv2psoBgX4mLg3XaXiRHS6nJ5WVka { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:25.175000786781rem;left:38.750000953674rem;height:1.0996125rem;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; }
#plhJq98DRQD6bheR0U8JAWLTmGV7MJTD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:22.0625rem;width:15.625rem;top:6.125rem;left:56.3125rem;overflow:hidden;display:block; }
#a6wZ29kUgEB4aoBdNkCuMEiuITqkAidp { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:25.587501168251rem;left:56.250000953674rem;height:1.0996125rem;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; }
#kL0NtCh5SNqD1LGy2smT4r3mVuehOALb { background-color:#f37021;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.25rem;left:26.250000953674rem;display:block; }
#LVOD7pGViBfoofVECgvxTPTlei5vcRAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(62,62,62,0.1);background-color:#e2f3f3;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; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container { background-color: transparent; background-image: none; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container > .video-iframe-container { display: none; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row > .video-iframe-container { display: none; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .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); }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container { border-width: 0; border-radius: 0; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container { font-size:0.875rem;font-family:arial;height:40.2625rem;width:75rem;position:relative;display:block; }#qcODylaKt2vdT4IFVFb1P9lKJvz2tLKc { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9.5367431640625E-7rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwbMQpQdxuxed2T94xSk4xnlIwKniaom { color:#004042;display:block;width:39.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:17.500000953674rem;height:2.923825rem;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; }
#msbZQXd9RRe5Q5ICNe8JIIrI6BlvTUfD { background-color:#f37021;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:34.125rem;left:26.6875rem;display:block; }
#mOQFDeXfmFPuLrT9punBwIB2IbuyFsVB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BG7vcbJQbnbfHcJ8b3QtbQVd7U2uJvMT { 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:21.5rem;width:22.125rem;top:10.3125rem;left:26.1875rem;overflow:hidden;display:block; }
#E08nMDXSZ4PrRdH1TCBadSgmAkWshFDl { color:#004042;display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.375rem;left:8.1875rem;height:2.923825rem;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; }
#Cfm6MZDnTX53Fb5z9GmWSMrgkvmoyraH { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15002;background-color:#f37021;background-image:none;top:14.9375rem;left:6.25rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#Zxp7TOv4bETcNuznm2iJhEvFmpC2wpG5 { color:#004042;display:block;width:14.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:53.875rem;height:2.923825rem;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; }
#UG0OLWmz1GOkhc1fRuZhV7f06J1HB8zf { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:14.75rem;left:51.9375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 { 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; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { background-color: transparent; background-image: none; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container > .video-iframe-container { display: none; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row > .video-iframe-container { display: none; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .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); }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { border-width: 0; border-radius: 0; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem dotted #f37021;border-left:0;border-right:0;border-bottom:0; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .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; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:0.9375rem;font-family:"ibm plex sans";height:auto;line-height:1.4;overflow:hidden;font-style:normal;color:#004042; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;height:auto;font-family:"ibm plex sans";color:#3e3e3e; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .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_81462b60e10c1cdcfe7fbcdc65afe1be5c2efc48.svg");background-size:contain !important; }#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger.adaptive-delivery-prevent-bg, #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger.lazyload, #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-trigger.lazyloading { background-image: none; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G { box-sizing:content-box;height:auto;width:53.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.375rem;left:12.5rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XiTUTQhpLiIQ2uoia80D91p8wvHev96a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #WkNsNlFvi0buaTBd9vFki9CDHa58aCtG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HPJHRgPdqEzbwqRUnczISvCJIiDrlNOy { display:block;position:relative; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BwvmK75l52tGnBsXnStuMQeJccESrC9n {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #V6oLAPNaSaqs33Tue9uObpT93Uk9uDQn {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #zSag3rZg7DDBpxnwIPcDrBT43E3OAGPS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BaGp4nE4wOd7l9wyItxTKVXxdiU3oSHR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HDfzOqTO2ETvPDDa3FaR6pkS8dxHDHIl { display:block;position:relative; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XBgTKObhrwOwJIRIsksWt5SmnnE5AO5r {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #Ar88rfpSKhUIekCEkL0vGNJZ5NUC9deo { display:none; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #e7hQQ7PnuybkTazFlGbSZO86XzSFtIu5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BbnckBgAppZM8r7D6S3eeT8wUsWWe1WW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #M4ALcSEMIw5GZggvrn3y2Kfd1K0hhS0T { display:block;position:relative; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #IK1TorrZ0WhRDxqhAHAUkXBF5uVRQQlQ {  }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #ifKC6R20zTT2dVQTqOBoH44RrOFg4PA0 { display:none; }
#vP0Q461OBHnyFAgzZU5GUAxVZ6oVNDit { color:#004042;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.3124990463257rem;left:0rem;height:1.7871125rem;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; }
#EdTsmezHJ96quQn3HgmUM6hdGwdyKzQB { color:#004042;display:block;width:29.75rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:22.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004042;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; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { background-color: transparent; background-image: none; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container > .video-iframe-container { display: none; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row > .video-iframe-container { display: none; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .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); }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { border-width: 0; border-radius: 0; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:7.98828125rem;left:30.812500953674rem; }
#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.92578125rem;left:34.687500953674rem; }
#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.86328125rem;left:38.312500953674rem; }
#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; }#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.8125rem;left:42.125000953674rem; }
#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; }#LLf89ML5aFc4KskMs4GLgvDWZasoyg23 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.9769515991211rem;left:0rem;height:1.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZSUZUOMiDbhXyZnUdBVn1o3UskE5NHC5 { color:#f37021;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.08984375rem;left:-0.0625rem;height:1.5125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BP7JxxAG20Jn6fZcGsBTWE2TT5nHyC88 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15001;background-color:#f37021;background-image:none;top:7.625rem;left:30.437500953674rem;display:block; }
#E5d9423TypyTepK3gRSBflrry048QMWl { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15002;background-color:#f37021;background-image:none;top:7.61328125rem;left:34.312500953674rem;display:block; }
#FPmXsGaThzDQV5qvSkSElKpBp4nxRAaF { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15003;background-color:#f37021;background-image:none;top:7.61328125rem;left:38.062500953674rem;display:block; }
#IsvVi3ZsyJGaUKW4KFmwP2Q7xQDe9ik2 { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;display:block;z-index:15004;background-color:#f37021;background-image:none;top:7.61328125rem;left:41.812500953674rem;display:block; }
#onStH7lJBiPu6fXqtX96NndPCtDoBy51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f37021;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; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { background-color: transparent; background-image: none; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container > .video-iframe-container { display: none; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row > .video-iframe-container { display: none; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .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); }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { border-width: 0; border-radius: 0; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ff7lD2WuDpwvGp3wm8yChZNSKNROsMPs { 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:1.5rem;width:3.75rem;top:1.7500076293945rem;left:69.250000953675rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe { display:block; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw7TTSAHVvTKTxBtJaqyxKoxhLTGfxmx { top:1.1875rem;left:20.75rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { top:17.0625rem;left:0rem;width:23.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { width:23.25rem;height:3.4375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block; }
 }@media only screen and (max-width: 763px) { #IB1NJc8IAKg6p33AJxRDzwu7uENMVxAu { top:23.25rem;left:0rem;width:21.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJV7SB1LzEAT5EmyczLCEmhIEeNpKv6 { top:7.875rem;left:0rem;width:23.4375rem;height:6.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTanuTMqKq3Q87NtTPAXCb1XVceQTrQN { top:7.5rem;left:0rem;width:0.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM { display:block; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNXAikZD0SyFkT5X2WXLE7hv3sZ6deLB { top:2.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmPLo4VdExil0W4Il4aOQdtduDrPXgD { top:12.4375rem;left:5.8117189407349rem;width:7.375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcdW5eV4TeQSaNED56vIxhT4WvEEsakh { top:12.4375rem;left:17.250000953674rem;width:4.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcNSbbHbiL7gE64KIBAcBaOignlkvQOV { top:12.4375rem;left:25.812500953674rem;width:7.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k28rOLJfpLOk54vhm3l0aCDSyRDTgwM7 { top:13.125rem;left:36.3125rem;width:4rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F06xJuayt5wATERNhi9yFxS4D9gmGiqP { top:6.4375rem;left:25.187500953674rem;width:8.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQGNgyuOuyv78rMvFHAk2O5eTRsBWGh { top:6.375rem;left:35.125000953674rem;width:8.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuHIMTG2XVZUoNWNhgZwgnAsi9sNI0fW { top:6.4375rem;left:15.187500953674rem;width:8.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qStWQB29EuWx97iJWEF8GCisuNHegT { top:6.375rem;left:5.1867189407349rem;width:8.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPhTdbs8OUIIgKIJC8w3crE7IrK2G0W { top:18.875rem;left:5.125rem;width:38.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOpeKklGA2REprLei1AUA1cCd8m6haX { width:24.4375rem;height:3.4375rem;top:22.8125rem;left:11.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9CKsUOmqfAk3RHEU5Z6TT4EZU6n1cHg { display:block; }
 }@media only screen and (max-width: 763px) { #FyPW1rJVerMrvNtNsP5x3mOnN9UuDoH4 { top:6.6875rem;left:6.967968940735rem;width:5.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koo4CtccUqAFzrpO8lxseCV7HuaLBBBM { top:6.6875rem;left:16.875000953674rem;width:5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrmNR1iDNKAMpPQEWoZ7uoaixzFPm9PD { top:6.6875rem;left:27.062500953674rem;width:5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e83zSaWLy4UGwTXkpWUpraydFUIyaX6Q { top:7.0625rem;left:36.875000953674rem;width:5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { display:block; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0yvl4wTEaT0Pxcs0ibgFktFFuf5WiF6 { top:4.3125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfdan7T1DSQz0TIdJ0W55TdOO70UdaJx { top:2.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FRyhyTva3rxNSLfLrsuiyEAIC9cw2V { top:7.9375rem;left:0rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIq5QyJXxVeZrnIZ0AFRi2ic7OUKmgP { top:19.6875rem;left:0rem;width:10.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKPznff40A8nF1vk6nJLJdqoEyFPdhb { top:22.75rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf4wAMydb3u4974enR0wHU0GyPsNJ7T { top:8rem;left:3.6875rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HMO75XwlAWXiShM5xuNu6zq29c715J { top:22.75rem;left:5.1240234375rem;width:9.25rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZDnZMy9Rq30HM9T8aOm5Gn9aKhoaMwo { top:19.5625rem;left:5.1240234375rem;width:10rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBKVWmkSDoMw1lHvdHqWQhyyEXU35i { top:8rem;left:17.4375rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJsR1wrVWtZ060tFcsl6gRtPzRH4U3eZ { top:22.75rem;left:18.875rem;width:9.5625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9n1NWQNr3aR4GJPtXUlReXN7JZ4cc6 { top:19.5625rem;left:18.875rem;width:11.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK5DUx110FcW0rTMT3tQdBGDASaC2L2h { top:8rem;left:31.1875rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWBAMJiT0g1cMz6xt91LNB7kNk9oRJa { top:22.75rem;left:32.625rem;width:9.6875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0T01cmdKrKlGS9txhPNTJiBgPxPqJF { top:19.5625rem;left:32.625rem;width:11.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xifdqNn3RQ9W9QxdKWnds5P6dH8Dz2TA { top:8rem;left:35.25rem;width:12.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6DiQOPaeAiRvFndGGbT6HU61avN9LdI { top:22.875rem;left:37.75rem;width:10rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt68AKvTtHnZZGGlJ3FFtpttcUaD0QOh { top:19.4375rem;left:37.625rem;width:10.125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWX3TFaJQItJu1lOZ2u75V9eDsz7PNuM { top:29.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L89AL2orBsCMtUuICDLy9AmVaXqnwIuG { top:9.375rem;left:0rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xil4oFX98uQ0dEMyBSOEEgQuIaUgUFBG { top:9.25rem;left:4.5rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dee5NvWVx5fpnS493TX65Tbkp9NkTkxe { top:9.4375rem;left:18.375rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS4iTMtea64P36FIiBBHOGTzPB5n3nH8 { top:9.4375rem;left:32.1875rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7NcdIHFQ96hF5SEFOzT2KJgvLF7Vxs { top:9.4375rem;left:37.125rem;width:10.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivulzbkyaFqn81z6kvceaf0Pv0EMuIn { top:22.4375rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3tmR8iepTuFIJI4IH3vOXlTel9F4R1 { top:22.4375rem;left:5.2236328125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvuU1sIQwTf1DBkkxmAURKiTciww9VX7 { top:22.4375rem;left:18.849609375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZWisSlw2pABR8fWnMk5da3Rcqs0r9d { top:22.4375rem;left:32.5625rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBDaTkwmT4whkw5mkvlOesPWwRUm9PXu { top:22.5rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6cUHm4Tg1BnbTrXStUCVJeq9BoLJc1i { width:24.4375rem;height:3.4375rem;top:34rem;left:11.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoR5Wu3M5Dd7ueBvgP2CrTq5QoKRWZrO { display:block; }
 }@media only screen and (max-width: 763px) { #KdGBvvB4iusIf2GxSypy6Iqq0TCRyxBB { top:31.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP { display:block; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gh0GmFoqGANEtW0mNW27TKZhIlrhxeCU { top:2.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5N5028tGw7iX6tBr7WRHFnSBx8QJBr6 { top:25.5625rem;left:0rem;width:15.6875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTtzZdATzNhTsDtviCkkT0iSex6Gf61 { top:6.125rem;left:0rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzg019Pnbr3CH4zJnW4hVCN3e0VIBoa { top:6.125rem;left:7.6875rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcLokmBknq1LGC4IxcUcmBXioHuD0A2t { top:25.125rem;left:7.6240234375rem;width:15.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQsqrhq0x9n91LXHoAsRlEru0WLccZy { top:6.125rem;left:25.1875rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXOv2psoBgX4mLg3XaXiRHS6nJ5WVka { top:25.125rem;left:25.125rem;width:15.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plhJq98DRQD6bheR0U8JAWLTmGV7MJTD { top:6.125rem;left:32.125rem;width:15.625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6wZ29kUgEB4aoBdNkCuMEiuITqkAidp { top:25.5625rem;left:32.0625rem;width:15.6875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0NtCh5SNqD1LGy2smT4r3mVuehOALb { width:24.4375rem;height:3.4375rem;top:31.25rem;left:12.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOD7pGViBfoofVECgvxTPTlei5vcRAZ { display:block; }
 }@media only screen and (max-width: 763px) { #GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C { display:block; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcODylaKt2vdT4IFVFb1P9lKJvz2tLKc { top:2.8125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwbMQpQdxuxed2T94xSk4xnlIwKniaom { top:5.3125rem;left:3.875rem;width:39.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbZQXd9RRe5Q5ICNe8JIIrI6BlvTUfD { width:24.4375rem;height:3.4375rem;top:34.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOQFDeXfmFPuLrT9punBwIB2IbuyFsVB { display:block; }
 }@media only screen and (max-width: 763px) { #BG7vcbJQbnbfHcJ8b3QtbQVd7U2uJvMT { top:10.3125rem;left:12.5625rem;width:22.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E08nMDXSZ4PrRdH1TCBadSgmAkWshFDl { top:14.375rem;left:0rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfm6MZDnTX53Fb5z9GmWSMrgkvmoyraH { top:14.9375rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxp7TOv4bETcNuznm2iJhEvFmpC2wpG5 { top:14.375rem;left:33.0625rem;width:14.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG0OLWmz1GOkhc1fRuZhV7f06J1HB8zf { top:14.75rem;left:38.3125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 { display:block; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G { display:flex;height:auto;width:45.25rem;top:1.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XiTUTQhpLiIQ2uoia80D91p8wvHev96a {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #WkNsNlFvi0buaTBd9vFki9CDHa58aCtG {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HPJHRgPdqEzbwqRUnczISvCJIiDrlNOy {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BwvmK75l52tGnBsXnStuMQeJccESrC9n {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #V6oLAPNaSaqs33Tue9uObpT93Uk9uDQn {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #zSag3rZg7DDBpxnwIPcDrBT43E3OAGPS {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BaGp4nE4wOd7l9wyItxTKVXxdiU3oSHR {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HDfzOqTO2ETvPDDa3FaR6pkS8dxHDHIl {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XBgTKObhrwOwJIRIsksWt5SmnnE5AO5r {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #Ar88rfpSKhUIekCEkL0vGNJZ5NUC9deo {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #e7hQQ7PnuybkTazFlGbSZO86XzSFtIu5 {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BbnckBgAppZM8r7D6S3eeT8wUsWWe1WW {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #M4ALcSEMIw5GZggvrn3y2Kfd1K0hhS0T {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #IK1TorrZ0WhRDxqhAHAUkXBF5uVRQQlQ {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #ifKC6R20zTT2dVQTqOBoH44RrOFg4PA0 {  }
 }@media only screen and (max-width: 763px) { #vP0Q461OBHnyFAgzZU5GUAxVZ6oVNDit { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTsmezHJ96quQn3HgmUM6hdGwdyKzQB { top:5.8125rem;left:8.8750009536744rem;width:29.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { display:block; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L { top:7.9375rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I { top:7.875rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT { top:7.8125rem;left:23.875rem;width:2rem;height:2.1875rem;display:block; }
#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 { top:7.8125rem;left:23.875rem;width:2rem;height:2.1875rem;display:block; }
#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LLf89ML5aFc4KskMs4GLgvDWZasoyg23 { top:4.9375rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUZUOMiDbhXyZnUdBVn1o3UskE5NHC5 { top:2.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP7JxxAG20Jn6fZcGsBTWE2TT5nHyC88 { top:7.625rem;left:21.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5d9423TypyTepK3gRSBflrry048QMWl { top:7.5625rem;left:21.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmXsGaThzDQV5qvSkSElKpBp4nxRAaF { top:7.5625rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsvVi3ZsyJGaUKW4KFmwP2Q7xQDe9ik2 { top:7.5625rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onStH7lJBiPu6fXqtX96NndPCtDoBy51 { display:block; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff7lD2WuDpwvGp3wm8yChZNSKNROsMPs { top:1.75rem;left:44rem;width:3.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe { position:relative;z-index:auto;display:block; }#iTLUT33nLMqOfxTc4MvhpibMiiqfJoSe > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw7TTSAHVvTKTxBtJaqyxKoxhLTGfxmx { width:6.25rem;height:2.5625rem;top:1.25rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhoIfTTmbRBWt1xTXF6iBC6dIUNAqzM9 { width:20rem;height:11.3720625rem;top:13.725rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTpcaBFH2n1MvpyIA736bMJQS5D2lt7 { width:19rem;height:3.4375rem;top:22.675rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBtvHwXdZQLVD9ke0h3qIsBh7xWvK5D { display:block; }
 }@media only screen and (max-width: 763px) { #IB1NJc8IAKg6p33AJxRDzwu7uENMVxAu { width:20rem;height:0;top:33.0107421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmJV7SB1LzEAT5EmyczLCEmhIEeNpKv6 { width:20rem;height:4.3984375rem;top:27.3623046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTanuTMqKq3Q87NtTPAXCb1XVceQTrQN { width:0.375rem;height:7.5rem;top:34.2607421875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM { display:block; }#BhgDc7H1eDIU5h7FnMHDq5Qf0TRKnwfM > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNXAikZD0SyFkT5X2WXLE7hv3sZ6deLB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmPLo4VdExil0W4Il4aOQdtduDrPXgD { width:7.375rem;height:0;top:10.3496125rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcdW5eV4TeQSaNED56vIxhT4WvEEsakh { width:4.3125rem;height:0;top:21.2871125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcNSbbHbiL7gE64KIBAcBaOignlkvQOV { width:7.5rem;height:0;top:32.3115265625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k28rOLJfpLOk54vhm3l0aCDSyRDTgwM7 { width:4rem;height:0;top:44.04883125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F06xJuayt5wATERNhi9yFxS4D9gmGiqP { width:8.6875rem;height:9.75rem;top:26.2871125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQGNgyuOuyv78rMvFHAk2O5eTRsBWGh { width:8.6875rem;height:9.75rem;top:37.2871125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuHIMTG2XVZUoNWNhgZwgnAsi9sNI0fW { width:8.6875rem;height:9.75rem;top:15.2871125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qStWQB29EuWx97iJWEF8GCisuNHegT { width:8.6875rem;height:9.75rem;top:4.2871125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXPhTdbs8OUIIgKIJC8w3crE7IrK2G0W { width:20rem;height:0;top:48.2871125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOpeKklGA2REprLei1AUA1cCd8m6haX { width:19rem;height:3.4375rem;top:52.136725rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9CKsUOmqfAk3RHEU5Z6TT4EZU6n1cHg { display:block; }
 }@media only screen and (max-width: 763px) { #FyPW1rJVerMrvNtNsP5x3mOnN9UuDoH4 { width:5.0625rem;height:5.1875rem;top:4.6308625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koo4CtccUqAFzrpO8lxseCV7HuaLBBBM { width:5rem;height:5.1875rem;top:15.5683625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrmNR1iDNKAMpPQEWoZ7uoaixzFPm9PD { width:5rem;height:5.1875rem;top:26.5683625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e83zSaWLy4UGwTXkpWUpraydFUIyaX6Q { width:5rem;height:5.1875rem;top:38.0244171875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B { display:none; }#U7nbd33wPnHzTWhVuMTTzSQiVx6w1T2B > .row .container { width:20rem;height:127.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q0yvl4wTEaT0Pxcs0ibgFktFFuf5WiF6 { width:20rem;height:1.23730625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfdan7T1DSQz0TIdJ0W55TdOO70UdaJx { width:20rem;height:1.51171875rem;top:3.73730625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FRyhyTva3rxNSLfLrsuiyEAIC9cw2V { width:12.5rem;height:18.6875rem;top:6.499025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfIq5QyJXxVeZrnIZ0AFRi2ic7OUKmgP { width:10.0625rem;height:2.19921875rem;top:18.23730625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKPznff40A8nF1vk6nJLJdqoEyFPdhb { width:9.1875rem;height:1.6484375rem;top:21.2871109375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf4wAMydb3u4974enR0wHU0GyPsNJ7T { width:12.5rem;height:18.6875rem;top:26.436525rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7HMO75XwlAWXiShM5xuNu6zq29c715J { width:9.25rem;height:1.6484375rem;top:41.223634375rem;left:5.1865234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZDnZMy9Rq30HM9T8aOm5Gn9aKhoaMwo { width:10rem;height:1.0996125rem;top:38.0234390625rem;left:5.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJBKVWmkSDoMw1lHvdHqWQhyyEXU35i { width:12.5rem;height:18.6875rem;top:46.374025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJsR1wrVWtZ060tFcsl6gRtPzRH4U3eZ { width:9.5625rem;height:1.6484375rem;top:61.161134375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9n1NWQNr3aR4GJPtXUlReXN7JZ4cc6 { width:11.25rem;height:1.0996125rem;top:57.9609390625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK5DUx110FcW0rTMT3tQdBGDASaC2L2h { width:12.5rem;height:18.6875rem;top:66.311525rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWBAMJiT0g1cMz6xt91LNB7kNk9oRJa { width:9.6875rem;height:1.6484375rem;top:81.098634375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc0T01cmdKrKlGS9txhPNTJiBgPxPqJF { width:11.25rem;height:1.0996125rem;top:77.8984390625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xifdqNn3RQ9W9QxdKWnds5P6dH8Dz2TA { width:12.5rem;height:18.6875rem;top:86.249025rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6DiQOPaeAiRvFndGGbT6HU61avN9LdI { width:10rem;height:1.6484375rem;top:101.161134375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt68AKvTtHnZZGGlJ3FFtpttcUaD0QOh { width:10.125rem;height:2.19921875rem;top:97.686525rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWX3TFaJQItJu1lOZ2u75V9eDsz7PNuM { width:20rem;height:3.0234375rem;top:106.186525rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L89AL2orBsCMtUuICDLy9AmVaXqnwIuG { width:10.625rem;height:9.25rem;top:7.8750015625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xil4oFX98uQ0dEMyBSOEEgQuIaUgUFBG { width:10.625rem;height:9.25rem;top:27.686525rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dee5NvWVx5fpnS493TX65Tbkp9NkTkxe { width:10.625rem;height:9.25rem;top:47.811525rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS4iTMtea64P36FIiBBHOGTzPB5n3nH8 { width:10.625rem;height:9.25rem;top:67.749025rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7NcdIHFQ96hF5SEFOzT2KJgvLF7Vxs { width:10.625rem;height:9.25rem;top:87.686525rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mivulzbkyaFqn81z6kvceaf0Pv0EMuIn { width:6.25rem;height:0.0625rem;top:20.9375015625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3tmR8iepTuFIJI4IH3vOXlTel9F4R1 { width:6.25rem;height:0.0625rem;top:40.874025rem;left:5.2861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvuU1sIQwTf1DBkkxmAURKiTciww9VX7 { width:6.25rem;height:0.0625rem;top:60.811525rem;left:5.162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZWisSlw2pABR8fWnMk5da3Rcqs0r9d { width:6.25rem;height:0.0625rem;top:80.7734390625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBDaTkwmT4whkw5mkvlOesPWwRUm9PXu { width:6.25rem;height:0.0625rem;top:100.749025rem;left:5.349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6cUHm4Tg1BnbTrXStUCVJeq9BoLJc1i { width:18.75rem;height:3.4375rem;top:110.4599625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoR5Wu3M5Dd7ueBvgP2CrTq5QoKRWZrO { display:block; }
 }@media only screen and (max-width: 763px) { #KdGBvvB4iusIf2GxSypy6Iqq0TCRyxBB { width:20rem;height:0;top:115.1474625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP { display:block; }#TvAmhJrLK7SgMpBwFSoQI6Aaz9qQGvvP > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gh0GmFoqGANEtW0mNW27TKZhIlrhxeCU { width:20rem;height:3.0234375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5N5028tGw7iX6tBr7WRHFnSBx8QJBr6 { width:15.6875rem;height:1.0996125rem;top:5.5234375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTtzZdATzNhTsDtviCkkT0iSex6Gf61 { width:15.625rem;height:22.0625rem;top:7.87305rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzg019Pnbr3CH4zJnW4hVCN3e0VIBoa { width:15.625rem;height:22.0625rem;top:31.18555rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcLokmBknq1LGC4IxcUcmBXioHuD0A2t { width:15.6875rem;height:2.19921875rem;top:50.2353546875rem;left:2.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQsqrhq0x9n91LXHoAsRlEru0WLccZy { width:15.625rem;height:22.0625rem;top:57.94726875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgXOv2psoBgX4mLg3XaXiRHS6nJ5WVka { width:15.6875rem;height:2.19921875rem;top:54.49805rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plhJq98DRQD6bheR0U8JAWLTmGV7MJTD { width:15.625rem;height:22.0625rem;top:83.60938125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6wZ29kUgEB4aoBdNkCuMEiuITqkAidp { width:15.6875rem;height:1.0996125rem;top:81.25976875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL0NtCh5SNqD1LGy2smT4r3mVuehOALb { width:19rem;height:3.4375rem;top:106.92188125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOD7pGViBfoofVECgvxTPTlei5vcRAZ { display:block; }
 }@media only screen and (max-width: 763px) { #GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C { display:block; }#GRsz6MXiTrvDfSqZvhZx1lM5wkKA8S6C > .row .container { width:20rem;height:215.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcODylaKt2vdT4IFVFb1P9lKJvz2tLKc { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwbMQpQdxuxed2T94xSk4xnlIwKniaom { width:20rem;height:2.925rem;top:7.7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbZQXd9RRe5Q5ICNe8JIIrI6BlvTUfD { width:19rem;height:3.4375rem;top:159.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOQFDeXfmFPuLrT9punBwIB2IbuyFsVB { display:block; }
 }@media only screen and (max-width: 763px) { #BG7vcbJQbnbfHcJ8b3QtbQVd7U2uJvMT { width:20rem;height:19.425587467363rem;top:179.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E08nMDXSZ4PrRdH1TCBadSgmAkWshFDl { width:16.5625rem;height:4.22395625rem;top:174.125rem;left:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfm6MZDnTX53Fb5z9GmWSMrgkvmoyraH { width:0.8125rem;height:0.8125rem;top:172.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxp7TOv4bETcNuznm2iJhEvFmpC2wpG5 { width:16.0625rem;height:4.22395625rem;top:202.33465625rem;left:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG0OLWmz1GOkhc1fRuZhV7f06J1HB8zf { width:0.8125rem;height:0.8125rem;top:200.27215625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 { display:block; }#W1lG7ndEi4oA1vfnHZBf8K3Selr0tVk4 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQuMc71m0UbKENzopxwvNLnuI9Q70c0G { display:flex;height:auto;width:17.5rem;top:1.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XiTUTQhpLiIQ2uoia80D91p8wvHev96a {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #WkNsNlFvi0buaTBd9vFki9CDHa58aCtG {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HPJHRgPdqEzbwqRUnczISvCJIiDrlNOy {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BwvmK75l52tGnBsXnStuMQeJccESrC9n {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #V6oLAPNaSaqs33Tue9uObpT93Uk9uDQn {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #zSag3rZg7DDBpxnwIPcDrBT43E3OAGPS {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BaGp4nE4wOd7l9wyItxTKVXxdiU3oSHR {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #HDfzOqTO2ETvPDDa3FaR6pkS8dxHDHIl {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #XBgTKObhrwOwJIRIsksWt5SmnnE5AO5r {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #Ar88rfpSKhUIekCEkL0vGNJZ5NUC9deo {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #e7hQQ7PnuybkTazFlGbSZO86XzSFtIu5 {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #BbnckBgAppZM8r7D6S3eeT8wUsWWe1WW {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #M4ALcSEMIw5GZggvrn3y2Kfd1K0hhS0T {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #IK1TorrZ0WhRDxqhAHAUkXBF5uVRQQlQ {  }
 }@media only screen and (max-width: 763px) { #pQuMc71m0UbKENzopxwvNLnuI9Q70c0G #ifKC6R20zTT2dVQTqOBoH44RrOFg4PA0 {  }
 }@media only screen and (max-width: 763px) { #vP0Q461OBHnyFAgzZU5GUAxVZ6oVNDit { width:20rem;height:3.57421875rem;top:27.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTsmezHJ96quQn3HgmUM6hdGwdyKzQB { width:20rem;height:2.5996125rem;top:32.63671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D { display:block; }#oHtyp6zgfGy1K5reJaJ4SA3M9FO6S35D > .row .container { width:20rem;height:55.84575rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L { display:flex;width:2rem;height:2.1875rem;top:26.59575rem;left:9rem; }
#cUtqk3xENWQqJxPwJ2OhoHpOsxUcPE0L > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I { display:flex;width:2rem;height:2.1875rem;top:30.03325rem;left:9rem; }
#OuL8t4nZTNXhyWE5ApD1XwA3FI9oVA3I > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT { display:flex;width:2rem;height:2.1875rem;top:33.47075rem;left:9rem; }
#qX7S6cvensfr7b7Wqn6OPooS6B1wfrPT > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 { display:flex;width:2rem;height:2.1875rem;top:36.90825rem;left:9rem; }
#VXlPg0gEFQ1nGavNHIPdtGgiX3FssaK5 > img { max-width: 100%;max-height:100%; width:2rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LLf89ML5aFc4KskMs4GLgvDWZasoyg23 { width:20rem;height:7.69925rem;top:14.88478125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUZUOMiDbhXyZnUdBVn1o3UskE5NHC5 { width:20rem;height:1.51171875rem;top:23.83403125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP7JxxAG20Jn6fZcGsBTWE2TT5nHyC88 { width:2.625rem;height:2.625rem;top:40.34575rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5d9423TypyTepK3gRSBflrry048QMWl { width:2.625rem;height:2.625rem;top:44.22075rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPmXsGaThzDQV5qvSkSElKpBp4nxRAaF { width:2.625rem;height:2.625rem;top:48.09575rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsvVi3ZsyJGaUKW4KFmwP2Q7xQDe9ik2 { width:2.625rem;height:2.625rem;top:51.97075rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onStH7lJBiPu6fXqtX96NndPCtDoBy51 { display:block; }#onStH7lJBiPu6fXqtX96NndPCtDoBy51 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff7lD2WuDpwvGp3wm8yChZNSKNROsMPs { width:3.75rem;height:1.5rem;top:1.25rem;left:8.125rem;display:block; }
 }