.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:248,217,228;--color-primary-1:232,128,165;--color-primary-2:209,0,74;--color-primary-3:105,0,37;--color-primary-4:31,0,11;--color-secondary-0:250,250,250;--color-secondary-1:234,234,234;--color-secondary-2:200,200,200;--color-secondary-3:120,120,120;--color-secondary-4:40,40,40;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"DM Sans";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#d1004a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6befb9c8-9afe-4b38-bdb6-f3378a2041d4/taxsafebg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:157.625rem;width:75rem;overflow:visible;position:relative;display:block; }#TQFHdmTKH6d1nv9liMwcCJsSBMWbLfPW { color:rgba(var(--color-tertiary-0),1);display:block;width:58.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15018;line-height:1.15;letter-spacing:0;top:9.1875rem;left:0rem;height:7.1875rem;font-style:normal;display:block; }
#qbwAwhalBo2KiBOs1hqTTkUcAGDgSW5w { color:rgba(var(--color-tertiary-0),1);display:block;width:52.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:17.5625rem;left:0rem;height:3.07470625rem;font-style:normal;display:block; }
#yRfv9Dnm3BDSeflcl4mhefFOxnHBW8ff { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:22.061632156372rem;left:0rem;height:2.0996125rem;font-style:normal;display:block; }
#nBrX4CnBOwb1eaTRLweFsvkdiTZCQaRA { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:25.4375rem;left:0rem;height:11.0229375rem;font-style:normal;display:block; }
#TcAcnqRDLNN8kaSB6idN9PN6Q516DEmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.9;letter-spacing:0;top:45.249568939209rem;left:2.3741321563721rem;height:13.5351625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#E2zPby0iwttUDX0XUe6AIwPng50Z2SeX { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:39.811199188233rem;left:0rem;height:2.0996125rem;font-style:normal;display:block; }
#ee2nbZouD3MonQ3QXxEFnFHZ6dFw4pgk { 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:1.5625rem;width:1.5625rem;top:45.8125rem;left:0rem;overflow:hidden;display:block; }
#GzWupJIdVAkNf1SkXKCz3PpwUegsVpes { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:48.1875rem;left:0rem;overflow:hidden;display:block; }
#merD9gvops0iTTVTmtppmD8pqZ4J1hgn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:50.5625rem;left:0rem;overflow:hidden;display:block; }
#VTpR6GfnvpruqLB3VaTui7x4k8lNSwMS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:54.5625rem;left:0rem;overflow:hidden;display:block; }
#KqIFg9aTaagVdPqJHpP79TRysiZlJghi { 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.5625rem;width:13.125rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#OFF6u1TldAy7kT0SD56ryBE1B6MGVDXG { position:absolute;display:block;z-index:15040;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:5.24956875rem;width:4.12435rem;top:73.5625rem;left:54.0625rem;overflow:hidden;display:block; }
#PiU59Vwaq0HqF5Td78pBz1ATWV1BzTCF { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:42.779949188233rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#Bbvv1qK1ShVxC5ofT4FqToZSHePFDHz0 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:60.868057250976rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#skqDsr9VAT0vbcXB9SqmOSr8oas4Uadm { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.9;letter-spacing:0;top:64.28494262695rem;left:2.3741321563721rem;height:15.79101875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JdV8wp9snxEEsCXDHzXImoWI4E7dNLkG { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:90.249568939206rem;left:0rem;overflow:hidden;display:block; }
#mIwmda40RKzgDTF6Q6BWex13O9v8wyzL { 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:1.5625rem;width:1.5625rem;top:83.628475189206rem;left:0rem;overflow:hidden;display:block; }
#wWB37Ezx18QJIbLqVdf5xiZbJgmpeecr { 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:1.5625rem;width:1.5625rem;top:99.061416625975rem;left:0rem;overflow:hidden;display:block; }
#zicoWN61TNzLGc30VCKAriEUecWDdTW0 { 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:1.5625rem;width:1.5625rem;top:94.561634063719rem;left:0rem;overflow:hidden;display:block; }
#OhyPEgIogyDLRSzDDFZMTiveUCQkUhgJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.9;letter-spacing:0;top:83.096790313719rem;left:2.3741321563721rem;height:22.5586rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zBK5S9m3zfHpsO41fWOkp2tqgKqpMiJ0 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:69.312067031862rem;left:0rem;overflow:hidden;display:block; }
#xwhuA8IE1OusZ7WJO2f6wScITfIfr75S { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:73.562284469606rem;left:0rem;overflow:hidden;display:block; }
#tOz4H3xFO2w8p63d0ibBFpTDHuEb04eC { 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:1.5625rem;width:1.5625rem;top:64.611547470094rem;left:0rem;overflow:hidden;display:block; }
#LJVv4ZmFtMoBCKMHDg8CUvTBuJNrUZTv { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:79.49978637695rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#hKEDoA2FldhA4amLTZv4gc5TEyP7XXT9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:67.875rem;left:47.375rem;display:block; }
#WTgRWCOaRqQf4mOiAaxebqNdynIOOVrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymqkPMn9rbED6GXXtv3Pt8xPXs3txc6J { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:39.811201095581rem;left:43.174913406372rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AConfgNqvrSqJaAAmK26s2tAp308zcFO { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.375rem;width:31.0625rem;top:45.000003814698rem;left:40.926303188509rem;display:block; }
#vcTg61v3ht3bTlOU3F7hHELqNgUX0OaG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:67.875rem;left:45.8125rem;display:none; }
#DVHauVeEyxa4PHcLKhEb8m8wasLT1aJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmcBvz6IaxoV7yC15JIxvRazSF42OwaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:105.6445350647rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#o3BnSePwr1Ms4uL4th9xELAdpgg78Fg5 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:118.22157669067rem;left:0rem;overflow:hidden;display:block; }
#LUUS8uwCBW2OqMEXE0IkC5TKRO8TFXie { 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:1.5625rem;width:1.5625rem;top:113.72179031372rem;left:0rem;overflow:hidden;display:block; }
#pcDiqZXfW1REO0TTb5N1cZ29dz3RD5nf { 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:1.5625rem;width:1.5625rem;top:109.40972518921rem;left:0rem;overflow:hidden;display:block; }
#ubZCnAEqZbv3qHAqoabBIeq1irZkAeTF { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.9;letter-spacing:0;top:108.9062538147rem;left:2.3741321563721rem;height:13.53515625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JOP6fiLvaCNlwPcVaG99f5GHA0XHAf4T { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.9;letter-spacing:0;top:127.41428661346rem;left:2.3741321563721rem;height:13.53515625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#m1bctyc0dLaMIIcVSknct44xMRlXfINl { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:137.18642425537rem;left:0rem;overflow:hidden;display:block; }
#FsBpyACBTzkxsaC0BXhIQQAxDckPWZST { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:132.56185913086rem;left:0rem;overflow:hidden;display:block; }
#fqukNU2Sb6pd3XC6pSZ0zOb6nHOEGFKB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:128.06207275391rem;left:0rem;overflow:hidden;display:block; }
#hzUV8sqkT6x3slVzd1PmdhXqZM37d1UO { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:124.56055450439rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#Z50EKIUB0ml9sDyZOrpc2TLzFT8iD1TM { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:143.22157859802rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#p5lsA6D6Jya8lyg4iIIATW5cTZSbrIqp { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:146.34549331665rem;left:0rem;overflow:hidden;display:block; }
#vnmcqpqRhUzZcmRZ8ebsZIZ87ax0Nm39 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:148.65777587891rem;left:0rem;overflow:hidden;display:block; }
#hA8fg4qU2upMLu1Nlzpp9OkEgAorzDIu { color:rgba(var(--color-tertiary-0),1);display:block;width:35.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15042;line-height:1.9;letter-spacing:0;top:145.99176025391rem;left:2.3741321563721rem;height:9.02345rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#bKKJxpyC1RQTTL7Nn72h70T2K4qhLGp4 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:151.08724975586rem;left:0rem;overflow:hidden;display:block; }
#uoq8ypN3kzovdsW2KNb5Gus4LBKotilm { position:absolute;display:block;z-index:15042;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:5.24956875rem;width:4.12435rem;top:147.375rem;left:52.4375rem;overflow:hidden;display:block; }
#mVLPyM00USlJv2wXeeOPq8ePJgFSrdrE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:141.6875rem;left:45.75rem;display:block; }
#axiRFFSbHSng34VkJ0LyNM8dgUawE2Hk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container { background-color: transparent; background-image: none; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container > .video-iframe-container { display: none; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row > .video-iframe-container { display: none; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .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); }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container { border-width: 0; border-radius: 0; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#pZdBe1w4V0vwFaCuSNCt0rMGvkIPX23n { position:absolute;display:block;z-index:15037;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.5625rem;width:13.125rem;top:2.96875rem;left:30.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQFHdmTKH6d1nv9liMwcCJsSBMWbLfPW { top:9.1875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwAwhalBo2KiBOs1hqTTkUcAGDgSW5w { top:17.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRfv9Dnm3BDSeflcl4mhefFOxnHBW8ff { top:22rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBrX4CnBOwb1eaTRLweFsvkdiTZCQaRA { top:25.4375rem;left:0rem;width:35.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAcnqRDLNN8kaSB6idN9PN6Q516DEmQ { top:45.1875rem;left:0rem;width:35.5rem;height:13.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zPby0iwttUDX0XUe6AIwPng50Z2SeX { top:39.75rem;left:0rem;width:45.6875rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2nbZouD3MonQ3QXxEFnFHZ6dFw4pgk { top:45.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzWupJIdVAkNf1SkXKCz3PpwUegsVpes { top:48.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #merD9gvops0iTTVTmtppmD8pqZ4J1hgn { top:50.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpR6GfnvpruqLB3VaTui7x4k8lNSwMS { top:54.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqIFg9aTaagVdPqJHpP79TRysiZlJghi { top:3.875rem;left:0rem;width:13.125rem;height:3.56228125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFF6u1TldAy7kT0SD56ryBE1B6MGVDXG { top:73.5625rem;left:40.4375rem;width:4.0625rem;height:5.1708446293052rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiU59Vwaq0HqF5Td78pBz1ATWV1BzTCF { top:42.75rem;left:0rem;width:45.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbvv1qK1ShVxC5ofT4FqToZSHePFDHz0 { top:60.8125rem;left:0rem;width:45.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skqDsr9VAT0vbcXB9SqmOSr8oas4Uadm { top:64.25rem;left:0rem;width:35.5rem;height:15.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdV8wp9snxEEsCXDHzXImoWI4E7dNLkG { top:90.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwmda40RKzgDTF6Q6BWex13O9v8wyzL { top:83.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWB37Ezx18QJIbLqVdf5xiZbJgmpeecr { top:99rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zicoWN61TNzLGc30VCKAriEUecWDdTW0 { top:94.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhyPEgIogyDLRSzDDFZMTiveUCQkUhgJ { top:83.0625rem;left:0rem;width:35.5rem;height:22.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBK5S9m3zfHpsO41fWOkp2tqgKqpMiJ0 { top:69.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwhuA8IE1OusZ7WJO2f6wScITfIfr75S { top:73.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOz4H3xFO2w8p63d0ibBFpTDHuEb04eC { top:64.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJVv4ZmFtMoBCKMHDg8CUvTBuJNrUZTv { top:79.4375rem;left:0rem;width:45.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKEDoA2FldhA4amLTZv4gc5TEyP7XXT9 { width:17.5rem;height:3.4375rem;top:67.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgRWCOaRqQf4mOiAaxebqNdynIOOVrs { display:block; }
 }@media only screen and (max-width: 763px) { #ymqkPMn9rbED6GXXtv3Pt8xPXs3txc6J { top:39.75rem;left:21.1875rem;width:26.5625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AConfgNqvrSqJaAAmK26s2tAp308zcFO { top:45rem;left:13.625rem;width:31.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTg61v3ht3bTlOU3F7hHELqNgUX0OaG { width:17.5rem;height:3.4375rem;top:67.875rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVHauVeEyxa4PHcLKhEb8m8wasLT1aJl { display:block; }
 }@media only screen and (max-width: 763px) { #tmcBvz6IaxoV7yC15JIxvRazSF42OwaQ { top:105.625rem;left:0rem;width:45.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3BnSePwr1Ms4uL4th9xELAdpgg78Fg5 { top:118.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUUS8uwCBW2OqMEXE0IkC5TKRO8TFXie { top:113.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcDiqZXfW1REO0TTb5N1cZ29dz3RD5nf { top:109.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubZCnAEqZbv3qHAqoabBIeq1irZkAeTF { top:108.875rem;left:0rem;width:35.5rem;height:13.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOP6fiLvaCNlwPcVaG99f5GHA0XHAf4T { top:127.375rem;left:0rem;width:35.5rem;height:13.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1bctyc0dLaMIIcVSknct44xMRlXfINl { top:137.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBpyACBTzkxsaC0BXhIQQAxDckPWZST { top:132.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqukNU2Sb6pd3XC6pSZ0zOb6nHOEGFKB { top:128rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUV8sqkT6x3slVzd1PmdhXqZM37d1UO { top:124.5rem;left:0rem;width:45.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z50EKIUB0ml9sDyZOrpc2TLzFT8iD1TM { top:143.1875rem;left:0rem;width:45.6875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5lsA6D6Jya8lyg4iIIATW5cTZSbrIqp { top:146.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmcqpqRhUzZcmRZ8ebsZIZ87ax0Nm39 { top:148.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA8fg4qU2upMLu1Nlzpp9OkEgAorzDIu { top:145.9375rem;left:0rem;width:35.5rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKJxpyC1RQTTL7Nn72h70T2K4qhLGp4 { top:151.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoq8ypN3kzovdsW2KNb5Gus4LBKotilm { top:147.375rem;left:38.8125rem;width:4.0625rem;height:5.1708446293052rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVLPyM00USlJv2wXeeOPq8ePJgFSrdrE { width:17.5rem;height:3.4375rem;top:141.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axiRFFSbHSng34VkJ0LyNM8dgUawE2Hk { display:block; }
 }@media only screen and (max-width: 763px) { #XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk { display:block; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZdBe1w4V0vwFaCuSNCt0rMGvkIPX23n { top:2.9375rem;left:17.3125rem;width:13.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#520866;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:220.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQFHdmTKH6d1nv9liMwcCJsSBMWbLfPW { width:20rem;height:5.98144375rem;top:7.4967451095581rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbwAwhalBo2KiBOs1hqTTkUcAGDgSW5w { width:20rem;height:4.19921875rem;top:12.929688453674rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yRfv9Dnm3BDSeflcl4mhefFOxnHBW8ff { width:20rem;height:7.699625rem;top:18.117404937744rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nBrX4CnBOwb1eaTRLweFsvkdiTZCQaRA { width:20rem;height:19.01125rem;top:26.871746063233rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TcAcnqRDLNN8kaSB6idN9PN6Q516DEmQ { width:17.6248125rem;height:15.7470625rem;top:61.1875rem;left:2.375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E2zPby0iwttUDX0XUe6AIwPng50Z2SeX { width:13.2498125rem;height:3.849825rem;top:51.873916625976rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ee2nbZouD3MonQ3QXxEFnFHZ6dFw4pgk { width:1.5625rem;height:1.5625rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzWupJIdVAkNf1SkXKCz3PpwUegsVpes { width:1.5625rem;height:1.5625rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #merD9gvops0iTTVTmtppmD8pqZ4J1hgn { width:1.5625rem;height:1.5625rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpR6GfnvpruqLB3VaTui7x4k8lNSwMS { width:1.5625rem;height:1.5625rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqIFg9aTaagVdPqJHpP79TRysiZlJghi { width:12.249375rem;height:3.125rem;top:2.3741359710693rem;left:3.8747833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFF6u1TldAy7kT0SD56ryBE1B6MGVDXG { width:4.12435rem;height:5.24956875rem;top:211.14260482788rem;left:9.1948788762094rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiU59Vwaq0HqF5Td78pBz1ATWV1BzTCF { width:20rem;height:2.88671875rem;top:57.065979003906rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Bbvv1qK1ShVxC5ofT4FqToZSHePFDHz0 { width:20rem;height:2.88671875rem;top:78.498268127444rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #skqDsr9VAT0vbcXB9SqmOSr8oas4Uadm { width:17.249375rem;height:20.25rem;top:83.0625rem;left:2.375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JdV8wp9snxEEsCXDHzXImoWI4E7dNLkG { width:1.5625rem;height:1.5625rem;top:83.062070846556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwmda40RKzgDTF6Q6BWex13O9v8wyzL { width:1.5625rem;height:1.5625rem;top:90.061853408812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWB37Ezx18QJIbLqVdf5xiZbJgmpeecr { width:1.5625rem;height:1.5625rem;top:96.5625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zicoWN61TNzLGc30VCKAriEUecWDdTW0 { width:1.5625rem;height:1.5625rem;top:126.24457931519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhyPEgIogyDLRSzDDFZMTiveUCQkUhgJ { width:17.1875rem;height:25.1952875rem;top:107.28624534607rem;left:2.3741319775581rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zBK5S9m3zfHpsO41fWOkp2tqgKqpMiJ0 { width:1.5625rem;height:1.5625rem;top:110.56098556519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwhuA8IE1OusZ7WJO2f6wScITfIfr75S { width:1.5625rem;height:1.5625rem;top:119.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOz4H3xFO2w8p63d0ibBFpTDHuEb04eC { width:1.5625rem;height:1.5625rem;top:107.28624534607rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJVv4ZmFtMoBCKMHDg8CUvTBuJNrUZTv { width:20rem;height:2.88671875rem;top:103.3083820343rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hKEDoA2FldhA4amLTZv4gc5TEyP7XXT9 { width:17.5rem;height:3.4375rem;top:132.47723579407rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgRWCOaRqQf4mOiAaxebqNdynIOOVrs { display:block; }
 }@media only screen and (max-width: 763px) { #ymqkPMn9rbED6GXXtv3Pt8xPXs3txc6J { width:20rem;height:3.5996125rem;top:201.85872650146rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AConfgNqvrSqJaAAmK26s2tAp308zcFO { height:11.222875rem;width:20rem;top:206.4355506897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTg61v3ht3bTlOU3F7hHELqNgUX0OaG { width:17.5rem;height:3.4375rem;top:47.386070251465rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #DVHauVeEyxa4PHcLKhEb8m8wasLT1aJl { display:block; }
 }@media only screen and (max-width: 763px) { #tmcBvz6IaxoV7yC15JIxvRazSF42OwaQ { width:20rem;height:2.88671875rem;top:138.49826622009rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o3BnSePwr1Ms4uL4th9xELAdpgg78Fg5 { width:1.5625rem;height:1.5625rem;top:142.49783706665rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUUS8uwCBW2OqMEXE0IkC5TKRO8TFXie { width:1.5625rem;height:1.5625rem;top:155.08681106567rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcDiqZXfW1REO0TTb5N1cZ29dz3RD5nf { width:1.5625rem;height:1.5625rem;top:148.74892044067rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubZCnAEqZbv3qHAqoabBIeq1irZkAeTF { width:17.3123125rem;height:17.32174375rem;top:142.49783706665rem;left:2.3741319775581rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JOP6fiLvaCNlwPcVaG99f5GHA0XHAf4T { width:17.3123125rem;height:15.74705rem;top:165.09224510193rem;left:2.3741319775581rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m1bctyc0dLaMIIcVSknct44xMRlXfINl { width:1.5625rem;height:1.5625rem;top:165.09224510193rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBpyACBTzkxsaC0BXhIQQAxDckPWZST { width:1.5625rem;height:1.5625rem;top:176.34224700928rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqukNU2Sb6pd3XC6pSZ0zOb6nHOEGFKB { width:1.5625rem;height:1.5625rem;top:171.52996253968rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUV8sqkT6x3slVzd1PmdhXqZM37d1UO { width:20rem;height:2.88671875rem;top:161.07964324951rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z50EKIUB0ml9sDyZOrpc2TLzFT8iD1TM { width:20rem;height:1.4433625rem;top:182.2612991333rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p5lsA6D6Jya8lyg4iIIATW5cTZSbrIqp { width:1.5625rem;height:1.5625rem;top:185.20509243011rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmcqpqRhUzZcmRZ8ebsZIZ87ax0Nm39 { width:1.5625rem;height:1.5625rem;top:188.33009243011rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA8fg4qU2upMLu1Nlzpp9OkEgAorzDIu { width:17.625rem;height:9.4482375rem;top:185.20509243011rem;left:2.25rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bKKJxpyC1RQTTL7Nn72h70T2K4qhLGp4 { width:1.5625rem;height:1.5625rem;top:191.64172363281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoq8ypN3kzovdsW2KNb5Gus4LBKotilm { width:4.0625rem;height:5.1708446293052rem;top:227.46412065735rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVLPyM00USlJv2wXeeOPq8ePJgFSrdrE { width:17.5rem;height:3.4375rem;top:195.89844036102rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axiRFFSbHSng34VkJ0LyNM8dgUawE2Hk { display:block; }
 }@media only screen and (max-width: 763px) { #XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk { display:block; }#XO9sHkQ36U4M9KURM4zK7p3xH6APE4Fk > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZdBe1w4V0vwFaCuSNCt0rMGvkIPX23n { width:9.6875rem;height:2.5625rem;top:2.5rem;left:5.15625rem;display:block; }
 }