.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#594ad1;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; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { background-color: transparent; background-image: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .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); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { border-width: 0; border-radius: 0; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#FxvC5A0hipH7Fe3kd6WfqvSQ0WTxXThx { position:absolute;display:block;z-index:15003;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:9.0625rem;width:9.0625rem;top:0rem;left:2.25rem;overflow:hidden;display:block; }
#EBD1K9TmzcmWoTsD3f1K9wDymq3FzWls { background-color:#ffaaa5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.548012733459rem;left:34.112955093384rem;display:block; }
#BvvB7CL91zB3zmDfbfbxbFIXqpPgkDMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;color:#ffffff;padding-top:0.61625rem;padding-right:0.536875rem;padding-bottom:0.61625rem;padding-left:0.536875rem;display:block;align-items:center;width:3.2225rem;min-width:3.2225rem;height:3.311875rem;position:relative;font-family:"open sans";font-size:2.464375rem;font-weight:700;line-height:52.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-label { background-color:;background-image:none;color:#594ad1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.29625rem;height:1.309375rem;position:relative;font-family:"open sans";font-size:0.924375rem;font-weight:400;line-height:20.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.875rem;height:6.23875rem;padding-top:0.77rem;padding-right:0.7675rem;padding-bottom:0.77rem;padding-left:0.7675rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.0224609375rem;left:4.2610683441162rem;z-index:15019; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Blwm8aShcLZBuExZ4w8znaysKh5Kc8tM { display:flex;position:relative;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #s5vneSPXSXwpvLKt4MkQRCF0dRFVGqnh { width:auto; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Cyl87VJ2yqOSKHDcgDTuidyl6ZXVOzKz {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #LWpKM1XxnaZsd6nFvFVtqxStgFu0Hw2J { display:flex;position:relative;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #wxTEpcfnZB2nLbWbggKNcNqUl4x9M5HV {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #FC1rhqNBgXh34x4IBCuzioxaTrM3nWxw {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #o8qy8awN1cus0MSdmdNRvyEbLPZ14rTc { display:flex;position:relative;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #w8DzIwqN7DD1v5Fuiv0uQGEyhRrUt8w9 {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #EGg6AKg769XshZBzDZLT9TAMxzt3b3tB {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Ankdb4WLcRGzhxKatuA0E5kvP9bKduFC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #Qfn88sCBIuE8PlTReryGhExgHpxLvKH3 {  }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g #RSFLTRH9TK3eGraODvzgboWdmDJgegXt {  }
#blSO5SezO87QFyxiJmO2Fc16UUyzMn5c { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.75rem;width:29.625rem;top:1.001953125rem;left:26.1123046875rem;display:block; }
#vdPpmHmMxt6x25Q9D9dA1DiHUULgEyh1 { position:absolute;display:block;z-index:15022;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:32.1875rem;width:32.1875rem;top:18.811847925186rem;left:0rem;overflow:hidden;display:block; }
#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#ffffff;display:block;width:33.9371875rem;position:absolute;font-family:"times new roman";font-size:4.3125rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:20.240070343017rem;left:26.062009811401rem;height:11.6430625rem;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#a06OFh6pHotmm7KFtZgPPFpepFI3bCaZ { color:#594ad1;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.668620109558rem;left:28.447916030884rem;height:1.4615875rem;text-align:center;text-align-last:center;display:block; }
#r5ChJ7xzAOwEF9PtMTTJzSuDgPBbA2at { color:#594ad1;display:block;width:30.1871875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.386066913605rem;left:0.87483787536619rem;height:10.9700625rem;display:block; }
#w8ETvDIRvW1i8HWa9Xs2dRn4kTbcPy1U { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.372065544128rem;left:1.875rem;display:block; }
#AauE6GS6F6kEntvHbLK9E8XXWhpfXh6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stp8VWuFwCEZytzTUeGyTeZ4ZmRbxhn2 { box-sizing:content-box;height:9.625rem;width:31.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffaaa5;background-image:none;top:5.4996747970581rem;left:0.56233787536621rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#yTDaVnOJ09IuFvWPbWCToNE1OOKKD14c { color:#594ad1;display:block;width:30.437rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1678056716919rem;left:0.74869728088381rem;height:8.286125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xT9hVFUkUhwd6ee3bxIRkzbSaPWfTqyB { position:absolute;display:block;z-index:15020;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.1871875rem;width:15.1871875rem;top:1.5323896408081rem;left:31.999509811401rem;overflow:hidden;display:block; }
#XxtTW3QhmbzwW1ENTMSmlqIIVAoBzsXp { position:absolute;display:block;z-index:15026;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:29.749375rem;width:29.749375rem;top:11.562500953674rem;left:30.249837875366rem;overflow:hidden;display:block; }
#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaaa5;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; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { background-color: transparent; background-image: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { display: none; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .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); }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { border-width: 0; border-radius: 0; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { color:#594ad1;display:block;width:35.9375rem;position:absolute;font-family:"times new roman";font-size:2.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:9.9666442871094rem;left:0.56233787536621rem;height:4.25rem;text-align:left;text-align-last:left;display:block; }
#sBVi3DDuie432LS2DnUX1FPMlELulJhq { color:#594ad1;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:15.599781036377rem;left:0rem;height:6.6796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sBVi3DDuie432LS2DnUX1FPMlELulJhq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sBVi3DDuie432LS2DnUX1FPMlELulJhq li:before{  }
#iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:46.6875rem;top:4.4165034294128rem;left:0rem;display:block; }
#IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { position:absolute;display:block;z-index:15012;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:19.4375rem;width:19.4375rem;top:2.7291669845581rem;left:37.625001907349rem;overflow:hidden;display:block; }
#Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9996875rem;width:15.061875rem;top:29.747712612152rem;left:44.937337875366rem;overflow:hidden;display:block; }
#ouGK0Ax3HAW3VrK4y6ezDqIrLnszWVz2 { color:#594ad1;display:block;width:34.4375rem;position:absolute;font-family:"times new roman";font-size:2.5625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:5.2913398742676rem;left:0.87483787536619rem;height:2.5626625rem;text-align:left;text-align-last:left;display:block; }
#DB3vMSyhZ91FEiiZ6fsvSdWTaXice4lL { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9996875rem;height:4.249675rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.060545444489rem;left:3.4993495941162rem;display:block; }
#wvFicbwUpIdtgq3PA6mZpalcaF0JUCOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCX0cTDKUIzcfchKrBARg5kbe0bTMvny { color:#594ad1;display:block;width:46.4371875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.478353023529rem;left:0rem;height:8.125rem;display:block; }
#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { position:relative;display:block; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { background-color: transparent; background-image: none; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container > .video-iframe-container { display: none; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row > .video-iframe-container { display: none; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .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); }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { border-width: 0; border-radius: 0; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .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; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OQ6H1Iv0sKwk1aD812osbtV69iyGBwfI { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:7.6875rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#VbcLJaw72CttyLxMIoa26paxOFmmU0k2 { color:#594ad1;display:block;width:40.686875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:9.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#zxJgxFlaDevIpdc7e5Dd2yIHPFUFW0pS { box-sizing:content-box;height:6.5rem;width:47.625rem;position:absolute;display:block;z-index:14999;background-color:#594ad1;background-image:none;top:2.6875rem;left:6.1875rem;display:block; }
#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#594ad1;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; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container { background-color: transparent; background-image: none; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container > .video-iframe-container { display: none; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row > .video-iframe-container { display: none; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .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); }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container { border-width: 0; border-radius: 0; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container { font-size:0.875rem;font-family:arial;height:81.8125rem;width:60rem;position:relative;display:block; }#WGSlMOvhNTIPRhcUz48RMOTDPhAFKWnH { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:2.7897132635117rem;left:1.1238613128662rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#MMLFeDrJ0q0Xq2bpVgWDKT2afLmfbaqJ { position:absolute;display:block;z-index:15013;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:11.1875rem;left:0rem;display:block; }
#ea3KB7s0phQNFDBmVoUwza3Xm0FuNido { position:absolute;display:block;z-index:15006;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:4.1875rem;width:25.4375rem;top:12.5625rem;left:1.8125rem;display:block; }
#cLEyXLwofEZZUWDRmX9mwy75pdT4Nlio { color:#594ad1;display:block;width:21.1875rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:13.041667938233rem;left:6.1041660308838rem;height:3.250325rem;text-align:left;text-align-last:left;display:block; }
#wBoOIpVCUQHMqVzCJEf47gHkWFl5xuhf { position:absolute;display:block;z-index:15011;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:9.3125rem;width:25.4375rem;top:18.3125rem;left:1.8125rem;display:block; }
#hZ5k6k3hZyc6TC7TyTIEhLfdcFifDIJC { position:absolute;display:block;z-index:15018;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:17.3125rem;left:0rem;display:block; }
#TzUQb7qR8SpKTTzwzUKTGcqCkKfr1nK7 { position:absolute;display:block;z-index:15016;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:20.4375rem;width:25.5rem;top:28.499351501465rem;left:1.8123378753662rem;display:block; }
#TCWlQGTeBqOgLqVXmOpcFZht1lbiQPfu { position:absolute;display:block;z-index:15023;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:27.5rem;left:0rem;display:block; }
#MRQmR47EodaMGVJntDyb1dd8d9rchiMM { position:absolute;display:block;z-index:15025;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:29.749375rem;width:29.749375rem;top:52.061360359192rem;left:30.124509811401rem;overflow:hidden;display:block; }
#zHQ5XRVfH66F8i039BRgpSpBk6PdP0TL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.0416669845581rem;left:30.000001907349rem;height:1.29964375rem;display:block; }
#d3gVvEKovvUGag9oTC3LCUFkOp2WFxAL { color:#594ad1;display:block;width:21.0625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:18.9375rem;left:6.0625rem;height:8.1258125rem;text-align:left;text-align-last:left;display:block; }
#fHZWObaLNx5MIyw9k82zn2Zf51qN8Clm { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:30rem;left:5.4375rem;height:3.250325rem;text-align:left;text-align-last:left;display:block; }
#u1lPlUAsc5y3Cg0bQi8yuOxaR5x3DHAA { color:#594ad1;display:block;width:20.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:29.1875rem;left:6.0625rem;height:1.6251625rem;text-align:left;text-align-last:left;display:block; }
#AlLZ892Q5nT42zu4fQya5R8Rha7Utmbb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:11.75rem;left:0.5625rem;overflow:hidden;display:block; }
#bm5pktGNOVeUG0c6I4WaEsPUxCbAEHsk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:17.875rem;left:0.5625rem;overflow:hidden;display:block; }
#z4UmAOXStVK65zZFT8pZ3EKxJhD4r0UK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:28.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#T146Sk4k01gnpdnLcZWtyJMtUIOxBK2y { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.9375rem;left:37.666666030884rem;height:1.29964375rem;display:block; }
#hfmxHXcot8xtRszXMzkZPp80b1VpdO4Q { color:#594ad1;display:block;width:20.125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15032;line-height:1;letter-spacing:0;top:31.666667938233rem;left:6.0416660308838rem;height:1.6251625rem;text-align:left;text-align-last:left;display:block; }
#aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx { color:#594ad1;display:block;width:21.875rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:normal;z-index:15032;line-height:1;letter-spacing:0;top:31.66584777832rem;left:5.0618495941162rem;height:16.55925rem;text-align:left;text-align-last:left;display:block; }#aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx li:before{  }
#C5XSXiAUnDxbc0lMzJEfMaHso9RWmnP6 { position:absolute;display:block;z-index:15036;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.5621875rem;width:14.5621875rem;top:30.000015258789rem;left:35.655111312866rem;overflow:hidden;display:block; }
#xPFfFscnOSMinwxRWyvhJqnKEEPFy7P8 { position:absolute;display:block;z-index:15007;background-color:#f7f7f7;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:29.3125rem;width:25.4375rem;top:50.560699462891rem;left:1.8115234375rem;display:block; }
#GT6st0r9LfcoG4tVkkINaay6NVy0rc4H { color:#594ad1;display:block;width:21.9986875rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:50.560708045959rem;left:5.0618495941162rem;height:27.6277625rem;text-align:left;text-align-last:left;display:block; }
#KxTaq3nsx2T0yVCioVci61BXM8kxXggw { position:absolute;display:block;z-index:15015;background-color:#f7f7f7;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:49.4375rem;left:0rem;display:block; }
#rNiao1hLP3iK0VCdAP6qaRz3RKuBTP8a { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:50rem;left:0.5625rem;overflow:hidden;display:block; }
#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { background-color: transparent; background-image: none; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container > .video-iframe-container { display: none; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row > .video-iframe-container { display: none; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .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); }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { border-width: 0; border-radius: 0; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#uQgb5ESNg4befUU2qtTddQn5sy8G7Rq2 { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.92138671875rem;left:32.468259811401rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#D6khPtSTqQL8qabmEFX2FsiT3IZmI8lg { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.279947280884rem;left:34.218748092651rem;display:block; }
#oDn9J10lBDO5QMIv3Nls9rmtQPQ505ck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WePmtS9TwxgO1XflLwE3BG46uoyMspgR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.810375rem;width:17.1231875rem;top:3.9363603591919rem;left:5.0496425628662rem;overflow:hidden;display:block; }
#T1mFIHCnO2NnTR68K3i0PM99ABhuucXn { color:#594ad1;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.165201663971rem;left:34.374185562134rem;height:4.14306875rem;text-align:left;text-align-last:left;display:block; }
#D7ip4gOg1I2JMJMtvs0C83AsA7tnXEn2 { position:absolute;display:block;z-index:15020;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:34.4986875rem;width:26.936875rem;top:8.6889643669131rem;left:0rem;overflow:hidden;display:block; }
#Weo4OMvcnERcCoinxJmpINrHPBlbZvuT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937175rem;width:3.937175rem;top:9.3717446327212rem;left:29.999998092651rem;overflow:hidden;display:block; }
#xGOdtXSvHz8E3h3FzT4p1p13ZMCLJNTX { color:#594ad1;display:block;width:25.5623125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:27.545571327209rem;left:33.937173843384rem;height:4.14306875rem;display:block; }
#SLDwNgPv26uHPFuxXTsbsBogUWkK4hXH { color:#594ad1;display:block;width:25.8121875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.519205093384rem;left:34.187009811401rem;height:4.14306875rem;display:block; }
#yVOv8F5v5dEFuTDannsU40OTxbTHD72v { color:#594ad1;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.446776390076rem;left:34.374185562134rem;height:2.76204375rem;display:block; }
#GuoT9HGmAD0iRySXrbfpI5iOUTkxvpOr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937175rem;width:3.937175rem;top:14.859211921692rem;left:29.999998092651rem;overflow:hidden;display:block; }
#QkNsC4dg1hZnEu1c21zilCH6OVskHFiw { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937175rem;width:3.937175rem;top:19.880370140076rem;left:29.999998092651rem;overflow:hidden;display:block; }
#JQmEbztWyO2xrZmGbuV4plsmkErSzCto { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937175rem;width:3.937175rem;top:26.695149421692rem;left:29.999998092651rem;overflow:hidden;display:block; }
#aKXUQf2Plu7wIrmqI7Rk2UXk6QP6Q1ZH { box-sizing:content-box;height:5.8125rem;width:27.8125rem;position:absolute;display:block;z-index:15013;background-color:#594ad1;background-image:none;top:1.8595371246338rem;left:31.405435562134rem;display:block; }
#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#594ad1;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; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container { background-color: transparent; background-image: none; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container > .video-iframe-container { display: none; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row > .video-iframe-container { display: none; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .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); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container { border-width: 0; border-radius: 0; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#FOvnQnHuBHrTI4wJydHk12kWQgFhWJ4n { position:absolute;display:block;z-index:15004;height:21.7496875rem;width:26.624375rem;top:11.904294967651rem;left:16.686197280884rem;display:block; }
#Ac0QaeoiM5csSxOw0TPKSFK8XddeoGBX { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.9375rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:5.7169594764709rem;left:0rem;height:5.2880875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyutqqgvQW5DtvtcsWRlh9mxEac6hMSk { color:#ffffff;display:block;width:56.3736875rem;position:absolute;font-family:"times new roman";font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.6332988739014rem;left:3.6263027191162rem;height:3.150225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PH2D70qF6He0FS3z7eHt71aKyyD2FmWu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.6471347808838rem;left:0rem; }
#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi { background-color:#ebebeb;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; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container { background-color: transparent; background-image: none; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container > .video-iframe-container { display: none; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row > .video-iframe-container { display: none; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .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); }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container { border-width: 0; border-radius: 0; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#SzC6lHB7lHdX4FfwMp7TIF7Lf6hfXdsd { color:#594ad1;display:block;width:56.3745rem;position:absolute;font-family:"times new roman";font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.9353842735291rem;left:1.8115234375rem;height:3.29915625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WO6s1mwZwHkTtB83SW1QI5CAqU9o0CE7 { position:absolute;display:block;z-index:15009;background-color:#594ad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.9375rem;width:19.5625rem;top:9.81201171875rem;left:40.061849594116rem;display:block; }
#VwDlbq64r0VGN364Gk9eU9n4GJgl2TC8 { color:#ffffff;display:block;width:14.6248125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:10.686849117279rem;left:41.812337875366rem;height:1.79931875rem;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; }
#rM2MobTfcXmGbICDtXFiH7wcq2JugbeT { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:10.686849117279rem;left:21.967771530151rem;height:1.79931875rem;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; }
#HczgcAKRU0cJT3GMPcnzCOIAH7XHnJeN { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:12.875rem;left:41.8125rem;height:2.999675rem;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; }
#C4mvZPx0FbTMo2W8WxSWMgFTWwpw77at { color:#ffffff;display:block;width:17.1248125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:12.874349117279rem;left:21.966958999634rem;height:3rem;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; }
#COoNhQJKCtMbtqmqVJQo1VZQ8wPUWdWa { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.125rem solid #594ad1;border-left:0.125rem solid #594ad1;border-right:0.125rem solid #594ad1;border-bottom:0.125rem solid #594ad1;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:18.5625rem;top:10rem;left:0.3125rem;display:block; }
#vKbB7MyxzBOgBWeRetJzo52mqffgb63A { color:#594ad1;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:12.875rem;left:1.8125rem;height:3rem;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; }
#RFHRAqywOoim1HCipkfvXxwuDeBAIU8A { position:absolute;display:block;z-index:15010;background-color:#594ad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.875rem;width:19.25rem;top:9.87451171875rem;left:20.249837875366rem;display:block; }
#Io5pc8ImF6WWwHUOQfNwF7p8MRMwp1ae { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.31201171875rem;left:19.746908187866rem;display:block; }
#BJbBybCTdGvi4ogzdS1oVgrUJKJngFQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZfHW6aMCbTF7J7tyzSuir9EM9kuxGKtT { position:absolute;display:block;z-index:15021;background-color:#594ad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.875rem;width:19.5625rem;top:20.812171936035rem;left:40.061849594116rem;display:block; }
#RuRbtsrKyTgvTB2WfgUbIFAEFzxS3t1a { position:absolute;display:block;z-index:15022;background-color:#594ad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.75rem;width:19.25rem;top:20.812171936035rem;left:20.249837875366rem;display:block; }
#VZsyKIINicbrIWMmO6NTpwWXVxciq9ZS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:24.593097686767rem;left:41.812337875366rem;height:3rem;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; }
#eM8OaOA1TXSWr4g0kpEF2oTSEM0yOupk { color:#ffffff;display:block;width:17.1248125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:24.593099117279rem;left:21.437173843384rem;height:3rem;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; }
#SCvuG7TFinhNsu1MFSbymbuIUvKL3Q2t { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.125rem solid #594ad1;border-left:0.125rem solid #594ad1;border-right:0.125rem solid #594ad1;border-bottom:0.125rem solid #594ad1;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.875rem;width:18.5625rem;top:21.624347686767rem;left:0.3125rem;display:block; }
#rHn0LLynzcVCZ0GGSP6OqCwrmKtJ9g35 { color:#594ad1;display:block;width:17.312rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:24.593099117279rem;left:1.0408535003662rem;height:3rem;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; }
#AEXcifGf9up2InksrDd2XGwd5W1SqLJP { color:#ffffff;display:block;width:14.6248125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:22.499999523163rem;left:41.810708999634rem;height:1.79931875rem;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; }
#s42UipgnS7cIL6TutCpW9ydP6oWyh8qX { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:22.499999523163rem;left:21.968587875366rem;height:1.79931875rem;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; }
#hbCo6eg2epxZU8dDZVeM03LTqvwPbmLm { color:#594ad1;display:block;width:16.062rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:10.686849117279rem;left:1.8115234375rem;height:1.79931875rem;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; }
#BUCoWPKQ8TCJhz42TzzEQydNTABulu0Q { color:#594ad1;display:block;width:16.062rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:22.499999523163rem;left:1.8115234375rem;height:1.79931875rem;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; }
#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { position:relative;display:block; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { background-color: transparent; background-image: none; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container > .video-iframe-container { display: none; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row > .video-iframe-container { display: none; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .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); }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { border-width: 0; border-radius: 0; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .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; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KBziuW6pVBXPn1vL8Qv7Tyz7ntBDFV5K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:60rem;top:0.5859375rem;left:0rem;overflow:hidden;display:block; }
#lzL1pzh4GFO2sU25NMsI7coVBDTWqLDt { color:#594ad1;display:block;width:52.4373125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.2099609375rem;left:3.7801113128662rem;height:11.37045rem;display:block; }
#NKprVHDeE8xS5HJw90ahzvMVXE4k9xRA { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.849445343017rem;left:4.84375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#hOqNiZeauIgeybDqKvlIahrw5S8MR7n0 { box-sizing:content-box;height:4.75rem;width:47.625rem;position:absolute;display:block;z-index:15000;background-color:#594ad1;background-image:none;top:23.937973022461rem;left:6.1865234375rem;display:block; }
#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d3e7ea-22e0-47cc-9863-529894d44957/joannaw30.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.adaptive-delivery-prevent-bg, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyload, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyloading { background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { background-color: transparent; background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.6); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.6); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .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); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { border-width: 0; border-radius: 0; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#swfTewMN7NgVzX2BlX2Rzdfn8rlrVGOc { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.561859130859rem;left:2.31201171875rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wU0tI8qTZSH2LX0HNA61KV6MFq86QkCX { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:12.562505722046rem;left:30.687501907349rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SySCVk8rDWf6I7qEW4wWzl0keG8aEpDo { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:31.18571472168rem;left:2.2184238433838rem;height:6.7480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCOTowAAoMfEWusQEH5KBR0GssniXqD1 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:31.18571472168rem;left:32.281087875366rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o337ak0d6srMWDzxQEIdFdwRSaKNecV7 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.4160213470459rem;left:41.312501907349rem; }
#UnadAJHqPMBu9wustUGuIfHefqloG3vs { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.4160159528256rem;left:11.59375rem; }
#gTkUTBsKKcbPuLH1RX1MUIv1lzvWq0ud { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.853515952826rem;left:11.59375rem; }
#tRnGwWTfsVCRrKqo9bcmRo2UHnpcLL3U { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.853521347046rem;left:41.312501907349rem; }
#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ebebeb;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; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { background-color: transparent; background-image: none; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container > .video-iframe-container { display: none; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row > .video-iframe-container { display: none; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .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); }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { border-width: 0; border-radius: 0; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#HikizxtyRLxfcMQSbryZWRJnGAMzlMkg { background-color:#594ad1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:20.499673843384rem;left:34.218748092651rem;display:block; }
#ZdZQu5apxbDqH1V2zy4p1GGiVEqUvS71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Px8xkT9hIDBBMucLAhDpiRCpVfPiX86k { 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:26.624375rem;width:26.624375rem;top:1.3435873985291rem;left:1.68701171875rem;overflow:hidden;display:block; }
#i7bPKXRKQ0NfdX1FuqTmcTBEvwIIqP9E { color:#58bb47;display:block;width:18.6873125rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.671060562134rem;left:37.145994186401rem;height:5.0374375rem;text-align:center;text-align-last:center;display:block; }
#lnH4G4xdki3uTHzoQ0PeeFQq14ZgEIOd { color:#ffffff;display:block;width:25.8731875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:2.00439453125rem;left:32.281087875366rem;height:2.4755875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gNwuEp8FZMQM3aq04u6ZMbhcZyqaTy1X { box-sizing:content-box;height:3rem;width:26.3125rem;position:absolute;display:block;z-index:15014;background-color:#594ad1;background-image:none;top:1.7431640625rem;left:32.062173843384rem;display:block; }
#NP5kgGuLAsSCDETnkC8owXh8ScowJ9TT { color:#ee2524;display:block;width:16.1246875rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.2364902496337rem;left:37.784830093384rem;height:4.305825rem;text-align:center;text-align-last:center;display:block; }
#FsUseeu9c6w9EO5xEmOzoZzCiAgl7N72 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.1070957183837rem;left:34.218748092651rem; }
#JrJKA2odTmo9thha8Fw6EVUcllT9H86q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.628091812134rem;left:34.711912155151rem; }
#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF { background-color:#594ad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container { background-color: transparent; background-image: none; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container > .video-iframe-container { display: none; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row > .video-iframe-container { display: none; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .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); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container { border-width: 0; border-radius: 0; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container { width:60rem;height:35.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffaaa5;background-image:none;vertical-align:top; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#594ad1;font-family:raleway; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#594ad1;font-family:raleway; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-trigger.adaptive-delivery-prevent-bg, #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-trigger.lazyload, #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-trigger.lazyloading { background-image: none; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd { box-sizing:content-box;height:auto;width:54.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.6304244995117rem;left:1.0677080154419rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #XP0mOfww1NlhD96GEkhEA2hp2VplKfSU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #XgSJZWR9T7hBw7WVU3VlPQ07G00GDdJz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #w8y0Q1G1vE0V18xMnTeK5TqPXembNfVS { display:block;position:relative; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #TuocJEN1d49K3i9TFE4BuySnrt1lr3wk {  }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #MoFakI6u3HET3Wd4avUsWLM2m9mlPlLv {  }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #vGcnWEMq1HoEyEkUDkrIxBg77OcZJ8T3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #lXPGANRwuaryQUTJV7EAawURbxTtbNEP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #QGVWGikk3GwQchqVmcArkfb970pcvt9N { display:block;position:relative; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #zAAW2zfVIvRxlUdlgLAKe7ynETltoW8b {  }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #WluOEH7y7u0tod1rL1i5NGgQOHqWFUHX { display:none; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #amSuRi9aXOcuex14IUDIp8MRxawnMdFH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #SgTRkofcDuEGsd5yPD7RgT2VISM3tiID { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #nqOI9JAdXzuQpUGTTFBzNSmWulDT8EWC { display:block;position:relative; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #OUtHXugx665xT7CcIso7maWuQ0Tc0RnJ {  }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #Di1JDIVuUzL5wcvyQ9Ev5ZDyxVAoOkAJ { display:none; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #e33eI7vanacR1h4JgTlU8G7gXPbdQlOV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #M360UJaWhpt2WSfmbBBeR3uVsyetCBgF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #hDC8NWE9vAdBO0DnGd4Fwav3JopGnsVq { display:block;position:relative; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #zqxwdHGIZnzmLEZBM3Qlb3CwOMTbOpxc {  }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #BgBlESpWf657MWwi08fk1eec8MD8Lrwv { display:none; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #KvKPzWnticaA4SU6fnZarMpk32LVGIsP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #TfeccUXTKBX9CTZKOwpu9pBXrRhLmIro { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #ETxOIqrdkhI1O6ldzZ8qrWRggNsWaSBC { display:block;position:relative; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #hosc6t34bM217xqVhJlWVX4HZnfkObwK {  }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #fcPwAQbrkw3RJle72O6ymTm4s5tQWsQ0 { display:none; }
#c0TayRfi9IhSzFExs4bNTt2lHbwxgxTT { color:#ffffff;display:block;width:4.74935rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.9466133117676rem;left:28.123373031616rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffaaa5;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; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container { background-color: transparent; background-image: none; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container > .video-iframe-container { display: none; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row > .video-iframe-container { display: none; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .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); }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container { border-width: 0; border-radius: 0; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#ULZIFV5BsyaCCmk8dNlHqBT6PFn1f9Ge { color:#594ad1;display:block;width:45.9375rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.787109375rem;left:7.03125rem;height:6.9856875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EiL4K85Q2fcALKqciV7PgGKftrufeZzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container { background-color: transparent; background-image: none; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container > .video-iframe-container { display: none; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row > .video-iframe-container { display: none; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .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); }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container { border-width: 0; border-radius: 0; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#Gz0OTmdrNLCsd3O7SfyoRKOfUmh3sppI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:18.75rem;top:8.0078125rem;left:18.755428314209rem;overflow:hidden;display:block; }
#DRxhVwLZ12JSuLacOoTScTl0mAWLzIbR { position:absolute;display:block;z-index:15003;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:4.4375rem;width:18.75rem;top:2.0724830627441rem;left:18.755428314209rem;overflow:hidden;display:block; }
#CML3ra3FG1yzB9ArxaiGiuTZvXJdge5W { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:17.25rem;top:1.7914638519287rem;left:1.5060768127441rem;overflow:hidden;display:block; }
#Vg7aGQGBCTWXuy4ZneSkhz3TUzT9olG3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:18.75rem;top:8.1043834686281rem;left:0.888671875rem;overflow:hidden;display:block; }
#IZZ2S83pUwm26q869f2VhopGcGZk7b2a { 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:3.18685rem;width:20.999375rem;top:2.8852005004883rem;left:38.319232940674rem;overflow:hidden;display:block; }
#cfkEKHrqq382dgOSIGEl38CcHF89S90k { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.56228125rem;width:18.75rem;top:7.6953125rem;left:39.443363189698rem;overflow:hidden;display:block; }
#yMcKaT2cdfxDWISTmnKuuBPUk9goxxP6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:17rem;top:12.316623687744rem;left:19.629993438721rem;overflow:hidden;display:block; }
#fhmMLhrmqUTBLehAdwK942L6Fg3eeznX { position:absolute;display:block;z-index:15009;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:2.6875rem;width:17.875rem;top:12.222221374512rem;left:0.94943618774412rem;overflow:hidden;display:block; }
#de7zJDqBnPa7GixRhuirRbXDh1zDcFkU { 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:2.625rem;width:18.75rem;top:12.252605438233rem;left:39.443363189698rem;overflow:hidden;display:block; }
#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { background-color: transparent; background-image: none; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container > .video-iframe-container { display: none; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row > .video-iframe-container { display: none; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .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); }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { border-width: 0; border-radius: 0; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#gso2eZtQrQSbt8NqbxbzZU9APGRnATVV { color:#594ad1;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9375005960464rem;left:32.468751907349rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#DmlTRQ8sQXhSa3RP9U49MoOah5BoDwog { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#594ad1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.9054359197619rem;left:34.218748092651rem;display:block; }
#fT2FoPuDl0zBTMAO2PgCHiWzg3IIZ6il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8UmsqGzlyPoxxItpQUQ8in4N3Rw4iaD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1246875rem;width:11.1246875rem;top:23.56282556057rem;left:39.436849594116rem;overflow:hidden;display:block; }
#A2ToGHrhdKFCsvaMCF49PmagdDSFgiGR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8111875rem;width:17.124rem;top:1.4363632202149rem;left:12.2998046875rem;overflow:hidden;display:block; }
#ma5SsqzSgIk1vepyCmiybBNnrTn0fzqZ { color:#594ad1;display:block;width:26.936875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.357095122337rem;left:31.530759811401rem;height:9.2578125rem;text-align:center;text-align-last:center;display:block; }
#wcVLzkm3P98R7pTPKOK3rE2gs8OSdtfh { position:absolute;display:block;z-index:15020;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:28.8125rem;width:30rem;top:5.8748371601105rem;left:0rem;overflow:hidden;display:block; }
#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { position:relative;display:block; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { background-color: transparent; background-image: none; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container > .video-iframe-container { display: none; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row > .video-iframe-container { display: none; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .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); }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { border-width: 0; border-radius: 0; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .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; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#594ad1;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L45tgp7ot3O3MdAoxZNiuN5cgZSsIlLr { color:#ffffff;display:block;width:53.9998125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8172187805176rem;left:2.9996738433838rem;height:15.1123125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN { display:block; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxvC5A0hipH7Fe3kd6WfqvSQ0WTxXThx { top:0rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBD1K9TmzcmWoTsD3f1K9wDymq3FzWls { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvB7CL91zB3zmDfbfbxbFIXqpPgkDMq { display:block; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g { display:flex;width:13.5rem;height:5.0625rem;top:32.25rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Blwm8aShcLZBuExZ4w8znaysKh5Kc8tM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #s5vneSPXSXwpvLKt4MkQRCF0dRFVGqnh {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Cyl87VJ2yqOSKHDcgDTuidyl6ZXVOzKz {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #LWpKM1XxnaZsd6nFvFVtqxStgFu0Hw2J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #wxTEpcfnZB2nLbWbggKNcNqUl4x9M5HV {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #FC1rhqNBgXh34x4IBCuzioxaTrM3nWxw {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #o8qy8awN1cus0MSdmdNRvyEbLPZ14rTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #w8DzIwqN7DD1v5Fuiv0uQGEyhRrUt8w9 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #EGg6AKg769XshZBzDZLT9TAMxzt3b3tB {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Ankdb4WLcRGzhxKatuA0E5kvP9bKduFC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Qfn88sCBIuE8PlTReryGhExgHpxLvKH3 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #RSFLTRH9TK3eGraODvzgboWdmDJgegXt {  }
 }@media only screen and (max-width: 763px) { #blSO5SezO87QFyxiJmO2Fc16UUyzMn5c { top:1rem;left:18.125rem;width:29.625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdPpmHmMxt6x25Q9D9dA1DiHUULgEyh1 { top:18.75rem;left:0rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:20.1875rem;left:13.875rem;width:33.875rem;height:11.625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a06OFh6pHotmm7KFtZgPPFpepFI3bCaZ { top:16.625rem;left:22.322263717651rem;width:11.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ChJ7xzAOwEF9PtMTTJzSuDgPBbA2at { top:17.375rem;left:0rem;width:30.125rem;height:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ETvDIRvW1i8HWa9Xs2dRn4kTbcPy1U { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AauE6GS6F6kEntvHbLK9E8XXWhpfXh6i { display:block; }
 }@media only screen and (max-width: 763px) { #stp8VWuFwCEZytzTUeGyTeZ4ZmRbxhn2 { top:5.4375rem;left:0rem;width:31.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDaVnOJ09IuFvWPbWCToNE1OOKKD14c { top:6.125rem;left:0rem;width:30.375rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT9hVFUkUhwd6ee3bxIRkzbSaPWfTqyB { top:1.5rem;left:25.874509811401rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtTW3QhmbzwW1ENTMSmlqIIVAoBzsXp { top:11.5625rem;left:18.0625rem;width:29.6875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { top:9.9375rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { top:15.5625rem;left:0rem;width:35.3125rem;height:;font-size:1.1875rem;display:block; }#sBVi3DDuie432LS2DnUX1FPMlELulJhq li:before{  }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { top:4.375rem;left:0rem;width:46.6875rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { top:2.6875rem;left:28.1875rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { top:29.6875rem;left:32.6875rem;width:15rem;height:12.946284078178rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGK0Ax3HAW3VrK4y6ezDqIrLnszWVz2 { top:5.25rem;left:0rem;width:34.375rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB3vMSyhZ91FEiiZ6fsvSdWTaXice4lL { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvFicbwUpIdtgq3PA6mZpalcaF0JUCOr { display:block; }
 }@media only screen and (max-width: 763px) { #GCX0cTDKUIzcfchKrBARg5kbe0bTMvny { top:24.4375rem;left:0rem;width:46.375rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { display:block; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ6H1Iv0sKwk1aD812osbtV69iyGBwfI { top:3.0625rem;left:1.5625rem;width:44.6875rem;height:5.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbcLJaw72CttyLxMIoa26paxOFmmU0k2 { top:10.8125rem;left:3.0625rem;width:40.625rem;height:4.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJgxFlaDevIpdc7e5Dd2yIHPFUFW0pS { top:2.6875rem;left:0.0625rem;width:47.5625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 { display:block; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGSlMOvhNTIPRhcUz48RMOTDPhAFKWnH { top:2.75rem;left:0rem;width:28.1875rem;height:6.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLFeDrJ0q0Xq2bpVgWDKT2afLmfbaqJ { top:11.1875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3KB7s0phQNFDBmVoUwza3Xm0FuNido { top:12.5625rem;left:0rem;width:25.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEyXLwofEZZUWDRmX9mwy75pdT4Nlio { top:13rem;left:2.75rem;width:21.125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBoOIpVCUQHMqVzCJEf47gHkWFl5xuhf { top:18.3125rem;left:0rem;width:25.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ5k6k3hZyc6TC7TyTIEhLfdcFifDIJC { top:17.3125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUQb7qR8SpKTTzwzUKTGcqCkKfr1nK7 { top:28.4375rem;left:0rem;width:25.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCWlQGTeBqOgLqVXmOpcFZht1lbiQPfu { top:27.5rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQmR47EodaMGVJntDyb1dd8d9rchiMM { top:52rem;left:18.0625rem;width:29.6875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQ5XRVfH66F8i039BRgpSpBk6PdP0TL { top:4rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3gVvEKovvUGag9oTC3LCUFkOp2WFxAL { top:18.9375rem;left:2.875rem;width:21rem;height:8.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHZWObaLNx5MIyw9k82zn2Zf51qN8Clm { top:30rem;left:2.375rem;width:19.125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1lPlUAsc5y3Cg0bQi8yuOxaR5x3DHAA { top:29.125rem;left:2.99951171875rem;width:20.0625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlLZ892Q5nT42zu4fQya5R8Rha7Utmbb { top:11.75rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm5pktGNOVeUG0c6I4WaEsPUxCbAEHsk { top:17.875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4UmAOXStVK65zZFT8pZ3EKxJhD4r0UK { top:28.0625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T146Sk4k01gnpdnLcZWtyJMtUIOxBK2y { top:13.9375rem;left:28.479166030884rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfmxHXcot8xtRszXMzkZPp80b1VpdO4Q { top:31.625rem;left:2.9791660308838rem;width:20.125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx { top:31.625rem;left:0.9375rem;width:21.875rem;height:16.5625rem;font-size:1.4375rem;display:block; }#aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx li:before{  }
 }@media only screen and (max-width: 763px) { #C5XSXiAUnDxbc0lMzJEfMaHso9RWmnP6 { top:30rem;left:26.467611312866rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFfFscnOSMinwxRWyvhJqnKEEPFy7P8 { top:50.5rem;left:0rem;width:25.4375rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6st0r9LfcoG4tVkkINaay6NVy0rc4H { top:50.5rem;left:1.9375rem;width:21.9375rem;height:27.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTaq3nsx2T0yVCioVci61BXM8kxXggw { top:49.4375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNiao1hLP3iK0VCdAP6qaRz3RKuBTP8a { top:50rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKLS1THhdIZfooyc3OdyW3UnwHRckk { display:block; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQgb5ESNg4befUU2qtTddQn5sy8G7Rq2 { top:1.875rem;left:22.75rem;width:25rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6khPtSTqQL8qabmEFX2FsiT3IZmI8lg { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDn9J10lBDO5QMIv3Nls9rmtQPQ505ck { display:block; }
 }@media only screen and (max-width: 763px) { #WePmtS9TwxgO1XflLwE3BG46uoyMspgR { top:3.875rem;left:1.9871425628662rem;width:17.0625rem;height:14.757884502374rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mFIHCnO2NnTR68K3i0PM99ABhuucXn { top:10.125rem;left:22.125rem;width:25.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ip4gOg1I2JMJMtvs0C83AsA7tnXEn2 { top:8.6875rem;left:0rem;width:26.875rem;height:34.41944273649rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weo4OMvcnERcCoinxJmpINrHPBlbZvuT { top:9.3125rem;left:20rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGOdtXSvHz8E3h3FzT4p1p13ZMCLJNTX { top:27.5rem;left:22.25rem;width:25.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDwNgPv26uHPFuxXTsbsBogUWkK4hXH { top:20.5rem;left:22rem;width:25.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOv8F5v5dEFuTDannsU40OTxbTHD72v { top:15.4375rem;left:23.0625rem;width:24.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuoT9HGmAD0iRySXrbfpI5iOUTkxvpOr { top:14.8125rem;left:20rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkNsC4dg1hZnEu1c21zilCH6OVskHFiw { top:19.875rem;left:20rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmEbztWyO2xrZmGbuV4plsmkErSzCto { top:26.6875rem;left:20rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXUQf2Plu7wIrmqI7Rk2UXk6QP6Q1ZH { top:1.8125rem;left:19.9375rem;width:27.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt { display:block; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOvnQnHuBHrTI4wJydHk12kWQgFhWJ4n { top:11.875rem;left:10.561197280884rem;width:26.5625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0QaeoiM5csSxOw0TPKSFK8XddeoGBX { width:47.75rem;height:5.25rem;top:5.6875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyutqqgvQW5DtvtcsWRlh9mxEac6hMSk { top:1.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH2D70qF6He0FS3z7eHt71aKyyD2FmWu { top:1.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi { display:block; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzC6lHB7lHdX4FfwMp7TIF7Lf6hfXdsd { top:2.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO6s1mwZwHkTtB83SW1QI5CAqU9o0CE7 { top:9.75rem;left:28.1875rem;width:19.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwDlbq64r0VGN364Gk9eU9n4GJgl2TC8 { top:10.625rem;left:33.125rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM2MobTfcXmGbICDtXFiH7wcq2JugbeT { top:10.625rem;left:15.842771530151rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HczgcAKRU0cJT3GMPcnzCOIAH7XHnJeN { top:12.8125rem;left:30.6875rem;width:17.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4mvZPx0FbTMo2W8WxSWMgFTWwpw77at { top:12.8125rem;left:15.841958999634rem;width:17.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COoNhQJKCtMbtqmqVJQo1VZQ8wPUWdWa { top:10rem;left:0rem;width:18.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKbB7MyxzBOgBWeRetJzo52mqffgb63A { top:12.8125rem;left:0rem;width:17.3125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFHRAqywOoim1HCipkfvXxwuDeBAIU8A { top:9.8125rem;left:14.124837875366rem;width:19.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io5pc8ImF6WWwHUOQfNwF7p8MRMwp1ae { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbBybCTdGvi4ogzdS1oVgrUJKJngFQZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZfHW6aMCbTF7J7tyzSuir9EM9kuxGKtT { top:20.75rem;left:28.1875rem;width:19.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRbtsrKyTgvTB2WfgUbIFAEFzxS3t1a { top:20.75rem;left:14.124837875366rem;width:19.25rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZsyKIINicbrIWMmO6NTpwWXVxciq9ZS { top:24.5625rem;left:30.25rem;width:17.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM8OaOA1TXSWr4g0kpEF2oTSEM0yOupk { top:24.5625rem;left:15.312173843384rem;width:17.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCvuG7TFinhNsu1MFSbymbuIUvKL3Q2t { top:21.5625rem;left:0rem;width:18.5625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHn0LLynzcVCZ0GGSP6OqCwrmKtJ9g35 { top:24.5625rem;left:0rem;width:17.25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEXcifGf9up2InksrDd2XGwd5W1SqLJP { top:22.4375rem;left:33.125rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s42UipgnS7cIL6TutCpW9ydP6oWyh8qX { top:22.4375rem;left:15.843587875366rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbCo6eg2epxZU8dDZVeM03LTqvwPbmLm { top:10.625rem;left:0rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCoWPKQ8TCJhz42TzzEQydNTABulu0Q { top:22.4375rem;left:0rem;width:16rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { display:block; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBziuW6pVBXPn1vL8Qv7Tyz7ntBDFV5K { top:0.5625rem;left:0rem;width:47.75rem;height:17.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzL1pzh4GFO2sU25NMsI7coVBDTWqLDt { top:30.1875rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKprVHDeE8xS5HJw90ahzvMVXE4k9xRA { top:24.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOqNiZeauIgeybDqKvlIahrw5S8MR7n0 { top:23.9375rem;left:0.0615234375rem;width:47.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk { display:block; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swfTewMN7NgVzX2BlX2Rzdfn8rlrVGOc { width:26rem;height:6.6875rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0tI8qTZSH2LX0HNA61KV6MFq86QkCX { width:27.5rem;height:6.6875rem;top:12.5rem;left:20.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySCVk8rDWf6I7qEW4wWzl0keG8aEpDo { width:24.75rem;height:6.6875rem;top:31.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTowAAoMfEWusQEH5KBR0GssniXqD1 { width:26.1875rem;height:9rem;top:31.125rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o337ak0d6srMWDzxQEIdFdwRSaKNecV7 { top:5.375rem;left:35.187501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnadAJHqPMBu9wustUGuIfHefqloG3vs { top:5.375rem;left:5.46875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTkUTBsKKcbPuLH1RX1MUIv1lzvWq0ud { top:23.8125rem;left:5.46875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRnGwWTfsVCRrKqo9bcmRo2UHnpcLL3U { top:23.8125rem;left:35.187501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzHcWstBPWI10uvttmsDLu3B8bnpvo8k { display:block; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HikizxtyRLxfcMQSbryZWRJnGAMzlMkg { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdZQu5apxbDqH1V2zy4p1GGiVEqUvS71 { display:block; }
 }@media only screen and (max-width: 763px) { #Px8xkT9hIDBBMucLAhDpiRCpVfPiX86k { top:1.3125rem;left:0rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7bPKXRKQ0NfdX1FuqTmcTBEvwIIqP9E { top:13.625rem;left:27.958494186401rem;width:18.625rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnH4G4xdki3uTHzoQ0PeeFQq14ZgEIOd { width:25.8125rem;height:2.4375rem;top:2rem;left:21.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNwuEp8FZMQM3aq04u6ZMbhcZyqaTy1X { top:1.6875rem;left:21.4375rem;width:26.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5kgGuLAsSCDETnkC8owXh8ScowJ9TT { top:8.1875rem;left:28.597330093384rem;width:16.0625rem;height:4.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsUseeu9c6w9EO5xEmOzoZzCiAgl7N72 { top:8.0625rem;left:25.031248092651rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJKA2odTmo9thha8Fw6EVUcllT9H86q { top:14.625rem;left:25.524412155151rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF { display:block; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd { display:flex;height:auto;width:45.25rem;top:5.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #XP0mOfww1NlhD96GEkhEA2hp2VplKfSU {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #XgSJZWR9T7hBw7WVU3VlPQ07G00GDdJz {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #w8y0Q1G1vE0V18xMnTeK5TqPXembNfVS {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #TuocJEN1d49K3i9TFE4BuySnrt1lr3wk {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #MoFakI6u3HET3Wd4avUsWLM2m9mlPlLv {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #vGcnWEMq1HoEyEkUDkrIxBg77OcZJ8T3 {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #lXPGANRwuaryQUTJV7EAawURbxTtbNEP {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #QGVWGikk3GwQchqVmcArkfb970pcvt9N {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #zAAW2zfVIvRxlUdlgLAKe7ynETltoW8b {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #WluOEH7y7u0tod1rL1i5NGgQOHqWFUHX {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #amSuRi9aXOcuex14IUDIp8MRxawnMdFH {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #SgTRkofcDuEGsd5yPD7RgT2VISM3tiID {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #nqOI9JAdXzuQpUGTTFBzNSmWulDT8EWC {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #OUtHXugx665xT7CcIso7maWuQ0Tc0RnJ {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #Di1JDIVuUzL5wcvyQ9Ev5ZDyxVAoOkAJ {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #e33eI7vanacR1h4JgTlU8G7gXPbdQlOV {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #M360UJaWhpt2WSfmbBBeR3uVsyetCBgF {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #hDC8NWE9vAdBO0DnGd4Fwav3JopGnsVq {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #zqxwdHGIZnzmLEZBM3Qlb3CwOMTbOpxc {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #BgBlESpWf657MWwi08fk1eec8MD8Lrwv {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #KvKPzWnticaA4SU6fnZarMpk32LVGIsP {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #TfeccUXTKBX9CTZKOwpu9pBXrRhLmIro {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #ETxOIqrdkhI1O6ldzZ8qrWRggNsWaSBC {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #hosc6t34bM217xqVhJlWVX4HZnfkObwK {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #fcPwAQbrkw3RJle72O6ymTm4s5tQWsQ0 {  }
 }@media only screen and (max-width: 763px) { #c0TayRfi9IhSzFExs4bNTt2lHbwxgxTT { width:4.6875rem;height:2.375rem;top:1.9375rem;left:21.998373031616rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw { display:block; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULZIFV5BsyaCCmk8dNlHqBT6PFn1f9Ge { top:1.75rem;left:0.90625rem;width:45.9375rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiL4K85Q2fcALKqciV7PgGKftrufeZzy { display:block; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz0OTmdrNLCsd3O7SfyoRKOfUmh3sppI { top:8rem;left:12.630428314209rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRxhVwLZ12JSuLacOoTScTl0mAWLzIbR { top:2.0625rem;left:12.630428314209rem;width:18.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CML3ra3FG1yzB9ArxaiGiuTZvXJdge5W { top:1.75rem;left:0rem;width:17.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg7aGQGBCTWXuy4ZneSkhz3TUzT9olG3 { top:8.0625rem;left:0rem;width:18.75rem;height:2.74956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZ2S83pUwm26q869f2VhopGcGZk7b2a { top:2.875rem;left:26.8125rem;width:20.9375rem;height:3.1774598946398rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfkEKHrqq382dgOSIGEl38CcHF89S90k { top:7.6875rem;left:29rem;width:18.75rem;height:3.56228125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMcKaT2cdfxDWISTmnKuuBPUk9goxxP6 { top:12.3125rem;left:13.504993438721rem;width:17rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhmMLhrmqUTBLehAdwK942L6Fg3eeznX { top:12.1875rem;left:0rem;width:17.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de7zJDqBnPa7GixRhuirRbXDh1zDcFkU { top:12.25rem;left:29rem;width:18.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat { display:block; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gso2eZtQrQSbt8NqbxbzZU9APGRnATVV { top:1.9375rem;left:22.6875rem;width:25.0625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmlTRQ8sQXhSa3RP9U49MoOah5BoDwog { width:16rem;height:3.125rem;top:12.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT2FoPuDl0zBTMAO2PgCHiWzg3IIZ6il { display:block; }
 }@media only screen and (max-width: 763px) { #U8UmsqGzlyPoxxItpQUQ8in4N3Rw4iaD { top:23.5625rem;left:30.249349594116rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ToGHrhdKFCsvaMCF49PmagdDSFgiGR { top:1.375rem;left:6.8125rem;width:17.0625rem;height:14.757993851831rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5SsqzSgIk1vepyCmiybBNnrTn0fzqZ { top:14.3125rem;left:20.875rem;width:26.875rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcVLzkm3P98R7pTPKOK3rE2gs8OSdtfh { top:5.8125rem;left:0rem;width:30rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { display:block; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L45tgp7ot3O3MdAoxZNiuN5cgZSsIlLr { top:1.8125rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN { background-color:#594ad1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { background-color: transparent; background-image: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { display: none; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .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); }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { border-width: 0; border-radius: 0; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7hZSa9nd8dPUXmA4x1WnT25QWrzagwN > .row .container { width:20rem;height:68.811851501465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxvC5A0hipH7Fe3kd6WfqvSQ0WTxXThx { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBD1K9TmzcmWoTsD3f1K9wDymq3FzWls { width:18.9981875rem;height:3.125rem;top:35.17578125rem;left:0.50048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvB7CL91zB3zmDfbfbxbFIXqpPgkDMq { display:block; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-number { padding-top:0.4225rem;padding-right:0.3675rem;padding-bottom:0.4225rem;padding-left:0.3675rem;width:2.205rem;min-width:2.205rem;height:2.27rem;font-size:1.689375rem;line-height:36.32px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.94rem;height:0.8975rem;font-size:0.63375rem;line-height:14.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GneJDDUwSp2r774DAgU8phQx39RfuI0g { display:flex;width:11.8123125rem;height:4.27571875rem;top:41.908365249634rem;left:3.4488929510117rem;padding-top:0.650625rem;padding-right:0.644375rem;padding-bottom:0.650625rem;padding-left:0.644375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Blwm8aShcLZBuExZ4w8znaysKh5Kc8tM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #s5vneSPXSXwpvLKt4MkQRCF0dRFVGqnh {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Cyl87VJ2yqOSKHDcgDTuidyl6ZXVOzKz {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #LWpKM1XxnaZsd6nFvFVtqxStgFu0Hw2J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #wxTEpcfnZB2nLbWbggKNcNqUl4x9M5HV {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #FC1rhqNBgXh34x4IBCuzioxaTrM3nWxw {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #o8qy8awN1cus0MSdmdNRvyEbLPZ14rTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #w8DzIwqN7DD1v5Fuiv0uQGEyhRrUt8w9 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #EGg6AKg769XshZBzDZLT9TAMxzt3b3tB {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Ankdb4WLcRGzhxKatuA0E5kvP9bKduFC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #Qfn88sCBIuE8PlTReryGhExgHpxLvKH3 {  }
 }@media only screen and (max-width: 763px) { #GneJDDUwSp2r774DAgU8phQx39RfuI0g #RSFLTRH9TK3eGraODvzgboWdmDJgegXt {  }
 }@media only screen and (max-width: 763px) { #blSO5SezO87QFyxiJmO2Fc16UUyzMn5c { height:11.223917135302rem;width:20rem;top:8.7369785308837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdPpmHmMxt6x25Q9D9dA1DiHUULgEyh1 { width:20rem;height:20rem;top:48.811848878861rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:18.499375rem;height:10rem;top:22.113443851471rem;left:0.74951171875rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a06OFh6pHotmm7KFtZgPPFpepFI3bCaZ { width:11.7496875rem;height:1.4615875rem;top:39rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5ChJ7xzAOwEF9PtMTTJzSuDgPBbA2at { width:20rem;height:10.234375rem;top:21.062015771866rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8ETvDIRvW1i8HWa9Xs2dRn4kTbcPy1U { width:18.9998125rem;height:3.125rem;top:33.562009811401rem;left:0.49967443943024rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AauE6GS6F6kEntvHbLK9E8XXWhpfXh6i { display:block; }
 }@media only screen and (max-width: 763px) { #stp8VWuFwCEZytzTUeGyTeZ4ZmRbxhn2 { width:20rem;height:7.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDaVnOJ09IuFvWPbWCToNE1OOKKD14c { width:20rem;height:5.36376875rem;top:4.8136396408081rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #xT9hVFUkUhwd6ee3bxIRkzbSaPWfTqyB { width:9.812rem;height:9.812rem;top:10.176594734192rem;left:9.7387689352037rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxtTW3QhmbzwW1ENTMSmlqIIVAoBzsXp { width:20rem;height:20rem;top:38.124183654785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR { display:block; }#EoBwlpTwGNidXffT4olzT6sAQ0PBLKRR > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzDl3lghgFPVTlS9mkiIM8vmB3M9mmav { width:18.811875rem;height:7.5rem;top:9.0494804382325rem;left:0.59326171875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVi3DDuie432LS2DnUX1FPMlELulJhq { width:18.125rem;height:7.425125rem;top:17.317707777023rem;left:0.9375rem;font-size:1rem;display:block; }#sBVi3DDuie432LS2DnUX1FPMlELulJhq li:before{  }
 }@media only screen and (max-width: 763px) { #iwwwB7ZCO2l8qzE9zhVlJbLX0lUScGBt { width:20rem;height:45.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8LOG5iH0vG5WplhtUDb0CPBkRlhDaw { width:16.875rem;height:16.875rem;top:56.120603561401rem;left:1.5299478769302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qoga6VqQ2VD6ZNVgKsGEMUWGvsU4PyXp { width:9.6875rem;height:8.3121875rem;top:23.308918476105rem;left:9.7696937322619rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGK0Ax3HAW3VrK4y6ezDqIrLnszWVz2 { width:18.8745rem;height:3.624675rem;top:2.5594077110291rem;left:0.5615234375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DB3vMSyhZ91FEiiZ6fsvSdWTaXice4lL { width:18.9981875rem;height:4.249675rem;top:48.562009811401rem;left:0.50048828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvFicbwUpIdtgq3PA6mZpalcaF0JUCOr { display:block; }
 }@media only screen and (max-width: 763px) { #GCX0cTDKUIzcfchKrBARg5kbe0bTMvny { width:19.124375rem;height:16.809075rem;top:29.125976085663rem;left:0.43701171875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe { display:block; }#TipDTdWJTN7aZ61v5XXrQQgLrUf4FrAe > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ6H1Iv0sKwk1aD812osbtV69iyGBwfI { width:20rem;height:9.0983125rem;top:1.6251678466797rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbcLJaw72CttyLxMIoa26paxOFmmU0k2 { width:20rem;height:8.4505rem;top:13.27473034668rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxJgxFlaDevIpdc7e5Dd2yIHPFUFW0pS { width:20rem;height:9.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 { display:block; }#TPhrM69Gr1f5an2QG2kwNW9VfPaFZlu4 > .row .container { width:20rem;height:120.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGSlMOvhNTIPRhcUz48RMOTDPhAFKWnH { width:19.3115rem;height:4.00065rem;top:1.25rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMLFeDrJ0q0Xq2bpVgWDKT2afLmfbaqJ { width:5.06185rem;height:5.06185rem;top:9.04964375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3KB7s0phQNFDBmVoUwza3Xm0FuNido { width:20rem;height:4.74935rem;top:15.36149375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEyXLwofEZZUWDRmX9mwy75pdT4Nlio { width:13.9371875rem;height:3.250325rem;top:15.84081809082rem;left:4.2911777496338rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBoOIpVCUQHMqVzCJEf47gHkWFl5xuhf { width:20rem;height:9.6248125rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ5k6k3hZyc6TC7TyTIEhLfdcFifDIJC { width:5.06185rem;height:5.06185rem;top:21.36084375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUQb7qR8SpKTTzwzUKTGcqCkKfr1nK7 { width:20rem;height:20.5625rem;top:44.8583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCWlQGTeBqOgLqVXmOpcFZht1lbiQPfu { width:5.06185rem;height:5.06185rem;top:38.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQmR47EodaMGVJntDyb1dd8d9rchiMM { width:20rem;height:20rem;top:100.87483215332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQ5XRVfH66F8i039BRgpSpBk6PdP0TL { width:12.5rem;height:1.29964375rem;top:6.4217121601106rem;left:3.7499998807907rem;font-size:1rem;text-align:center;text-align-last:center;color:#fffdfe;display:block; }
 }@media only screen and (max-width: 763px) { #d3gVvEKovvUGag9oTC3LCUFkOp2WFxAL { width:19.124375rem;height:8.1258125rem;top:28.1875rem;left:0.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHZWObaLNx5MIyw9k82zn2Zf51qN8Clm { width:19.124375rem;height:3.250325rem;top:46.359184619141rem;left:0.875625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1lPlUAsc5y3Cg0bQi8yuOxaR5x3DHAA { width:17.8125rem;height:1.6251625rem;top:45.546196337891rem;left:2.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlLZ892Q5nT42zu4fQya5R8Rha7Utmbb { width:3.937175rem;height:3.937175rem;top:9.61197590332rem;left:7.9998378753663rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm5pktGNOVeUG0c6I4WaEsPUxCbAEHsk { width:3.937175rem;height:3.937175rem;top:21.923183532715rem;left:7.9998378753663rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4UmAOXStVK65zZFT8pZ3EKxJhD4r0UK { width:3.937175rem;height:3.937175rem;top:38.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T146Sk4k01gnpdnLcZWtyJMtUIOxBK2y { width:12.5rem;height:1.29964375rem;top:95.063473701475rem;left:5.0089515447617rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfmxHXcot8xtRszXMzkZPp80b1VpdO4Q { width:20rem;height:1.6251625rem;top:48.025856372071rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx { width:20rem;height:16.55925rem;top:48.024885654449rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }#aUhwAHzJgMlaLJkMgiP6vlNzAbQQL8Tx li:before{  }
 }@media only screen and (max-width: 763px) { #C5XSXiAUnDxbc0lMzJEfMaHso9RWmnP6 { width:5.99935rem;height:5.99935rem;top:6.4208984375rem;left:13.99983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPFfFscnOSMinwxRWyvhJqnKEEPFy7P8 { width:20rem;height:27.875rem;top:72.083328247069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6st0r9LfcoG4tVkkINaay6NVy0rc4H { width:20rem;height:25.4972375rem;top:72.832839965819rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxTaq3nsx2T0yVCioVci61BXM8kxXggw { width:5rem;height:5rem;top:66.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNiao1hLP3iK0VCdAP6qaRz3RKuBTP8a { width:3.875rem;height:3.875rem;top:67rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4SKLS1THhdIZfooyc3OdyW3UnwHRckk { display:block; }#T4SKLS1THhdIZfooyc3OdyW3UnwHRckk > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQgb5ESNg4befUU2qtTddQn5sy8G7Rq2 { width:20rem;height:4.874675rem;top:2.5293121337891rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6khPtSTqQL8qabmEFX2FsiT3IZmI8lg { width:18.997375rem;height:3.125rem;top:49.930796146393rem;left:0.50048828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDn9J10lBDO5QMIv3Nls9rmtQPQ505ck { display:block; }
 }@media only screen and (max-width: 763px) { #WePmtS9TwxgO1XflLwE3BG46uoyMspgR { width:17.1231875rem;height:14.810375rem;top:54.68017578125rem;left:2.8767904043197rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1mFIHCnO2NnTR68K3i0PM99ABhuucXn { width:20rem;height:5.52409375rem;top:12.561848640442rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7ip4gOg1I2JMJMtvs0C83AsA7tnXEn2 { width:17.312rem;height:22.1875rem;top:53.749186038971rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Weo4OMvcnERcCoinxJmpINrHPBlbZvuT { width:3.8745125rem;height:3.8745125rem;top:8.6873369216919rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGOdtXSvHz8E3h3FzT4p1p13ZMCLJNTX { width:20rem;height:4.14306875rem;top:42.934567451477rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLDwNgPv26uHPFuxXTsbsBogUWkK4hXH { width:20rem;height:5.5240875rem;top:30.935057640076rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVOv8F5v5dEFuTDannsU40OTxbTHD72v { width:20rem;height:4.14306875rem;top:21.433918476105rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuoT9HGmAD0iRySXrbfpI5iOUTkxvpOr { width:3.8745125rem;height:3.8745125rem;top:17.559407234192rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkNsC4dg1hZnEu1c21zilCH6OVskHFiw { width:3.8745125rem;height:3.8745125rem;top:27.060546398163rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmEbztWyO2xrZmGbuV4plsmkErSzCto { width:3.8745125rem;height:3.8745125rem;top:39.060057640076rem;left:8.06233727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXUQf2Plu7wIrmqI7Rk2UXk6QP6Q1ZH { width:20rem;height:5.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt { background-color:#594ad1;background-image:none;display:block; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container { background-color: transparent; background-image: none; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container > .video-iframe-container { display: none; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row > .video-iframe-container { display: none; }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .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); }#BTo1nQ3mvnWJifDbQImJ35OwskQDVsBt > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOvnQnHuBHrTI4wJydHk12kWQgFhWJ4n { width:20rem;height:22.874375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0QaeoiM5csSxOw0TPKSFK8XddeoGBX { width:20rem;height:5.625rem;top:13.319498062134rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VyutqqgvQW5DtvtcsWRlh9mxEac6hMSk { width:20rem;height:7.1996875rem;top:4.1219072341919rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PH2D70qF6He0FS3z7eHt71aKyyD2FmWu { display:flex;width:3.125rem;height:3.125rem;top:1.0481767654419rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi { display:block; }#PUKr5yADRKN5xuAOxkmuQuiPo8N9bcpi > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzC6lHB7lHdX4FfwMp7TIF7Lf6hfXdsd { width:20rem;height:4.4987rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO6s1mwZwHkTtB83SW1QI5CAqU9o0CE7 { width:20rem;height:7.125rem;top:22.8125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwDlbq64r0VGN364Gk9eU9n4GJgl2TC8 { width:14.375rem;height:1.6503875rem;top:23.6875rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM2MobTfcXmGbICDtXFiH7wcq2JugbeT { width:14.375rem;height:1.6503875rem;top:15.1875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HczgcAKRU0cJT3GMPcnzCOIAH7XHnJeN { width:17.5rem;height:2.999675rem;top:25.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4mvZPx0FbTMo2W8WxSWMgFTWwpw77at { width:17.249375rem;height:2.999675rem;top:17.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COoNhQJKCtMbtqmqVJQo1VZQ8wPUWdWa { width:19.75rem;height:6.3125rem;top:6.9986877441406rem;left:0.061848998069763rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKbB7MyxzBOgBWeRetJzo52mqffgb63A { width:17.5rem;height:2.999675rem;top:9.8730286132812rem;left:1.5623378753662rem;font-size:1rem;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #RFHRAqywOoim1HCipkfvXxwuDeBAIU8A { width:19.25rem;height:7.1875rem;top:14.375rem;left:0.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io5pc8ImF6WWwHUOQfNwF7p8MRMwp1ae { width:18.999rem;height:3.125rem;top:57.347002029419rem;left:0.49967443943024rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbBybCTdGvi4ogzdS1oVgrUJKJngFQZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZfHW6aMCbTF7J7tyzSuir9EM9kuxGKtT { width:19.5625rem;height:7.6875rem;top:47.1875rem;left:0.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuRbtsrKyTgvTB2WfgUbIFAEFzxS3t1a { width:19.25rem;height:7.875rem;top:38.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZsyKIINicbrIWMmO6NTpwWXVxciq9ZS { width:17.5rem;height:2.999675rem;top:50.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM8OaOA1TXSWr4g0kpEF2oTSEM0yOupk { width:17.124rem;height:2.999675rem;top:42.25rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCvuG7TFinhNsu1MFSbymbuIUvKL3Q2t { width:18.5625rem;height:6.75rem;top:30.75rem;left:0.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHn0LLynzcVCZ0GGSP6OqCwrmKtJ9g35 { width:17.3111875rem;height:2.999675rem;top:33.75rem;left:1.3125rem;font-size:1rem;color:#594ad1;display:block; }
 }@media only screen and (max-width: 763px) { #AEXcifGf9up2InksrDd2XGwd5W1SqLJP { width:14.624rem;height:1.6503875rem;top:48.875rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s42UipgnS7cIL6TutCpW9ydP6oWyh8qX { width:5.8748375rem;height:1.6503875rem;top:40.1875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbCo6eg2epxZU8dDZVeM03LTqvwPbmLm { width:9.5621875rem;height:1.6503875rem;top:7.6855286132813rem;left:1.5615234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCoWPKQ8TCJhz42TzzEQydNTABulu0Q { width:7.3746875rem;height:1.6503875rem;top:31.625rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 { display:block; }#CR0e7n0IQLP2g3WRnn9qQZadkRO7ABV9 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBziuW6pVBXPn1vL8Qv7Tyz7ntBDFV5K { width:20rem;height:7.5rem;top:1.6243486404419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzL1pzh4GFO2sU25NMsI7coVBDTWqLDt { width:20rem;height:19.3343125rem;top:20.174152374267rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKprVHDeE8xS5HJw90ahzvMVXE4k9xRA { width:20rem;height:7.8003125rem;top:10.59814453125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOqNiZeauIgeybDqKvlIahrw5S8MR7n0 { width:20rem;height:9rem;top:10.000030517578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d3e7ea-22e0-47cc-9863-529894d44957/joannaw30.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.adaptive-delivery-prevent-bg, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyload, #sIl7W62brMFZNQxsLor3sc0ZCnepWCDk.lazyloading { background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { background-color: transparent; background-image: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.7); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(89,74,209,0.7); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row > .video-iframe-container { display: none; }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .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); }#sIl7W62brMFZNQxsLor3sc0ZCnepWCDk > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swfTewMN7NgVzX2BlX2Rzdfn8rlrVGOc { width:16.624375rem;height:6.7480625rem;top:9.3123369216919rem;left:1.6870115995407rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0tI8qTZSH2LX0HNA61KV6MFq86QkCX { width:16.4998125rem;height:6.7480625rem;top:24.934894561767rem;left:1.7488607168198rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySCVk8rDWf6I7qEW4wWzl0keG8aEpDo { width:18.3121875rem;height:5.0610375rem;top:40.745442390442rem;left:0.84309899806975rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTowAAoMfEWusQEH5KBR0GssniXqD1 { width:18.2486875rem;height:6.7480625rem;top:53.5571625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o337ak0d6srMWDzxQEIdFdwRSaKNecV7 { display:flex;width:6.25rem;height:6.25rem;top:18.050129890442rem;left:6.8749998807906rem; }
 }@media only screen and (max-width: 763px) { #UnadAJHqPMBu9wustUGuIfHefqloG3vs { display:flex;width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #gTkUTBsKKcbPuLH1RX1MUIv1lzvWq0ud { display:flex;width:6.25rem;height:6.25rem;top:33.548175811767rem;left:6.8749998807906rem; }
 }@media only screen and (max-width: 763px) { #tRnGwWTfsVCRrKqo9bcmRo2UHnpcLL3U { display:flex;width:6.25rem;height:6.25rem;top:47.359210968017rem;left:6.8749998807906rem; }
 }@media only screen and (max-width: 763px) { #zzHcWstBPWI10uvttmsDLu3B8bnpvo8k { display:block; }#zzHcWstBPWI10uvttmsDLu3B8bnpvo8k > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HikizxtyRLxfcMQSbryZWRJnGAMzlMkg { width:16.809875rem;height:2.687175rem;top:42.505695343017rem;left:1.5942381620407rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdZQu5apxbDqH1V2zy4p1GGiVEqUvS71 { display:block; }
 }@media only screen and (max-width: 763px) { #Px8xkT9hIDBBMucLAhDpiRCpVfPiX86k { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7bPKXRKQ0NfdX1FuqTmcTBEvwIIqP9E { width:15.9375rem;height:3.73698125rem;top:35.875rem;left:3.3125rem;font-size:2.875rem;text-align:center;text-align-last:center;color:#58bb47;display:block; }
 }@media only screen and (max-width: 763px) { #lnH4G4xdki3uTHzoQ0PeeFQq14ZgEIOd { width:20rem;height:5.625rem;top:23.249515533448rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNwuEp8FZMQM3aq04u6ZMbhcZyqaTy1X { width:20rem;height:8.25rem;top:21.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5kgGuLAsSCDETnkC8owXh8ScowJ9TT { width:16.062rem;height:3.412275rem;top:31.8125rem;left:3.125rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#ff1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #FsUseeu9c6w9EO5xEmOzoZzCiAgl7N72 { display:flex;width:4.5rem;height:4.5rem;top:31.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #JrJKA2odTmo9thha8Fw6EVUcllT9H86q { display:flex;width:3.125rem;height:3.125rem;top:36.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF { background-color:#594ad1;background-image:none;display:block; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container { background-color: transparent; background-image: none; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container > .video-iframe-container { display: none; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row > .video-iframe-container { display: none; }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .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); }#ywiQBty6WHUgO6xzGhbHCWdx3m1GxsFF > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd { display:flex;height:auto;width:17.5rem;top:5.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #XP0mOfww1NlhD96GEkhEA2hp2VplKfSU {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #XgSJZWR9T7hBw7WVU3VlPQ07G00GDdJz {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #w8y0Q1G1vE0V18xMnTeK5TqPXembNfVS {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #TuocJEN1d49K3i9TFE4BuySnrt1lr3wk {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #MoFakI6u3HET3Wd4avUsWLM2m9mlPlLv {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #vGcnWEMq1HoEyEkUDkrIxBg77OcZJ8T3 {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #lXPGANRwuaryQUTJV7EAawURbxTtbNEP {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #QGVWGikk3GwQchqVmcArkfb970pcvt9N {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #zAAW2zfVIvRxlUdlgLAKe7ynETltoW8b {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #WluOEH7y7u0tod1rL1i5NGgQOHqWFUHX {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #amSuRi9aXOcuex14IUDIp8MRxawnMdFH {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #SgTRkofcDuEGsd5yPD7RgT2VISM3tiID {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #nqOI9JAdXzuQpUGTTFBzNSmWulDT8EWC {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #OUtHXugx665xT7CcIso7maWuQ0Tc0RnJ {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #Di1JDIVuUzL5wcvyQ9Ev5ZDyxVAoOkAJ {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #e33eI7vanacR1h4JgTlU8G7gXPbdQlOV {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #M360UJaWhpt2WSfmbBBeR3uVsyetCBgF {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #hDC8NWE9vAdBO0DnGd4Fwav3JopGnsVq {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #zqxwdHGIZnzmLEZBM3Qlb3CwOMTbOpxc {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #BgBlESpWf657MWwi08fk1eec8MD8Lrwv {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #KvKPzWnticaA4SU6fnZarMpk32LVGIsP {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #TfeccUXTKBX9CTZKOwpu9pBXrRhLmIro {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #ETxOIqrdkhI1O6ldzZ8qrWRggNsWaSBC {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #hosc6t34bM217xqVhJlWVX4HZnfkObwK {  }
 }@media only screen and (max-width: 763px) { #FvqVM6EaRCvJUZHdJrtheKNUwGzhMTWd #fcPwAQbrkw3RJle72O6ymTm4s5tQWsQ0 {  }
 }@media only screen and (max-width: 763px) { #c0TayRfi9IhSzFExs4bNTt2lHbwxgxTT { width:4.6875rem;height:2.4375rem;top:2.875rem;left:7.65625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw { display:block; }#oTAs6f2U2USWMf138zQcTzpVqT3Jz9gw > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULZIFV5BsyaCCmk8dNlHqBT6PFn1f9Ge { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiL4K85Q2fcALKqciV7PgGKftrufeZzy { display:block; }#EiL4K85Q2fcALKqciV7PgGKftrufeZzy > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz0OTmdrNLCsd3O7SfyoRKOfUmh3sppI { width:18.75rem;height:2.9375rem;top:21.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRxhVwLZ12JSuLacOoTScTl0mAWLzIbR { width:18.75rem;height:4.4375rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CML3ra3FG1yzB9ArxaiGiuTZvXJdge5W { width:17.25rem;height:5rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg7aGQGBCTWXuy4ZneSkhz3TUzT9olG3 { width:18.75rem;height:2.75rem;top:17.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZ2S83pUwm26q869f2VhopGcGZk7b2a { width:20rem;height:3.125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfkEKHrqq382dgOSIGEl38CcHF89S90k { width:18.75rem;height:3.5625rem;top:25.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMcKaT2cdfxDWISTmnKuuBPUk9goxxP6 { width:17rem;height:2.5rem;top:34.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhmMLhrmqUTBLehAdwK942L6Fg3eeznX { width:17.875rem;height:2.6875rem;top:30.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de7zJDqBnPa7GixRhuirRbXDh1zDcFkU { width:18.75rem;height:2.625rem;top:38.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat { display:block; }#Xo37m4FEWWZrE0L8aHKyXMG2WPBXXbat > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gso2eZtQrQSbt8NqbxbzZU9APGRnATVV { width:20rem;height:4.874675rem;top:13.308918714523rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmlTRQ8sQXhSa3RP9U49MoOah5BoDwog { width:18.9981875rem;height:3.125rem;top:18.934733152389rem;left:0.50048828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT2FoPuDl0zBTMAO2PgCHiWzg3IIZ6il { display:block; }
 }@media only screen and (max-width: 763px) { #U8UmsqGzlyPoxxItpQUQ8in4N3Rw4iaD { width:11.1246875rem;height:11.1246875rem;top:34.234210968017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ToGHrhdKFCsvaMCF49PmagdDSFgiGR { width:17.1231875rem;height:14.810375rem;top:9.5367431640625E-7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5SsqzSgIk1vepyCmiybBNnrTn0fzqZ { width:20rem;height:12.34375rem;top:23.434244632721rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcVLzkm3P98R7pTPKOK3rE2gs8OSdtfh { width:20rem;height:19.187rem;top:43.000488579273rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP { display:block; }#eHpCTnSIV5lvBqF1NgUGhvO8d7ul08PP > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L45tgp7ot3O3MdAoxZNiuN5cgZSsIlLr { width:20rem;height:17.0573125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }