.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:110px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Pv39ld1bs7CqchevNyOMaQJ1FmvScIFd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68px;width:64px;top:23px;left:42px;overflow:hidden;display:block; }
#Z0TZFNhaaouAcVk9BpARcc8CAhKesGpk { color:#000000;display:block;width:733px;position:absolute;font-family:poppins;font-size:25px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24px;left:128px;height:65px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fec810;background-image:none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { background-color: transparent; background-image: none; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container > .video-iframe-container { display: none; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row > .video-iframe-container { display: none; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .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); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { border-width: 0; border-radius: 0; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { font-size:14px;font-family:arial;height:639px;width:1200px;position:relative;display:block; }#DBFqbEyBnaFvXnAWHgfAu2Wv6UlOFnTf { position:absolute;display:block;z-index:15001;height:595px;width:358px;top:43px;left:781px;display:block; }
#UkWQ6TzpA7rJ23H1C1nIOF59k65gF4vm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:430px;width:430px;top:43px;left:57px;overflow:hidden;display:block; }
#n6T71q1t6VtXrN4NtytgZstyx6uinKXw { position:relative;display:block; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw { background-color: transparent; background-image: none; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row .container > .video-iframe-container { display: none; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row > .video-iframe-container { display: none; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .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); }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw { border-width: 0; border-radius: 0; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .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; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:94px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pAQvtUPl60vPhgLAspk5taRo0EcsdwI2 { color:#000000;display:block;width:431px;position:absolute;font-family:poppins;font-size:29px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17.65625px;left:384.5px;height:37.691px;font-style:italic;display:block; }
#DrxUimrxMXfweRWNTNwkfQyTKppobLiq { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29px;border-top-right-radius:29px;border-bottom-left-radius:29px;border-bottom-right-radius:29px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:347px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:19.5px;left:426.5px;display:block; }
#wHUUJ7dVdAMpXfTIkPAC3MSvKDiO8r1A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;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; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container { background-color: transparent; background-image: none; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container > .video-iframe-container { display: none; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row > .video-iframe-container { display: none; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .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); }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container { border-width: 0; border-radius: 0; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container { font-size:14px;font-family:arial;height:142px;width:1200px;position:relative;display:block; }#lx8laubs0471K1LZ3XMWPLVwqITrv4HC { color:#ffffff;display:block;width:1200px;position:absolute;font-family:poppins;font-size:22px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:13.8125px;left:0px;height:85.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA { position:relative;display:block; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA { background-color: transparent; background-image: none; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row .container > .video-iframe-container { display: none; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row > .video-iframe-container { display: none; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .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); }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA { border-width: 0; border-radius: 0; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .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; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:551px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DwiQiL2g0D88dLvrEmOl3D8M8GUXP8S7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: none;height:450px;width:676px;top:50.5px;left:262px;overflow:hidden;display:block; }
#y2MI9OWKbxstGpBtEEWCuZ1WURkmZg45 { box-sizing:content-box;height:482px;width:723px;position:absolute;display:block;z-index:14999;background-color:#20447b;background-image:none;top:35px;left:239px;border-top-right-radius:11px;border-bottom-right-radius:11px;border-bottom-left-radius:11px;border-top-left-radius:11px;display:block; }
#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 { position:relative;display:block; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 { background-color: transparent; background-image: none; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row .container > .video-iframe-container { display: none; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row > .video-iframe-container { display: none; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .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); }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 { border-width: 0; border-radius: 0; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .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; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:316px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rXffBXTEPPtx0Az3azUPcvKiFVWMsRbf { color:#000000;display:block;width:499px;position:absolute;font-family:poppins;font-size:26px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:33px;left:350.5px;height:33.8021px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhLGWP6OheRLm4C813NaP6ZD50sAe43B { box-sizing:content-box;height:138px;width:207px;position:absolute;display:block;z-index:15003;background-color:#fec810;background-image:none;top:134px;left:647px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#TqpO3uVpkHHRM98GOBxoTosIsQG5xfyl { color:#20447b;display:block;width:262px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:184px;left:619px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEUJZeZTSRTvMEda2EaXRHDKCLU5otGJ { box-sizing:content-box;height:138px;width:207px;position:absolute;display:block;z-index:15005;background-color:#fec810;background-image:none;top:134px;left:343px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#P4eUD3CabvSOnEGhlOXTUlyO6VxiXEbi { color:#20447b;display:block;width:262px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:184px;left:315px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZqn5bWvhDaVlxRXVnMak2iHTLTs0C1K { box-sizing:content-box;height:138px;width:207px;position:absolute;display:block;z-index:15007;background-color:#fec810;background-image:none;top:134px;left:40px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#umof7aOue0MAXRLlJTUgTMuWbeB9Slnu { color:#20447b;display:block;width:262px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:184px;left:12px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpSTxQnlcoI52hw5Gq2UWQpNaAMINRI4 { box-sizing:content-box;height:138px;width:207px;position:absolute;display:block;z-index:15005;background-color:#fec810;background-image:none;top:134px;left:948px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }
#RSXx7wLz5J0VLNABlvpIyDlaMiCdiPm1 { color:#20447b;display:block;width:274px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:164px;left:914px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt { position:relative;display:block; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt { background-color: transparent; background-image: none; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container > .video-iframe-container { display: none; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row > .video-iframe-container { display: none; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .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); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt { border-width: 0; border-radius: 0; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .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; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:938px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#I5wIBB5TyJ505ZExeX595Q98AP3OWpgr { color:#000000;display:block;width:662px;position:absolute;font-family:poppins;font-size:27px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:33px;left:269px;height:35.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NT7SXQQ7qQFufT2yC94ceCOytF2eVTHx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: none;height:130px;width:538px;top:343px;left:641px;overflow:hidden;display:block; }
#Je7NWgZmLmroCnsJO4N0mDVvTyJWfAK6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: none;height:166px;width:534px;top:325px;left:23px;overflow:hidden;display:block; }
#O50itfAmTmDxV9CTEirUORW7DC0so1s4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: none;height:103px;width:621px;top:133.5px;left:290px;overflow:hidden;display:block; }
#hab5oV5LSQpLuN0VkJ5yMulTWgVKz3nX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: none;height:346px;width:435px;top:570px;left:383px;overflow:hidden;display:block; }
#lJClhRhgJaEaEWoblll1ODoOUhoVaemM { box-sizing:content-box;height:193px;width:556px;position:absolute;display:block;z-index:14999;background-color:#f1bd0c;background-image:none;top:312px;left:12px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px;display:block; }
#JMT1TouLiddPh8tCuwyJWTlH4SHbXrm4 { box-sizing:content-box;height:193px;width:564px;position:absolute;display:block;z-index:15000;background-color:#f1bd0c;background-image:none;top:312px;left:624px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px;display:block; }
#WQrWLwP02efiLV8uCXINbIVbzArLFdIy { box-sizing:content-box;height:152px;width:665px;position:absolute;display:block;z-index:15001;background-color:#f1bd0c;background-image:none;top:109px;left:268px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px;display:block; }
#UUGVwt4luppTJskoXyC7amm9P7GPl19m { box-sizing:content-box;height:380px;width:472px;position:absolute;display:block;z-index:15001;background-color:#f1bd0c;background-image:none;top:553px;left:364px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px;display:block; }
#CtEqT43W5nUMz50CZVvOSU4DbHcKxWSc { box-sizing:content-box;height:193px;width:556px;position:absolute;display:block;z-index:14999;background-color:#f1bd0c;background-image:none;top:312px;left:12px;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px;display:none; }
#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ { position:relative;display:block; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ { background-color: transparent; background-image: none; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row .container > .video-iframe-container { display: none; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row > .video-iframe-container { display: none; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .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); }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ { border-width: 0; border-radius: 0; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .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; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:846px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px;font-family:poppins; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px;font-family:poppins;font-weight:400;font-style:normal; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-trigger { width:20px;min-width:20px;height:20px;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; }#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-trigger.adaptive-delivery-prevent-bg, #xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-trigger.lazyload, #xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-trigger.lazyloading { background-image: none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR { box-sizing:content-box;height:auto;width:1118px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:95px;left:21px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #MU273RtKAHwRmVvvDR4TsGOL34gz1et3 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #CXgx1xBX0CW2TlA9TKwOeu6IsZpWiFgT { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #DgXhu2dbk3XG5etp0we8pOlw4OOS0ydL { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #FQIB857bmh9rfMkVqJlJdbvAGKbO7CNE {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #Jonh3EiUU8oOhAJxWmLymTTQBixATToT {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #G1zfRu69wTAVzG3ebvWr8UHuHbaSZa4K { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #cR6F4Ip2HB8F0uW2S26imyBER1vPHGcN { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #o5Snpy9eLStsrtfMZP32td1NmT5qCAcX { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #k3VfLI6y20ifmgwrHumbshbote3kKuHk {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #wnmwX11L0n1ABTDUhQQE9T4xzgNMPyUF { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #iO2twaWwgtCgbB6RuUIuivaFTnxOT0TO { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #s2brGyzJXs4Wx26T9TAFKn0rMfGPAZFt { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #LcNTt4OXyWtWHaRnxd1vkXcRB35mVZyw { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #F1ZSBOrEKWallU3zSMCyoAwtcWDcXC4c {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #DdBB4fzRpuk6nvdZsbCS80T1Q29Lk7r2 { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #RtSJpGqVEPgMTyAWsBIcJ1uaXCS0TxIq { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #yhEg8WnglZUpOsp1pHHpEkSdTAhGvTZl { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #c29qbUk3qdBQC2syoTXvz3buNd9t1Tob { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #PvuTyKoRwkbbtRKeESfutrTp2qVuoITq {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #l4ToLpDGOUUNgMLlfd0htFAxONXzgV7P { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #ufyb9uUmhWWVkeN9P8fWwTgvy6IBx9tR { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #NdrdBpQExKaVqgJGrOADzZx7Vt82RJn2 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #X687ihCUlsQ08ptA5TR7aAfvuMZWpa5g { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #uz1yPG76XrkczKO7NMNkIgO3yQAnIiwG {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #pT0TU85zz17XnNwP1RaBPsN0z7FyvZcr { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #XVZS81vloc0vJwi3DLWTvuoaJGJu1ssw { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #qTQTeUGsoTWWeMOByufp09dupDBb3fDd { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #hur6OwbtATBAnNsmxZSzieAWehio5zNb { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #haRrqrnJks1tgngDoOz5JNK7UbhDS0P3 {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #rTia7xondGhNgTDdbhX0nmsJBDT49Gaq { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #r54gURwanMu1zdTy3c5TbTvtJ6pTnd62 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #wNPZxnOlaTkkXqABoBg9Xvea5be6Dla6 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #xIMcuJF3LqSrEKAaVy9Pbnk0rB5VBOOI { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #SsaftQcRkvAbqKhNWUsRrxtVVHuSvt1x {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #f2H46RRDuJZx7UkdlPeHUFGT6wy5xKQ2 { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #LTK6AVAXZ0T2G0UkuQHGFFo2KTeDPyFu { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #mvs6yG8HBzvtk4ma6m7GbkRgDlHAFKc0 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #kAyMXRl2ur3xRF1kbPrNVClVPNf5slR5 { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #HsPHeRH3XsXbE92gaidldFBUIGrLEIHW {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #FyEHLEtb4NOUZTX1p3wTu3WlJxZAUCmX { display:none; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #dDwK87lqIsFlGGvWJcGs8UOPWXtN6oL4 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #rfaRBJk2rh4T0lkSiaoUPQoe0Lm5Am63 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #uvAeSwO7kPcnpHWhTdBMQ9w24otcTibM { display:block;position:relative; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #T8ETmzoWCUDGWEtboZcTL9GU7wELHW5N {  }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR #hlrNGy34ZH7la7Q8qePf5GrAOexeTC8P { display:none; }
#HgqFGoF0STkLscyIsLZTrbKlQvfygzUq { color:#000000;display:block;width:733px;position:absolute;font-family:poppins;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.625px;left:233.5px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv39ld1bs7CqchevNyOMaQJ1FmvScIFd { top:23px;left:0px;width:64px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0TZFNhaaouAcVk9BpARcc8CAhKesGpk { top:24px;left:0px;width:733px;height:65px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H { display:block; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBFqbEyBnaFvXnAWHgfAu2Wv6UlOFnTf { top:43px;left:406px;width:358px;height:595px;display:block; }
 }@media only screen and (max-width: 763px) { #UkWQ6TzpA7rJ23H1C1nIOF59k65gF4vm { top:43px;left:0px;width:430px;height:430px;display:block; }
 }@media only screen and (max-width: 763px) { #n6T71q1t6VtXrN4NtytgZstyx6uinKXw { display:block; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAQvtUPl60vPhgLAspk5taRo0EcsdwI2 { top:17px;left:166.5px;width:431px;height:37px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #DrxUimrxMXfweRWNTNwkfQyTKppobLiq { width:347px;height:55px;top:19px;left:208.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wHUUJ7dVdAMpXfTIkPAC3MSvKDiO8r1A { display:block; }
 }@media only screen and (max-width: 763px) { #w53C08MHLS2Ey3JOB7ytTH4HBq909vAO { display:block; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx8laubs0471K1LZ3XMWPLVwqITrv4HC { top:13px;left:0px;width:764px;height:114px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA { display:block; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwiQiL2g0D88dLvrEmOl3D8M8GUXP8S7 { top:50px;left:44px;width:676px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #y2MI9OWKbxstGpBtEEWCuZ1WURkmZg45 { top:35px;left:21px;width:723px;height:482px;display:block; }
 }@media only screen and (max-width: 763px) { #uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 { display:block; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXffBXTEPPtx0Az3azUPcvKiFVWMsRbf { top:33px;left:132.5px;width:499px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yhLGWP6OheRLm4C813NaP6ZD50sAe43B { top:134px;left:429px;width:207px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #TqpO3uVpkHHRM98GOBxoTosIsQG5xfyl { top:184px;left:401px;width:262px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KEUJZeZTSRTvMEda2EaXRHDKCLU5otGJ { top:134px;left:125px;width:207px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #P4eUD3CabvSOnEGhlOXTUlyO6VxiXEbi { top:184px;left:97px;width:262px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tZqn5bWvhDaVlxRXVnMak2iHTLTs0C1K { top:134px;left:0px;width:207px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #umof7aOue0MAXRLlJTUgTMuWbeB9Slnu { top:184px;left:0px;width:262px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #kpSTxQnlcoI52hw5Gq2UWQpNaAMINRI4 { top:134px;left:557px;width:207px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #RSXx7wLz5J0VLNABlvpIyDlaMiCdiPm1 { top:164px;left:490px;width:274px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SIyBacKqZ2tHl7sSU7pBzPPAn350raXt { display:block; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5wIBB5TyJ505ZExeX595Q98AP3OWpgr { top:33px;left:51px;width:662px;height:35px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NT7SXQQ7qQFufT2yC94ceCOytF2eVTHx { top:343px;left:226px;width:538px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #Je7NWgZmLmroCnsJO4N0mDVvTyJWfAK6 { top:325px;left:0px;width:534px;height:166px;display:block; }
 }@media only screen and (max-width: 763px) { #O50itfAmTmDxV9CTEirUORW7DC0so1s4 { top:133px;left:72px;width:621px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #hab5oV5LSQpLuN0VkJ5yMulTWgVKz3nX { top:570px;left:165px;width:435px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #lJClhRhgJaEaEWoblll1ODoOUhoVaemM { top:312px;left:0px;width:556px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #JMT1TouLiddPh8tCuwyJWTlH4SHbXrm4 { top:312px;left:200px;width:564px;height:193px;display:block; }
 }@media only screen and (max-width: 763px) { #WQrWLwP02efiLV8uCXINbIVbzArLFdIy { top:109px;left:50px;width:665px;height:152px;display:block; }
 }@media only screen and (max-width: 763px) { #UUGVwt4luppTJskoXyC7amm9P7GPl19m { top:553px;left:146px;width:472px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #CtEqT43W5nUMz50CZVvOSU4DbHcKxWSc { top:312px;left:0px;width:556px;height:193px;display:none; }
 }@media only screen and (max-width: 763px) { #ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ { display:block; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR { display:flex;height:auto;width:724px;top:117px;left:0px; }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #MU273RtKAHwRmVvvDR4TsGOL34gz1et3 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #CXgx1xBX0CW2TlA9TKwOeu6IsZpWiFgT {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #DgXhu2dbk3XG5etp0we8pOlw4OOS0ydL {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #FQIB857bmh9rfMkVqJlJdbvAGKbO7CNE {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #Jonh3EiUU8oOhAJxWmLymTTQBixATToT {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #G1zfRu69wTAVzG3ebvWr8UHuHbaSZa4K {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #cR6F4Ip2HB8F0uW2S26imyBER1vPHGcN {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #o5Snpy9eLStsrtfMZP32td1NmT5qCAcX {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #k3VfLI6y20ifmgwrHumbshbote3kKuHk {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #wnmwX11L0n1ABTDUhQQE9T4xzgNMPyUF {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #iO2twaWwgtCgbB6RuUIuivaFTnxOT0TO {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #s2brGyzJXs4Wx26T9TAFKn0rMfGPAZFt {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #LcNTt4OXyWtWHaRnxd1vkXcRB35mVZyw {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #F1ZSBOrEKWallU3zSMCyoAwtcWDcXC4c {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #DdBB4fzRpuk6nvdZsbCS80T1Q29Lk7r2 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #RtSJpGqVEPgMTyAWsBIcJ1uaXCS0TxIq {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #yhEg8WnglZUpOsp1pHHpEkSdTAhGvTZl {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #c29qbUk3qdBQC2syoTXvz3buNd9t1Tob {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #PvuTyKoRwkbbtRKeESfutrTp2qVuoITq {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #l4ToLpDGOUUNgMLlfd0htFAxONXzgV7P {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #ufyb9uUmhWWVkeN9P8fWwTgvy6IBx9tR {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #NdrdBpQExKaVqgJGrOADzZx7Vt82RJn2 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #X687ihCUlsQ08ptA5TR7aAfvuMZWpa5g {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #uz1yPG76XrkczKO7NMNkIgO3yQAnIiwG {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #pT0TU85zz17XnNwP1RaBPsN0z7FyvZcr {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #XVZS81vloc0vJwi3DLWTvuoaJGJu1ssw {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #qTQTeUGsoTWWeMOByufp09dupDBb3fDd {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #hur6OwbtATBAnNsmxZSzieAWehio5zNb {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #haRrqrnJks1tgngDoOz5JNK7UbhDS0P3 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #rTia7xondGhNgTDdbhX0nmsJBDT49Gaq {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #r54gURwanMu1zdTy3c5TbTvtJ6pTnd62 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #wNPZxnOlaTkkXqABoBg9Xvea5be6Dla6 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #xIMcuJF3LqSrEKAaVy9Pbnk0rB5VBOOI {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #SsaftQcRkvAbqKhNWUsRrxtVVHuSvt1x {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #f2H46RRDuJZx7UkdlPeHUFGT6wy5xKQ2 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #LTK6AVAXZ0T2G0UkuQHGFFo2KTeDPyFu {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #mvs6yG8HBzvtk4ma6m7GbkRgDlHAFKc0 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #kAyMXRl2ur3xRF1kbPrNVClVPNf5slR5 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #HsPHeRH3XsXbE92gaidldFBUIGrLEIHW {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #FyEHLEtb4NOUZTX1p3wTu3WlJxZAUCmX {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #dDwK87lqIsFlGGvWJcGs8UOPWXtN6oL4 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #rfaRBJk2rh4T0lkSiaoUPQoe0Lm5Am63 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #uvAeSwO7kPcnpHWhTdBMQ9w24otcTibM {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #T8ETmzoWCUDGWEtboZcTL9GU7wELHW5N {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #hlrNGy34ZH7la7Q8qePf5GrAOexeTC8P {  }
 }@media only screen and (max-width: 763px) { #HgqFGoF0STkLscyIsLZTrbKlQvfygzUq { top:30px;left:15.5px;width:733px;height:52px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv39ld1bs7CqchevNyOMaQJ1FmvScIFd { width:49px;height:53px;top:11px;left:135.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0TZFNhaaouAcVk9BpARcc8CAhKesGpk { width:320px;height:44.1876px;top:67.96875px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H { background-color:#fec810;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; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { background-color: transparent; background-image: none; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container > .video-iframe-container { display: none; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row > .video-iframe-container { display: none; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .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); }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { border-width: 0; border-radius: 0; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyMHzvBMy9xo3QFofU6iqGz3K0QCym8H > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBFqbEyBnaFvXnAWHgfAu2Wv6UlOFnTf { width:320px;height:551px;top:371px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UkWQ6TzpA7rJ23H1C1nIOF59k65gF4vm { width:320px;height:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n6T71q1t6VtXrN4NtytgZstyx6uinKXw { display:block; }#n6T71q1t6VtXrN4NtytgZstyx6uinKXw > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAQvtUPl60vPhgLAspk5taRo0EcsdwI2 { width:320px;height:37.6875px;top:20px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #DrxUimrxMXfweRWNTNwkfQyTKppobLiq { width:268px;height:47px;top:15.5px;left:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wHUUJ7dVdAMpXfTIkPAC3MSvKDiO8r1A { display:block; }
 }@media only screen and (max-width: 763px) { #w53C08MHLS2Ey3JOB7ytTH4HBq909vAO { display:block; }#w53C08MHLS2Ey3JOB7ytTH4HBq909vAO > .row .container { width:320px;height:149px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx8laubs0471K1LZ3XMWPLVwqITrv4HC { width:320px;height:118.234px;top:15px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA { display:block; }#m6Qfkc54O8x5B4B7rdoUXpw6gVZ8HMTA > .row .container { width:320px;height:283px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwiQiL2g0D88dLvrEmOl3D8M8GUXP8S7 { width:320px;height:213.01775147929px;top:34.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y2MI9OWKbxstGpBtEEWCuZ1WURkmZg45 { width:320px;height:243px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 { display:block; }#uf8vK95TwiQiWop9ZJgf0ccsaCqQ5zg7 > .row .container { width:320px;height:820px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXffBXTEPPtx0Az3azUPcvKiFVWMsRbf { width:320px;height:54.5938px;top:21px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yhLGWP6OheRLm4C813NaP6ZD50sAe43B { width:207px;height:138px;top:462px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #TqpO3uVpkHHRM98GOBxoTosIsQG5xfyl { width:262px;height:39px;top:511px;left:29px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KEUJZeZTSRTvMEda2EaXRHDKCLU5otGJ { width:207px;height:138px;top:284px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #P4eUD3CabvSOnEGhlOXTUlyO6VxiXEbi { width:262px;height:39px;top:333px;left:29px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tZqn5bWvhDaVlxRXVnMak2iHTLTs0C1K { width:207px;height:138px;top:106px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #umof7aOue0MAXRLlJTUgTMuWbeB9Slnu { width:262px;height:39px;top:155px;left:29px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #kpSTxQnlcoI52hw5Gq2UWQpNaAMINRI4 { width:207px;height:138px;top:640px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #RSXx7wLz5J0VLNABlvpIyDlaMiCdiPm1 { width:274px;height:78px;top:670px;left:23px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SIyBacKqZ2tHl7sSU7pBzPPAn350raXt { display:block; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt { background-color: transparent; background-image: none; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container > .video-iframe-container { display: none; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row > .video-iframe-container { display: none; }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .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); }#SIyBacKqZ2tHl7sSU7pBzPPAn350raXt > .row .container { width:320px;height:829px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5wIBB5TyJ505ZExeX595Q98AP3OWpgr { width:320px;height:59.7812px;top:20px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NT7SXQQ7qQFufT2yC94ceCOytF2eVTHx { width:320px;height:81.9688px;top:121px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Je7NWgZmLmroCnsJO4N0mDVvTyJWfAK6 { width:320px;height:100.5px;top:256px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O50itfAmTmDxV9CTEirUORW7DC0so1s4 { width:320px;height:53.5625px;top:412px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hab5oV5LSQpLuN0VkJ5yMulTWgVKz3nX { width:320px;height:254px;top:530px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lJClhRhgJaEaEWoblll1ODoOUhoVaemM { width:320px;height:84px;top:397px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JMT1TouLiddPh8tCuwyJWTlH4SHbXrm4 { width:320px;height:122px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WQrWLwP02efiLV8uCXINbIVbzArLFdIy { width:320px;height:105px;top:110px;left:0px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UUGVwt4luppTJskoXyC7amm9P7GPl19m { width:320px;height:380px;top:1308.03125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CtEqT43W5nUMz50CZVvOSU4DbHcKxWSc { width:320px;height:292px;top:511px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ { display:block; }#ZUl0C5imdlCHHEmEeHqzGzxfmnEKwznZ > .row .container { width:320px;height:1112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-heading-text { font-size:15px;height:auto;font-family:poppins;line-height:1.5;overflow:hidden; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR .accordion-desc-text { font-size:13px;height:auto;line-height:1.4;overflow:hidden; }
#xloNQDuZaT3cfTHFwlmAipon1UxZALJR { display:flex;height:auto;width:280px;top:31.1875px;left:0px; }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #MU273RtKAHwRmVvvDR4TsGOL34gz1et3 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #CXgx1xBX0CW2TlA9TKwOeu6IsZpWiFgT {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #DgXhu2dbk3XG5etp0we8pOlw4OOS0ydL {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #FQIB857bmh9rfMkVqJlJdbvAGKbO7CNE {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #Jonh3EiUU8oOhAJxWmLymTTQBixATToT {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #G1zfRu69wTAVzG3ebvWr8UHuHbaSZa4K {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #cR6F4Ip2HB8F0uW2S26imyBER1vPHGcN {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #o5Snpy9eLStsrtfMZP32td1NmT5qCAcX {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #k3VfLI6y20ifmgwrHumbshbote3kKuHk {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #wnmwX11L0n1ABTDUhQQE9T4xzgNMPyUF {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #iO2twaWwgtCgbB6RuUIuivaFTnxOT0TO {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #s2brGyzJXs4Wx26T9TAFKn0rMfGPAZFt {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #LcNTt4OXyWtWHaRnxd1vkXcRB35mVZyw {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #F1ZSBOrEKWallU3zSMCyoAwtcWDcXC4c {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #DdBB4fzRpuk6nvdZsbCS80T1Q29Lk7r2 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #RtSJpGqVEPgMTyAWsBIcJ1uaXCS0TxIq {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #yhEg8WnglZUpOsp1pHHpEkSdTAhGvTZl {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #c29qbUk3qdBQC2syoTXvz3buNd9t1Tob {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #PvuTyKoRwkbbtRKeESfutrTp2qVuoITq {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #l4ToLpDGOUUNgMLlfd0htFAxONXzgV7P {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #ufyb9uUmhWWVkeN9P8fWwTgvy6IBx9tR {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #NdrdBpQExKaVqgJGrOADzZx7Vt82RJn2 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #X687ihCUlsQ08ptA5TR7aAfvuMZWpa5g {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #uz1yPG76XrkczKO7NMNkIgO3yQAnIiwG {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #pT0TU85zz17XnNwP1RaBPsN0z7FyvZcr {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #XVZS81vloc0vJwi3DLWTvuoaJGJu1ssw {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #qTQTeUGsoTWWeMOByufp09dupDBb3fDd {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #hur6OwbtATBAnNsmxZSzieAWehio5zNb {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #haRrqrnJks1tgngDoOz5JNK7UbhDS0P3 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #rTia7xondGhNgTDdbhX0nmsJBDT49Gaq {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #r54gURwanMu1zdTy3c5TbTvtJ6pTnd62 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #wNPZxnOlaTkkXqABoBg9Xvea5be6Dla6 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #xIMcuJF3LqSrEKAaVy9Pbnk0rB5VBOOI {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #SsaftQcRkvAbqKhNWUsRrxtVVHuSvt1x {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #f2H46RRDuJZx7UkdlPeHUFGT6wy5xKQ2 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #LTK6AVAXZ0T2G0UkuQHGFFo2KTeDPyFu {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #mvs6yG8HBzvtk4ma6m7GbkRgDlHAFKc0 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #kAyMXRl2ur3xRF1kbPrNVClVPNf5slR5 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #HsPHeRH3XsXbE92gaidldFBUIGrLEIHW {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #FyEHLEtb4NOUZTX1p3wTu3WlJxZAUCmX {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #dDwK87lqIsFlGGvWJcGs8UOPWXtN6oL4 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #rfaRBJk2rh4T0lkSiaoUPQoe0Lm5Am63 {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #uvAeSwO7kPcnpHWhTdBMQ9w24otcTibM {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #T8ETmzoWCUDGWEtboZcTL9GU7wELHW5N {  }
 }@media only screen and (max-width: 763px) { #xloNQDuZaT3cfTHFwlmAipon1UxZALJR #hlrNGy34ZH7la7Q8qePf5GrAOexeTC8P {  }
 }@media only screen and (max-width: 763px) { #HgqFGoF0STkLscyIsLZTrbKlQvfygzUq { width:320px;height:31.1875px;top:0px;left:0px;font-size:24px;display:block; }
 }