.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); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { background-color: transparent; background-image: none; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container > .video-iframe-container { display: none; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row > .video-iframe-container { display: none; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .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); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { border-width: 0; border-radius: 0; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#nNKarG1fcgxpc5NaMN952ggvlnbTuusT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:35.9375rem;top:0.8125rem;left:19.530468940735rem;overflow:hidden;display:block; }
#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ibZlZ4ErOh3Q4I1InVDZQWqLHth5l6ng { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:16.5625rem;top:17.46874961257rem;left:58.437500953674rem;overflow:hidden;display:none; }
#PPsOr0SabCuHIzOwpmVWE62rL0ZcnJcZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w4EScMD4XnMo013g7duDd77qXhq8GBQm { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { background-color: transparent; background-image: none; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container > .video-iframe-container { display: none; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row > .video-iframe-container { display: none; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .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); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { border-width: 0; border-radius: 0; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;overflow:visible;position:relative;display:block; }#II5cvqu9OrsIyZgbBTAyBEoOCRlOl0Cz { color:#ffffff;display:block;width:71.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5679697990419rem;left:1.96875rem;height:30.46875rem;text-align:center;text-align-last:center;display:block; }
#dzw45H3RTSEVgJXnIsQfvgUMorVOyqBU { box-sizing:content-box;height:7.625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0rem;left:0rem;display:block; }
#bFSh1yBH85GbkPKpITxqazffT3K3qXBt { z-index:15003;top:41.862501144409rem;left:24.312500953674rem;background-color:#830300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wz9BW8exEDFqC84XHT1TSIelPTkwxeI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tubGDumTDbMAB945aNa8CNVDNuguiL8p { color:#000000;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:2.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.72499942779544rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { background-color:#faf8f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { background-color: transparent; background-image: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container > .video-iframe-container { display: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container { display: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .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); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { border-width: 0; border-radius: 0; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { font-size:0.875rem;font-family:arial;height:94.375rem;width:75rem;overflow:visible;position:relative;display:block; }#W8C2rqA8g1d8U6P4kJw0vS1K7VLdw0Tn { color:#000000;display:block;width:71.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.96875rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { color:#000000;display:block;width:67.75rem;position:absolute;font-family:"yeseva one";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.79687690734863rem;left:3.625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#FTsHOx7kETSIdwn7dZl5fELXIEzH9l0h { box-sizing:content-box;height:4.4375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0rem;left:-0.125rem;display:block; }
#oTcEfeXmQsIxmbcUhNqUIZCx4IKCWpVS { color:#ffffff;display:block;width:67.75rem;position:absolute;font-family:"yeseva one";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.733594894409rem;left:3.625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#odIVQWTa7hXvGGsTJ3tnHu2bBbgxsoc1 { color:#000000;display:block;width:71.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.249220132827rem;left:1.96875rem;height:67.03125rem;text-align:center;text-align-last:center;display:block; }
#GWeAn43oXo0xxBL9HJDwdnhIS13NzJzC { box-sizing:content-box;height:4.4375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#830300;background-image:none;top:20.936718225479rem;left:0rem;display:block; }
#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { background-color: transparent; background-image: none; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container > .video-iframe-container { display: none; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row > .video-iframe-container { display: none; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .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); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { border-width: 0; border-radius: 0; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ER9HIWeL3H8p7CI03vlnG83MTFM5zKak { color:#000000;display:block;width:67.75rem;position:absolute;font-family:"yeseva one";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.79687690734863rem;left:3.625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#IG06nhX3EmpTCuailWXsJCRbcnoVg0hL { box-sizing:content-box;height:6.9375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0rem;left:-0.125rem;display:block; }
#qazHLCK88ggGyW36fCA74it2dB1CzHCB { color:#ffffff;display:block;width:71.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4414005279544rem;left:1.96875rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { background-color: transparent; background-image: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .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); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { border-width: 0; border-radius: 0; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#sT27k59lsHBrVqwGNBivGreOhPpIVlPU { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.62500667572019rem;left:3.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TptgRekNF4JhJ3PlIbz2ainLxTcG1Tuq { box-sizing:content-box;height:4.5rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#830300;background-image:none;top:0rem;left:0rem;display:block; }
#kmCVLm6WRJBis7khvE0uiumSxHfnN7Um { color:#000000;display:block;width:49.125rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.074999988079rem;left:12.936718940735rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#RwoIi6LCJta83mQAa5BetyAOObW7zNlF { background-color:#d4283f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:4.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:24.932812869549rem;left:23.312500953674rem;display:block; }
#fmBLRctPNppKtL6g98poenoz2ireVQZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSEoBF9ScU3wmocp1v8iLtVl7vNQeq5K { 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:24.5rem;width:43.5625rem;top:5.1367101669311rem;left:11.860156059265rem;overflow:hidden;display:none; }
#Nk5eWf5yZJF0t1Dqob8gIsDwCG6nKFAV { color:#000000;display:block;width:52.8125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:77.486720085144rem;left:12.249218940735rem;height:2.275rem;text-align:center;text-align-last:center;display:none; }
#gzrWk1qFPBCkerJ0QwfQT7lTiHcRbIwS { box-sizing:content-box;height:28.875rem;width:66rem;position:absolute;display:block;z-index:15003;background-color:#faf8f4;background-image:none;top:4.0921897888184rem;left:4.5rem;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#TgROIty3klJc3gUnDT726WidLnz94an4 { color:#000000;display:block;width:62.8125rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.735156238079rem;left:6.0929689407349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#t8Rgh0Ln5Z6Sxt5XZ5TLHOvLp9fg4cCS { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.62500667572019rem;left:3.71875rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.650625rem;padding-right:0.5675rem;padding-bottom:0.650625rem;padding-left:0.5675rem;display:block;align-items:center;width:3.404375rem;min-width:3.404375rem;height:3.4975rem;position:relative;font-family:lato;font-size:2.603125rem;font-weight:700;line-height:55.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.406875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.54rem;height:1.3825rem;position:relative;font-family:lato;font-size:0.975625rem;font-weight:400;line-height:22.12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.1875rem;height:6.375rem;padding-top:0.813125rem;padding-right:0.810625rem;padding-bottom:0.813125rem;padding-left:0.810625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.5000001788139rem;left:25.094532966614rem;z-index:15023; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #tvsEVyb0h8ybTXwuyq2TklzaWOawixVv { display:flex;position:relative;top:0rem;left:0rem; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #KzNVCcXrFTrsEePvepI081DATtzNNMhG { width:auto; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #yvgGp54NCRK1l3ROs4MTK3T1Kwz0JMyS {  }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #ho5NanQF3lBc0rbkSaDy3G3KGTE0Hd6p { display:flex;position:relative;top:0rem;left:0rem; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #GGTQitAdnazgFeqiUUT8671gNxRnLNBT {  }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #fTOoSkmTZVMpdkobKWyc19rn50vsyrIP {  }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #DDWPBuoKPBCXudinoNfT9ccx0168cUli { display:flex;position:relative;top:0rem;left:0rem; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #ZnC5HG15kLRqpAiFZimG9PS1WMvHgq6c {  }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #Lq6iXIO4Ux25STEg6FzyIVbJmLRWb0y9 {  }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #XxRfXsbPaNcM7UZGd1Osv2SMDTD266zc { display:flex;position:relative;top:0rem;left:0rem; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #KfwolPrHRqT2XvRTJZK1bfoaXKydlg2e {  }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #VnJhTfzXbbnFNaM4AyF2PGCFCxJI39Lp {  }
#SzODiDZPuPFezCn0K00n6U0nlK42oxbo { box-sizing:content-box;height:4.5625rem;width:67rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:14.985156238079rem;left:3.71875rem;display:block; }
#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { position:relative;display:block; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { background-color: transparent; background-image: none; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container > .video-iframe-container { display: none; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row > .video-iframe-container { display: none; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .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); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { border-width: 0; border-radius: 0; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .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; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .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; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .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; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .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; }#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger.adaptive-delivery-prevent-bg, #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger.lazyload, #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger.lazyloading { background-image: none; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K { box-sizing:content-box;height:auto;width:48.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.1296977996826rem;left:13.159375190735rem; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #OlgkPoHfJPMVh2z6Z1TlOWp86TQQi0xu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #xIKtzMWLf1FWPU3l4aHpiyiw9x8fGRK4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #efK10VBXMsy4KwdATqrtvtUsoRHh6EoH { display:block;position:relative; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sizRhvryeT3dxnTtr1A52Te4uM0XS5Gl {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #DlywRPxJUy0J3opFvDtxoQNquUaMvblW {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #bTdT9ICdhMfmtgvHTBfycDw5xtMHEwtT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sAb54g00xDgNGcazivEqI7gGioTwHM21 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #edzaO23LysJkXvwgPenww2BpXq2XvVBR { display:block;position:relative; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #GaN3XtTMbqsQqr0e53V5aBNsSW9ZvVS5 {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #UATf5Iy3ukyKOXHcLIVBL9T4gRQWOFtc { display:none; }
#mslsBbT3TORdRhIcKk6yRxivcxGwCOBG { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.61252021789551rem;left:5.0671873092651rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#CgPpIrGwfR0bzs7bgowzUHe2alFvshtG { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:67.312488555906rem;left:0rem;display:none; }
#gi72lXnweR9m8gVcLA1RKQIOukHHMJtv { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.199220657349rem;left:24.343750953674rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 { display:block; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNKarG1fcgxpc5NaMN952ggvlnbTuusT { top:0.8125rem;left:5.9054689407349rem;width:35.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibZlZ4ErOh3Q4I1InVDZQWqLHth5l6ng { top:17.4375rem;left:31.1875rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPsOr0SabCuHIzOwpmVWE62rL0ZcnJcZ { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4EScMD4XnMo013g7duDd77qXhq8GBQm { display:block; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II5cvqu9OrsIyZgbBTAyBEoOCRlOl0Cz { top:9.5625rem;left:0rem;width:47.75rem;height:30.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzw45H3RTSEVgJXnIsQfvgUMorVOyqBU { top:0rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFSh1yBH85GbkPKpITxqazffT3K3qXBt { top:41.8125rem;left:10.687500953674rem;width:26.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9BW8exEDFqC84XHT1TSIelPTkwxeI3 { display:block; }
 }@media only screen and (max-width: 763px) { #tubGDumTDbMAB945aNa8CNVDNuguiL8p { top:0.6875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8C2rqA8g1d8U6P4kJw0vS1K7VLdw0Tn { top:5.8125rem;left:0rem;width:47.75rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { top:0.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTsHOx7kETSIdwn7dZl5fELXIEzH9l0h { top:0rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTcEfeXmQsIxmbcUhNqUIZCx4IKCWpVS { top:21.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odIVQWTa7hXvGGsTJ3tnHu2bBbgxsoc1 { top:26.1875rem;left:0rem;width:47.75rem;height:67rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWeAn43oXo0xxBL9HJDwdnhIS13NzJzC { top:20.875rem;left:0rem;width:47.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR { display:block; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER9HIWeL3H8p7CI03vlnG83MTFM5zKak { top:0.75rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG06nhX3EmpTCuailWXsJCRbcnoVg0hL { top:0rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qazHLCK88ggGyW36fCA74it2dB1CzHCB { top:8.4375rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltrPNVfVwXipUwDd7eeggceaFC5RbGQU { display:block; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT27k59lsHBrVqwGNBivGreOhPpIVlPU { top:0.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TptgRekNF4JhJ3PlIbz2ainLxTcG1Tuq { top:0rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCVLm6WRJBis7khvE0uiumSxHfnN7Um { top:20.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwoIi6LCJta83mQAa5BetyAOObW7zNlF { width:28.375rem;height:4.625rem;top:24.875rem;left:9.6875009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBLRctPNppKtL6g98poenoz2ireVQZf { display:block; }
 }@media only screen and (max-width: 763px) { #mSEoBF9ScU3wmocp1v8iLtVl7vNQeq5K { top:5.125rem;left:0rem;width:43.625rem;height:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk5eWf5yZJF0t1Dqob8gIsDwCG6nKFAV { top:58.5rem;left:0rem;width:20rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzrWk1qFPBCkerJ0QwfQT7lTiHcRbIwS { top:4.0625rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgROIty3klJc3gUnDT726WidLnz94an4 { top:15.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Rgh0Ln5Z6Sxt5XZ5TLHOvLp9fg4cCS { top:1.75rem;left:0rem;width:20rem;height:3.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg { display:flex;width:18rem;height:5.0625rem;top:12.25rem;left:18.862500190735rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #tvsEVyb0h8ybTXwuyq2TklzaWOawixVv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #KzNVCcXrFTrsEePvepI081DATtzNNMhG {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #yvgGp54NCRK1l3ROs4MTK3T1Kwz0JMyS {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #ho5NanQF3lBc0rbkSaDy3G3KGTE0Hd6p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #GGTQitAdnazgFeqiUUT8671gNxRnLNBT {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #fTOoSkmTZVMpdkobKWyc19rn50vsyrIP {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #DDWPBuoKPBCXudinoNfT9ccx0168cUli { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #ZnC5HG15kLRqpAiFZimG9PS1WMvHgq6c {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #Lq6iXIO4Ux25STEg6FzyIVbJmLRWb0y9 {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #XxRfXsbPaNcM7UZGd1Osv2SMDTD266zc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #KfwolPrHRqT2XvRTJZK1bfoaXKydlg2e {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #VnJhTfzXbbnFNaM4AyF2PGCFCxJI39Lp {  }
 }@media only screen and (max-width: 763px) { #SzODiDZPuPFezCn0K00n6U0nlK42oxbo { top:14.9375rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { display:block; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K { display:flex;height:auto;width:45.25rem;top:4.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #OlgkPoHfJPMVh2z6Z1TlOWp86TQQi0xu {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #xIKtzMWLf1FWPU3l4aHpiyiw9x8fGRK4 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #efK10VBXMsy4KwdATqrtvtUsoRHh6EoH {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sizRhvryeT3dxnTtr1A52Te4uM0XS5Gl {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #DlywRPxJUy0J3opFvDtxoQNquUaMvblW {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #bTdT9ICdhMfmtgvHTBfycDw5xtMHEwtT {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sAb54g00xDgNGcazivEqI7gGioTwHM21 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #edzaO23LysJkXvwgPenww2BpXq2XvVBR {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #GaN3XtTMbqsQqr0e53V5aBNsSW9ZvVS5 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #UATf5Iy3ukyKOXHcLIVBL9T4gRQWOFtc {  }
 }@media only screen and (max-width: 763px) { #mslsBbT3TORdRhIcKk6yRxivcxGwCOBG { top:0.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgPpIrGwfR0bzs7bgowzUHe2alFvshtG { top:67.25rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gi72lXnweR9m8gVcLA1RKQIOukHHMJtv { top:23.1875rem;left:10.718750953674rem;width:26.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 { position:relative;z-index:auto;display:block; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNKarG1fcgxpc5NaMN952ggvlnbTuusT { width:20rem;height:2.12109375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibZlZ4ErOh3Q4I1InVDZQWqLHth5l6ng { width:7.1875rem;height:7.1875rem;top:18.71875rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPsOr0SabCuHIzOwpmVWE62rL0ZcnJcZ { width:19.875rem;height:11.1875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4EScMD4XnMo013g7duDd77qXhq8GBQm { display:block; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II5cvqu9OrsIyZgbBTAyBEoOCRlOl0Cz { width:20rem;height:27.3rem;top:6.2859382629394rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzw45H3RTSEVgJXnIsQfvgUMorVOyqBU { width:20rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFSh1yBH85GbkPKpITxqazffT3K3qXBt { top:34.125rem;left:1.8750000596046rem;width:16.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9BW8exEDFqC84XHT1TSIelPTkwxeI3 { display:block; }
 }@media only screen and (max-width: 763px) { #tubGDumTDbMAB945aNa8CNVDNuguiL8p { width:20rem;height:4.875rem;top:0.43750190734863rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8C2rqA8g1d8U6P4kJw0vS1K7VLdw0Tn { width:20rem;height:16.9rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { width:20rem;height:3.25rem;top:0.3437557220459rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTsHOx7kETSIdwn7dZl5fELXIEzH9l0h { width:20rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTcEfeXmQsIxmbcUhNqUIZCx4IKCWpVS { width:20rem;height:1.625rem;top:23.32421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odIVQWTa7hXvGGsTJ3tnHu2bBbgxsoc1 { width:20rem;height:59.8rem;top:26.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWeAn43oXo0xxBL9HJDwdnhIS13NzJzC { width:20rem;height:3.125rem;top:22.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR { display:block; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER9HIWeL3H8p7CI03vlnG83MTFM5zKak { width:20rem;height:4.63125rem;top:0.65312576293944rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG06nhX3EmpTCuailWXsJCRbcnoVg0hL { width:20rem;height:5.9375rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qazHLCK88ggGyW36fCA74it2dB1CzHCB { width:20rem;height:15.6rem;top:6.5624980926512rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltrPNVfVwXipUwDd7eeggceaFC5RbGQU { background-color:#000000;background-image:none;display:block; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { background-color: transparent; background-image: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .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); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT27k59lsHBrVqwGNBivGreOhPpIVlPU { width:20rem;height:3.4125rem;top:0.54296875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TptgRekNF4JhJ3PlIbz2ainLxTcG1Tuq { width:20rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCVLm6WRJBis7khvE0uiumSxHfnN7Um { width:20rem;height:2.4375rem;top:14.658593595028rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwoIi6LCJta83mQAa5BetyAOObW7zNlF { width:15.6875rem;height:3.0625rem;top:17.674219548702rem;left:2.1562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBLRctPNppKtL6g98poenoz2ireVQZf { display:block; }
 }@media only screen and (max-width: 763px) { #mSEoBF9ScU3wmocp1v8iLtVl7vNQeq5K { width:17.625rem;height:9.9375rem;top:13.856262207031rem;left:2.375rem;z-index:15015;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk5eWf5yZJF0t1Dqob8gIsDwCG6nKFAV { width:20rem;height:0;top:52.714825391769rem;left:0rem;font-size:1.0625rem;z-index:15023;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gzrWk1qFPBCkerJ0QwfQT7lTiHcRbIwS { width:20rem;height:19.125rem;top:3.9554691314698rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TgROIty3klJc3gUnDT726WidLnz94an4 { width:19rem;height:2.6rem;top:10.922657489777rem;left:0.49921876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8Rgh0Ln5Z6Sxt5XZ5TLHOvLp9fg4cCS { width:20rem;height:0;top:4.2250003814697rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-text.counter-number { padding-top:0.366875rem;padding-right:0.32rem;padding-bottom:0.366875rem;padding-left:0.32rem;width:1.919375rem;min-width:1.919375rem;height:1.970625rem;font-size:1.466875rem;line-height:31.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.229375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.559375rem;height:0.779375rem;font-size:0.55rem;line-height:12.47px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Oxtyda0yApaMMDnx82ON47aLZJTfP4sg { display:flex;width:13.125rem;height:3.625rem;top:5.2679690718651rem;left:2.8437500596046rem;padding-top:0.59625rem;padding-right:0.5925rem;padding-bottom:0.59625rem;padding-left:0.5925rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #tvsEVyb0h8ybTXwuyq2TklzaWOawixVv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #KzNVCcXrFTrsEePvepI081DATtzNNMhG {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #yvgGp54NCRK1l3ROs4MTK3T1Kwz0JMyS {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #ho5NanQF3lBc0rbkSaDy3G3KGTE0Hd6p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #GGTQitAdnazgFeqiUUT8671gNxRnLNBT {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #fTOoSkmTZVMpdkobKWyc19rn50vsyrIP {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #DDWPBuoKPBCXudinoNfT9ccx0168cUli { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #ZnC5HG15kLRqpAiFZimG9PS1WMvHgq6c {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #Lq6iXIO4Ux25STEg6FzyIVbJmLRWb0y9 {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #XxRfXsbPaNcM7UZGd1Osv2SMDTD266zc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #KfwolPrHRqT2XvRTJZK1bfoaXKydlg2e {  }
 }@media only screen and (max-width: 763px) { #Oxtyda0yApaMMDnx82ON47aLZJTfP4sg #VnJhTfzXbbnFNaM4AyF2PGCFCxJI39Lp {  }
 }@media only screen and (max-width: 763px) { #SzODiDZPuPFezCn0K00n6U0nlK42oxbo { width:20rem;height:3.4375rem;top:10.503906726837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { display:block; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-text { font-size:1.125rem;height:auto; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-desc-text { font-size:0.9375rem;height:auto; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K { display:flex;height:auto;width:17.5rem;top:4.20625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #OlgkPoHfJPMVh2z6Z1TlOWp86TQQi0xu {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #xIKtzMWLf1FWPU3l4aHpiyiw9x8fGRK4 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #efK10VBXMsy4KwdATqrtvtUsoRHh6EoH {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sizRhvryeT3dxnTtr1A52Te4uM0XS5Gl {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #DlywRPxJUy0J3opFvDtxoQNquUaMvblW {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #bTdT9ICdhMfmtgvHTBfycDw5xtMHEwtT {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sAb54g00xDgNGcazivEqI7gGioTwHM21 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #edzaO23LysJkXvwgPenww2BpXq2XvVBR {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #GaN3XtTMbqsQqr0e53V5aBNsSW9ZvVS5 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #UATf5Iy3ukyKOXHcLIVBL9T4gRQWOFtc {  }
 }@media only screen and (max-width: 763px) { #mslsBbT3TORdRhIcKk6yRxivcxGwCOBG { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#787878;display:block; }
 }@media only screen and (max-width: 763px) { #CgPpIrGwfR0bzs7bgowzUHe2alFvshtG { width:20rem;height:3.125rem;top:34.11875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gi72lXnweR9m8gVcLA1RKQIOukHHMJtv { width:20rem;height:2.6rem;top:30.26875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }