.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#116414;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; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { background-color: transparent; background-image: none; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container > .video-iframe-container { display: none; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row > .video-iframe-container { display: none; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .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); }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { border-width: 0; border-radius: 0; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#qtve8dtsaGwAsCFFgphrr6UhFlNEzfys { color:#f5f5f5;display:block;width:73.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:1.2934027910232rem;left:0rem;height:5.0989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.616755008697rem;left:8.375rem;height:11.19270625rem;text-align:left;text-align-last:left;display:block; }
#ZcTT2Bby5qwBMa96xlsffVyOsmnqS3Ra { color:#234446;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:10.181250572204rem;left:34.875rem;height:1.59895625rem;text-align:center;text-align-last:center;display:block; }
#TDBRKbhJ88PrORPWSduISEluTvCtlUxC { background-color:#087c0d;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:23.9355625rem;height:3.99956875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.936414718628rem;left:11.006946563721rem;display:block; }
#mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETcCu5CXcAFGysXC8RNIHyHxDrqNqUcK { color:#000000;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.403864383698rem;left:10.186199188233rem;height:1.8997375rem;text-align:left;text-align-last:left;display:block; }
#tCyQFOxUdc80tKUi9D23tJqlfHazExfu { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.6235rem;width:24.6235rem;top:11.040582656861rem;left:42.498920440674rem;overflow:hidden;display:block; }
#QquTGgTMLKKBZUkLA512ENRff7gHse5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.272354125976rem;left:5.8268241882324rem; }
#ILZwe2HecaZv2XaILShRy8bk5pdTVu61 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.616755008697rem;left:5.8268241882324rem; }
#Jmf2QhZu1mBGh9fzVa9laT4tMxkUASZX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.000001907349rem;left:5.8268241882324rem; }
#d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { color:#c0612a;display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3079433441162rem;left:0rem;height:5.6979125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,23,0.02);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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:#000000;display:block;width:58.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:2.3;letter-spacing:0;top:1.6232643127441rem;left:7.9995689392087rem;height:18.39583125rem;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; }
#scCno0W9eSa0HLywhPH7622mUED90wyL { box-sizing:content-box;height:21.4375rem;width:65.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.52842903137207rem;left:4.4986991882324rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0612a;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; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { background-color: transparent; background-image: none; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container > .video-iframe-container { display: none; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row > .video-iframe-container { display: none; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .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); }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { border-width: 0; border-radius: 0; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/495361f0-59c1-4c10-8456-65148f71f8ca/chrupiaceszparagi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:0.6875rem;left:2.5rem;display:block; }#c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np.adaptive-delivery-prevent-bg, #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np.lazyload, #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np.lazyloading { background-image: none; }
#oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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.625rem;width:19.75rem;top:28.625rem;left:52.75rem;display:block; }
#m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:36.8125rem;left:58.1875rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:57.625rem;height:5.9309875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWiWxF1EPJ8mItoftlAV3u6LQxQckA8M { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);top:5.78125rem;left:54.625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e995bd4e-78e2-4e51-a0af-925dbbea9c67/nuggetsy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:0.6875rem;left:27.6875rem;display:block; }#RNpmTRGe2beXhw4KUsXC623qZM9DaeQC.adaptive-delivery-prevent-bg, #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC.lazyload, #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC.lazyloading { background-image: none; }
#Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a7d1bcb-51f5-41f6-9968-bbcd71820c4c/pizzakalafior.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:13.5625rem;width:19.75rem;top:14.625rem;left:2.5rem;display:block; }#Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O.adaptive-delivery-prevent-bg, #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O.lazyload, #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O.lazyloading { background-image: none; }
#KQIw1VctitZtgLKtymcXIBddWwhszXDA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9967cbf6-ed3a-4473-a668-af1841d5ea16/Promocja22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.625rem;width:19.75rem;top:14.625rem;left:27.6875rem;display:block; }#KQIw1VctitZtgLKtymcXIBddWwhszXDA.adaptive-delivery-prevent-bg, #KQIw1VctitZtgLKtymcXIBddWwhszXDA.lazyload, #KQIw1VctitZtgLKtymcXIBddWwhszXDA.lazyloading { background-image: none; }
#cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ca2a7fa-51d7-487d-a613-2437ed624e2a/sernik.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:28.625rem;left:2.5rem;display:block; }#cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm.adaptive-delivery-prevent-bg, #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm.lazyload, #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm.lazyloading { background-image: none; }
#URbiLDQ6ctmcxtwrNfB5JmtbLUhTmXTy { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;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:0.25rem;width:15.8125rem;top:11.671659164581rem;left:59.059139442124rem;display:block; }
#A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9747c56d-b8fe-4cdc-9bad-80a0df01bd01/marchewkowebabeczki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:19.75rem;top:14.65625rem;left:52.75rem;display:block; }#A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC.adaptive-delivery-prevent-bg, #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC.lazyload, #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC.lazyloading { background-image: none; }
#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,23,0.02);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; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { background-color: transparent; background-image: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .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); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { border-width: 0; border-radius: 0; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#VgZdKLask3llbEyz4AxhtuRtpOaqWhkL { background-color:#087c0d;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.3125rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:16.7480625rem;height:3.99956875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.811198830604rem;left:29.125434875488rem;display:block; }
#tXeZniPd9keAzzTi7nxJqODCswPLueJC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SV5FTwupBWNKdQP8cln22au9X3g4dxbe { color:#000000;display:block;width:57.561875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:7.916667461395rem;left:6.9986991882325rem;height:20.695325rem;display:block; }
#qMeTVGgRyHKFAN3qohiIuD1yIfgKOoSe { color:#c0612a;display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.8422312736511rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QcinbTm1xWF7CeJqRfGdFRaq1RIkU04K { box-sizing:content-box;height:24.3125rem;width:65.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.0913631021976rem;left:3.8802108764649rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,23,0.02);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; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { background-color: transparent; background-image: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .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); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { border-width: 0; border-radius: 0; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#ngvRsNBMh6KscLDGO28WqHDoUPElihoc { color:#000000;display:block;width:58.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:8.22917175293rem;left:7.060546875rem;height:13.79688125rem;display:block; }
#rqhMl74sizgrbl61mizyEbzevnDTXDk1 { color:#000000;display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.8422312736511rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUUgwyJ3Lglb8Id3NUsxVVpTySQST5zT { box-sizing:content-box;height:18rem;width:65.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.0913619995117rem;left:3.8802108764649rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { position:relative;display:block; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { background-color: transparent; background-image: none; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container > .video-iframe-container { display: none; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row > .video-iframe-container { display: none; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .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); }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { border-width: 0; border-radius: 0; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .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; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .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:75.3125rem;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; }#eT5GGCzmQUbQKfEQyqo8F8pixc1hdLGg { color:#222222;display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.6866321563721rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3JbBgTFK3EF8ow4Cc38F4Fweu77JbkO { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:60rem;top:17.1875rem;left:7.5rem;display:block; }
#tvIsgi3uF4x8fB3yMmHwJX25iS5X11Uz { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.5rem;width:0.125rem;top:17.75rem;left:37.5rem;display:block; }
#gopIyVNHEft73gdBHmLzDST3XDaZ1vXN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.3125rem;width:49.5625rem;top:5.9348955154419rem;left:12.71875rem;overflow:hidden;display:block; }
#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,23,0.02);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; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { background-color: transparent; background-image: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .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); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { border-width: 0; border-radius: 0; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#VKnf2AQDTqcRNTnHD773dp7PTbP3tFIR { color:#000000;display:block;width:58.624125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:4.6657903194427rem;left:8.186851501465rem;height:4.5989625rem;text-align:center;text-align-last:center;display:block; }
#kx7xZKgR1mNCiWRZWN1hIff577agubm8 { color:#c0612a;display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.0297310352326rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwh94FOdzIC8hxfdK3adD6rxf87hRSEX { 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:8.744567632675rem;left:17.5rem;display:block; }
#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0612a;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; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { background-color: transparent; background-image: none; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container > .video-iframe-container { display: none; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row > .video-iframe-container { display: none; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .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); }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { border-width: 0; border-radius: 0; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#vcBPaGcKa8TdvwyGNCayQ2qvEuUacxHA { color:#000000;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.3740234375rem;left:19.1875rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3x8ldoIfezOiNJoWAsfUhreASgsei9L { color:#000000;display:block;width:10.7498125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.249133110046rem;left:17.880859375rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoewDgAHKuBIiFEqXg95hnlqvupfKUfN { color:#000000;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.25rem;left:45.5625rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bp58TegE4kcKcfnLsWTet5EzwF7ExBTV { color:#000000;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.375rem;left:45.5625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUIF2IQnZdbGTZ2MxZV7HNtg4QcqVGCM { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:17.8125rem;width:11.8120625rem;top:6.2955732345581rem;left:31.592884063721rem;overflow:hidden;display:block; }
#OUIP2x6SDa8tfncnhxDG3sp1Ef29mlBk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:15.875rem;left:22.5rem; }
#CZJ3cph8IbvoND89D228CtqSHmuMZ6Sd { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:7.8623046875rem;left:22.8125rem; }
#JHhWW5llh1MzIiDJNlwWQB2cd5KkQsZk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.8623046875rem;left:49.8125rem; }
#GEP3xlPIvHy0qthorS2Cm4hXMnWHbd1F { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:16.9375rem;left:49.9375rem; }
#fTXiK9VH4uoA6yIp7nULagdkGcGMcTMl { box-sizing:content-box;height:25.9375rem;width:51.311875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.3736991882324rem;left:12.156036376953rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#tWMEg1Trxm9kyAJ49crNQeVoR8yuoviS { color:#000000;display:block;width:50.625rem;position:absolute;font-family:marcellus;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9579010009766rem;left:12.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container { background-color: transparent; background-image: none; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container > .video-iframe-container { display: none; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row > .video-iframe-container { display: none; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .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); }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container { border-width: 0; border-radius: 0; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { color:#ff0000;display:block;width:12.746125rem;position:absolute;font-family:lato;font-size:6rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:11.826824188233rem;left:31.125rem;height:9.5989375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TXb0G5pbe2QJUJ5Ux8CZx1NIGEFvdtJs { color:#c0612a;display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:2.91015625rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMakzVSKUEHBuiizi6DyI5tD6RqMcXct { color:#070707;display:block;width:8.496125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:17.26171875rem;left:43.87109375rem;height:1.79948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JEflM7cEz7od7c2CwOZk7w2MXwLqTu72 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.059875rem;width:15.247375rem;top:12.360677719116rem;left:14.140625rem;overflow:hidden;display:block; }
#ZOnTHB90Xq276E5RW9Js0X1wuKDbDoCk { box-sizing:content-box;height:0.5rem;width:34.25rem;position:absolute;display:block;z-index:15003;background-color:#c0612a;background-image:none;top:25.47265625rem;left:40.748695373535rem;display:block; }
#Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { z-index:15003;top:30.805990219116rem;left:37.76953125rem;background-color:#087c0d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMQZW8udQDnLSRcKr54Uo9IyzOo8Kab0 { color:#000000;display:block;width:38.933625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:21.889324188233rem;left:32.39453125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ah543MP5BqciylWew9Kr3baTQELTMhTR { color:#000000;display:block;width:11.808625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.5rem;left:31.4375rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:29.125rem;top:38.25rem;left:43.1875rem;overflow:hidden;display:block; }
#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { background-color: transparent; background-image: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .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); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { border-width: 0; border-radius: 0; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#a23a2fa87360f0f77f834133e2fb632a { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.421875rem;left:10.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#db3e104813d8ebc1ea519cb4d4693af4 .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:rgba(21,21,23,0.02);background-image:none;vertical-align:top; }
#db3e104813d8ebc1ea519cb4d4693af4 .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; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.875rem;color:#000000;font-family:montserrat;height:auto; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;color:#000000;font-family:montserrat;height:auto;line-height:1.5;overflow:hidden; }
#db3e104813d8ebc1ea519cb4d4693af4 .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_f3a1aba0d544d14a9b679e8e225d629dc9cce260.svg");background-size:contain !important; }#db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger.adaptive-delivery-prevent-bg, #db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger.lazyload, #db3e104813d8ebc1ea519cb4d4693af4 .accordion-trigger.lazyloading { background-image: none; }
#db3e104813d8ebc1ea519cb4d4693af4 { box-sizing:content-box;height:auto;width:55rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.8585143089294rem;left:9.7178840637206rem;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#db3e104813d8ebc1ea519cb4d4693af4 #ILtQmF89EIntD0UW9hRgco26H5Rg64fl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #FfIGFFk7xdAyZqNJEFXhRmBPSV07fqgk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #nGsGvv88OeNbTRbUIcqMSy2WRW1eFOTK { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #yP5IA8ZkxWnGWE33cG0AdbcuLxHCc5VL {  }
#db3e104813d8ebc1ea519cb4d4693af4 #FDhQQ5axdXrSeexCpApT3P3dvStLPVcn {  }
#db3e104813d8ebc1ea519cb4d4693af4 #ZXJDUGLe7voOWNm1yiw1zOusLpD8pDyl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #BrcGDnJlgIl8of8ZDmZ44KMhbVPrZR2x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #HeaVzcPu9yKrTPcBEyLOVRJ6avNO0yWL { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #WhSuSc4WucrW24VBPgVg8nswbyJWGhPe {  }
#db3e104813d8ebc1ea519cb4d4693af4 #gTqi11TkI9zhyn2anK27Ut78OdkC5LuS { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #HVzbNPM5hLlFncsXGyplb4Crc6JFEq1V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #kUt25dfqMq2CS3ngm8srlThmSyRoWQWL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #EM4mLnB5cpSbF9GVR68UaD9ExPZ3e1RZ { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #KM4iLn902LGR97qNQlgGOHAiM8AFd8xd {  }
#db3e104813d8ebc1ea519cb4d4693af4 #Ts6vHITvOTUShsKXo3wTnkwRrvdVJgiN { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #ekhwo65Xy9SWVTLBiceU4DW5fPiiwEnU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #rb9yKATTb5PdyF7OSOwvns3EWrCpKAEW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #crhq8ZqPQpOqJyeeVThTU928LyS12Atm { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #lytooNRoGpluFt5gdQDqxv0u2L1l2rGK {  }
#db3e104813d8ebc1ea519cb4d4693af4 #Fv1rQhaVR1M98fky4piezGKpc98NDct6 { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #oquycUqPaWx9BFXqZaakfeQrCMbRLL0C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #lu20oUvlwvDEuxRlP3VSP7OC24a7fG3r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #p6HDkTtxaPiu9lWchK4D2ZIqfSCmJaeL { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #mCLN8PPAKTrrq8EkKzr8mx59fNd6bMMU {  }
#db3e104813d8ebc1ea519cb4d4693af4 #bO8qAXy6i2KdJekpVlaL2xeZhffCVHxw { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #ckuRi3FtZAqtgmbgLovvDh3OZRkF38cd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #xDrTznoVfH4ThWqJDq0ps1UZF8TuVhNE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #Q2oyNB6gybJlvttuIs4ere59QTPt19kU { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #KilUNWBc45GRqEw7Cr88JB1evxOO8MJw {  }
#db3e104813d8ebc1ea519cb4d4693af4 #sFTKSByWefDfGq5orFoQDevA0tGVxeFH { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #uaPCOOXykOUipLTKldzuCZ4yTvdbXmwf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #fCpaHBU1pJgIMoS11kCQuLuLGQTTFEWX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #F9fzqfkhLW5pNDJv8hBTaWTDTtf1Tv64 { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #sntaSoM8to5IuipwryFTJUSM3s0WqdJS {  }
#db3e104813d8ebc1ea519cb4d4693af4 #AMDLCemlE3nXVFU72GxT1aFOSO5grqLt { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #VkO09LVqQOb5PPxLwqgeTIeofPgSxGhn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #DI5lCGsr4L3O4orDamIkT1DneJqEDHDk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #TT7OhtgAqnwbtxfUTS1yl2iyiMVpaiSU { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #Pe3ZTwqdTCOaepresGs1s5MDyLB4oUCJ {  }
#db3e104813d8ebc1ea519cb4d4693af4 #w1No3DPPoeWaKn774f80CgE8uVAR27aZ { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #VIFh7Rr6vEJJZxBZXQl25gZW0mc6nJym { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #UX1NNr6t81sOdwKX49dNrFqeChWpGXst { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #QTgPDoaqA7kzESyGKtS7X6ckZwfD1H9y { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #o74li7tbd7m6hHE1gU5N6iQWhxTPBZ2K {  }
#db3e104813d8ebc1ea519cb4d4693af4 #GIqFTfQfpcEOixLkViePIOIAXOcUisde { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #HBfSPf8TcXTDR4yuAsTzBuh7mtDvA60S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #RAdCEPGfe9Dq5bL2zTcsSbDNcA1DRRBq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #lnPV3OK10KwmBw3maz2DUyUtWAOyzQxq { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #aPemUpcE39gULJtNAJ7rl77BQEoAoIw9 {  }
#db3e104813d8ebc1ea519cb4d4693af4 #XF6Tmuiud6d0Zq0yXKmLc9ti1GBn7CPr { display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 #oZ76TB4CPsApF22TbG4ZdfA2tvfMWkrI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #H3uam0ot23hc8SvNTpibfeXOBTR9XDws { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 #DD7JuqIOVrmQZ1ScuJv0iQl7he1NfQog { display:block;position:relative; }
#db3e104813d8ebc1ea519cb4d4693af4 #KWEl02KFgmruLKpa5lnb4vcuVineulTk {  }
#db3e104813d8ebc1ea519cb4d4693af4 #f7DzpKqRrGzTsuvHfrT4r1LUzs2xVK7p { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 .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:#e3e3e3;background-image:none;vertical-align:top; }
#b1a78e42f295612bd245a4df1b8cf820 .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; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#b1a78e42f295612bd245a4df1b8cf820 .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; }
#b1a78e42f295612bd245a4df1b8cf820 .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; }#b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger.adaptive-delivery-prevent-bg, #b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger.lazyload, #b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger.lazyloading { background-image: none; }
#b1a78e42f295612bd245a4df1b8cf820 { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#b1a78e42f295612bd245a4df1b8cf820 #WVgeN9MKdJwRyxw9ArqEXWIhePkJ1y2T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #Ov1qSEWSsVucTulLudMdmfymbe8Cw8DZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #aLMJHcFvkid3WCqhm892vqZGH1JSZV0k { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #Cf0ThLCTkWEFL5hLI6DOTqsCVhSTZ9ms {  }
#b1a78e42f295612bd245a4df1b8cf820 #W4pQ180617PlPPQdaTu9hVvkhJqQmB3N {  }
#b1a78e42f295612bd245a4df1b8cf820 #L1mzLLNMrR1spehqh4EEVx4uGmJtSLdc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #RFl3ydzMsaTF5GUnbmyJ8FnUOoAElnRI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #GECeGdF988E5Tmeo0qCz6OmF3bE9bPBP { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #fRdnKc0aa5JOAQiK9uJ6AsBWQoqIIwP6 {  }
#b1a78e42f295612bd245a4df1b8cf820 #fQJRX8fOvnlptd4rnhn74FFZJBVCCBdH { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #Pynf85nWofBUlta2D6eBQ4fu3J1wdOr5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #aTqVs2kPmado7e9eFOwhwEl2NsH3s7o6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #DfUKKxAKUtqT6ETTBAhzfzOhpabSZNwU { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #uXq3gMcQ2Mpc0Eg1OI6QedsnznpEVIeh {  }
#b1a78e42f295612bd245a4df1b8cf820 #Xhl2KPHys3Akwxo5tRQcHV2ZmTcrMwsF { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #a5R4m6diIlQFawHNO8ff3bUeN7flfcPK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #dVOXsNWlwAPWBdVKPHG7pTwUxDLPMNR1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #f0oDLOyiLtqghI5itSwogv5vTSTkSilR { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #GxKmgTDPmkHIpn6V1OCvOcXEKzpif8MJ {  }
#b1a78e42f295612bd245a4df1b8cf820 #Nq1dZishJ68cohBRv3g1pdbDdXLOzMvR { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #NyV6vpg9Zk6kfkibSGWqWD6fdfxKyHHA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #a8lZRrWCuyEqNoniZqR9P2LWBTn35sk6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #mihEWwMeSo9dLX8UeXOzI2T8STEu0x5Z { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #KLbNSw2M8LHyloAAvultIrQEZLM7N0fy {  }
#b1a78e42f295612bd245a4df1b8cf820 #EmMv20TTcWJZg07k9qfEDnsicdTOVPKI { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #PxRLgKepumLE5aZZblbNAxK37dCnNSM4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #IPi8DdxHbAU0mP2BXgtVNqXlLt3mRuFs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #ZxtfEWtmmoy9cAGnGy7yJTydUSPs3QoG { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #VuNrAkaJqqukz72z8TCOAHI6sc0XEa5o {  }
#b1a78e42f295612bd245a4df1b8cf820 #Ro6kWRM3cySbGWvD7oeelWUqxUma2LzI { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #rKAh95htSsRF3USPg7TzlTfeTJInPbVm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #u5OHqRT4SiaWmtlcf2PkKv02EP27PLc9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #rGTrar155GrLv0iMkF16RNusqgMg6Jn2 { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #BgbG1AXqW55lZRKkve62tAQe0WpwbcR8 {  }
#b1a78e42f295612bd245a4df1b8cf820 #FMmxmhyNcuWN1FxFauwpavPN8qbdFeT6 { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #vEWJVh7B6UHCVTILcSvaaU5tW2nFEP81 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #c2NNUR1KcDduhtVlJIqA44y9ZKT6068h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #rMO2JM6x0ZX2QI2nDJaDNp12K3c2Efh5 { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #OHXTVarC44S4BsJUoT4Wce2e31yR4m3M {  }
#b1a78e42f295612bd245a4df1b8cf820 #Q2uthNrLRTVkhmFy2L0xHb5mkkcGRvdm { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #fvzSpffTOPdF0twLfok3bEwaNrQ0DT9q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #dw8SV7Dc0VkPA8lfZ8fHwMcFyJI6eM0A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #yZ9Xtg0dS7B56QGL2ByBZw8BpzF7hmDM { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #Q5fuE8hRp7oS3N0cCoy5yyEMRVOD6txM {  }
#b1a78e42f295612bd245a4df1b8cf820 #ev7BNqHC5I8hQl3qGdXtVty4xGpUK8x6 { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #zr3tWL39etS5LHIApL1fKL7f20PLXHAF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #lSxg93tTF6GVO7OAUbqmrBf9suIOUxLi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #BiwM8icLAWZODb7CClB9PDsORI22aGFH { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #u5cQBA7GnlTQJZT5DrZoiyxqzFiaBFwZ {  }
#b1a78e42f295612bd245a4df1b8cf820 #yV3G9KPxrWGmEvSfBeWcxTXnUtmKRxxX { display:none; }
#b1a78e42f295612bd245a4df1b8cf820 #kUaDirRoupZ5FkUqd7kGB3d2alrhovm8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b1a78e42f295612bd245a4df1b8cf820 #r4l1NWATxb5QXGIDOJDU5faVoElXCo1l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b1a78e42f295612bd245a4df1b8cf820 #ZVHypWguNZl1tysa4TcGpFQ22syXsm9c { display:block;position:relative; }
#b1a78e42f295612bd245a4df1b8cf820 #Z9iOieTCPtRKwv184c7tIrFsFWlNbmIM {  }
#b1a78e42f295612bd245a4df1b8cf820 #Hn8v9IdS1QCMDRwF6wt61Fn6Lc7NLeth { display:none; }
#ODsKIkXaLLtFIHLSwzTxeou12l76miRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { background-color: transparent; background-image: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .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); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { border-width: 0; border-radius: 0; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#IkP8XhdiMRoeUW2t8gIgLX1iakRpogZv { color:#000000;display:block;width:32.375rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7351703643799rem;left:33.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfvXXkIFmzFpWD0a5OGqBsoEpIZmDpCL { color:#000000;display:block;width:31.936875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:2.3;letter-spacing:0;top:5.1714210510254rem;left:33.780384063721rem;height:21.5625rem;text-align:justify;text-align-last:initial;display:block; }
#TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:19.75rem;top:2.6249990463257rem;left:10.75rem;overflow:hidden;display:block; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#116414;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; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.828125rem;left:49.375rem;height:1.21875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ { display:block; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtve8dtsaGwAsCFFgphrr6UhFlNEzfys { width:47.75rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:16.5625rem;left:0rem;width:32.6875rem;height:11.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTT2Bby5qwBMa96xlsffVyOsmnqS3Ra { top:10.125rem;left:16.5rem;width:31.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:23.875rem;height:3.9375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #ETcCu5CXcAFGysXC8RNIHyHxDrqNqUcK { top:13.375rem;left:0rem;width:23.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCyQFOxUdc80tKUi9D23tJqlfHazExfu { top:11rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QquTGgTMLKKBZUkLA512ENRff7gHse5q { top:20.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILZwe2HecaZv2XaILShRy8bk5pdTVu61 { top:16.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmf2QhZu1mBGh9fzVa9laT4tMxkUASZX { top:25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { width:47.75rem;height:5.6875rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { top:1.5625rem;left:0rem;width:47.75rem;height:18.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scCno0W9eSa0HLywhPH7622mUED90wyL { top:0.5rem;left:0rem;width:47.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { display:block; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { width:19.75rem;height:13.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { width:19.75rem;height:13.625rem;top:28.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { width:8.5rem;height:2.125rem;top:36.75rem;left:35.374355316162rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { width:9.6875rem;height:5.875rem;top:31.25rem;left:34.812290191651rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWiWxF1EPJ8mItoftlAV3u6LQxQckA8M { width:14.375rem;height:5rem;top:5.75rem;left:31.812068939209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { top:0.625rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { top:14.5625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIw1VctitZtgLKtymcXIBddWwhszXDA { top:14.5625rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { top:28.5625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbiLDQ6ctmcxtwrNfB5JmtbLUhTmXTy { top:11.625rem;left:28.6875rem;width:15.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { top:14.625rem;left:27.875rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA { display:block; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgZdKLask3llbEyz4AxhtuRtpOaqWhkL { width:16.6875rem;height:3.9375rem;top:29.75rem;left:15.500434875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXeZniPd9keAzzTi7nxJqODCswPLueJC { display:block; }
 }@media only screen and (max-width: 763px) { #SV5FTwupBWNKdQP8cln22au9X3g4dxbe { top:7.875rem;left:0rem;width:47.75rem;height:20.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMeTVGgRyHKFAN3qohiIuD1yIfgKOoSe { width:47.75rem;height:2.9375rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcinbTm1xWF7CeJqRfGdFRaq1RIkU04K { top:3.0625rem;left:0rem;width:47.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi { display:block; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngvRsNBMh6KscLDGO28WqHDoUPElihoc { top:8.1875rem;left:0rem;width:47.75rem;height:13.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhMl74sizgrbl61mizyEbzevnDTXDk1 { width:47.75rem;height:2.9375rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUUgwyJ3Lglb8Id3NUsxVVpTySQST5zT { top:3.0625rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { display:block; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT5GGCzmQUbQKfEQyqo8F8pixc1hdLGg { width:47.75rem;height:2.5rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3JbBgTFK3EF8ow4Cc38F4Fweu77JbkO { width:47.625rem;height:5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIsgi3uF4x8fB3yMmHwJX25iS5X11Uz { width:0.125rem;height:7.5rem;top:17.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gopIyVNHEft73gdBHmLzDST3XDaZ1vXN { top:5.875rem;left:0rem;width:47.75rem;height:65.814312736444rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC { display:block; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKnf2AQDTqcRNTnHD773dp7PTbP3tFIR { top:4.625rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx7xZKgR1mNCiWRZWN1hIff577agubm8 { width:47.75rem;height:2.9375rem;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwh94FOdzIC8hxfdK3adD6rxf87hRSEX { top:8.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8Xe6RMSHQWevb6xawTFyt1quNxN59v { display:block; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcBPaGcKa8TdvwyGNCayQ2qvEuUacxHA { width:9.375rem;height:2.0625rem;top:10.3125rem;left:5.5622863769531rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3x8ldoIfezOiNJoWAsfUhreASgsei9L { width:10.6875rem;height:3.125rem;top:19.1875rem;left:4.255859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoewDgAHKuBIiFEqXg95hnlqvupfKUfN { width:10.75rem;height:2.0625rem;top:19.25rem;left:31.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp58TegE4kcKcfnLsWTet5EzwF7ExBTV { width:10.75rem;height:2.0625rem;top:10.3125rem;left:31.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIF2IQnZdbGTZ2MxZV7HNtg4QcqVGCM { width:11.75rem;height:17.718910224188rem;top:6.25rem;left:17.967884063721rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUIP2x6SDa8tfncnhxDG3sp1Ef29mlBk { top:15.8125rem;left:8.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZJ3cph8IbvoND89D228CtqSHmuMZ6Sd { top:7.8125rem;left:9.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHhWW5llh1MzIiDJNlwWQB2cd5KkQsZk { top:7.8125rem;left:36.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEP3xlPIvHy0qthorS2Cm4hXMnWHbd1F { top:16.875rem;left:36.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXiK9VH4uoA6yIp7nULagdkGcGMcTMl { top:1.3125rem;left:0rem;width:47.75rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMEg1Trxm9kyAJ49crNQeVoR8yuoviS { width:47.75rem;height:1.875rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt { display:block; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { top:11.8125rem;left:17.5rem;width:12.6875rem;height:9.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXb0G5pbe2QJUJ5Ux8CZx1NIGEFvdtJs { top:2.875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMakzVSKUEHBuiizi6DyI5tD6RqMcXct { top:17.25rem;left:30.24609375rem;width:8.4375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEflM7cEz7od7c2CwOZk7w2MXwLqTu72 { top:12.3125rem;left:0.515625rem;width:15.1875rem;height:22.969321051165rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnTHB90Xq276E5RW9Js0X1wuKDbDoCk { top:25.4375rem;left:13.5rem;width:34.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { top:30.75rem;left:23.1875rem;width:24.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block; }
 }@media only screen and (max-width: 763px) { #VMQZW8udQDnLSRcKr54Uo9IyzOo8Kab0 { top:21.875rem;left:8.875rem;width:38.875rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah543MP5BqciylWew9Kr3baTQELTMhTR { top:38.5rem;left:17.8125rem;width:11.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { top:38.25rem;left:18.625rem;width:29.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { display:block; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23a2fa87360f0f77f834133e2fb632a { top:1.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3e104813d8ebc1ea519cb4d4693af4 { display:flex;height:auto;width:27.8125rem;top:5.625rem;left:0rem; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ILtQmF89EIntD0UW9hRgco26H5Rg64fl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FfIGFFk7xdAyZqNJEFXhRmBPSV07fqgk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #nGsGvv88OeNbTRbUIcqMSy2WRW1eFOTK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #yP5IA8ZkxWnGWE33cG0AdbcuLxHCc5VL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FDhQQ5axdXrSeexCpApT3P3dvStLPVcn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ZXJDUGLe7voOWNm1yiw1zOusLpD8pDyl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #BrcGDnJlgIl8of8ZDmZ44KMhbVPrZR2x {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HeaVzcPu9yKrTPcBEyLOVRJ6avNO0yWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #WhSuSc4WucrW24VBPgVg8nswbyJWGhPe {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #gTqi11TkI9zhyn2anK27Ut78OdkC5LuS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HVzbNPM5hLlFncsXGyplb4Crc6JFEq1V {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #kUt25dfqMq2CS3ngm8srlThmSyRoWQWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #EM4mLnB5cpSbF9GVR68UaD9ExPZ3e1RZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KM4iLn902LGR97qNQlgGOHAiM8AFd8xd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Ts6vHITvOTUShsKXo3wTnkwRrvdVJgiN {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ekhwo65Xy9SWVTLBiceU4DW5fPiiwEnU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #rb9yKATTb5PdyF7OSOwvns3EWrCpKAEW {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #crhq8ZqPQpOqJyeeVThTU928LyS12Atm {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lytooNRoGpluFt5gdQDqxv0u2L1l2rGK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Fv1rQhaVR1M98fky4piezGKpc98NDct6 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oquycUqPaWx9BFXqZaakfeQrCMbRLL0C {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lu20oUvlwvDEuxRlP3VSP7OC24a7fG3r {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #p6HDkTtxaPiu9lWchK4D2ZIqfSCmJaeL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #mCLN8PPAKTrrq8EkKzr8mx59fNd6bMMU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #bO8qAXy6i2KdJekpVlaL2xeZhffCVHxw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ckuRi3FtZAqtgmbgLovvDh3OZRkF38cd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #xDrTznoVfH4ThWqJDq0ps1UZF8TuVhNE {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Q2oyNB6gybJlvttuIs4ere59QTPt19kU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KilUNWBc45GRqEw7Cr88JB1evxOO8MJw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sFTKSByWefDfGq5orFoQDevA0tGVxeFH {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #uaPCOOXykOUipLTKldzuCZ4yTvdbXmwf {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #fCpaHBU1pJgIMoS11kCQuLuLGQTTFEWX {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #F9fzqfkhLW5pNDJv8hBTaWTDTtf1Tv64 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sntaSoM8to5IuipwryFTJUSM3s0WqdJS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #AMDLCemlE3nXVFU72GxT1aFOSO5grqLt {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VkO09LVqQOb5PPxLwqgeTIeofPgSxGhn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DI5lCGsr4L3O4orDamIkT1DneJqEDHDk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #TT7OhtgAqnwbtxfUTS1yl2iyiMVpaiSU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Pe3ZTwqdTCOaepresGs1s5MDyLB4oUCJ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #w1No3DPPoeWaKn774f80CgE8uVAR27aZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VIFh7Rr6vEJJZxBZXQl25gZW0mc6nJym {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #UX1NNr6t81sOdwKX49dNrFqeChWpGXst {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #QTgPDoaqA7kzESyGKtS7X6ckZwfD1H9y {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #o74li7tbd7m6hHE1gU5N6iQWhxTPBZ2K {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #GIqFTfQfpcEOixLkViePIOIAXOcUisde {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HBfSPf8TcXTDR4yuAsTzBuh7mtDvA60S {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #RAdCEPGfe9Dq5bL2zTcsSbDNcA1DRRBq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lnPV3OK10KwmBw3maz2DUyUtWAOyzQxq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #aPemUpcE39gULJtNAJ7rl77BQEoAoIw9 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #XF6Tmuiud6d0Zq0yXKmLc9ti1GBn7CPr {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oZ76TB4CPsApF22TbG4ZdfA2tvfMWkrI {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #H3uam0ot23hc8SvNTpibfeXOBTR9XDws {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DD7JuqIOVrmQZ1ScuJv0iQl7he1NfQog {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KWEl02KFgmruLKpa5lnb4vcuVineulTk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #f7DzpKqRrGzTsuvHfrT4r1LUzs2xVK7p {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b1a78e42f295612bd245a4df1b8cf820 { display:flex;height:auto;width:17.5rem;display:none; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #WVgeN9MKdJwRyxw9ArqEXWIhePkJ1y2T {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ov1qSEWSsVucTulLudMdmfymbe8Cw8DZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aLMJHcFvkid3WCqhm892vqZGH1JSZV0k {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Cf0ThLCTkWEFL5hLI6DOTqsCVhSTZ9ms {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #W4pQ180617PlPPQdaTu9hVvkhJqQmB3N {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #L1mzLLNMrR1spehqh4EEVx4uGmJtSLdc {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #RFl3ydzMsaTF5GUnbmyJ8FnUOoAElnRI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GECeGdF988E5Tmeo0qCz6OmF3bE9bPBP {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fRdnKc0aa5JOAQiK9uJ6AsBWQoqIIwP6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fQJRX8fOvnlptd4rnhn74FFZJBVCCBdH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Pynf85nWofBUlta2D6eBQ4fu3J1wdOr5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aTqVs2kPmado7e9eFOwhwEl2NsH3s7o6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #DfUKKxAKUtqT6ETTBAhzfzOhpabSZNwU {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #uXq3gMcQ2Mpc0Eg1OI6QedsnznpEVIeh {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Xhl2KPHys3Akwxo5tRQcHV2ZmTcrMwsF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a5R4m6diIlQFawHNO8ff3bUeN7flfcPK {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dVOXsNWlwAPWBdVKPHG7pTwUxDLPMNR1 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #f0oDLOyiLtqghI5itSwogv5vTSTkSilR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GxKmgTDPmkHIpn6V1OCvOcXEKzpif8MJ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Nq1dZishJ68cohBRv3g1pdbDdXLOzMvR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #NyV6vpg9Zk6kfkibSGWqWD6fdfxKyHHA {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a8lZRrWCuyEqNoniZqR9P2LWBTn35sk6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #mihEWwMeSo9dLX8UeXOzI2T8STEu0x5Z {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #KLbNSw2M8LHyloAAvultIrQEZLM7N0fy {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #EmMv20TTcWJZg07k9qfEDnsicdTOVPKI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #PxRLgKepumLE5aZZblbNAxK37dCnNSM4 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #IPi8DdxHbAU0mP2BXgtVNqXlLt3mRuFs {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZxtfEWtmmoy9cAGnGy7yJTydUSPs3QoG {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #VuNrAkaJqqukz72z8TCOAHI6sc0XEa5o {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ro6kWRM3cySbGWvD7oeelWUqxUma2LzI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rKAh95htSsRF3USPg7TzlTfeTJInPbVm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5OHqRT4SiaWmtlcf2PkKv02EP27PLc9 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rGTrar155GrLv0iMkF16RNusqgMg6Jn2 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BgbG1AXqW55lZRKkve62tAQe0WpwbcR8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #FMmxmhyNcuWN1FxFauwpavPN8qbdFeT6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #vEWJVh7B6UHCVTILcSvaaU5tW2nFEP81 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #c2NNUR1KcDduhtVlJIqA44y9ZKT6068h {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rMO2JM6x0ZX2QI2nDJaDNp12K3c2Efh5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #OHXTVarC44S4BsJUoT4Wce2e31yR4m3M {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q2uthNrLRTVkhmFy2L0xHb5mkkcGRvdm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fvzSpffTOPdF0twLfok3bEwaNrQ0DT9q {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dw8SV7Dc0VkPA8lfZ8fHwMcFyJI6eM0A {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yZ9Xtg0dS7B56QGL2ByBZw8BpzF7hmDM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q5fuE8hRp7oS3N0cCoy5yyEMRVOD6txM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ev7BNqHC5I8hQl3qGdXtVty4xGpUK8x6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #zr3tWL39etS5LHIApL1fKL7f20PLXHAF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #lSxg93tTF6GVO7OAUbqmrBf9suIOUxLi {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BiwM8icLAWZODb7CClB9PDsORI22aGFH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5cQBA7GnlTQJZT5DrZoiyxqzFiaBFwZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yV3G9KPxrWGmEvSfBeWcxTXnUtmKRxxX {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #kUaDirRoupZ5FkUqd7kGB3d2alrhovm8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #r4l1NWATxb5QXGIDOJDU5faVoElXCo1l {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZVHypWguNZl1tysa4TcGpFQ22syXsm9c {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Z9iOieTCPtRKwv184c7tIrFsFWlNbmIM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Hn8v9IdS1QCMDRwF6wt61Fn6Lc7NLeth {  }
 }@media only screen and (max-width: 763px) { #ODsKIkXaLLtFIHLSwzTxeou12l76miRg { display:block; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkP8XhdiMRoeUW2t8gIgLX1iakRpogZv { top:2.6875rem;left:15.4375rem;width:32.3125rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfvXXkIFmzFpWD0a5OGqBsoEpIZmDpCL { top:5.125rem;left:15.875rem;width:31.875rem;height:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { top:2.5625rem;left:0rem;width:19.75rem;height:13.312046267287rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:1.8125rem;left:32.25rem;width:15.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ { display:block; }#fS9oqzC0q1mOpgMgPHTBBuw0g4zTQ5TZ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtve8dtsaGwAsCFFgphrr6UhFlNEzfys { width:20rem;height:4.984375rem;top:1.1015930175781rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { 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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:17.25rem;height:11.6953125rem;top:37.967668414116rem;left:2.4989148974419rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTT2Bby5qwBMa96xlsffVyOsmnqS3Ra { width:20rem;height:1.3997375rem;top:28.50625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDBRKbhJ88PrORPWSduISEluTvCtlUxC { width:18.75rem;height:3.31055rem;top:29.904516100884rem;left:0.62500005960463rem;z-index:15011;font-size:0.9375rem;background-color:#087c0d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mPxavkuqOK2Zk0CgpkCmNztzDgpldobB { display:block; }
 }@media only screen and (max-width: 763px) { #ETcCu5CXcAFGysXC8RNIHyHxDrqNqUcK { width:20rem;height:1.5rem;top:35.517579913139rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCyQFOxUdc80tKUi9D23tJqlfHazExfu { width:17.6248125rem;height:17.6248125rem;top:9.87087726593rem;left:1.1870660185814rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #QquTGgTMLKKBZUkLA512ENRff7gHse5q { display:flex;width:1.99978125rem;height:1.99978125rem;top:42.191842913627rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ILZwe2HecaZv2XaILShRy8bk5pdTVu61 { display:flex;width:1.9987rem;height:1.9987rem;top:47.735463142395rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jmf2QhZu1mBGh9fzVa9laT4tMxkUASZX { display:flex;width:1.9987rem;height:1.9987rem;top:38.529732704162rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d2FcC8XTAIhRL4SquRpsEOdnDxt6PHUw { width:20rem;height:5.359375rem;top:1.7252607345581rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:rgba(21,21,23,0.03);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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:18.4375rem;height:37.3698rem;top:1.8749980926514rem;left:0.87456601858137rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #scCno0W9eSa0HLywhPH7622mUED90wyL { width:20rem;height:40rem;top:0.88107585906981rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7SClEnrwxXUrVnyMybTloLwZtUD1eAP { display:block; }#c7SClEnrwxXUrVnyMybTloLwZtUD1eAP > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9pCzaI6r5QScD4V7oG0KsPiyIUWF8np { width:19.75rem;height:13.625rem;top:5rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDoRVXaT1CWRTU4wSi8wI3WoRB4teUXB { width:19.75rem;height:9.8125rem;top:62.061630249024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6OTNZq2Z0aPZ1QJFeuJAm5iiDuCapB7 { width:8.5623125rem;height:1.5744375rem;top:67.811420440675rem;left:5.7183161377907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y6daPO8XbbhBcPFtELqwhQExcgkN7Cxu { width:9.6875rem;height:4.0625rem;top:63.748920440675rem;left:5.1562500596046rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWiWxF1EPJ8mItoftlAV3u6LQxQckA8M { width:12.999125rem;height:3.71094375rem;top:0.80837726593019rem;left:3.4993491768837rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RNpmTRGe2beXhw4KUsXC623qZM9DaeQC { width:19.75rem;height:13.5625rem;top:19.187500476837rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2TT5N3TS0dxz1nBOVE1VBMkkFZKzD7O { width:19.75rem;height:13.5625rem;top:33.312502384186rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQIw1VctitZtgLKtymcXIBddWwhszXDA { width:19.749375rem;height:27.6248125rem;top:72.874355316162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqlQuiuJVtAubQK1Tppml6cZO0bNXmdm { width:19.75rem;height:13.5625rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbiLDQ6ctmcxtwrNfB5JmtbLUhTmXTy { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3uc1B9mCnszKVoVtd2DECWK0bBl0NLC { width:19.749375rem;height:13.5623125rem;top:101.18599319458rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA { background-color:rgba(21,21,23,0.03);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; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { background-color: transparent; background-image: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { display: none; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .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); }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { border-width: 0; border-radius: 0; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQRrmlmXS3c0yAMnFXTs2dp8kzZRTFsA > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgZdKLask3llbEyz4AxhtuRtpOaqWhkL { width:14.0625rem;height:3.125rem;top:45.526268005371rem;left:2.9687500596046rem;z-index:15011;font-size:1rem;background-color:#087c0d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tXeZniPd9keAzzTi7nxJqODCswPLueJC { display:block; }
 }@media only screen and (max-width: 763px) { #SV5FTwupBWNKdQP8cln22au9X3g4dxbe { width:18.936625rem;height:39.23830625rem;top:6.2901468276975rem;left:0.53059893846512rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMeTVGgRyHKFAN3qohiIuD1yIfgKOoSe { width:20rem;height:1.79948125rem;top:3.3029561042786rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QcinbTm1xWF7CeJqRfGdFRaq1RIkU04K { width:20rem;height:42.75rem;top:1.7860240936279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi { background-color:rgba(21,21,23,0.03);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; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { background-color: transparent; background-image: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { display: none; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .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); }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { border-width: 0; border-radius: 0; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqxE7TmmHiHtMw28dVafEMkEMbtM8pQi > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngvRsNBMh6KscLDGO28WqHDoUPElihoc { width:19.375rem;height:22.421875rem;top:8.0121612548825rem;left:0.49978309869766rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rqhMl74sizgrbl61mizyEbzevnDTXDk1 { width:19.25rem;height:3.59895625rem;top:2.6280384063721rem;left:0.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AUUgwyJ3Lglb8Id3NUsxVVpTySQST5zT { width:20rem;height:28.4375rem;top:1.4756927490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK { display:block; }#x31cJ0WNeQLdD8Uz02BImzlRik1iTUdK > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT5GGCzmQUbQKfEQyqo8F8pixc1hdLGg { width:17.0625rem;height:3rem;top:0.62109375rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:marcellus;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y3JbBgTFK3EF8ow4Cc38F4Fweu77JbkO { width:19.875rem;height:12.9375rem;top:16.18359375rem;left:-0.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tvIsgi3uF4x8fB3yMmHwJX25iS5X11Uz { width:0.125rem;height:7.5rem;top:43.783629058838rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gopIyVNHEft73gdBHmLzDST3XDaZ1vXN { width:20rem;height:27.625rem;top:4.93359375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC { background-color:rgba(21,21,23,0.03);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; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { background-color: transparent; background-image: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { display: none; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .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); }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { border-width: 0; border-radius: 0; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDVOgGUGptA6txhFF4ZNA0do6Ur5qLHC > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKnf2AQDTqcRNTnHD773dp7PTbP3tFIR { width:20rem;height:3.736975rem;top:4.4259719848633rem;left:0.18641489744186rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kx7xZKgR1mNCiWRZWN1hIff577agubm8 { width:20rem;height:1.79948125rem;top:1.9401054382324rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wwh94FOdzIC8hxfdK3adD6rxf87hRSEX { height:11.25rem;width:20rem;top:6.9346790313719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8Xe6RMSHQWevb6xawTFyt1quNxN59v { display:block; }#xO8Xe6RMSHQWevb6xawTFyt1quNxN59v > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcBPaGcKa8TdvwyGNCayQ2qvEuUacxHA { width:12.5rem;height:2.11198125rem;top:8.67812538147rem;left:5.8749998807907rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3x8ldoIfezOiNJoWAsfUhreASgsei9L { width:13.25rem;height:2.11198125rem;top:16.47812461853rem;left:5.8749998807907rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoewDgAHKuBIiFEqXg95hnlqvupfKUfN { width:13.125rem;height:2.11198125rem;top:20.797662734986rem;left:5.8749998807907rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp58TegE4kcKcfnLsWTet5EzwF7ExBTV { width:13.186875rem;height:2.11198125rem;top:12.380640983581rem;left:5.8745661377907rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIF2IQnZdbGTZ2MxZV7HNtg4QcqVGCM { width:11.4375rem;height:17.1875rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUIP2x6SDa8tfncnhxDG3sp1Ef29mlBk { width:2.1875rem;height:2.1875rem;top:16.478900909424rem;left:2.4867187738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZJ3cph8IbvoND89D228CtqSHmuMZ6Sd { width:2.1875rem;height:2.1875rem;top:8.1125011444094rem;left:2.4867187738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHhWW5llh1MzIiDJNlwWQB2cd5KkQsZk { width:2.1875rem;height:2.1875rem;top:12.343750715256rem;left:2.4858942627907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEP3xlPIvHy0qthorS2Cm4hXMnWHbd1F { width:2.375rem;height:2.375rem;top:20.66640663147rem;left:2.2992187738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXiK9VH4uoA6yIp7nULagdkGcGMcTMl { width:20rem;height:25.3125rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMEg1Trxm9kyAJ49crNQeVoR8yuoviS { width:20rem;height:1.125rem;top:3.6642770767212rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt { display:block; }#hfGGT3fb9mnHxuIWuPqST01cUtbi6ZAt > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKNUyTyedMIF7GTgHeeXFX17mpW83gAJ { width:12.121125rem;height:8rem;top:20.3125rem;left:1.25rem;font-size:5rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TXb0G5pbe2QJUJ5Ux8CZx1NIGEFvdtJs { width:20rem;height:4.3984375rem;top:2.08984375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMakzVSKUEHBuiizi6DyI5tD6RqMcXct { width:9.375rem;height:1.3997375rem;top:25.375rem;left:10.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEflM7cEz7od7c2CwOZk7w2MXwLqTu72 { width:9.375rem;height:14.246125rem;top:6.90625rem;left:5.3125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZOnTHB90Xq276E5RW9Js0X1wuKDbDoCk { width:10.122375rem;height:0.373698125rem;top:30.5625rem;left:9.875rem;z-index:15003;background-color:#c0612a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsz6oUv88X6wXZTsw5TEKMxOJOfTnJB { top:34.621094703674rem;left:0.3125rem;width:19.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9VFoD8MuU2Lfmp0XWLbXLskW6qzN4M { display:block; }
 }@media only screen and (max-width: 763px) { #VMQZW8udQDnLSRcKr54Uo9IyzOo8Kab0 { width:20rem;height:2.3984375rem;top:28.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ah543MP5BqciylWew9Kr3baTQELTMhTR { width:11.746125rem;height:1.19921875rem;top:40.625rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0zVTaNo3DTW9mnh1J04TAeItPBpd0zp { width:20rem;height:1.375rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMIqdikaEwOiVgC5WaB8Bho56BSLR44R { 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; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { background-color: transparent; background-image: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { display: none; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .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); }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { border-width: 0; border-radius: 0; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMIqdikaEwOiVgC5WaB8Bho56BSLR44R > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a23a2fa87360f0f77f834133e2fb632a { width:20rem;height:3.57291875rem;top:0.68229675292969rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:marcellus;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#db3e104813d8ebc1ea519cb4d4693af4 { display:flex;height:auto;width:17.5rem;top:4.4375rem;left:0rem;display:none; }
#db3e104813d8ebc1ea519cb4d4693af4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ILtQmF89EIntD0UW9hRgco26H5Rg64fl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FfIGFFk7xdAyZqNJEFXhRmBPSV07fqgk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #nGsGvv88OeNbTRbUIcqMSy2WRW1eFOTK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #yP5IA8ZkxWnGWE33cG0AdbcuLxHCc5VL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #FDhQQ5axdXrSeexCpApT3P3dvStLPVcn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ZXJDUGLe7voOWNm1yiw1zOusLpD8pDyl {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #BrcGDnJlgIl8of8ZDmZ44KMhbVPrZR2x {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HeaVzcPu9yKrTPcBEyLOVRJ6avNO0yWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #WhSuSc4WucrW24VBPgVg8nswbyJWGhPe {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #gTqi11TkI9zhyn2anK27Ut78OdkC5LuS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HVzbNPM5hLlFncsXGyplb4Crc6JFEq1V {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #kUt25dfqMq2CS3ngm8srlThmSyRoWQWL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #EM4mLnB5cpSbF9GVR68UaD9ExPZ3e1RZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KM4iLn902LGR97qNQlgGOHAiM8AFd8xd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Ts6vHITvOTUShsKXo3wTnkwRrvdVJgiN {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ekhwo65Xy9SWVTLBiceU4DW5fPiiwEnU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #rb9yKATTb5PdyF7OSOwvns3EWrCpKAEW {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #crhq8ZqPQpOqJyeeVThTU928LyS12Atm {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lytooNRoGpluFt5gdQDqxv0u2L1l2rGK {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Fv1rQhaVR1M98fky4piezGKpc98NDct6 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oquycUqPaWx9BFXqZaakfeQrCMbRLL0C {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lu20oUvlwvDEuxRlP3VSP7OC24a7fG3r {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #p6HDkTtxaPiu9lWchK4D2ZIqfSCmJaeL {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #mCLN8PPAKTrrq8EkKzr8mx59fNd6bMMU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #bO8qAXy6i2KdJekpVlaL2xeZhffCVHxw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #ckuRi3FtZAqtgmbgLovvDh3OZRkF38cd {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #xDrTznoVfH4ThWqJDq0ps1UZF8TuVhNE {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Q2oyNB6gybJlvttuIs4ere59QTPt19kU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KilUNWBc45GRqEw7Cr88JB1evxOO8MJw {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sFTKSByWefDfGq5orFoQDevA0tGVxeFH {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #uaPCOOXykOUipLTKldzuCZ4yTvdbXmwf {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #fCpaHBU1pJgIMoS11kCQuLuLGQTTFEWX {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #F9fzqfkhLW5pNDJv8hBTaWTDTtf1Tv64 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #sntaSoM8to5IuipwryFTJUSM3s0WqdJS {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #AMDLCemlE3nXVFU72GxT1aFOSO5grqLt {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VkO09LVqQOb5PPxLwqgeTIeofPgSxGhn {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DI5lCGsr4L3O4orDamIkT1DneJqEDHDk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #TT7OhtgAqnwbtxfUTS1yl2iyiMVpaiSU {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #Pe3ZTwqdTCOaepresGs1s5MDyLB4oUCJ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #w1No3DPPoeWaKn774f80CgE8uVAR27aZ {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #VIFh7Rr6vEJJZxBZXQl25gZW0mc6nJym {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #UX1NNr6t81sOdwKX49dNrFqeChWpGXst {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #QTgPDoaqA7kzESyGKtS7X6ckZwfD1H9y {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #o74li7tbd7m6hHE1gU5N6iQWhxTPBZ2K {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #GIqFTfQfpcEOixLkViePIOIAXOcUisde {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #HBfSPf8TcXTDR4yuAsTzBuh7mtDvA60S {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #RAdCEPGfe9Dq5bL2zTcsSbDNcA1DRRBq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #lnPV3OK10KwmBw3maz2DUyUtWAOyzQxq {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #aPemUpcE39gULJtNAJ7rl77BQEoAoIw9 {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #XF6Tmuiud6d0Zq0yXKmLc9ti1GBn7CPr {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #oZ76TB4CPsApF22TbG4ZdfA2tvfMWkrI {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #H3uam0ot23hc8SvNTpibfeXOBTR9XDws {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #DD7JuqIOVrmQZ1ScuJv0iQl7he1NfQog {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #KWEl02KFgmruLKpa5lnb4vcuVineulTk {  }
 }@media only screen and (max-width: 763px) { #db3e104813d8ebc1ea519cb4d4693af4 #f7DzpKqRrGzTsuvHfrT4r1LUzs2xVK7p {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container { background-color:rgba(21,21,23,0.02);background-image:none; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-heading-text { font-size:0.75rem;height:auto;color:#000000;font-family:montserrat;line-height:1.4;overflow:hidden; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-desc-text { font-size:0.8125rem;height:auto;color:#000000;font-family:montserrat;line-height:1.5;overflow:hidden; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_e2b1ab387f4c3c33188411f453f7761e888555c9.svg"); }
#b1a78e42f295612bd245a4df1b8cf820 { display:flex;height:auto;width:17.5rem;top:4.2552165985108rem;left:0rem;z-index:15003; }
#b1a78e42f295612bd245a4df1b8cf820 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #WVgeN9MKdJwRyxw9ArqEXWIhePkJ1y2T {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ov1qSEWSsVucTulLudMdmfymbe8Cw8DZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aLMJHcFvkid3WCqhm892vqZGH1JSZV0k {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Cf0ThLCTkWEFL5hLI6DOTqsCVhSTZ9ms {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #W4pQ180617PlPPQdaTu9hVvkhJqQmB3N {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #L1mzLLNMrR1spehqh4EEVx4uGmJtSLdc {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #RFl3ydzMsaTF5GUnbmyJ8FnUOoAElnRI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GECeGdF988E5Tmeo0qCz6OmF3bE9bPBP {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fRdnKc0aa5JOAQiK9uJ6AsBWQoqIIwP6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fQJRX8fOvnlptd4rnhn74FFZJBVCCBdH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Pynf85nWofBUlta2D6eBQ4fu3J1wdOr5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #aTqVs2kPmado7e9eFOwhwEl2NsH3s7o6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #DfUKKxAKUtqT6ETTBAhzfzOhpabSZNwU {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #uXq3gMcQ2Mpc0Eg1OI6QedsnznpEVIeh {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Xhl2KPHys3Akwxo5tRQcHV2ZmTcrMwsF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a5R4m6diIlQFawHNO8ff3bUeN7flfcPK {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dVOXsNWlwAPWBdVKPHG7pTwUxDLPMNR1 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #f0oDLOyiLtqghI5itSwogv5vTSTkSilR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #GxKmgTDPmkHIpn6V1OCvOcXEKzpif8MJ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Nq1dZishJ68cohBRv3g1pdbDdXLOzMvR {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #NyV6vpg9Zk6kfkibSGWqWD6fdfxKyHHA {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #a8lZRrWCuyEqNoniZqR9P2LWBTn35sk6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #mihEWwMeSo9dLX8UeXOzI2T8STEu0x5Z {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #KLbNSw2M8LHyloAAvultIrQEZLM7N0fy {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #EmMv20TTcWJZg07k9qfEDnsicdTOVPKI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #PxRLgKepumLE5aZZblbNAxK37dCnNSM4 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #IPi8DdxHbAU0mP2BXgtVNqXlLt3mRuFs {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZxtfEWtmmoy9cAGnGy7yJTydUSPs3QoG {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #VuNrAkaJqqukz72z8TCOAHI6sc0XEa5o {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Ro6kWRM3cySbGWvD7oeelWUqxUma2LzI {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rKAh95htSsRF3USPg7TzlTfeTJInPbVm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5OHqRT4SiaWmtlcf2PkKv02EP27PLc9 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rGTrar155GrLv0iMkF16RNusqgMg6Jn2 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BgbG1AXqW55lZRKkve62tAQe0WpwbcR8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #FMmxmhyNcuWN1FxFauwpavPN8qbdFeT6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #vEWJVh7B6UHCVTILcSvaaU5tW2nFEP81 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #c2NNUR1KcDduhtVlJIqA44y9ZKT6068h {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #rMO2JM6x0ZX2QI2nDJaDNp12K3c2Efh5 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #OHXTVarC44S4BsJUoT4Wce2e31yR4m3M {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q2uthNrLRTVkhmFy2L0xHb5mkkcGRvdm {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #fvzSpffTOPdF0twLfok3bEwaNrQ0DT9q {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #dw8SV7Dc0VkPA8lfZ8fHwMcFyJI6eM0A {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yZ9Xtg0dS7B56QGL2ByBZw8BpzF7hmDM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Q5fuE8hRp7oS3N0cCoy5yyEMRVOD6txM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ev7BNqHC5I8hQl3qGdXtVty4xGpUK8x6 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #zr3tWL39etS5LHIApL1fKL7f20PLXHAF {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #lSxg93tTF6GVO7OAUbqmrBf9suIOUxLi {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #BiwM8icLAWZODb7CClB9PDsORI22aGFH {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #u5cQBA7GnlTQJZT5DrZoiyxqzFiaBFwZ {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #yV3G9KPxrWGmEvSfBeWcxTXnUtmKRxxX {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #kUaDirRoupZ5FkUqd7kGB3d2alrhovm8 {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #r4l1NWATxb5QXGIDOJDU5faVoElXCo1l {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #ZVHypWguNZl1tysa4TcGpFQ22syXsm9c {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Z9iOieTCPtRKwv184c7tIrFsFWlNbmIM {  }
 }@media only screen and (max-width: 763px) { #b1a78e42f295612bd245a4df1b8cf820 #Hn8v9IdS1QCMDRwF6wt61Fn6Lc7NLeth {  }
 }@media only screen and (max-width: 763px) { #ODsKIkXaLLtFIHLSwzTxeou12l76miRg { 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; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { background-color: transparent; background-image: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { display: none; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .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); }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { border-width: 0; border-radius: 0; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODsKIkXaLLtFIHLSwzTxeou12l76miRg > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkP8XhdiMRoeUW2t8gIgLX1iakRpogZv { width:20rem;height:1.38020625rem;top:1.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QfvXXkIFmzFpWD0a5OGqBsoEpIZmDpCL { width:19.125rem;height:22.4114375rem;top:11.497406005859rem;left:0.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TkJTbfOqdSUBsm6SJbyH5AQKTaf8iV6F { width:10.374375rem;height:6.936875rem;top:3.8747825622559rem;left:4.8122830986977rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:#116414;background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:17.1875rem;height:0.975rem;top:1.1875rem;left:1.4062501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }