.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container { background-color: transparent; background-image: none; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container > .video-iframe-container { display: none; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row > .video-iframe-container { display: none; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .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); }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container { border-width: 0; border-radius: 0; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#TatkMIX4i9AazcimcXMwLGZo9bgJ51Na { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -moz-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -ms-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -o-linear-gradient(244deg, #6a52c6, #6a52c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );";background-image: linear-gradient(244deg, #6a52c6, #6a52c6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.625rem;left:70.5rem;display:block; }
#BdK9yzRTkILhcoBmc6aiphLKuDtcy8QW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:0.9375rem;left:56.5625rem; }
#BdK9yzRTkILhcoBmc6aiphLKuDtcy8QW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TTOWicnuouRW1iVEM40osBVGeHvgtoxy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.125rem;left:71rem; }
#TTOWicnuouRW1iVEM40osBVGeHvgtoxy > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#GInU4a4Ape2Gn2By9rQfQBZ3tM5T1L8B { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.625rem;top:1rem;left:2.0537109375rem;overflow:hidden;display:block; }
#SobhP4ETpPJlrG0A0RMo3tD8uRqqMfoI { color:#6a52c6;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2664061784744rem;left:12.841014862061rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chnRzIUyKGmSZ924JiGb3dET1aEJTgXu { color:#6a52c6;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:58.8125rem;height:1.1378875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kmxpZQpkH2s3Fz5yKkI3Mv44guwWXona { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -moz-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -ms-linear-gradient(244deg, #6a52c6, #6a52c6);background-image: -o-linear-gradient(244deg, #6a52c6, #6a52c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a52c6', endColorstr='#6a52c6' );";background-image: linear-gradient(244deg, #6a52c6, #6a52c6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2.49960625rem;width:2.49960625rem;top:0.625rem;left:67.4375rem;display:block; }
#VH5W8ucPCTBsPqq9UGtzCoaS2glnlzWL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.56210625rem;width:1.56210625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.0625rem;left:67.875rem; }
#VH5W8ucPCTBsPqq9UGtzCoaS2glnlzWL > img { max-width: 100%;max-height:100%; width:1.56210625rem; height:1.56210625rem; }#DmDbysHV84q5IKm842iIonIX271c3Cr8 { color:#ffffff;display:block;width:19.249125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.307945251465rem;left:46.469184875488rem;height:7.9625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BxXaXSZ4vvQbxXK2wCmbK3toOzPxDSlP { background-color:#6a52c6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #6a52c6;border-left:0.0625rem solid #6a52c6;border-right:0.0625rem solid #6a52c6;border-bottom:0.0625rem solid #6a52c6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.8863125rem;height:2.53671875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:3.9996092319489rem;left:65.186714172362rem;display:block; }
#Ig6SCQRkyW89BSiBRJXC4UiCuXM0ru7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy6tq3aZ9TMyuymnb2Mq4CkVSpuDBC54 { background-color:#5bc479;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.8863125rem;height:2.53671875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:4rem;left:2.0625rem;display:block; }
#EbbJ96kNeH4UmwZ2GygpCmmdX702aCpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1GwRvPoXQ5ID8TT9qynxumJv3DJJtBA { background-color:#5bc479;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.8605625rem;height:2.5109375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:4.0625rem;left:10.75rem;display:block; }
#nXbckNhowSIb91dLKuKV5ElLL74KrDVe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W7P7p7y5FU5NxDRGd6weHofmTcKTm2ba { background-color:#5bc479;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:7.83475rem;height:2.48515625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:4.0625rem;left:19.5rem;display:block; }
#Rq89GxFTu6TdHOhvAOEK6c5Fi2hzzn9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5bc479;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; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container { background-color: transparent; background-image: none; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container > .video-iframe-container { display: none; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row > .video-iframe-container { display: none; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .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); }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container { border-width: 0; border-radius: 0; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#pUnoDm9Q21NxBoHdSm88qDQUdsrJIIlm { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:14.5rem;left:33.3125rem;display:block; }
#lKMyVC5RILr6Z3S1VaMTDDcKn8M6wqIb { color:#ffffff;display:block;width:25.9991875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:24.4375rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx { position:relative;display:block; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx { background-color: transparent; background-image: none; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .row .container > .video-iframe-container { display: none; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .row > .video-iframe-container { display: none; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .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); }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx { border-width: 0; border-radius: 0; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .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; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .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:29.3125rem;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; }#C9sd9bBC7NuVcBQUdKMtiMVK7I0iDyQu { color:#6a52c6;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.75rem;left:5.8125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzTl06Vptxsu7tal0C3cifE61eHF1f67 { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:25.75rem;height:18.19271875rem;font-style:normal;display:block; }
#gVVi5Qk6oEi9Uwn6wuMBJcISkDzt1BZ9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:12.9375rem;top:4.5rem;left:5.375rem;overflow:hidden;display:block; }
#feeCCmSAKn7gIsvOqJslavLTELXU6g79 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.874375rem;top:4.5rem;left:1.5rem;display:block; }
#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 { position:relative;display:block; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 { background-color: transparent; background-image: none; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .row .container > .video-iframe-container { display: none; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .row > .video-iframe-container { display: none; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .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); }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 { border-width: 0; border-radius: 0; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .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; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NRFcfGGDT8iT1OTdDnQ1wz7rctqsNFDw { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSL2WJondZTUPFaTnS9vvegl1yAdyN1G { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.8125rem;height:15.59375625rem;font-style:normal;display:block; }
#TuVNvXZNHrIEFBZECJTFrbZF9W2RyvEv { position:absolute;display:block;z-index:15010;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:15.125rem;width:12.6875rem;top:1.5rem;left:5.4375rem;overflow:hidden;display:block; }
#c46Z0HQnu1209yWmZyPVxnxZvMgIvnaZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.874375rem;top:0.5625rem;left:1.5625rem;display:block; }
#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b { position:relative;display:block; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b { background-color: transparent; background-image: none; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .row .container > .video-iframe-container { display: none; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .row > .video-iframe-container { display: none; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .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); }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b { border-width: 0; border-radius: 0; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .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; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cX6rqTRQK753GkASliJ2uFCp8aXxOXHW { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3n3DEJXCv5bPRoMTXXRtbcMu3JxTBzZ { position:absolute;display:block;z-index:15010;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:15rem;width:12.6875rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#r1gBoAA4z6qAIynqRlhzu1QJhxi1bPoF { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.9375rem;height:18.19269375rem;font-style:normal;display:block; }
#OS59HXZlcoFZB9M9vlCSrPw0C3vfm9bJ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.874375rem;top:0.5625rem;left:1.625rem;display:block; }
#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx { position:relative;display:block; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx { background-color: transparent; background-image: none; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .row .container > .video-iframe-container { display: none; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .row > .video-iframe-container { display: none; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .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); }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx { border-width: 0; border-radius: 0; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .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; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P19UhNfdtczEtynJSfpU27vTFdu6weGg { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.8125rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTf3LFTEVvNoQbgbokhilrKnP1rafepN { position:absolute;display:block;z-index:15010;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:15rem;width:12.625rem;top:1.5rem;left:5.375rem;overflow:hidden;display:block; }
#ntMGrxvSZCQ9ysTAdUSuyu5IDFqTU1Su { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.8125rem;height:10.3958375rem;font-style:normal;display:block; }
#XFRW1C8T03pR5l51t3xygBr8M32kTJfH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.874375rem;top:0.5625rem;left:1.5rem;display:block; }
#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 { position:relative;display:block; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 { background-color: transparent; background-image: none; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .row .container > .video-iframe-container { display: none; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .row > .video-iframe-container { display: none; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .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); }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 { border-width: 0; border-radius: 0; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .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; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vzaTtHMAQTDO822capc7tFruiF4nW75g { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:5.8125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOmPVJPs6GepyhmO3h3UuDmkFBCJ0aN8 { position:absolute;display:block;z-index:15010;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:15rem;width:12.625rem;top:1.5625rem;left:5.375rem;overflow:hidden;display:block; }
#TzU3IxTBTk3EmPh9AwgyCJ1oR83KvpTT { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.4375rem;left:25.9375rem;height:9.0963375rem;font-style:normal;display:block; }
#GI37oZT7kUzTXi0RpwQEkD4Tv6Iy66vL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.874375rem;top:0.6875rem;left:1.5rem;display:block; }
#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg { position:relative;display:block; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg { background-color: transparent; background-image: none; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .row .container > .video-iframe-container { display: none; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .row > .video-iframe-container { display: none; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .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); }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg { border-width: 0; border-radius: 0; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .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; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v6nkQpktcP9OL5nCCrEBG8Mg9OPE4zHG { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.875rem;top:0.5625rem;left:1.625rem;display:block; }
#Z62WB254twahZVxLfd7cobMTC8nJhEZt { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gl4bTvgKS5qXeLIuyggzzrGkGTXMMky3 { position:absolute;display:block;z-index:15010;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:15rem;width:12.625rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#vIN71l8pOX3Q0KpC9J4UprffRPC4qJLG { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.9375rem;height:12.9948125rem;font-style:normal;display:block; }
#J76FufVaQabl25TbTMTvhPwBFiuUP92H { position:relative;display:block; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H { background-color: transparent; background-image: none; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .row .container > .video-iframe-container { display: none; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .row > .video-iframe-container { display: none; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .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); }#J76FufVaQabl25TbTMTvhPwBFiuUP92H { border-width: 0; border-radius: 0; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .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; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .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:27.5rem;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; }#BBBf8zL82ATdfcFOyo64dWgqp0SvroMk { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:26.25rem;width:71.875rem;top:0.5625rem;left:1.6242179870606rem;display:block; }
#I8BcA5A2KQhzq8xL1MqDFxW6rbEpX1RG { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWTrug2ISRgmdxwg02gSZOQir5JWiaWE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:12.5625rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#gMmOQ8O18tbkEbqrwy8PZ3F8eJ3AStdq { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.9375rem;height:22.09113125rem;font-style:normal;display:block; }
#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 { position:relative;display:block; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 { background-color: transparent; background-image: none; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .row .container > .video-iframe-container { display: none; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .row > .video-iframe-container { display: none; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .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); }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 { border-width: 0; border-radius: 0; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .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; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mx5bmJ406AtvhsMA5tknOz1krTPdd0Uh { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.875rem;top:0.5625rem;left:1.625rem;display:block; }
#hgA7kNDGHQwTpTafP3qpR761xdqILaTe { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvLBXMei5VRM6grSZ0MXgf1vAZ6g69t1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:12.5625rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#K0648LJALWnbvvRypWI9Eg82iWRqtIOk { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2.7597651481628rem;left:25.9375rem;height:19.492175rem;font-style:normal;display:block; }
#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn { position:relative;display:block; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn { background-color: transparent; background-image: none; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .row .container > .video-iframe-container { display: none; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .row > .video-iframe-container { display: none; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .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); }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn { border-width: 0; border-radius: 0; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .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; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTUgnwOrEoiCTeJqfb5s9CX8olw6iZ9J { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.875rem;top:0.5625rem;left:1.625rem;display:block; }
#UMTmAousWJqrzshfuCMB2RKzfQEMn7Ba { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LWJUFrFn3aP4pRLbqAeXdT6k3rZL5Tac { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#zcG3XMML53DZRvAAB56rTzpRqnDTvdtR { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.7586030960083rem;left:25.937107086182rem;height:19.49219375rem;font-style:normal;display:block; }
#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 { position:relative;display:block; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 { background-color: transparent; background-image: none; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .row .container > .video-iframe-container { display: none; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .row > .video-iframe-container { display: none; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .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); }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 { border-width: 0; border-radius: 0; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .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; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .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:30rem;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; }#qp9m2TQCh8Pwy5J02GGtLRuupIzVP0z7 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:28.25rem;width:71.875rem;top:0.5625rem;left:1.6242179870606rem;display:block; }
#PcHxIs2QSM3wpZ2OWaJeAi6rkf8bCPNx { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnAgPSTRwiFMO8HTvVGtCGRVPOXp9ZIi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#ppycUU8S1g3irawSCiFfMV2IEVgZPFX5 { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:2.7585849761963rem;left:25.937107086182rem;height:23.390625rem;font-style:normal;display:block; }
#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt { position:relative;display:block; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt { background-color: transparent; background-image: none; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .row .container > .video-iframe-container { display: none; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .row > .video-iframe-container { display: none; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .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); }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt { border-width: 0; border-radius: 0; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .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; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .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:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vo3QTvD9BzwCXWNb3H94iuFvlVbJxNR6 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:23.8125rem;width:71.875rem;top:0.5625rem;left:1.625rem;display:block; }
#lKietVDiVF0W1AWdoOd9OdV2JkZ9ypxS { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUP5HTHyoIIhinnA3vVCGrzI2AOxxQ1h { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:12.5625rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#McWwEC6pmsUQiLZhixkTxDxmB2h0IveT { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.937107086182rem;height:14.294275rem;font-style:normal;display:block; }
#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU { position:relative;display:block; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU { background-color: transparent; background-image: none; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .row .container > .video-iframe-container { display: none; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .row > .video-iframe-container { display: none; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .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); }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU { border-width: 0; border-radius: 0; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .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; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .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:30.9375rem;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; }#lTrG16iHCTLqEt21VfQeah7zqhc4eqfs { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:27.9375rem;width:71.875rem;top:0.5625rem;left:1.625rem;display:block; }
#NTnWS68eetF9IFxFJfnH7MbmWVwRgwoG { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLNUiSW5Op3Pl5OyumuVTkblD6fwm2pT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:12.5rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#PBKRo15rET9hhwkTJVefFWWrCVdt0ukK { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.937107086182rem;height:22.09115625rem;font-style:normal;display:block; }
#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk { position:relative;display:block; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk { background-color: transparent; background-image: none; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .row .container > .video-iframe-container { display: none; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .row > .video-iframe-container { display: none; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .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); }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk { border-width: 0; border-radius: 0; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .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; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .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:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yq72UxhfwlBs3qxxc5kF6lhntuqmkput { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:30.8125rem;width:71.875rem;top:0.5625rem;left:1.625rem;display:block; }
#Z2Gyx9myTEus2GZoI3W6fKwqQ3QxfatE { color:#6a52c6;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.9375rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfpSNNnXgph51birXG3OEwUUbVIWO0wL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:12.5rem;top:1.5rem;left:5.5rem;overflow:hidden;display:block; }
#zEC65kCsIFxyhkHqFEBwn9ECAutXsyil { color:#868686;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:3.375rem;left:25.937107086182rem;height:25.98956875rem;font-style:normal;display:block; }
#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { background-color:#6a52c6;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; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { background-color: transparent; background-image: none; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container > .video-iframe-container { display: none; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row > .video-iframe-container { display: none; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .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); }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { border-width: 0; border-radius: 0; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { font-size:0.875rem;font-family:arial;height:80.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.375rem;height:1.4625rem;display:block; }
#c9e2McezRZHsI0ohvTd4RAszR1bhm0PR { color:#5bc479;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3351564407349rem;left:21.086715698243rem;height:3.4931625rem;display:block; }
#NOBhB0WciL2eR4FA8PrSBA6fMpLgQ4sO { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:7.939453125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#eCQ2ut8eDa2L1MzvnXirQ3TTidvcU9SC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:21.9375rem;left:3.0625rem; }
#JxZSfIJ4G36cdp4UT25QWDScNFQXb8xI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:18.75rem;left:3.0625rem; }
#M6r7IWoyTTfpTcKJOntiIMtQmnelxfaU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:25.1875rem;left:3.0625rem; }
#X8KAIkzKdSrRKtswyrpyomkCmkTzJQcz { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:6.375rem;height:1.4625rem;display:block; }
#ZGzOTioZeeUl6QGkSabRRId3Ula0Q1Fq { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:6.375rem;height:2.9375rem;display:block; }
#TCOvSz8OZrLipxi5wHcpCPlFTH2d4TfI { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.4375rem;left:6.375rem;height:1.4625rem;display:block; }
#BX0Q6fCleGUzW61KyongUxssKgrBaIqX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#M8k7zDlI3ilSgiUgpDrtwTgIRVQbeoxO { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#CaTVmc6wc9gJGfWibBTDI7UHiNpnmwV6 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:0.0625rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#vTyDNPXyNZTEXwZBKkl3g7TT6JzvEn2E { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#L2Ic4eGKBz2fD7T6xXNNGn1m5yT7CpbA { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#xFRNtkJ2a7Wv66N0kbCvpZzpBCEMt5tf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:15.125rem;left:3.0625rem; }
#L3huPSJzTu73afVdpbiCn857vyHCT73c { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:76.6875rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#ssaldpZ3bCHK0aX5gqbWqMR00UUOtfIl { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:72.75rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#QQChCQ1CQezd58oFLPBTGTiId7qGa0tz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:68.8125rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#ZkNeCWTQBzlKTptM0lH7sslJWMVwthdW { box-sizing:content-box;height:3.49921875rem;width:3.49921875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:64.9375rem;left:0.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#L4rxySiaTRKaPPwr4EIhLGu6zXHb91Kb { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:76.6875rem;left:7.875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#piJ9dB95w24nzzmUZnafiP35WDccdznc { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:72.75rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#JDWKHAxQ3pCNkVsoVNNXo19vwA8GkyRS { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:72.8125rem;left:66.75rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#G2Hrtt5L6MT5Xx3d6sFP3c87TV3lmeio { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:72.8125rem;left:70.6875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#Ss7QbNTNUM9gQ75FzfvXs4HfAuKqzxhk { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:68.8125rem;left:70.6875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#iveXtbV9020Q2CrsRHNplE2yEteQvZhd { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:76.75rem;left:62.8125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#sWHHKp1n2HzfNCNaKeRFKkE3toReaOSd { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:72.8125rem;left:62.8125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#TOWH8NyOFc3ywTM6eG2RmdeKpwrQOBIE { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:76.75rem;left:66.75rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#vnTbP43hGb0TqvrUezO3iJQla2cdMRHu { box-sizing:content-box;height:19rem;width:25.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(193,182,255,0.23);background-image:none;top:13.3125rem;left:1.1875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:28.6875rem;left:3rem; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#rfaBAHOFimpe19FwaRfuoZVLvEDpNoPM { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.9375rem;left:6.375rem;height:1.4625rem;display:block; }
#wZ8TR98ZHTcuXLwHbOIQ3btmwrpJSUfv { color:#000000;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:75.625rem;left:3.375rem;height:2.5989625rem;display:block; }
#kKzpedK1nBUtJBnaQIoc1bOoCsnUoPl1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.5109375rem;height:2.1359375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:75.842573165894rem;left:60.830856323243rem;display:block; }
#gImOhsFRPZygsQotTpfeuFOT6CfL3r7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kt5kN1MO8KfnlrQ4AqcwI4VwDu5yw0TX { color:#ffffff;display:block;width:19.2491875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:35.998826026916rem;left:3.0597648620606rem;height:7.79688125rem;font-style:normal;display:block; }
#comx6iIh28PTc1MvqdvZwH3eIFhd6eTM { box-sizing:content-box;height:53.125rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:13.842182159424rem;left:31.686325073243rem;display:block; }
#PVx8RMTbZ2uuIOKRH1QPJbm3oTd1oM0f { position:absolute;display:block;z-index:15015;height:14.810125rem;width:26.5605625rem;top:13.312499046326rem;left:39.898826599121rem;display:block; }
#kvOtuzx3uSteoVuvbDf7dndm9Oa5xKOb { position:absolute;display:block;z-index:15013;height:12.4359375rem;width:22.309rem;top:48.514452934265rem;left:2.2160148620606rem;display:block; }
#Tf9565993fdb1939569eb5d96b0165db.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6a52c6;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; } #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection *:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="text"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="email"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="tel"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection textarea:focus-visible { outline: none; } #FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container { background-color: transparent; background-image: none; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container > .video-iframe-container { display: none; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row > .video-iframe-container { display: none; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .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); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container { border-width: 0; border-radius: 0; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L { background-color:#6a52c6;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:none; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { border-width: 0; border-radius: 0; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;overflow:visible;position:relative;display:none; }#DUPgVgwKToKFKbBtQhXttLBFs8USV26s { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.4375rem;left:11.6875rem;height:1.4619125rem;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-form-header {  }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#ffffff;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:31.25rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.875rem;overflow:hidden;font-style:normal; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-container:first-of-type{padding-top:0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-container:last-of-type{padding-bottom:0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.015625rem;left:39rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP {display:block;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.015625rem;left:39rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #LxvT9pF182xrT9O8wIfKsiTHbxFRnUk4 { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #swEhTSVJWFRsdyEWDDGnJFUxeOUvI1ep { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #TX3lfti8SUHx3lPvstNBEC7Hyv4CS15B { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #DSvzqPnn59QRWczVIJXW5xTdC9Ace3EX { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #fq9msArOyaDCoS1MJm3ZfLAIkanbFWJL { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #iQIUu7JChHAZimNiOsltTkOaaXc7WLUB { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #O8PNHGGLILLcvZx0i5iSRV2HiPtpdWtC { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #XDS18vaTduA0DJao2u3yS46yxFddzsWe { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #vvK1e2hDr6NG2zgeFNx5Tcrt3Qz32VAN { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #r734E9e0SUTTwN4sF7eXSQLnVEz54eJ9 { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #BdivMVrv1ufQOw86qJtpBrdbVeVuOm8V { position:relative;display:block; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #gRM8q4EUQSdBdxcV8dOeFoiwxQEMJ5nP { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #suu6fkbMUEqQSfMHpW8TNITT6V3zxPP4 { position:relative; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #JDupIrTBKLMBTvuhHqbd6Hq1xsIffvia { position:relative; }
#sfsmyexgKaDGXUKgaJe4u8TbC1RiXlbs { color:#5bc479;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.513671875rem;left:3.75rem;height:6.9863125rem;display:block; }
#FQru05PqsBsd0LQgzQkz843JLaNuHcVz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:7.939453125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#oQ2EdcBGUbLtlOB9xbZVar470KRFlqVr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:22.3125rem;left:8.375rem; }
#yyVOdF5H2vxlqXzci308bF2QA7P5Iapx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:19.125rem;left:8.375rem; }
#C5q4NFlwoEuybQbaFNC2XB0kMKRy44uP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:25.5625rem;left:8.375rem; }
#cy55ABMqfCKX7A6RZ5Zf6aLZXrMeF4zp { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.3125rem;left:11.6875rem;height:1.4619125rem;display:block; }
#RFLLZaSQOZVEVk3vQpn1H4Xi4uhqNdA9 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:11.6875rem;height:2.9375rem;display:block; }
#bTtzWxRdZJtFfonJozIexXFp4JWhMTKW { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.8125rem;left:11.6875rem;height:1.4619125rem;display:block; }
#PBsOhsdSl18pkgvvCnTx3aT5R4Fc5K6Z { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#iAbCeeRbpODabmo0m7fR2VsV1NW4pfSK { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#FlCFL3SSKtXbpK7TZ0EK3hEWP3cyu34s { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:0.0625rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#RlCrGdnlTqVn5qrJ1F6fmCdN8wb5u1sf { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:0rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#DJVMLzSiIbkKKbFdn3DoO9PnvbBGNV6L { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:4.001953125rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#VDLzbeaOcB2HKCrywGCAJWshzTsVVAM9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:15.5rem;left:8.375rem; }
#paOhNx85i7P2uvse1hyeV2hWTh969X79 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:32.4375rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#i6UlJaczbv8W0IAvwkJxfvqwS0iPGiRk { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:28.5rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#VTfiUThoqltTCofMhWVHcOJRhH2lkVA0 { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:24.5625rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#GbsITsDe3U7ZpaX8gmuBhgUu2UHlrEKp { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:21rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#LI0Aa3fynRzxt0M2XsHZPM7pyAcrKSMT { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:32.4375rem;left:7.875rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#TdJXQrdCT1lX343wO2XnCREkneSiFk3T { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:28.5rem;left:3.9375rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#TKtqlBNTTIerraf7PrZcV3wc95IenkOt { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#d8GKT1Zxus2PGEaH42QMvsbddrNMxETQ { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#sMLxxhSUidomTCQe24d2sA4LE9rws54t { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;top:24.75rem;left:71rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#NUQKeExbk4ygxFny4x56Wk06rNnguPTX { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;top:32.6875rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#us0pBVp44PFxzU5Zy63WxeEnCbUdIqJR { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:28.75rem;left:63.125rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#uycBsw0zTGImTABxGQfvm6ZebbsJxZhz { box-sizing:content-box;height:3.5rem;width:3.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:32.6875rem;left:67.0625rem;border-top:0.25rem solid rgba(0,0,0,0.08);border-left:0.25rem solid rgba(0,0,0,0.08);border-right:0.25rem solid rgba(0,0,0,0.08);border-bottom:0.25rem solid rgba(0,0,0,0.08);display:block; }
#xb7WRMaUzWRcTUlgkKqhGTDVh6TkWRp3 { box-sizing:content-box;height:15.4375rem;width:27.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(193,182,255,0.23);background-image:none;top:13.5625rem;left:5.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti { display:block; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TatkMIX4i9AazcimcXMwLGZo9bgJ51Na { width:2.4375rem;height:2.4375rem;top:0.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdK9yzRTkILhcoBmc6aiphLKuDtcy8QW { width:1.875rem;height:1.875rem;top:0.9375rem;left:42.9375rem;display:block; }
#BdK9yzRTkILhcoBmc6aiphLKuDtcy8QW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TTOWicnuouRW1iVEM40osBVGeHvgtoxy { width:1.5rem;height:1.5rem;top:1.125rem;left:46.25rem;display:block; }
#TTOWicnuouRW1iVEM40osBVGeHvgtoxy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #GInU4a4Ape2Gn2By9rQfQBZ3tM5T1L8B { width:9.625rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SobhP4ETpPJlrG0A0RMo3tD8uRqqMfoI { width:36.375rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnRzIUyKGmSZ924JiGb3dET1aEJTgXu { width:8.0625rem;height:1.125rem;top:1.3125rem;left:39.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmxpZQpkH2s3Fz5yKkI3Mv44guwWXona { width:2.4375rem;height:2.4375rem;top:0.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH5W8ucPCTBsPqq9UGtzCoaS2glnlzWL { width:1.5rem;height:1.5rem;top:1.0625rem;left:46.25rem;display:block; }
#VH5W8ucPCTBsPqq9UGtzCoaS2glnlzWL > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #DmDbysHV84q5IKm842iIonIX271c3Cr8 { width:19.1875rem;height:7.9375rem;top:32.25rem;left:28.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxXaXSZ4vvQbxXK2wCmbK3toOzPxDSlP { width:7.875rem;height:2.5rem;top:3.9375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6SCQRkyW89BSiBRJXC4UiCuXM0ru7V { display:block; }
 }@media only screen and (max-width: 763px) { #Jy6tq3aZ9TMyuymnb2Mq4CkVSpuDBC54 { width:7.875rem;height:2.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbbJ96kNeH4UmwZ2GygpCmmdX702aCpR { display:block; }
 }@media only screen and (max-width: 763px) { #u1GwRvPoXQ5ID8TT9qynxumJv3DJJtBA { width:7.8125rem;height:2.5rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbckNhowSIb91dLKuKV5ElLL74KrDVe { display:block; }
 }@media only screen and (max-width: 763px) { #W7P7p7y5FU5NxDRGd6weHofmTcKTm2ba { width:7.8125rem;height:2.4375rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq89GxFTu6TdHOhvAOEK6c5Fi2hzzn9g { display:block; }
 }@media only screen and (max-width: 763px) { #ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm { display:block; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUnoDm9Q21NxBoHdSm88qDQUdsrJIIlm { top:14.5rem;left:15.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKMyVC5RILr6Z3S1VaMTDDcKn8M6wqIb { top:10.1875rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx { display:block; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9sd9bBC7NuVcBQUdKMtiMVK7I0iDyQu { top:21.75rem;left:0rem;width:12.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzTl06Vptxsu7tal0C3cifE61eHF1f67 { top:7.3125rem;left:0rem;width:45rem;height:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVVi5Qk6oEi9Uwn6wuMBJcISkDzt1BZ9 { width:12.9375rem;height:15.1875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feeCCmSAKn7gIsvOqJslavLTELXU6g79 { top:4.5rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 { display:block; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRFcfGGDT8iT1OTdDnQ1wz7rctqsNFDw { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSL2WJondZTUPFaTnS9vvegl1yAdyN1G { top:3.375rem;left:0rem;width:45rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVNvXZNHrIEFBZECJTFrbZF9W2RyvEv { width:12.625rem;height:15.050647947898rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46Z0HQnu1209yWmZyPVxnxZvMgIvnaZ { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b { display:block; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX6rqTRQK753GkASliJ2uFCp8aXxOXHW { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3n3DEJXCv5bPRoMTXXRtbcMu3JxTBzZ { width:12.625rem;height:14.927064294758rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1gBoAA4z6qAIynqRlhzu1QJhxi1bPoF { top:3.375rem;left:0rem;width:45rem;height:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS59HXZlcoFZB9M9vlCSrPw0C3vfm9bJ { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx { display:block; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P19UhNfdtczEtynJSfpU27vTFdu6weGg { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTf3LFTEVvNoQbgbokhilrKnP1rafepN { width:12.5625rem;height:14.926185926315rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMGrxvSZCQ9ysTAdUSuyu5IDFqTU1Su { top:3.375rem;left:0rem;width:45rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFRW1C8T03pR5l51t3xygBr8M32kTJfH { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 { display:block; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzaTtHMAQTDO822capc7tFruiF4nW75g { top:17.875rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOmPVJPs6GepyhmO3h3UuDmkFBCJ0aN8 { width:12.5625rem;height:14.926185926315rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzU3IxTBTk3EmPh9AwgyCJ1oR83KvpTT { top:3.4375rem;left:0rem;width:45rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI37oZT7kUzTXi0RpwQEkD4Tv6Iy66vL { top:0.6875rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg { display:block; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6nkQpktcP9OL5nCCrEBG8Mg9OPE4zHG { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z62WB254twahZVxLfd7cobMTC8nJhEZt { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl4bTvgKS5qXeLIuyggzzrGkGTXMMky3 { width:12.5625rem;height:14.926185926315rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIN71l8pOX3Q0KpC9J4UprffRPC4qJLG { top:3.375rem;left:0rem;width:45rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J76FufVaQabl25TbTMTvhPwBFiuUP92H { display:block; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBBf8zL82ATdfcFOyo64dWgqp0SvroMk { top:0.5625rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8BcA5A2KQhzq8xL1MqDFxW6rbEpX1RG { top:17.75rem;left:0rem;width:11.8125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTrug2ISRgmdxwg02gSZOQir5JWiaWE { width:12.5625rem;height:14.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMmOQ8O18tbkEbqrwy8PZ3F8eJ3AStdq { top:2.5rem;left:0rem;width:45rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 { display:block; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx5bmJ406AtvhsMA5tknOz1krTPdd0Uh { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgA7kNDGHQwTpTafP3qpR761xdqILaTe { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLBXMei5VRM6grSZ0MXgf1vAZ6g69t1 { width:12.5625rem;height:14.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0648LJALWnbvvRypWI9Eg82iWRqtIOk { top:2.75rem;left:0rem;width:45rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUFUQx5q89apTTOCkWEErVqWxLxTKPqn { display:block; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTUgnwOrEoiCTeJqfb5s9CX8olw6iZ9J { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTmAousWJqrzshfuCMB2RKzfQEMn7Ba { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJUFrFn3aP4pRLbqAeXdT6k3rZL5Tac { width:12.5rem;height:14.8125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcG3XMML53DZRvAAB56rTzpRqnDTvdtR { top:2.75rem;left:1.375rem;width:45rem;height:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 { display:block; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp9m2TQCh8Pwy5J02GGtLRuupIzVP0z7 { top:0.5625rem;left:0rem;width:47.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcHxIs2QSM3wpZ2OWaJeAi6rkf8bCPNx { top:17.75rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnAgPSTRwiFMO8HTvVGtCGRVPOXp9ZIi { width:12.5rem;height:14.8125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppycUU8S1g3irawSCiFfMV2IEVgZPFX5 { top:2.75rem;left:0rem;width:45rem;height:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9GKbK5IZefH7QU0vepDPxLMkdiguMt { display:block; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vo3QTvD9BzwCXWNb3H94iuFvlVbJxNR6 { top:0.5625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKietVDiVF0W1AWdoOd9OdV2JkZ9ypxS { top:17.75rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUP5HTHyoIIhinnA3vVCGrzI2AOxxQ1h { width:12.5625rem;height:14.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWwEC6pmsUQiLZhixkTxDxmB2h0IveT { top:3.375rem;left:1.375rem;width:45rem;height:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU { display:block; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTrG16iHCTLqEt21VfQeah7zqhc4eqfs { top:0.5625rem;left:0rem;width:47.75rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTnWS68eetF9IFxFJfnH7MbmWVwRgwoG { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLNUiSW5Op3Pl5OyumuVTkblD6fwm2pT { width:12.5rem;height:14.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBKRo15rET9hhwkTJVefFWWrCVdt0ukK { top:3.375rem;left:0rem;width:45rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbButkiDSheXtFzwG0TX3fr0TwkAQAk { display:block; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yq72UxhfwlBs3qxxc5kF6lhntuqmkput { top:0.5625rem;left:0rem;width:47.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Gyx9myTEus2GZoI3W6fKwqQ3QxfatE { top:17.8125rem;left:0rem;width:11.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfpSNNnXgph51birXG3OEwUUbVIWO0wL { width:12.5rem;height:14.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEC65kCsIFxyhkHqFEBwn9ECAutXsyil { top:3.375rem;left:0rem;width:45rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { display:block; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { width:16.875rem;height:1.4375rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9e2McezRZHsI0ohvTd4RAszR1bhm0PR { width:37.25rem;height:3.5rem;top:3.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOBhB0WciL2eR4FA8PrSBA6fMpLgQ4sO { width:3.5rem;height:3.5rem;top:7.9375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCQ2ut8eDa2L1MzvnXirQ3TTidvcU9SC { width:1.875rem;height:1.875rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZSfIJ4G36cdp4UT25QWDScNFQXb8xI { width:1.875rem;height:1.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6r7IWoyTTfpTcKJOntiIMtQmnelxfaU { width:1.875rem;height:1.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KAIkzKdSrRKtswyrpyomkCmkTzJQcz { width:16.875rem;height:1.4375rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzOTioZeeUl6QGkSabRRId3Ula0Q1Fq { width:16.875rem;height:2.9375rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOvSz8OZrLipxi5wHcpCPlFTH2d4TfI { width:18.9375rem;height:1.4375rem;top:25.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0Q6fCleGUzW61KyongUxssKgrBaIqX { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8k7zDlI3ilSgiUgpDrtwTgIRVQbeoxO { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTVmc6wc9gJGfWibBTDI7UHiNpnmwV6 { width:3.5rem;height:3.5rem;top:0.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyDNPXyNZTEXwZBKkl3g7TT6JzvEn2E { width:3.5rem;height:3.5rem;top:0rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ic4eGKBz2fD7T6xXNNGn1m5yT7CpbA { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRNtkJ2a7Wv66N0kbCvpZzpBCEMt5tf { width:1.875rem;height:1.875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3huPSJzTu73afVdpbiCn857vyHCT73c { width:3.4375rem;height:3.4375rem;top:76.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssaldpZ3bCHK0aX5gqbWqMR00UUOtfIl { width:3.4375rem;height:3.4375rem;top:72.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQChCQ1CQezd58oFLPBTGTiId7qGa0tz { width:3.4375rem;height:3.4375rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkNeCWTQBzlKTptM0lH7sslJWMVwthdW { width:3.4375rem;height:3.4375rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rxySiaTRKaPPwr4EIhLGu6zXHb91Kb { width:3.4375rem;height:3.4375rem;top:76.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #piJ9dB95w24nzzmUZnafiP35WDccdznc { width:3.4375rem;height:3.4375rem;top:72.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDWKHAxQ3pCNkVsoVNNXo19vwA8GkyRS { width:3.4375rem;height:3.4375rem;top:72.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2Hrtt5L6MT5Xx3d6sFP3c87TV3lmeio { width:3.4375rem;height:3.4375rem;top:72.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss7QbNTNUM9gQ75FzfvXs4HfAuKqzxhk { width:3.4375rem;height:3.4375rem;top:68.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iveXtbV9020Q2CrsRHNplE2yEteQvZhd { width:3.4375rem;height:3.4375rem;top:76.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWHHKp1n2HzfNCNaKeRFKkE3toReaOSd { width:3.4375rem;height:3.4375rem;top:72.8125rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOWH8NyOFc3ywTM6eG2RmdeKpwrQOBIE { width:3.4375rem;height:3.4375rem;top:76.75rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnTbP43hGb0TqvrUezO3iJQla2cdMRHu { width:25.8125rem;height:19rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB { width:1.9375rem;height:1.9375rem;top:28.6875rem;left:0rem;display:block; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #rfaBAHOFimpe19FwaRfuoZVLvEDpNoPM { width:20.8125rem;height:1.4375rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8TR98ZHTcuXLwHbOIQ3btmwrpJSUfv { width:47.75rem;height:2.5625rem;top:75.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKzpedK1nBUtJBnaQIoc1bOoCsnUoPl1 { width:8.5rem;height:2.125rem;top:75.8125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImOhsFRPZygsQotTpfeuFOT6CfL3r7T { display:block; }
 }@media only screen and (max-width: 763px) { #kt5kN1MO8KfnlrQ4AqcwI4VwDu5yw0TX { width:19.1875rem;height:7.75rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #comx6iIh28PTc1MvqdvZwH3eIFhd6eTM { width:0.0625rem;height:53.125rem;top:13.8125rem;left:18.061325073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVx8RMTbZ2uuIOKRH1QPJbm3oTd1oM0f { width:26.5rem;height:14.75rem;top:13.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOtuzx3uSteoVuvbDf7dndm9Oa5xKOb { width:22.25rem;height:12.375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection { display:block; } #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection *:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="text"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="email"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="tel"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection textarea:focus-visible { outline: none; } #FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container { width:47.75rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L { display:none; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DUPgVgwKToKFKbBtQhXttLBFs8USV26s { width:16.875rem;height:1.4375rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-regular-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-textarea { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-button { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-checkbox-label { width:29.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP  { width:31.25rem;height:auto;top:5rem;left:14rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .radio-container { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP {display:block;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP { width:31.25rem;height:auto;top:5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #LxvT9pF182xrT9O8wIfKsiTHbxFRnUk4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #swEhTSVJWFRsdyEWDDGnJFUxeOUvI1ep {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #TX3lfti8SUHx3lPvstNBEC7Hyv4CS15B {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #DSvzqPnn59QRWczVIJXW5xTdC9Ace3EX {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #fq9msArOyaDCoS1MJm3ZfLAIkanbFWJL {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #iQIUu7JChHAZimNiOsltTkOaaXc7WLUB {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #O8PNHGGLILLcvZx0i5iSRV2HiPtpdWtC {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #XDS18vaTduA0DJao2u3yS46yxFddzsWe {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #vvK1e2hDr6NG2zgeFNx5Tcrt3Qz32VAN {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #r734E9e0SUTTwN4sF7eXSQLnVEz54eJ9 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #BdivMVrv1ufQOw86qJtpBrdbVeVuOm8V {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #gRM8q4EUQSdBdxcV8dOeFoiwxQEMJ5nP {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #suu6fkbMUEqQSfMHpW8TNITT6V3zxPP4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #JDupIrTBKLMBTvuhHqbd6Hq1xsIffvia {  }
 }@media only screen and (max-width: 763px) { #sfsmyexgKaDGXUKgaJe4u8TbC1RiXlbs { width:22.9375rem;height:6.9375rem;top:4.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQru05PqsBsd0LQgzQkz843JLaNuHcVz { width:3.5rem;height:3.5rem;top:7.9375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ2EdcBGUbLtlOB9xbZVar470KRFlqVr { width:1.875rem;height:1.875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVOdF5H2vxlqXzci308bF2QA7P5Iapx { width:1.875rem;height:1.875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5q4NFlwoEuybQbaFNC2XB0kMKRy44uP { width:1.875rem;height:1.875rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy55ABMqfCKX7A6RZ5Zf6aLZXrMeF4zp { width:16.875rem;height:1.4375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFLLZaSQOZVEVk3vQpn1H4Xi4uhqNdA9 { width:16.875rem;height:2.875rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtzWxRdZJtFfonJozIexXFp4JWhMTKW { width:19rem;height:1.4375rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBsOhsdSl18pkgvvCnTx3aT5R4Fc5K6Z { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbCeeRbpODabmo0m7fR2VsV1NW4pfSK { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlCFL3SSKtXbpK7TZ0EK3hEWP3cyu34s { width:3.5rem;height:3.5rem;top:0.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlCrGdnlTqVn5qrJ1F6fmCdN8wb5u1sf { width:3.5rem;height:3.5rem;top:0rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJVMLzSiIbkKKbFdn3DoO9PnvbBGNV6L { width:3.5rem;height:3.5rem;top:4rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLzbeaOcB2HKCrywGCAJWshzTsVVAM9 { width:1.875rem;height:1.875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOhNx85i7P2uvse1hyeV2hWTh969X79 { width:3.5rem;height:3.5rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UlJaczbv8W0IAvwkJxfvqwS0iPGiRk { width:3.5rem;height:3.5rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfiUThoqltTCofMhWVHcOJRhH2lkVA0 { width:3.5rem;height:3.5rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsITsDe3U7ZpaX8gmuBhgUu2UHlrEKp { width:3.5rem;height:3.5rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI0Aa3fynRzxt0M2XsHZPM7pyAcrKSMT { width:3.5rem;height:3.5rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJXQrdCT1lX343wO2XnCREkneSiFk3T { width:3.5rem;height:3.5rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtqlBNTTIerraf7PrZcV3wc95IenkOt { width:3.5rem;height:3.5rem;top:28.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8GKT1Zxus2PGEaH42QMvsbddrNMxETQ { width:3.5rem;height:3.5rem;top:28.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLxxhSUidomTCQe24d2sA4LE9rws54t { width:3.5rem;height:3.5rem;top:24.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUQKeExbk4ygxFny4x56Wk06rNnguPTX { width:3.5rem;height:3.5rem;top:32.6875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0pBVp44PFxzU5Zy63WxeEnCbUdIqJR { width:3.5rem;height:3.5rem;top:28.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uycBsw0zTGImTABxGQfvm6ZebbsJxZhz { width:3.5rem;height:3.5rem;top:32.6875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7WRMaUzWRcTUlgkKqhGTDVh6TkWRp3 { width:27.1875rem;height:15.4375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti { position:relative;z-index:auto;display:block; }#ZTFmvToEtLLVqHbsTMXk2vye65ugm5Ti > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TatkMIX4i9AazcimcXMwLGZo9bgJ51Na { width:2.4375rem;height:2.4375rem;top:0.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdK9yzRTkILhcoBmc6aiphLKuDtcy8QW { width:1.875rem;height:1.875rem;top:0.9375rem;left:9.0625rem;display:none; }
#BdK9yzRTkILhcoBmc6aiphLKuDtcy8QW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TTOWicnuouRW1iVEM40osBVGeHvgtoxy { width:1.5rem;height:1.5rem;top:1.125rem;left:9.25rem;font-size:1.125rem;display:none; }
#TTOWicnuouRW1iVEM40osBVGeHvgtoxy > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #GInU4a4Ape2Gn2By9rQfQBZ3tM5T1L8B { width:12.312rem;height:2.1875rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SobhP4ETpPJlrG0A0RMo3tD8uRqqMfoI { width:18.186875rem;height:2.59895625rem;top:4.6875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chnRzIUyKGmSZ924JiGb3dET1aEJTgXu { width:10.8748125rem;height:1.5434rem;top:8.53596875rem;left:4.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmxpZQpkH2s3Fz5yKkI3Mv44guwWXona { width:2.4375rem;height:2.4375rem;top:0.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH5W8ucPCTBsPqq9UGtzCoaS2glnlzWL { width:1.5rem;height:1.5rem;top:1.0625rem;left:9.25rem;font-size:1.125rem;display:none; }
#VH5W8ucPCTBsPqq9UGtzCoaS2glnlzWL > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #DmDbysHV84q5IKm842iIonIX271c3Cr8 { width:18.625rem;height:9.0963625rem;top:14.400000572204rem;left:0.6875rem;font-size:1rem;z-index:15003;color:#6a52c6;display:block; }
 }@media only screen and (max-width: 763px) { #BxXaXSZ4vvQbxXK2wCmbK3toOzPxDSlP { width:9rem;height:2.9375rem;top:24.739086914063rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6SCQRkyW89BSiBRJXC4UiCuXM0ru7V { display:block; }
 }@media only screen and (max-width: 763px) { #Jy6tq3aZ9TMyuymnb2Mq4CkVSpuDBC54 { width:7.875rem;height:2.5rem;top:28.924998092651rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbbJ96kNeH4UmwZ2GygpCmmdX702aCpR { display:block; }
 }@media only screen and (max-width: 763px) { #u1GwRvPoXQ5ID8TT9qynxumJv3DJJtBA { width:7.8125rem;height:2.5rem;top:32.674998092651rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbckNhowSIb91dLKuKV5ElLL74KrDVe { display:block; }
 }@media only screen and (max-width: 763px) { #W7P7p7y5FU5NxDRGd6weHofmTcKTm2ba { width:7.8125rem;height:2.4375rem;top:36.424998092651rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq89GxFTu6TdHOhvAOEK6c5Fi2hzzn9g { display:block; }
 }@media only screen and (max-width: 763px) { #ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm { display:block; }#ywxnAuKnIwMTvwCvrfubbmcQWALCzvGm > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUnoDm9Q21NxBoHdSm88qDQUdsrJIIlm { width:8.25rem;height:0.375rem;top:5.09921875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKMyVC5RILr6Z3S1VaMTDDcKn8M6wqIb { width:19.9991875rem;height:2.6003875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx { display:block; }#lnpenxLo3l1bCdn8PWKJZnPha2QSpGVx > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9sd9bBC7NuVcBQUdKMtiMVK7I0iDyQu { width:10.999375rem;height:1.6253875rem;top:13.3125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzTl06Vptxsu7tal0C3cifE61eHF1f67 { width:18.125rem;height:36.385425rem;top:15.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVVi5Qk6oEi9Uwn6wuMBJcISkDzt1BZ9 { width:10.7486875rem;height:12.6236875rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feeCCmSAKn7gIsvOqJslavLTELXU6g79 { width:20rem;height:53.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 { display:block; }#E9RNpPCduxsn4C0M253EP0gpV8lBUEH4 > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRFcfGGDT8iT1OTdDnQ1wz7rctqsNFDw { width:10.9991875rem;height:3.25078125rem;top:13.93710899353rem;left:4.4988277554512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSL2WJondZTUPFaTnS9vvegl1yAdyN1G { width:18.1241875rem;height:33.786525rem;top:18.623430252075rem;left:0.93749994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVNvXZNHrIEFBZECJTFrbZF9W2RyvEv { width:10.6241875rem;height:12.6234375rem;top:0rem;left:4.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46Z0HQnu1209yWmZyPVxnxZvMgIvnaZ { width:19.9991875rem;height:53.7491875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b { display:block; }#wSpxgH29FRxJZOWI1aCTJSTwbhmKFQ3b > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX6rqTRQK753GkASliJ2uFCp8aXxOXHW { width:10.9991875rem;height:1.6253875rem;top:14.5rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3n3DEJXCv5bPRoMTXXRtbcMu3JxTBzZ { width:10.562125rem;height:12.5625rem;top:0rem;left:4.4999998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1gBoAA4z6qAIynqRlhzu1QJhxi1bPoF { width:18.437125rem;height:37.6849rem;top:17.75rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS59HXZlcoFZB9M9vlCSrPw0C3vfm9bJ { width:20rem;height:58.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx { display:block; }#Lmf72ik2K1OOeJ1XHwh1uBBMlO8WJaGx > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P19UhNfdtczEtynJSfpU27vTFdu6weGg { width:10.9991875rem;height:3.25078125rem;top:13.934764862061rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTf3LFTEVvNoQbgbokhilrKnP1rafepN { width:10.5625rem;height:12.5625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMGrxvSZCQ9ysTAdUSuyu5IDFqTU1Su { width:18.2484375rem;height:23.39066875rem;top:18.873046875rem;left:0.87304681539537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFRW1C8T03pR5l51t3xygBr8M32kTJfH { width:20rem;height:44.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 { display:block; }#lGMvCJwI6m6EB1XB1sN814cu7uJccPq9 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzaTtHMAQTDO822capc7tFruiF4nW75g { width:10.9991875rem;height:3.25078125rem;top:14.246482849121rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOmPVJPs6GepyhmO3h3UuDmkFBCJ0aN8 { width:10.5625rem;height:12.5625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzU3IxTBTk3EmPh9AwgyCJ1oR83KvpTT { width:18.437125rem;height:22.09116875rem;top:19.562107086182rem;left:0.77929681539537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI37oZT7kUzTXi0RpwQEkD4Tv6Iy66vL { width:20rem;height:43.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg { display:block; }#zCsUJcPf3pEOwBnpkU2ArX2HDCZ19wXg > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6nkQpktcP9OL5nCCrEBG8Mg9OPE4zHG { width:20rem;height:50.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z62WB254twahZVxLfd7cobMTC8nJhEZt { width:10.9991875rem;height:3.25078125rem;top:14.123436808586rem;left:4.4988277554512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl4bTvgKS5qXeLIuyggzzrGkGTXMMky3 { width:10.5625rem;height:12.5625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIN71l8pOX3Q0KpC9J4UprffRPC4qJLG { width:18.624625rem;height:29.88798125rem;top:18.747654795647rem;left:0.68554681539537rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J76FufVaQabl25TbTMTvhPwBFiuUP92H { display:block; }#J76FufVaQabl25TbTMTvhPwBFiuUP92H > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBBf8zL82ATdfcFOyo64dWgqp0SvroMk { width:20rem;height:65rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8BcA5A2KQhzq8xL1MqDFxW6rbEpX1RG { width:10.9991875rem;height:3.25078125rem;top:13.811717510223rem;left:4.3253901600838rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTrug2ISRgmdxwg02gSZOQir5JWiaWE { width:10.5625rem;height:12.5625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMmOQ8O18tbkEbqrwy8PZ3F8eJ3AStdq { width:19.5rem;height:45.4818rem;top:17.998826980591rem;left:0.24726557731628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 { display:block; }#uRIGh0OTqd3XwsI5fhbTkcheTfL2yRc7 > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mx5bmJ406AtvhsMA5tknOz1krTPdd0Uh { width:20rem;height:59.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgA7kNDGHQwTpTafP3qpR761xdqILaTe { width:10.9991875rem;height:3.25078125rem;top:14.37304353714rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLBXMei5VRM6grSZ0MXgf1vAZ6g69t1 { width:10.5625rem;height:12.5625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0648LJALWnbvvRypWI9Eg82iWRqtIOk { width:19.125rem;height:37.6849rem;top:19.248044967651rem;left:0.43593746423721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUFUQx5q89apTTOCkWEErVqWxLxTKPqn { display:block; }#tUFUQx5q89apTTOCkWEErVqWxLxTKPqn > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTUgnwOrEoiCTeJqfb5s9CX8olw6iZ9J { width:20rem;height:59.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTmAousWJqrzshfuCMB2RKzfQEMn7Ba { width:10.9991875rem;height:1.6253875rem;top:13.999217867851rem;left:4.4988277554512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJUFrFn3aP4pRLbqAeXdT6k3rZL5Tac { width:10.5625rem;height:12.5625rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcG3XMML53DZRvAAB56rTzpRqnDTvdtR { width:18.437125rem;height:40.28381875rem;top:17.121092677116rem;left:0.77929681539537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 { display:block; }#MFCzArKkoRCTwnSxsdpzhL7riERdlrV4 > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qp9m2TQCh8Pwy5J02GGtLRuupIzVP0z7 { width:20rem;height:74.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcHxIs2QSM3wpZ2OWaJeAi6rkf8bCPNx { width:10.9991875rem;height:3.25078125rem;top:15.186326503754rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnAgPSTRwiFMO8HTvVGtCGRVPOXp9ZIi { width:10.5625rem;height:12.5625rem;top:1.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppycUU8S1g3irawSCiFfMV2IEVgZPFX5 { width:18.3116875rem;height:53.278625rem;top:19.559764385223rem;left:0.84374994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9GKbK5IZefH7QU0vepDPxLMkdiguMt { display:block; }#EG9GKbK5IZefH7QU0vepDPxLMkdiguMt > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vo3QTvD9BzwCXWNb3H94iuFvlVbJxNR6 { width:20rem;height:51.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKietVDiVF0W1AWdoOd9OdV2JkZ9ypxS { width:10.9991875rem;height:3.25078125rem;top:15.248436927796rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUP5HTHyoIIhinnA3vVCGrzI2AOxxQ1h { width:10.562125rem;height:12.5625rem;top:1.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McWwEC6pmsUQiLZhixkTxDxmB2h0IveT { width:18.624625rem;height:29.888025rem;top:19.685154914856rem;left:0.68554681539537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU { display:block; }#ZgO8hHJ48t2bzye8NtC6XAJWrQzxIrpU > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTrG16iHCTLqEt21VfQeah7zqhc4eqfs { width:20rem;height:67.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTnWS68eetF9IFxFJfnH7MbmWVwRgwoG { width:10.9991875rem;height:3.25078125rem;top:15.248436927796rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLNUiSW5Op3Pl5OyumuVTkblD6fwm2pT { width:10.5rem;height:12.4375rem;top:1.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBKRo15rET9hhwkTJVefFWWrCVdt0ukK { width:18.624625rem;height:46.78125625rem;top:19.685154914856rem;left:0.68554681539537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbButkiDSheXtFzwG0TX3fr0TwkAQAk { display:block; }#TqbButkiDSheXtFzwG0TX3fr0TwkAQAk > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yq72UxhfwlBs3qxxc5kF6lhntuqmkput { width:20rem;height:76.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Gyx9myTEus2GZoI3W6fKwqQ3QxfatE { width:10.9991875rem;height:3.25078125rem;top:15.248436927796rem;left:4.4999998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfpSNNnXgph51birXG3OEwUUbVIWO0wL { width:10.5rem;height:12.4375rem;top:1.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEC65kCsIFxyhkHqFEBwn9ECAutXsyil { width:18.624625rem;height:55.8776125rem;top:19.685154914856rem;left:0.68554681539537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 { display:block; }#rzoXSmB2cqIaDdoZOOB045olqTm4XQC6 > .row .container { width:20rem;height:125.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NL6v5eTFNzS5u7oAFxWxo8IS715D83fV { width:16.875rem;height:1.29948125rem;top:41.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9e2McezRZHsI0ohvTd4RAszR1bhm0PR { width:15.68675rem;height:5.19965rem;top:2.7679700851441rem;left:2.1562500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOBhB0WciL2eR4FA8PrSBA6fMpLgQ4sO { width:3.49935rem;height:3.49935rem;top:61.028472900391rem;left:12.749023139477rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCQ2ut8eDa2L1MzvnXirQ3TTidvcU9SC { width:2.5rem;height:2.5rem;top:38.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZSfIJ4G36cdp4UT25QWDScNFQXb8xI { width:2.5rem;height:2.5rem;top:31.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6r7IWoyTTfpTcKJOntiIMtQmnelxfaU { width:2.5rem;height:2.5rem;top:44.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8KAIkzKdSrRKtswyrpyomkCmkTzJQcz { width:16.875rem;height:1.29948125rem;top:35.25rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGzOTioZeeUl6QGkSabRRId3Ula0Q1Fq { width:16.875rem;height:2.625rem;top:27.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCOvSz8OZrLipxi5wHcpCPlFTH2d4TfI { width:18.999rem;height:1.29948125rem;top:47.75rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BX0Q6fCleGUzW61KyongUxssKgrBaIqX { width:3.49935rem;height:3.49935rem;top:53.092447280884rem;left:12.749836623669rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8k7zDlI3ilSgiUgpDrtwTgIRVQbeoxO { width:3.49935rem;height:3.49935rem;top:57.049957275391rem;left:12.749023139477rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTVmc6wc9gJGfWibBTDI7UHiNpnmwV6 { width:3.49935rem;height:3.49935rem;top:1.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyDNPXyNZTEXwZBKkl3g7TT6JzvEn2E { width:3.49935rem;height:3.49935rem;top:1.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ic4eGKBz2fD7T6xXNNGn1m5yT7CpbA { width:3.49935rem;height:3.49935rem;top:53.091644287109rem;left:8.8841139674188rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRNtkJ2a7Wv66N0kbCvpZzpBCEMt5tf { width:2.5rem;height:2.5rem;top:23.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3huPSJzTu73afVdpbiCn857vyHCT73c { width:3.49935rem;height:3.49935rem;top:128.6784275rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssaldpZ3bCHK0aX5gqbWqMR00UUOtfIl { width:3.49935rem;height:3.49935rem;top:99.6029025rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQChCQ1CQezd58oFLPBTGTiId7qGa0tz { width:3.49935rem;height:3.49935rem;top:61.090179443359rem;left:8.883951842785rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZkNeCWTQBzlKTptM0lH7sslJWMVwthdW { width:3.49935rem;height:3.49935rem;top:53.091644287109rem;left:5.0100910067558rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rxySiaTRKaPPwr4EIhLGu6zXHb91Kb { width:3.49935rem;height:3.49935rem;top:133.84444375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #piJ9dB95w24nzzmUZnafiP35WDccdznc { width:3.49935rem;height:3.49935rem;top:104.76891875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDWKHAxQ3pCNkVsoVNNXo19vwA8GkyRS { width:3.49935rem;height:3.49935rem;top:118.346395rem;left:8.0625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #G2Hrtt5L6MT5Xx3d6sFP3c87TV3lmeio { width:3.49935rem;height:3.49935rem;top:123.51241125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss7QbNTNUM9gQ75FzfvXs4HfAuKqzxhk { width:3.49935rem;height:3.49935rem;top:94.43688625rem;left:8.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #iveXtbV9020Q2CrsRHNplE2yEteQvZhd { width:3.49935rem;height:3.49935rem;top:139.01046rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWHHKp1n2HzfNCNaKeRFKkE3toReaOSd { width:3.49935rem;height:3.49935rem;top:113.18037875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOWH8NyOFc3ywTM6eG2RmdeKpwrQOBIE { width:3.49935rem;height:3.49935rem;top:144.17647625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnTbP43hGb0TqvrUezO3iJQla2cdMRHu { width:20rem;height:37.125rem;top:21.525000765919rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB { width:2.8125rem;height:2.8125rem;top:51.0625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
#LrhpdGT5C2FH37yIUiwS3IXruJ9ir0bB > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #rfaBAHOFimpe19FwaRfuoZVLvEDpNoPM { width:20rem;height:1.29948125rem;top:54.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8TR98ZHTcuXLwHbOIQ3btmwrpJSUfv { width:18.5609375rem;height:9.09635625rem;top:110.125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKzpedK1nBUtJBnaQIoc1bOoCsnUoPl1 { width:7.240625rem;height:1.86523125rem;top:121.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImOhsFRPZygsQotTpfeuFOT6CfL3r7T { display:block; }
 }@media only screen and (max-width: 763px) { #kt5kN1MO8KfnlrQ4AqcwI4VwDu5yw0TX { width:18.5625rem;height:7.79688125rem;top:10.646875575185rem;left:0.71875005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #comx6iIh28PTc1MvqdvZwH3eIFhd6eTM { width:19.9991875rem;height:35.0625rem;top:62.714057922362rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVx8RMTbZ2uuIOKRH1QPJbm3oTd1oM0f { width:20rem;height:14.75rem;top:72.933980941775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOtuzx3uSteoVuvbDf7dndm9Oa5xKOb { width:20rem;height:12.375rem;top:59.560544490814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection { background-color:#6a52c6;background-image:none;display:block; } #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection *:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="text"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="email"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection input[type="tel"]:focus-visible, #Tf9565993fdb1939569eb5d96b0165db.widget-smartsection textarea:focus-visible { outline: none; } #FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container { background-color: transparent; background-image: none; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container > .video-iframe-container { display: none; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row > .video-iframe-container { display: none; }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .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); }#FQ3XuWcoFAUa3S8WleHyQyqoGdJEqUA9 > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L { display:none; }#vKR4uWwq7MRPk8ki9aGJXL0N0kxT377L > .row .container { width:20rem;height:157.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DUPgVgwKToKFKbBtQhXttLBFs8USV26s { width:16.875rem;height:2.5996125rem;top:99.7742475rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-text {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-select {padding-top: 0; padding-bottom: 0;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP  { width:17.5rem;height:auto;top:40.75rem;left:0rem; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP {display:block;}#dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP { width:17.5rem;height:22.625rem;top:18.03060125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #LxvT9pF182xrT9O8wIfKsiTHbxFRnUk4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #swEhTSVJWFRsdyEWDDGnJFUxeOUvI1ep {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #TX3lfti8SUHx3lPvstNBEC7Hyv4CS15B {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #DSvzqPnn59QRWczVIJXW5xTdC9Ace3EX {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #fq9msArOyaDCoS1MJm3ZfLAIkanbFWJL {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #iQIUu7JChHAZimNiOsltTkOaaXc7WLUB {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #O8PNHGGLILLcvZx0i5iSRV2HiPtpdWtC {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #XDS18vaTduA0DJao2u3yS46yxFddzsWe {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #vvK1e2hDr6NG2zgeFNx5Tcrt3Qz32VAN {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #r734E9e0SUTTwN4sF7eXSQLnVEz54eJ9 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #BdivMVrv1ufQOw86qJtpBrdbVeVuOm8V {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #gRM8q4EUQSdBdxcV8dOeFoiwxQEMJ5nP {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #suu6fkbMUEqQSfMHpW8TNITT6V3zxPP4 {  }
 }@media only screen and (max-width: 763px) { #dfaqk9EV9GBKfCRiTU4EIBlkM7HC9XbP #JDupIrTBKLMBTvuhHqbd6Hq1xsIffvia {  }
 }@media only screen and (max-width: 763px) { #sfsmyexgKaDGXUKgaJe4u8TbC1RiXlbs { width:15.6875rem;height:5.19921875rem;top:11.5820325rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQru05PqsBsd0LQgzQkz843JLaNuHcVz { width:3.5rem;height:3.5rem;top:59.90315rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ2EdcBGUbLtlOB9xbZVar470KRFlqVr { width:2.5rem;height:2.5rem;top:99.6492475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVOdF5H2vxlqXzci308bF2QA7P5Iapx { width:2.5rem;height:2.5rem;top:96.4617475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5q4NFlwoEuybQbaFNC2XB0kMKRy44uP { width:2.5rem;height:2.5rem;top:102.8992475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy55ABMqfCKX7A6RZ5Zf6aLZXrMeF4zp { width:16.875rem;height:1.29980625rem;top:96.6492475rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFLLZaSQOZVEVk3vQpn1H4Xi4uhqNdA9 { width:16.875rem;height:2.5996125rem;top:92.3367475rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTtzWxRdZJtFfonJozIexXFp4JWhMTKW { width:19rem;height:1.29980625rem;top:103.1492475rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBsOhsdSl18pkgvvCnTx3aT5R4Fc5K6Z { width:3.5rem;height:3.5rem;top:49.5711175rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbCeeRbpODabmo0m7fR2VsV1NW4pfSK { width:3.5rem;height:3.5rem;top:54.73713375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlCFL3SSKtXbpK7TZ0EK3hEWP3cyu34s { width:3.5rem;height:3.5rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlCrGdnlTqVn5qrJ1F6fmCdN8wb5u1sf { width:3.5rem;height:3.5rem;top:6.41601625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJVMLzSiIbkKKbFdn3DoO9PnvbBGNV6L { width:3.5rem;height:3.5rem;top:44.40510125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDLzbeaOcB2HKCrywGCAJWshzTsVVAM9 { width:2.5rem;height:2.5rem;top:92.8367475rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #paOhNx85i7P2uvse1hyeV2hWTh969X79 { width:3.5rem;height:3.5rem;top:137.27229625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6UlJaczbv8W0IAvwkJxfvqwS0iPGiRk { width:3.5rem;height:3.5rem;top:80.567215rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfiUThoqltTCofMhWVHcOJRhH2lkVA0 { width:3.5rem;height:3.5rem;top:70.2351825rem;left:8.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GbsITsDe3U7ZpaX8gmuBhgUu2UHlrEKp { width:3.5rem;height:3.5rem;top:65.06916625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI0Aa3fynRzxt0M2XsHZPM7pyAcrKSMT { width:3.5rem;height:3.5rem;top:142.4383125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJXQrdCT1lX343wO2XnCREkneSiFk3T { width:3.5rem;height:3.5rem;top:85.73323125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtqlBNTTIerraf7PrZcV3wc95IenkOt { width:3.5rem;height:3.5rem;top:126.94026375rem;left:8.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #d8GKT1Zxus2PGEaH42QMvsbddrNMxETQ { width:3.5rem;height:3.5rem;top:132.10628rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLxxhSUidomTCQe24d2sA4LE9rws54t { width:3.5rem;height:3.5rem;top:75.40119875rem;left:8.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NUQKeExbk4ygxFny4x56Wk06rNnguPTX { width:3.5rem;height:3.5rem;top:147.60432875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us0pBVp44PFxzU5Zy63WxeEnCbUdIqJR { width:3.5rem;height:3.5rem;top:121.7742475rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uycBsw0zTGImTABxGQfvm6ZebbsJxZhz { width:3.5rem;height:3.5rem;top:152.770345rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7WRMaUzWRcTUlgkKqhGTDVh6TkWRp3 { width:20rem;height:29.625rem;top:90.8992475rem;left:0rem;z-index:15000;display:block; }
 }