.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#016803;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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 > .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:64.125rem;width:75rem;overflow:visible;position:relative;display:block; }#EWIk9XxdenWEmSg6DiJIaO4Tb3NrEayN { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:27.4625rem;display:block; }
#fuNQRKtZQ4H8BsqRMWlXgB7P60uWTcKH { 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:22.5625rem;width:15.5rem;top:7.018750190735rem;left:58.937500953674rem;overflow:hidden;display:block; }
#RkyZA8hvMyyNGGOPCMyyy4oT0Imn5w1f { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:38.487500190735rem;left:6.530468940735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#en08H9p7fMdQNheuRqe30DcayWTGFr3l { background-color:#6e1680;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:56.812500953674rem;left:27.906250953674rem;display:block; }
#sqm2QQqkJAnN2wpbeMKISbHECm9TMBRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcB79IZ4malP6A0mHTk1ggCX0D7g1Eig { color:#ffffff;display:block;width:59rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:1.2867187261581rem;left:9.9374990463256rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHcx6I7yIilaRlAO2owP0ssr11JRTBIs { color:#ffffff;display:block;width:68.8125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:45.581251144409rem;left:5.0296869277954rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb { position:relative;display:block; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb { background-color: transparent; background-image: none; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row .container > .video-iframe-container { display: none; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row > .video-iframe-container { display: none; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .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); }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb { border-width: 0; border-radius: 0; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H6VGuk8W8A2wyT0K1G2Z4HdkShazqyxy { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.88671875rem;left:8rem;height:6.825rem;font-style:normal;display:block; }
#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 { position:relative;display:block; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 { background-color: transparent; background-image: none; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row .container > .video-iframe-container { display: none; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row > .video-iframe-container { display: none; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .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); }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 { border-width: 0; border-radius: 0; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oh0PNOsWE3G9DMVuGTkewoWVxNgJhJ6p { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6804656982422rem;left:0rem;height:5.3625rem;display:block; }
#nw6hm9tqVvO9RMlPm2GuQc2BZpfz5uNU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:0rem;left:53.562500953674rem;overflow:hidden;display:block; }
#uDFGUcqoS8RB9M2GVhfdz3NeMA3gkKAH { color:#016803;display:block;width:59rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:13.812499046326rem;left:8.4375rem;height:3.65625rem;font-style:normal;display:block; }
#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy { position:relative;display:block; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy { background-color: transparent; background-image: none; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row .container > .video-iframe-container { display: none; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row > .video-iframe-container { display: none; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .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); }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy { border-width: 0; border-radius: 0; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RlRamAzgkOx1y2GZueIq5AlGfdxuqtUb { color:#000000;display:block;width:52.25rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6085934638975rem;left:0rem;height:7.15rem;display:block; }
#HWTCg9fyVsXup7FGuaautCfRILId2EaK { color:#000000;display:block;width:53rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.504683017731rem;left:17.374218940735rem;height:5.3625rem;display:block; }
#kOP0dz1LtSCli6W86A83ZGaV3QZBkruO { color:#000000;display:block;width:58.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.474220275879rem;left:0rem;height:7.15rem;display:block; }
#bqzLK4pqmposiP3ldbBrZSZCfOCtLsGT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:4.6523442268372rem;left:57.562500953674rem;overflow:hidden;display:block; }
#iGlnSqgyDe6mPnxIPnFGxWrVPFDW3liO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:16.654688358307rem;left:4.9992179870606rem;overflow:hidden;display:block; }
#TmqiD0xxvMT7cxSIcSNQRXtdpzq39nE1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:32.14296913147rem;left:61.250000953674rem;overflow:hidden;display:block; }
#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f6e5;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; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container { background-color: transparent; background-image: none; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container > .video-iframe-container { display: none; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row > .video-iframe-container { display: none; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .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); }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container { border-width: 0; border-radius: 0; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#nyp5xAExklZZGnmFRHAHCWkmMQJJACD5 { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.1351575851441rem;left:7.780468940735rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2LkyUNLmSTDiFK1an6pztBPOSCGBLXt { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4679684638975rem;left:0rem;height:10.725rem;display:block; }
#pAJK9fzBnzWRsV2Zg9QxZFip6M34l1EO { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.197657108307rem;left:7.780468940735rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.779688835144rem;left:0rem;height:5.9875rem;display:block; }#uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e8c567f8381dfb2425686870d77273c1a3d01091.svg); }
#tXuDvXc69FI2tm06fEO4dEWB3d6UD9EK { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.77968788147rem;left:0rem;height:2.35625rem;display:block; }
#n9JKsq6Wyk6yormviGFFIyASzDwFrvsE { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.092188835144rem;left:0rem;height:1.7875rem;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; }
#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR { position:relative;display:block; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR { background-color: transparent; background-image: none; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row .container > .video-iframe-container { display: none; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row > .video-iframe-container { display: none; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .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); }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR { border-width: 0; border-radius: 0; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LLHyfbyUBUKInA1RMIna3u747F6LT7dg { color:#000000;display:block;width:48.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.960156440735rem;left:1.43359375rem;height:16.4875rem;overflow:hidden;display:block; }#LLHyfbyUBUKInA1RMIna3u747F6LT7dg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LLHyfbyUBUKInA1RMIna3u747F6LT7dg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7bcc46e3-a58c-4a2e-8076-4e734eb48ebd/smiley1635449_1280.png); }
#uMOr4BHzloTnFDhxsmJQCEk5Hbeo4snx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:18.5625rem;top:11.297656059265rem;left:52.525780677796rem;overflow:hidden;display:block; }
#CFdZ9N50KKcvsUsIK1cTlAHv8HpaquwK { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.1367197036743rem;left:5.6851558685303rem;height:6.825rem;font-style:normal;display:block; }
#wDdBhsT981oG8wvTz7hLVB2TCBaAHDmS { background-color:#6e1680;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.067197799683rem;left:27.906250953674rem;display:block; }
#vozd6v52apnnANFlzZ46hWCV4OmkEUv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f6e5;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; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container { background-color: transparent; background-image: none; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container > .video-iframe-container { display: none; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row > .video-iframe-container { display: none; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .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); }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container { border-width: 0; border-radius: 0; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container { font-size:0.875rem;font-family:arial;height:112.75rem;width:75rem;position:relative;display:block; }#mMx9q1vDpcZZgfgbevzpTTMeZIOR1PNW { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.88671875rem;left:8rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GftyGWlod7zNr3oBtPWdkKIx0RKga5PT { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.19921875rem;left:0rem;height:19.5rem;display:block; }
#iF8dkohUH8K2ClTadoIBMI3LlCg3f8EE { color:#016803;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:33.19921875rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#JUuahnsKhsQkpLOr265gccxLpS8Jt9o1 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.050002098084rem;left:1.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#y7PRDWMQO7OMppJg9Xd44wMRRhZ3VsyQ { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:43.625rem;left:0rem;height:11.7rem;display:block; }
#ZLVWypzgPGaeqfZ5h0xRchJTQU0zSJQM { color:#000000;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.75rem;left:43.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CqXcKpzoC4hCJCVQTWuRy8TiPS61u3AB { color:#000000;display:block;width:34.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:44.8125rem;left:40.125rem;height:10.2375rem;display:block; }
#AahONahmThHp2y3ppeMvXyf5Hb8S1swJ { color:#000000;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:61.725021362305rem;left:2.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#V1yLg0oIfRGKy5gONTXzZWpHgvmnJaGf { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:66.4375rem;left:0rem;height:16.0875rem;display:block; }
#KtnuGNRa39tJhUcRl1DWtlCS1A4bLPv5 { color:#000000;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:63.375rem;left:43.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PAOTgLTuZygi0XomasS3ozJqm7EQGp3N { color:#000000;display:block;width:34.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:67.875rem;left:40.25rem;height:10.2375rem;display:block; }
#TKVDBafxDZN8hs7D5ctDcXyaBef4zN9B { color:#000000;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:90.5625rem;left:0.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#d8qNdWdmiTTDywmeCoseZKZc8MU12klb { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:94.1875rem;left:0.1875rem;height:13.1625rem;display:block; }
#rTXH75rTkn4ipyQPBtLbsppdX3baKZOc { color:#000000;display:block;width:27.75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:89.75rem;left:43.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JXnqoOcnD7QKzzgKaax27FAQZG8qdDxK { color:#000000;display:block;width:34.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:94.9375rem;left:40.4375rem;height:11.7rem;display:block; }
#MCBgZlTzwvW8yUKVmmcMLtebzByixptq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:89.9375rem;left:2.625rem; }
#dc5BUwxHnSWz4MDx11fzUyyCWBdMwaIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:89.8125rem;left:46.1875rem; }
#ucXbfyvlS1f8R8Rx45To2Vw10mKApJkL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:61.787521362305rem;left:1.3125rem; }
#wOqd8u4JUAx3Mtfz9LQprJPdb8LlDAlu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:41.175002098084rem;left:1.3125rem; }
#Shb7dzwR2Nv4VaNxA9DbfZr5i1sXQeMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:39.536721229553rem;left:44.987500190735rem; }
#Dvcp9551eiT0x4PVGKbuZnCXiDSqnHXG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:63.362497329712rem;left:41.800000190735rem; }
#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 { background-color:#ffffff;background-image:none;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; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container { background-color: transparent; background-image: none; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container > .video-iframe-container { display: none; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row > .video-iframe-container { display: none; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .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); }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container { border-width: 0; border-radius: 0; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Km1y8AGoNvtaOied5npsNXicuZ0vP23A { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.6875rem;left:0rem;height:8.25rem;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; }
#NykTHUFD7snT4AkR3ifidalCpvL59iPM { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.7375000715256rem;left:8.561718940735rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9d0CNeyPd6wVauqJOh5gFSm9yUowZNh { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10rem;left:1.3125rem;height:2.0625rem;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; }
#cIPFpsGk69OgArAUZ1XdQagqqakmoqyL { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:27.4375rem;left:0rem;height:2.0625rem;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; }
#UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:31.5625rem;left:0rem;height:6.8125rem;overflow:hidden;display:block; }#UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/49e515f8-f3b2-491f-b1eb-e26794b42eb3/krzyyk.png); }
#VahpQoEEvKboDJi86opoqRXnVRELqtdt { background-color:#6e1680;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:lato;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.48671913147rem;left:27.906250953674rem;display:block; }
#ESSpZ4LKXnTMuQH2N28vsE5ZXqRZiFLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TG44SAIF0gCpklC0ION8KUJctWAF8hTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f6e5;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; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container { background-color: transparent; background-image: none; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container > .video-iframe-container { display: none; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row > .video-iframe-container { display: none; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .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); }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container { border-width: 0; border-radius: 0; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container { font-size:0.875rem;font-family:arial;height:69.875rem;width:75rem;position:relative;display:block; }#vyNTXflearJGyKoA1wbJ0rsPGkOkwVVH { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.423433303833rem;left:8.780468940735rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:7.4374885559081rem;left:1rem;height:9.1875rem;overflow:hidden;display:block; }#BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/321351f2-8199-42da-9fcd-25cb973d6ea8/Tik.png); }
#cpiT0D6yVSnk3MtI9Zoyh5TwkbrWxklC { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:20.18671952188rem;left:1rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lvXTlSsuGX1co0QllgUS5eqcdpOVI7HO { color:#016803;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.811724662781rem;left:5.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBRpBMuI5hZO2oqOeKstdbIJOnbaA277 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:43.949999332428rem;left:15.592968940735rem;display:block; }
#fL3r3V7mLkFrSvMXmx79n9FtTAh3GAfp { color:#050505;display:block;width:69.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:36.343755722046rem;left:1rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay { position:relative;display:block; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay { background-color: transparent; background-image: none; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row .container > .video-iframe-container { display: none; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row > .video-iframe-container { display: none; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .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); }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay { border-width: 0; border-radius: 0; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:120.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qx4BJJUiuRKF71hpNCgG6qanmTeibe2P { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.125rem;left:13.3125rem;height:4.875rem;display:block; }
#HdMg6TbhrqKaEvx5rGhg0xZLsPvZMVBa { color:#000000;display:block;width:55.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:38.687505722046rem;left:0rem;height:6.5rem;display:block; }
#k1UPxs8ytDNQ8nCJ0KFAwTEFANdIwVbN { color:#000000;display:block;width:51.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20rem;left:16.3125rem;height:4.875rem;display:block; }
#yGfz1Ktmzr0GxKfgoP7WrCnGnIp1uybe { color:#000000;display:block;width:44.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:78.687505722044rem;left:0rem;height:8.125rem;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; }
#C5lz5J0kG07heCM2oGyMNBMTAbqrh3QV { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:1.7265625rem;left:12.549218177796rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6p6xJh3xPqlSyctND3PpaE47HF2O4cr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.375rem;top:9.375rem;left:3.5rem;overflow:hidden;display:block; }
#TarGbWcT1m7u0rMhbvhLM5IM85w7x61G { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:12.625rem;top:20.25rem;left:1.5625rem;overflow:hidden;display:block; }
#BLFOU7zMXKTyWP7H4WT9PO2PPtI7eKpy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:16.375rem;top:48.437504768372rem;left:56.849999427796rem;overflow:hidden;display:block; }
#AUbWBWi6GimKIhvd0fBA2DR648isbTXn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.125rem;top:72.000004768369rem;left:59.800004005432rem;overflow:hidden;display:block; }
#rbuoZbTnQPouNmGkQbOb5AOxO0uAVzBD { color:#000000;display:block;width:71.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:65.37346839905rem;left:0rem;height:8.125rem;display:block; }
#Tok7VNy7Oyi3r39lEUFuKhT0SyGckwAg { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:30.414064884186rem;left:12.811718940735rem;height:8.125rem;font-style:normal;display:block; }
#aLBUOC5waVsBHhqFMDpwNaDkmSlpT498 { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:51.75rem;left:0rem;height:9.75rem;display:block; }
#c83sur9l0ZOBgUI2T6KTaZfZaMncUb6A { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:94.499992370606rem;left:0rem;height:11.375rem;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; }
#NmzHX3mEE6dQcEfaWAhu3OLAqHH3oQio { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:110.62421989441rem;left:1.0867185592651rem;height:5.85rem;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; }
#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f6e5;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; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { background-color: transparent; background-image: none; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container > .video-iframe-container { display: none; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row > .video-iframe-container { display: none; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .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); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { border-width: 0; border-radius: 0; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { font-size:0.875rem;font-family:arial;height:90.125rem;width:75rem;position:relative;display:block; }#c9TGxM2JzocOWUuimED0N1ezhU8XJtN2 { position:absolute;display:block;z-index:15004;background-color:#016803;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52rem;width:19.125rem;top:10.625rem;left:27.937500953674rem;display:block; }
#mw7tTuMzVfT2gxPPyg8U0LRWTKXPMI5E { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwkqrnLgoJJlneOwehsmchRK8R2dArVm { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.562499523163rem;left:35.000000953674rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLb6oAmqZdJ0n7JQ9zutGLyPV7EQfEbL { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.496874809265rem;left:41.612500190735rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQXu4MqkkJTU48DIibV2q7wPcC7o2IgD { color:#6e1680;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#odWZlIfLaNULWU48Xro6kfyZv2ohdcq5 { color:#234446;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.562499523163rem;left:8.280468940735rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTZXl6kuimD5trUUmpbyVlHZErUS0DMf { color:#234446;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.496874809265rem;left:15.049218177796rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O62DmCSznTnKTILpuqAJn4dqROrFZH8d { color:#234446;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:25.562514781952rem;left:5rem;height:27.2rem;text-align:center;text-align-last:center;display:block; }
#Nuqf1TGeHGwcnvfoV2AAJaPmgvdMgV1k { position:absolute;display:block;z-index:15012;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:52.125rem;width:19.125rem;top:10.625rem;left:2.5rem;display:block; }
#TIrUNxmTQCC5pqFguIGJ5JZbCK0i2ftL { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:51.75rem;width:19.125rem;top:10.625rem;left:53.375000953674rem;display:block; }
#t3TFmKwVyAssg2ZTESlfu2uXwqTP3qFR { color:#6e1680;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:55.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bk71t6Ostnls0MDt8oxVCglXzl7zvb91 { color:#234446;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.624999523163rem;left:60.437500953674rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XU2q0qaiMupNkcxxGzNbbpa1hoBwXqyd { color:#234446;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.496874809265rem;left:67.550004005431rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vSwf9vMUpG04wKIQk2qiHkkyUcf7xOqr { background-color:#016803;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:56.424221038818rem;left:5.65625rem;display:block; }
#OTaquFgnFN6CezblvPWvapqCkN4xp9IE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6CVA5TiyU5iSDNLSWJe5V0MVewAKfip { background-color:#6e1680;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:56.424221038818rem;left:30.656250953674rem;display:block; }
#Z8TtokVtaxNxzvqJpDmSzfCx8o96BKNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFkNZ8mLlksbn8x5H342xcExizNT3lFr { background-color:#016803;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:56.423440933228rem;left:56.093750953674rem;display:block; }
#g1ntdR7EdcTSxM7UEP6HmP0f2vZlTQo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RI9fTS3Bgfzl9DB7TLFT6eIGbgVpEkUF { color:#016803;display:block;width:72.4375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:2.5625002384186rem;left:1.28125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4LoqkAlIfofJh83E724CQoxPknxQJ1v { color:#234446;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:25.562500476837rem;left:55.862504005432rem;height:27.2rem;text-align:center;text-align-last:center;display:block; }
#K12pApIp45NV55vNUU6OtDCPs3LRpxoz { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:25.000000476837rem;left:30.000000953674rem;height:27.2rem;text-align:center;text-align-last:center;display:block; }
#LVtR9OnUN8gtMcX5c2JTRqAAyIhgk5sS { color:#000000;display:block;width:71.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:72.225000381469rem;left:1.8125rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#m2PkGz42NTTT2P3VCVrer2FDHC8t3cPB { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.775000572204rem;left:34.468750953674rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT { position:relative;display:block; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT { background-color: transparent; background-image: none; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row .container > .video-iframe-container { display: none; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row > .video-iframe-container { display: none; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .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); }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT { border-width: 0; border-radius: 0; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gVBwi7xNFT4ATwVl5XEFpKvzwKWzmlTI { color:#000000;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8ac447;top:1.5625133514404rem;left:4.9867181777954rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SM0SIk10Cys591AspbeoITDJgEXS3rog { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.306250572204rem;left:24.800000190735rem;height:24.375rem;display:block; }
#b20idBZNRM8TSmedvtWf6Rt8TErQn2dA { 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:20.25rem;width:15.1875rem;top:14.48126411438rem;left:7.999218940735rem;overflow:hidden;display:block; }
#Svb2PAgLdragqZNOaCa4P3z05qoDkgtB { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:36.562500953674rem;left:7.905468940735rem;height:26rem;display:block; }
#bSAfpavFX4zD8M7r7urqu1B9E2VTu1Wg { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.03751373291rem;left:24.800000190735rem;height:1.70625rem;display:block; }
#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f6e5;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; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container { background-color: transparent; background-image: none; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container > .video-iframe-container { display: none; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row > .video-iframe-container { display: none; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .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); }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container { border-width: 0; border-radius: 0; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#eOLQT8ZiJfe4eZepOO9DnfKUvVKmeiCK { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1234378814698rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#Arir5JPp5pXAfwBd3mvRccFicykmCBA0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.625rem;width:18.9375rem;top:7.6242065429688rem;left:8.1875rem;display:block; }
#qy9wX8rHBMqRAu0Jr2CxBPCMh82tHq34 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:8.48671913147rem;left:8.9375rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O7hz54yiynmc5NAoEQNM5rTuCTnFEKiU { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:20.9375rem;width:18.9375rem;top:7.6234741210938rem;left:28rem;display:block; }
#m87VPvf8qT18OcheE2fX5xDhmRvTIxiA { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.9375rem;width:18.9375rem;top:7.6242065429688rem;left:47.8125rem;display:block; }
#iF5leksXmynIAauptcTWVelfd1yJO0Pp { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:7.6226806640625rem;left:28.625rem;height:20rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IfeInWR2OrZ7azRIkDC7ENSS9tR1Ae1P { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:7.62424659729rem;left:48.4375rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mndBCGJiAOT1WyTbgU1imSOX3VaEalI8 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.625rem;width:39.5625rem;top:30.51796913147rem;left:17.6875rem;display:block; }
#woPEpm2BW04x3vCL5OZvWdApxAbWTfHm { color:#000000;display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:31.33046913147rem;left:18.4375rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXBldxk75kdoVRasSgvntDSesqSfWsnW { position:relative;display:block; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW { background-color: transparent; background-image: none; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row .container > .video-iframe-container { display: none; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row > .video-iframe-container { display: none; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .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); }#wXBldxk75kdoVRasSgvntDSesqSfWsnW { border-width: 0; border-radius: 0; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .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; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#W0g241HK5ukmxrXH4Rb5go09M3hK6Lyu { color:#000000;display:block;width:57.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:30.687500357628rem;left:9.874218940735rem;height:4.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W6vJ5CITdkmpEEzu05OFu3PuvRlKUDRv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:31.500002264976rem;left:2.87109375rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .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:#016803;background-image:none;vertical-align:top; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .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; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.25rem;color:#ffffff; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;color:#ffffff; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-trigger.adaptive-delivery-prevent-bg, #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-trigger.lazyload, #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-trigger.lazyloading { background-image: none; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT { box-sizing:content-box;height:auto;width:68rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.7117185592651rem;left:2.25rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #WWDsbp1Fo6HNn5ypGrcL7LUI1ZAuPn5f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fEMQ1lnroxSzu9Qg5VyoOlbgeJTdWPZT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #WU52IPR2LnLdpNqKf2qdk7OgJNvUKVGM { display:block;position:relative; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #dg0awfrs1BPVH3DIEZa0FMTc1rpKIy5p {  }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #z1KirkbS7OGK3XwT4SQxm7bl6KgKOtCZ {  }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fRO7PsONNETu9Lun5AvNeB6GM99FaXEd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #HEhGuN210heZER8a7RSCouICyJuNR0kb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #PTvUoguyW9IyWOZ6Je9vO3pJmeo3HaU3 { display:block;position:relative; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #MRO39VyVJFayvBWMn8B4ndSzzFWURr0A {  }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #mVMTArLDndytF2f4lDsbN99a2ue0blIx { display:none; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #SvDn2Z6vZZUyJcEbDn7u1lRrlCtmTgdx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #af7vyKfaL1teO3tS9yGdUu1I3y9AupFv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #S7rxn98p9ZeEu8uy0ZJovGTPsmbZTAww { display:block;position:relative; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #Ibzu35HNzyFpMTckGQRrKN3848CgUkZU {  }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #cTPPwTFd8y1xwxelAysw2dnLEAVUGxJ0 { display:none; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #qisBtm7knCJxxe3pWTdg83N5AZUPC0eT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #MI41Ze7XZabTLUIWMQEMNmtibCOvhz8H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #icc4vD9Kt9dXXBLPrQpchNbnlzG7O3iQ { display:block;position:relative; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #yBTPIeqZ4EH2ok2vKi1Bm2q37L3nBMpD {  }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fBJtLQxIDC3F3gkHvMEUVmKUfxcKZzdi { display:none; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #CsAB0opEiOXQ5b0p4GUp6OK3H6NwHwVK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #eIh7U7UTx6dQLOQ4zOgRpRZCEz5PBGkD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #TJE4Ot6C6eOPoy00NXX9xO0DeoHVkrhP { display:block;position:relative; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #uu6HMoA2UruvCGCTDF6z9MJKl41IoDvc {  }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #XEuzOia2mB8zZGRptoztpil8gSpEbo8P { display:none; }
#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O { position:relative;display:block; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O { background-color: transparent; background-image: none; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row .container > .video-iframe-container { display: none; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row > .video-iframe-container { display: none; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .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); }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O { border-width: 0; border-radius: 0; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KJfSukrlHshysVC5NV2oG9VN62qGzdnr { background-color:#6e1680;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:arial;font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:4.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.6304688453674rem;left:24.625rem;display:block; }
#wgh1ICIaocaG1qlacaOwlBw8bs1J6XKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWIk9XxdenWEmSg6DiJIaO4Tb3NrEayN { top:5.625rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNQRKtZQ4H8BsqRMWlXgB7P60uWTcKH { top:7rem;left:32.25rem;width:15.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkyZA8hvMyyNGGOPCMyyy4oT0Imn5w1f { top:38.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #en08H9p7fMdQNheuRqe30DcayWTGFr3l { width:19.1875rem;height:4.4375rem;top:56.8125rem;left:14.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm2QQqkJAnN2wpbeMKISbHECm9TMBRT { display:block; }
 }@media only screen and (max-width: 763px) { #wcB79IZ4malP6A0mHTk1ggCX0D7g1Eig { top:1.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcx6I7yIilaRlAO2owP0ssr11JRTBIs { top:45.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qliuz6V8q1vnopXTdkcwhDx30NVr6LFb { display:block; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6VGuk8W8A2wyT0K1G2Z4HdkShazqyxy { top:0.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgZIgh32ygbWby0th0ct90Esv8MAV5A6 { display:block; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh0PNOsWE3G9DMVuGTkewoWVxNgJhJ6p { top:2.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6hm9tqVvO9RMlPm2GuQc2BZpfz5uNU { top:0rem;left:33.0625rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDFGUcqoS8RB9M2GVhfdz3NeMA3gkKAH { top:13.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy { display:block; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlRamAzgkOx1y2GZueIq5AlGfdxuqtUb { top:6.5625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTCg9fyVsXup7FGuaautCfRILId2EaK { top:19.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOP0dz1LtSCli6W86A83ZGaV3QZBkruO { top:34.4375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzLK4pqmposiP3ldbBrZSZCfOCtLsGT { top:4.625rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGlnSqgyDe6mPnxIPnFGxWrVPFDW3liO { top:16.625rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqiD0xxvMT7cxSIcSNQRXtdpzq39nE1 { top:32.125rem;left:35.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV { display:block; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyp5xAExklZZGnmFRHAHCWkmMQJJACD5 { top:1.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2LkyUNLmSTDiFK1an6pztBPOSCGBLXt { top:8.4375rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJK9fzBnzWRsV2Zg9QxZFip6M34l1EO { top:23.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu { top:34.75rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.125rem;display:block; }#uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e8c567f8381dfb2425686870d77273c1a3d01091.svg); }
 }@media only screen and (max-width: 763px) { #tXuDvXc69FI2tm06fEO4dEWB3d6UD9EK { top:29.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9JKsq6Wyk6yormviGFFIyASzDwFrvsE { top:44.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEn2UK9RewaXk6xfgR870GWfrfCyF5AR { display:block; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLHyfbyUBUKInA1RMIna3u747F6LT7dg { top:9.9375rem;left:0rem;width:47.75rem;height:16.4375rem;font-size:1.125rem;display:block; }#LLHyfbyUBUKInA1RMIna3u747F6LT7dg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7bcc46e3-a58c-4a2e-8076-4e734eb48ebd/smiley1635449_1280.png); }
 }@media only screen and (max-width: 763px) { #uMOr4BHzloTnFDhxsmJQCEk5Hbeo4snx { top:11.25rem;left:29.1875rem;width:18.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFdZ9N50KKcvsUsIK1cTlAHv8HpaquwK { top:2.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDdBhsT981oG8wvTz7hLVB2TCBaAHDmS { width:19.1875rem;height:4.4375rem;top:32.0625rem;left:14.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vozd6v52apnnANFlzZ46hWCV4OmkEUv3 { display:block; }
 }@media only screen and (max-width: 763px) { #RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr { display:block; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMx9q1vDpcZZgfgbevzpTTMeZIOR1PNW { top:0.875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GftyGWlod7zNr3oBtPWdkKIx0RKga5PT { top:8.1875rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF8dkohUH8K2ClTadoIBMI3LlCg3f8EE { top:33.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUuahnsKhsQkpLOr265gccxLpS8Jt9o1 { top:42rem;left:0rem;width:27.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PRDWMQO7OMppJg9Xd44wMRRhZ3VsyQ { top:43.625rem;left:0rem;width:32.8125rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLVWypzgPGaeqfZ5h0xRchJTQU0zSJQM { top:40.75rem;left:20rem;width:27.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqXcKpzoC4hCJCVQTWuRy8TiPS61u3AB { top:44.8125rem;left:13rem;width:34.75rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AahONahmThHp2y3ppeMvXyf5Hb8S1swJ { top:61.6875rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yLg0oIfRGKy5gONTXzZWpHgvmnJaGf { top:66.4375rem;left:0rem;width:32.8125rem;height:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtnuGNRa39tJhUcRl1DWtlCS1A4bLPv5 { top:63.375rem;left:20rem;width:27.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAOTgLTuZygi0XomasS3ozJqm7EQGp3N { top:67.875rem;left:13rem;width:34.75rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKVDBafxDZN8hs7D5ctDcXyaBef4zN9B { top:90.5625rem;left:0rem;width:27.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8qNdWdmiTTDywmeCoseZKZc8MU12klb { top:94.1875rem;left:0rem;width:32.8125rem;height:13.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXH75rTkn4ipyQPBtLbsppdX3baKZOc { top:89.75rem;left:20rem;width:27.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXnqoOcnD7QKzzgKaax27FAQZG8qdDxK { top:94.9375rem;left:13rem;width:34.75rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCBgZlTzwvW8yUKVmmcMLtebzByixptq { top:89.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc5BUwxHnSWz4MDx11fzUyyCWBdMwaIH { top:89.8125rem;left:32.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucXbfyvlS1f8R8Rx45To2Vw10mKApJkL { top:61.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOqd8u4JUAx3Mtfz9LQprJPdb8LlDAlu { top:41.125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shb7dzwR2Nv4VaNxA9DbfZr5i1sXQeMc { top:39.5rem;left:31.362500190735rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvcp9551eiT0x4PVGKbuZnCXiDSqnHXG { top:63.3125rem;left:28.175000190735rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 { display:block; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km1y8AGoNvtaOied5npsNXicuZ0vP23A { top:13.6875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NykTHUFD7snT4AkR3ifidalCpvL59iPM { top:2.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9d0CNeyPd6wVauqJOh5gFSm9yUowZNh { top:10rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIPFpsGk69OgArAUZ1XdQagqqakmoqyL { top:27.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G { top:31.5625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.0625rem;display:block; }#UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/49e515f8-f3b2-491f-b1eb-e26794b42eb3/krzyyk.png); }
 }@media only screen and (max-width: 763px) { #VahpQoEEvKboDJi86opoqRXnVRELqtdt { width:19.1875rem;height:4.4375rem;top:44.4375rem;left:14.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSpZ4LKXnTMuQH2N28vsE5ZXqRZiFLm { display:block; }
 }@media only screen and (max-width: 763px) { #TG44SAIF0gCpklC0ION8KUJctWAF8hTE { display:block; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyNTXflearJGyKoA1wbJ0rsPGkOkwVVH { top:1.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm { top:7.375rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:1.125rem;display:block; }#BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/321351f2-8199-42da-9fcd-25cb973d6ea8/Tik.png); }
 }@media only screen and (max-width: 763px) { #cpiT0D6yVSnk3MtI9Zoyh5TwkbrWxklC { top:20.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXTlSsuGX1co0QllgUS5eqcdpOVI7HO { top:28.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBRpBMuI5hZO2oqOeKstdbIJOnbaA277 { top:43.9375rem;left:1.9679689407349rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL3r3V7mLkFrSvMXmx79n9FtTAh3GAfp { top:36.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk3FxcEOnEz288nxtSKNkgO61NKxiGay { display:block; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx4BJJUiuRKF71hpNCgG6qanmTeibe2P { top:9.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdMg6TbhrqKaEvx5rGhg0xZLsPvZMVBa { top:38.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1UPxs8ytDNQ8nCJ0KFAwTEFANdIwVbN { top:20rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGfz1Ktmzr0GxKfgoP7WrCnGnIp1uybe { top:78.6875rem;left:0rem;width:44.625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5lz5J0kG07heCM2oGyMNBMTAbqrh3QV { top:1.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6p6xJh3xPqlSyctND3PpaE47HF2O4cr { top:9.375rem;left:0rem;width:7.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarGbWcT1m7u0rMhbvhLM5IM85w7x61G { top:20.25rem;left:0rem;width:12.625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFOU7zMXKTyWP7H4WT9PO2PPtI7eKpy { top:48.4375rem;left:31.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUbWBWi6GimKIhvd0fBA2DR648isbTXn { top:72rem;left:33.625rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbuoZbTnQPouNmGkQbOb5AOxO0uAVzBD { top:65.3125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tok7VNy7Oyi3r39lEUFuKhT0SyGckwAg { top:30.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLBUOC5waVsBHhqFMDpwNaDkmSlpT498 { top:51.75rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83sur9l0ZOBgUI2T6KTaZfZaMncUb6A { top:94.4375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmzHX3mEE6dQcEfaWAhu3OLAqHH3oQio { top:110.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx { display:block; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9TGxM2JzocOWUuimED0N1ezhU8XJtN2 { top:10.625rem;left:12.625rem;width:19.125rem;height:52rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw7tTuMzVfT2gxPPyg8U0LRWTKXPMI5E { top:13.125rem;left:17.562500953674rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwkqrnLgoJJlneOwehsmchRK8R2dArVm { top:18.5rem;left:21.312500953674rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLb6oAmqZdJ0n7JQ9zutGLyPV7EQfEbL { top:19.4375rem;left:26.75rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQXu4MqkkJTU48DIibV2q7wPcC7o2IgD { top:13.125rem;left:1.25rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odWZlIfLaNULWU48Xro6kfyZv2ohdcq5 { top:18.5rem;left:3.7179689407349rem;width:7.5625rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZXl6kuimD5trUUmpbyVlHZErUS0DMf { top:19.4375rem;left:10.486718177796rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62DmCSznTnKTILpuqAJn4dqROrFZH8d { top:25.5625rem;left:0.4375rem;width:15rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuqf1TGeHGwcnvfoV2AAJaPmgvdMgV1k { top:10.625rem;left:0rem;width:19.125rem;height:52.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrUNxmTQCC5pqFguIGJ5JZbCK0i2ftL { top:10.625rem;left:28.5rem;width:19.125rem;height:51.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TFmKwVyAssg2ZTESlfu2uXwqTP3qFR { top:13.125rem;left:31.875rem;width:15.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk71t6Ostnls0MDt8oxVCglXzl7zvb91 { top:18.5625rem;left:37.625000953674rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU2q0qaiMupNkcxxGzNbbpa1hoBwXqyd { top:19.4375rem;left:42.625rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSwf9vMUpG04wKIQk2qiHkkyUcf7xOqr { width:13.6875rem;height:4.0625rem;top:56.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaquFgnFN6CezblvPWvapqCkN4xp9IE { display:block; }
 }@media only screen and (max-width: 763px) { #C6CVA5TiyU5iSDNLSWJe5V0MVewAKfip { width:13.6875rem;height:4.0625rem;top:56.375rem;left:16.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TtokVtaxNxzvqJpDmSzfCx8o96BKNL { display:block; }
 }@media only screen and (max-width: 763px) { #rFkNZ8mLlksbn8x5H342xcExizNT3lFr { width:13.6875rem;height:4.0625rem;top:56.375rem;left:33.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ntdR7EdcTSxM7UEP6HmP0f2vZlTQo7 { display:block; }
 }@media only screen and (max-width: 763px) { #RI9fTS3Bgfzl9DB7TLFT6eIGbgVpEkUF { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4LoqkAlIfofJh83E724CQoxPknxQJ1v { top:25.5625rem;left:32.625rem;width:15rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12pApIp45NV55vNUU6OtDCPs3LRpxoz { top:25rem;left:16.312500953674rem;width:15rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVtR9OnUN8gtMcX5c2JTRqAAyIhgk5sS { top:72.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PkGz42NTTT2P3VCVrer2FDHC8t3cPB { top:62.125rem;left:2.4062500596046rem;width:6.0625rem;height:2.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT { display:block; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVBwi7xNFT4ATwVl5XEFpKvzwKWzmlTI { top:1.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM0SIk10Cys591AspbeoITDJgEXS3rog { top:10.25rem;left:5.0625rem;width:42.6875rem;height:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b20idBZNRM8TSmedvtWf6Rt8TErQn2dA { top:14.4375rem;left:0rem;width:15.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svb2PAgLdragqZNOaCa4P3z05qoDkgtB { top:36.5625rem;left:0rem;width:47.75rem;height:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSAfpavFX4zD8M7r7urqu1B9E2VTu1Wg { top:7rem;left:11.175000190735rem;width:19.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK2PiZhQvP7LctgVBtNOPisQwAygsWCa { display:block; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOLQT8ZiJfe4eZepOO9DnfKUvVKmeiCK { width:47.75rem;height:3.6875rem;top:1.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arir5JPp5pXAfwBd3mvRccFicykmCBA0 { width:18.9375rem;height:15.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9wX8rHBMqRAu0Jr2CxBPCMh82tHq34 { width:17.5rem;height:14rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7hz54yiynmc5NAoEQNM5rTuCTnFEKiU { width:18.9375rem;height:20.9375rem;top:7.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m87VPvf8qT18OcheE2fX5xDhmRvTIxiA { width:18.9375rem;height:18.9375rem;top:7.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF5leksXmynIAauptcTWVelfd1yJO0Pp { width:17.6875rem;height:20rem;top:7.5625rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfeInWR2OrZ7azRIkDC7ENSS9tR1Ae1P { width:17.6875rem;height:18rem;top:7.5625rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndBCGJiAOT1WyTbgU1imSOX3VaEalI8 { width:39.5625rem;height:9.625rem;top:30.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woPEpm2BW04x3vCL5OZvWdApxAbWTfHm { width:38.125rem;height:8rem;top:31.3125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXBldxk75kdoVRasSgvntDSesqSfWsnW { display:block; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0g241HK5ukmxrXH4Rb5go09M3hK6Lyu { width:47.75rem;height:4.75rem;top:30.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6vJ5CITdkmpEEzu05OFu3PuvRlKUDRv { top:31.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT { display:flex;height:auto;width:27.8125rem;top:10.5625rem;left:9.2249994277956rem; }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #WWDsbp1Fo6HNn5ypGrcL7LUI1ZAuPn5f {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fEMQ1lnroxSzu9Qg5VyoOlbgeJTdWPZT {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #WU52IPR2LnLdpNqKf2qdk7OgJNvUKVGM {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #dg0awfrs1BPVH3DIEZa0FMTc1rpKIy5p {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #z1KirkbS7OGK3XwT4SQxm7bl6KgKOtCZ {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fRO7PsONNETu9Lun5AvNeB6GM99FaXEd {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #HEhGuN210heZER8a7RSCouICyJuNR0kb {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #PTvUoguyW9IyWOZ6Je9vO3pJmeo3HaU3 {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #MRO39VyVJFayvBWMn8B4ndSzzFWURr0A {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #mVMTArLDndytF2f4lDsbN99a2ue0blIx {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #SvDn2Z6vZZUyJcEbDn7u1lRrlCtmTgdx {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #af7vyKfaL1teO3tS9yGdUu1I3y9AupFv {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #S7rxn98p9ZeEu8uy0ZJovGTPsmbZTAww {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #Ibzu35HNzyFpMTckGQRrKN3848CgUkZU {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #cTPPwTFd8y1xwxelAysw2dnLEAVUGxJ0 {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #qisBtm7knCJxxe3pWTdg83N5AZUPC0eT {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #MI41Ze7XZabTLUIWMQEMNmtibCOvhz8H {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #icc4vD9Kt9dXXBLPrQpchNbnlzG7O3iQ {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #yBTPIeqZ4EH2ok2vKi1Bm2q37L3nBMpD {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fBJtLQxIDC3F3gkHvMEUVmKUfxcKZzdi {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #CsAB0opEiOXQ5b0p4GUp6OK3H6NwHwVK {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #eIh7U7UTx6dQLOQ4zOgRpRZCEz5PBGkD {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #TJE4Ot6C6eOPoy00NXX9xO0DeoHVkrhP {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #uu6HMoA2UruvCGCTDF6z9MJKl41IoDvc {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #XEuzOia2mB8zZGRptoztpil8gSpEbo8P {  }
 }@media only screen and (max-width: 763px) { #OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O { display:block; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJfSukrlHshysVC5NV2oG9VN62qGzdnr { width:25.6875rem;height:4.8125rem;top:1.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgh1ICIaocaG1qlacaOwlBw8bs1J6XKD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWIk9XxdenWEmSg6DiJIaO4Tb3NrEayN { width:19.5625rem;height:32.5rem;top:4.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuNQRKtZQ4H8BsqRMWlXgB7P60uWTcKH { width:15.125rem;height:22rem;top:51.3125rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkyZA8hvMyyNGGOPCMyyy4oT0Imn5w1f { width:20rem;height:6.09375rem;top:43.462501525879rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #en08H9p7fMdQNheuRqe30DcayWTGFr3l { width:19.1875rem;height:4.4375rem;top:92.487503051756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm2QQqkJAnN2wpbeMKISbHECm9TMBRT { display:block; }
 }@media only screen and (max-width: 763px) { #wcB79IZ4malP6A0mHTk1ggCX0D7g1Eig { width:20rem;height:2.6rem;top:0.0001220703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcx6I7yIilaRlAO2owP0ssr11JRTBIs { width:20rem;height:10.15625rem;top:76.637498855594rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qliuz6V8q1vnopXTdkcwhDx30NVr6LFb { display:block; }#qliuz6V8q1vnopXTdkcwhDx30NVr6LFb > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6VGuk8W8A2wyT0K1G2Z4HdkShazqyxy { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgZIgh32ygbWby0th0ct90Esv8MAV5A6 { display:block; }#OgZIgh32ygbWby0th0ct90Esv8MAV5A6 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh0PNOsWE3G9DMVuGTkewoWVxNgJhJ6p { width:19.3125rem;height:8.775rem;top:1.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6hm9tqVvO9RMlPm2GuQc2BZpfz5uNU { width:10.9375rem;height:10.9375rem;top:10.59375rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDFGUcqoS8RB9M2GVhfdz3NeMA3gkKAH { width:20rem;height:5.2rem;top:24.887499809265rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy { display:block; }#ABJ8v6TnGfpZLEhdAzB67fQFzHaKMUFy > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlRamAzgkOx1y2GZueIq5AlGfdxuqtUb { width:19.375rem;height:10.2375rem;top:0rem;left:0.62421870231628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTCg9fyVsXup7FGuaautCfRILId2EaK { width:19.3125rem;height:11.7rem;top:25.862504959106rem;left:0.34296876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOP0dz1LtSCli6W86A83ZGaV3QZBkruO { width:19.3125rem;height:11.7rem;top:52.550001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqzLK4pqmposiP3ldbBrZSZCfOCtLsGT { width:11.0625rem;height:11.0625rem;top:11.98671913147rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGlnSqgyDe6mPnxIPnFGxWrVPFDW3liO { width:11.0625rem;height:11.0625rem;top:38.737493991852rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqiD0xxvMT7cxSIcSNQRXtdpzq39nE1 { width:11.8125rem;height:11.8125rem;top:67.012500047681rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV { display:block; }#u0ziQcNp4UgTTqm2b7GrLC3H5PDFO5VV > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyp5xAExklZZGnmFRHAHCWkmMQJJACD5 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2LkyUNLmSTDiFK1an6pztBPOSCGBLXt { width:19.5625rem;height:20.475rem;top:7.0625057220456rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAJK9fzBnzWRsV2Zg9QxZFip6M34l1EO { width:20rem;height:5.2rem;top:32.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu { width:20rem;height:13.7875rem;top:43.868743896484rem;left:0rem;font-size:1.125rem;display:block; }#uLTI0gprd12gNHBoyfCcMd1p3T1Brkiu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e8c567f8381dfb2425686870d77273c1a3d01091.svg); }
 }@media only screen and (max-width: 763px) { #tXuDvXc69FI2tm06fEO4dEWB3d6UD9EK { width:20rem;height:1.7875rem;top:40.700000762939rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9JKsq6Wyk6yormviGFFIyASzDwFrvsE { width:20rem;height:4.3875rem;top:61.643750190735rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEn2UK9RewaXk6xfgR870GWfrfCyF5AR { display:block; }#hEn2UK9RewaXk6xfgR870GWfrfCyF5AR > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLHyfbyUBUKInA1RMIna3u747F6LT7dg { width:20rem;height:21.2rem;top:10.974999904633rem;left:0rem;font-size:1.125rem;display:block; }#LLHyfbyUBUKInA1RMIna3u747F6LT7dg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7bcc46e3-a58c-4a2e-8076-4e734eb48ebd/smiley1635449_1280.png); }
 }@media only screen and (max-width: 763px) { #uMOr4BHzloTnFDhxsmJQCEk5Hbeo4snx { width:20rem;height:14.9046875rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFdZ9N50KKcvsUsIK1cTlAHv8HpaquwK { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDdBhsT981oG8wvTz7hLVB2TCBaAHDmS { width:19.1875rem;height:4.4375rem;top:55.279689788818rem;left:0.40546876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vozd6v52apnnANFlzZ46hWCV4OmkEUv3 { display:block; }
 }@media only screen and (max-width: 763px) { #RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr { display:block; }#RCz0UNf8gDI10Rm6gayKVOtB7Ipscizr > .row .container { width:20rem;height:220.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMx9q1vDpcZZgfgbevzpTTMeZIOR1PNW { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GftyGWlod7zNr3oBtPWdkKIx0RKga5PT { width:20rem;height:26.325rem;top:10.3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF8dkohUH8K2ClTadoIBMI3LlCg3f8EE { width:20rem;height:10.4rem;top:39.71249961853rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUuahnsKhsQkpLOr265gccxLpS8Jt9o1 { width:20rem;height:1.625rem;top:56.100000143051rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7PRDWMQO7OMppJg9Xd44wMRRhZ3VsyQ { width:20rem;height:15.19375rem;top:56.10000038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLVWypzgPGaeqfZ5h0xRchJTQU0zSJQM { width:20rem;height:3.25rem;top:80.037502288819rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqXcKpzoC4hCJCVQTWuRy8TiPS61u3AB { width:20rem;height:13.8125rem;top:84.474998474119rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AahONahmThHp2y3ppeMvXyf5Hb8S1swJ { width:20rem;height:3.25rem;top:104.25001382828rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1yLg0oIfRGKy5gONTXzZWpHgvmnJaGf { width:20rem;height:22.1rem;top:109.41874885559rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtnuGNRa39tJhUcRl1DWtlCS1A4bLPv5 { width:20rem;height:3.25rem;top:138.26250457764rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAOTgLTuZygi0XomasS3ozJqm7EQGp3N { width:20rem;height:13.8125rem;top:143.63749217987rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKVDBafxDZN8hs7D5ctDcXyaBef4zN9B { width:20rem;height:1.625rem;top:164.91250610351rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8qNdWdmiTTDywmeCoseZKZc8MU12klb { width:20rem;height:17.95625rem;top:167.66253042221rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXH75rTkn4ipyQPBtLbsppdX3baKZOc { width:20rem;height:3.25rem;top:194.60000991821rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXnqoOcnD7QKzzgKaax27FAQZG8qdDxK { width:20rem;height:16.575rem;top:199.44999694824rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCBgZlTzwvW8yUKVmmcMLtebzByixptq { display:flex;width:3.125rem;height:3.125rem;top:160.78750610351rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #dc5BUwxHnSWz4MDx11fzUyyCWBdMwaIH { display:flex;width:3.125rem;height:3.125rem;top:191.47500991821rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #ucXbfyvlS1f8R8Rx45To2Vw10mKApJkL { display:flex;width:3.125rem;height:3.125rem;top:100.31248664856rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #wOqd8u4JUAx3Mtfz9LQprJPdb8LlDAlu { display:flex;width:3.375rem;height:3.375rem;top:52.037502288818rem;left:8.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #Shb7dzwR2Nv4VaNxA9DbfZr5i1sXQeMc { display:flex;width:4.1875rem;height:4.1875rem;top:75.037494659425rem;left:7.9062505364419rem; }
 }@media only screen and (max-width: 763px) { #Dvcp9551eiT0x4PVGKbuZnCXiDSqnHXG { display:flex;width:3.125rem;height:3.125rem;top:134.57500457764rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 { display:block; }#foP1gSEmDhH9TuI2dS1XWCnuKOQhoLL6 > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km1y8AGoNvtaOied5npsNXicuZ0vP23A { width:20rem;height:14.34375rem;top:11.936718940735rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NykTHUFD7snT4AkR3ifidalCpvL59iPM { width:20rem;height:7.8rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9d0CNeyPd6wVauqJOh5gFSm9yUowZNh { width:20rem;height:2.0625rem;top:8.9249877929688rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIPFpsGk69OgArAUZ1XdQagqqakmoqyL { width:20rem;height:2.0625rem;top:28.362501144409rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G { width:20rem;height:10.1875rem;top:32.049975395203rem;left:0rem;font-size:1.0625rem;display:block; }#UHWlh9VQ7aVno4y42PazwnGeDaKpBU4G li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/49e515f8-f3b2-491f-b1eb-e26794b42eb3/krzyyk.png); }
 }@media only screen and (max-width: 763px) { #VahpQoEEvKboDJi86opoqRXnVRELqtdt { width:16.5rem;height:3.8125rem;top:46.762500762939rem;left:1.7500000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESSpZ4LKXnTMuQH2N28vsE5ZXqRZiFLm { display:block; }
 }@media only screen and (max-width: 763px) { #TG44SAIF0gCpklC0ION8KUJctWAF8hTE { display:block; }#TG44SAIF0gCpklC0ION8KUJctWAF8hTE > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyNTXflearJGyKoA1wbJ0rsPGkOkwVVH { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm { width:20rem;height:12.75rem;top:5.1rem;left:0rem;font-size:1.125rem;display:block; }#BrKciqz9tkg5RTqD7cSMSHOn5LuH7LWm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/321351f2-8199-42da-9fcd-25cb973d6ea8/Tik.png); }
 }@media only screen and (max-width: 763px) { #cpiT0D6yVSnk3MtI9Zoyh5TwkbrWxklC { width:20rem;height:3.1875rem;top:22.787502288818rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvXTlSsuGX1co0QllgUS5eqcdpOVI7HO { width:20rem;height:5.2rem;top:29.461718559265rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBRpBMuI5hZO2oqOeKstdbIJOnbaA277 { height:11.25rem;width:20rem;top:49.16171836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL3r3V7mLkFrSvMXmx79n9FtTAh3GAfp { width:20rem;height:9rem;top:37.149219512939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk3FxcEOnEz288nxtSKNkgO61NKxiGay { display:block; }#Wk3FxcEOnEz288nxtSKNkgO61NKxiGay > .row .container { width:20rem;height:199.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qx4BJJUiuRKF71hpNCgG6qanmTeibe2P { width:19.375rem;height:7.3125rem;top:16.2625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdMg6TbhrqKaEvx5rGhg0xZLsPvZMVBa { width:19.4375rem;height:11.7rem;top:65.849975585938rem;left:0.28046876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1UPxs8ytDNQ8nCJ0KFAwTEFANdIwVbN { width:19.375rem;height:7.3125rem;top:35.087501525879rem;left:0.31171876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGfz1Ktmzr0GxKfgoP7WrCnGnIp1uybe { width:19.375rem;height:13.1625rem;top:131.42422294617rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5lz5J0kG07heCM2oGyMNBMTAbqrh3QV { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6p6xJh3xPqlSyctND3PpaE47HF2O4cr { width:5.25rem;height:5.1875rem;top:9.7249999046325rem;left:7.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarGbWcT1m7u0rMhbvhLM5IM85w7x61G { width:10rem;height:5.75rem;top:28.175001144409rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLFOU7zMXKTyWP7H4WT9PO2PPtI7eKpy { width:11.5rem;height:11.5rem;top:52.712501525879rem;left:4.5609374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUbWBWi6GimKIhvd0fBA2DR648isbTXn { width:11.6875rem;height:11.6875rem;top:116.78672361374rem;left:4.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbuoZbTnQPouNmGkQbOb5AOxO0uAVzBD { width:20rem;height:16.0875rem;top:98.225001335144rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tok7VNy7Oyi3r39lEUFuKhT0SyGckwAg { width:20rem;height:5.2rem;top:45.837488174439rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLBUOC5waVsBHhqFMDpwNaDkmSlpT498 { width:20rem;height:14.625rem;top:81.037504196169rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83sur9l0ZOBgUI2T6KTaZfZaMncUb6A { width:20rem;height:27.7875rem;top:148.28750419617rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmzHX3mEE6dQcEfaWAhu3OLAqHH3oQio { width:20rem;height:8.775rem;top:186.78673362732rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { background-color: transparent; background-image: none; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container > .video-iframe-container { display: none; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row > .video-iframe-container { display: none; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .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); }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { border-width: 0; border-radius: 0; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeywvLmmM9WhnkSgbV6V0SBc9OtBOBzx > .row .container { width:20rem;height:185rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9TGxM2JzocOWUuimED0N1ezhU8XJtN2 { width:20rem;height:45rem;top:59.099203109741rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw7tTuMzVfT2gxPPyg8U0LRWTKXPMI5E { width:12.5rem;height:2.6rem;top:41.6875rem;left:3.748046875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwkqrnLgoJJlneOwehsmchRK8R2dArVm { width:5rem;height:3.00625rem;top:45.9990234375rem;left:5.7490234375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLb6oAmqZdJ0n7JQ9zutGLyPV7EQfEbL { width:5rem;height:1.7875rem;top:46.125rem;left:10.373046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQXu4MqkkJTU48DIibV2q7wPcC7o2IgD { width:20rem;height:2.6rem;top:12.697654724121rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #odWZlIfLaNULWU48Xro6kfyZv2ohdcq5 { width:4.1875rem;height:3.00625rem;top:16.497671127319rem;left:6.1546874642372rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZXl6kuimD5trUUmpbyVlHZErUS0DMf { width:5rem;height:1.7875rem;top:17.107031822204rem;left:10.748437464237rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62DmCSznTnKTILpuqAJn4dqROrFZH8d { width:16.25rem;height:27.2rem;top:21.854687213897rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuqf1TGeHGwcnvfoV2AAJaPmgvdMgV1k { width:20rem;height:43.9375rem;top:11.900001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIrUNxmTQCC5pqFguIGJ5JZbCK0i2ftL { width:20rem;height:45.9375rem;top:105.96325397491rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TFmKwVyAssg2ZTESlfu2uXwqTP3qFR { width:12.5rem;height:2.6rem;top:105.96327972412rem;left:3.7500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk71t6Ostnls0MDt8oxVCglXzl7zvb91 { width:5rem;height:3.00625rem;top:109.68828010559rem;left:6.1546874642372rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU2q0qaiMupNkcxxGzNbbpa1hoBwXqyd { width:5rem;height:1.7875rem;top:110.29765510559rem;left:11.297656595707rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSwf9vMUpG04wKIQk2qiHkkyUcf7xOqr { width:13.6875rem;height:4.0625rem;top:50.700001716614rem;left:3.1562500596046rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OTaquFgnFN6CezblvPWvapqCkN4xp9IE { display:block; }
 }@media only screen and (max-width: 763px) { #C6CVA5TiyU5iSDNLSWJe5V0MVewAKfip { width:13.6875rem;height:4.0625rem;top:97.153127670288rem;left:3.1562500596046rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TtokVtaxNxzvqJpDmSzfCx8o96BKNL { display:block; }
 }@media only screen and (max-width: 763px) { #rFkNZ8mLlksbn8x5H342xcExizNT3lFr { width:13.6875rem;height:4.0625rem;top:145.74765968323rem;left:3.1562500596046rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #g1ntdR7EdcTSxM7UEP6HmP0f2vZlTQo7 { display:block; }
 }@media only screen and (max-width: 763px) { #RI9fTS3Bgfzl9DB7TLFT6eIGbgVpEkUF { width:20rem;height:7.8rem;top:1.6851687431336rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4LoqkAlIfofJh83E724CQoxPknxQJ1v { width:15rem;height:27.2rem;top:115.91562461853rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12pApIp45NV55vNUU6OtDCPs3LRpxoz { width:15rem;height:27.2rem;top:68.722659111025rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVtR9OnUN8gtMcX5c2JTRqAAyIhgk5sS { width:20rem;height:26.325rem;top:154.39769268036rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2PkGz42NTTT2P3VCVrer2FDHC8t3cPB { width:6.0625rem;height:2.6rem;top:63.810154914856rem;left:6.9687500596044rem;font-size:2rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT { display:block; }#O9TSMBCQSHy4T6aDXF2Tu6e7raQXtLvT > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVBwi7xNFT4ATwVl5XEFpKvzwKWzmlTI { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SM0SIk10Cys591AspbeoITDJgEXS3rog { width:19.3125rem;height:32.5rem;top:29.34375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b20idBZNRM8TSmedvtWf6Rt8TErQn2dA { width:11.375rem;height:15.1875rem;top:7.9500000476837rem;left:4.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svb2PAgLdragqZNOaCa4P3z05qoDkgtB { width:19.375rem;height:40.3rem;top:63.906234741213rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSAfpavFX4zD8M7r7urqu1B9E2VTu1Wg { width:19.8125rem;height:1.70625rem;top:27.075000762939rem;left:0.18671876192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IK2PiZhQvP7LctgVBtNOPisQwAygsWCa { display:block; }#IK2PiZhQvP7LctgVBtNOPisQwAygsWCa > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOLQT8ZiJfe4eZepOO9DnfKUvVKmeiCK { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arir5JPp5pXAfwBd3mvRccFicykmCBA0 { width:18.9375rem;height:15.6875rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9wX8rHBMqRAu0Jr2CxBPCMh82tHq34 { width:17.5rem;height:14rem;top:8.2375030517575rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7hz54yiynmc5NAoEQNM5rTuCTnFEKiU { width:18.9375rem;height:20.9375rem;top:24.375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m87VPvf8qT18OcheE2fX5xDhmRvTIxiA { width:18.9375rem;height:18.25rem;top:65.2312502861rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF5leksXmynIAauptcTWVelfd1yJO0Pp { width:17.6875rem;height:20rem;top:24.375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfeInWR2OrZ7azRIkDC7ENSS9tR1Ae1P { width:17.6875rem;height:18rem;top:65.231249809262rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndBCGJiAOT1WyTbgU1imSOX3VaEalI8 { width:20rem;height:17.0625rem;top:47.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woPEpm2BW04x3vCL5OZvWdApxAbWTfHm { width:19.5rem;height:16rem;top:47.90625rem;left:0.49921870231628rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXBldxk75kdoVRasSgvntDSesqSfWsnW { display:block; }#wXBldxk75kdoVRasSgvntDSesqSfWsnW > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0g241HK5ukmxrXH4Rb5go09M3hK6Lyu { width:20rem;height:9rem;top:52.061719894409rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6vJ5CITdkmpEEzu05OFu3PuvRlKUDRv { display:flex;width:3.125rem;height:3.125rem;top:47.298438072204rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT { display:flex;height:auto;width:17.5rem;top:1.6875495910644rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #WWDsbp1Fo6HNn5ypGrcL7LUI1ZAuPn5f {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fEMQ1lnroxSzu9Qg5VyoOlbgeJTdWPZT {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #WU52IPR2LnLdpNqKf2qdk7OgJNvUKVGM {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #dg0awfrs1BPVH3DIEZa0FMTc1rpKIy5p {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #z1KirkbS7OGK3XwT4SQxm7bl6KgKOtCZ {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fRO7PsONNETu9Lun5AvNeB6GM99FaXEd {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #HEhGuN210heZER8a7RSCouICyJuNR0kb {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #PTvUoguyW9IyWOZ6Je9vO3pJmeo3HaU3 {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #MRO39VyVJFayvBWMn8B4ndSzzFWURr0A {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #mVMTArLDndytF2f4lDsbN99a2ue0blIx {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #SvDn2Z6vZZUyJcEbDn7u1lRrlCtmTgdx {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #af7vyKfaL1teO3tS9yGdUu1I3y9AupFv {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #S7rxn98p9ZeEu8uy0ZJovGTPsmbZTAww {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #Ibzu35HNzyFpMTckGQRrKN3848CgUkZU {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #cTPPwTFd8y1xwxelAysw2dnLEAVUGxJ0 {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #qisBtm7knCJxxe3pWTdg83N5AZUPC0eT {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #MI41Ze7XZabTLUIWMQEMNmtibCOvhz8H {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #icc4vD9Kt9dXXBLPrQpchNbnlzG7O3iQ {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #yBTPIeqZ4EH2ok2vKi1Bm2q37L3nBMpD {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #fBJtLQxIDC3F3gkHvMEUVmKUfxcKZzdi {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #CsAB0opEiOXQ5b0p4GUp6OK3H6NwHwVK {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #eIh7U7UTx6dQLOQ4zOgRpRZCEz5PBGkD {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #TJE4Ot6C6eOPoy00NXX9xO0DeoHVkrhP {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #uu6HMoA2UruvCGCTDF6z9MJKl41IoDvc {  }
 }@media only screen and (max-width: 763px) { #AtcBIumk3eRvG0cBdBr7HTLdLcLrcFBT #XEuzOia2mB8zZGRptoztpil8gSpEbo8P {  }
 }@media only screen and (max-width: 763px) { #OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O { display:block; }#OO2qfRuTASD5T0MM9g6LeAvLrWTdZo6O > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJfSukrlHshysVC5NV2oG9VN62qGzdnr { width:19.75rem;height:4.8125rem;top:1.25rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgh1ICIaocaG1qlacaOwlBw8bs1J6XKD { display:block; }
 }