.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open 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:rgba(var(--color-tertiary-0),1);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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:80.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yE4RRteHCprTwEIZUivGEnPhhHMoMTCg { color:#ff5c5c;display:block;width:67.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:4.50390625rem;height:13.40625rem;text-align:center;text-align-last:center;display:block; }
#WG1w8TBKVNkN4XQQAqPnMzZmECkhJkNc { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:8.0625rem;top:0.9375rem;left:65.223435401919rem;overflow:hidden;display:block; }
#y575n02yc7kzrJS1KGb5g5obMM8K5KTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:70.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.224609375rem;left:2.34375rem;height:11.046875rem;text-align:center;text-align-last:center;display:block; }
#VNMsJ0TbI4PqvUy0Ta8qB6ceFSgCrM18 { background-color:#ff5c5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:74.19921875rem;left:24.47265625rem;display:block; }
#XR423EeuKXR27LrQ7ctaX4XBeDmRk5ZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDbxkSTORXnHKfrzPDLH7bKLC0DcBvA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:58.662109375rem;left:2.34375rem;height:13.808625rem;text-align:center;text-align-last:center;display:block; }
#D5BkTyZiQ48TxnQrWrz0aHqhvQuM3o4I { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:23rem;width:40.9375rem;top:33.5625rem;left:17.72265625rem;overflow:hidden;display:block; }
#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container { background-color: transparent; background-image: none; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container > .video-iframe-container { display: none; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row > .video-iframe-container { display: none; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .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); }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container { border-width: 0; border-radius: 0; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#SiQP2K72b7NGw63zRhC3oZPXOCovOeyh { 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:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#AWFIwRzXqT1f4FUJr218kGVJXeKmupgV { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.0437431335449rem;left:6.2499990463257rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 { position:relative;display:block; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 { background-color: transparent; background-image: none; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row .container > .video-iframe-container { display: none; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row > .video-iframe-container { display: none; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .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); }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 { border-width: 0; border-radius: 0; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .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; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qkbvOBPJKJJK8KDRFNDtNRpRhAwr3205 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.125rem;height:28.5136375rem;text-align:left;text-align-last:left;display:block; }
#oT30CZFyGWJhJrUEphK05ROdZ8sTZlzA { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:24.625rem;top:3.3125rem;left:48.4365234375rem;overflow:hidden;display:block; }
#U8huMbRM3TRIwk5e7c1A650Tpskbt4Zk { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.25rem;left:2.125rem;height:13.16014375rem;text-align:left;text-align-last:left;display:block; }
#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container { background-color: transparent; background-image: none; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container > .video-iframe-container { display: none; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row > .video-iframe-container { display: none; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .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); }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container { border-width: 0; border-radius: 0; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#Wm62T3FL2buKsArb784P6mSW0VzezEkI { 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:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#OTT2JQQe7u1LJCzIhsh3TKhCJyr7F5E9 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.0437431335449rem;left:6.2499990463257rem;height:13.6494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ { position:relative;display:block; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ { background-color: transparent; background-image: none; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row .container > .video-iframe-container { display: none; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row > .video-iframe-container { display: none; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .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); }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ { border-width: 0; border-radius: 0; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .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; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:100.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zSqk2z5imWckFx9mEBuqcZlfVhrBIHyl { color:rgba(var(--color-tertiary-4),1);display:block;width:70.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9249944686889rem;left:2.34375rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#ChzzsGAlPmt6k382qg0p7qC5NBHLnnzF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.59765625rem;left:2.34375rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#Fv2x0qAidSuqK8GAitSR8fVwlDWArzJ8 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:20.125rem;width:20.125rem;top:23.1875rem;left:52.59375rem;overflow:hidden;display:block; }
#WTP28JxJWSbba5vFXLoxKKxuWn8OvsWT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:22.125rem;top:12.3232421875rem;left:39.7060546875rem;overflow:hidden;display:block; }
#fWxUrGdqwIK0P9i1s7aFiXlQpIv9ibeS { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:44.4990234375rem;left:37.03125rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#M9F6yNvc4wb9S409FMuOQLliX9OPtb7G { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:22.125rem;top:44.4990234375rem;left:2.34375rem;overflow:hidden;display:block; }
#T8O05qbSQGR12DIISrnkFoywBBS292Xr { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:22.125rem;top:65.1240234375rem;left:46.5927734375rem;overflow:hidden;display:block; }
#qxMhGTCyfbBWIt0ZflzcfbuZncE3RwDW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:68.6240234375rem;left:5.0615234375rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#ME7Ck8xJzJfAl3iFKNq53tTUsOR1R5Nh { background-color:#f20089;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.525rem;height:5.775rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:91.875rem;left:14.712500572204rem;display:block; }
#GAlx7lH5WlqDlulwboDfSKboIZ3hRI2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAW711I7bLe7VySg205PkoxAoIaHNu8Q { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:22.125rem;top:32.84765625rem;left:12.8427734375rem;overflow:hidden;display:block; }
#mediyRRETTTsht2E5umWWtHiUQg9thxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container { background-color: transparent; background-image: none; }#mediyRRETTTsht2E5umWWtHiUQg9thxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container > .video-iframe-container { display: none; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row > .video-iframe-container { display: none; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .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); }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container { border-width: 0; border-radius: 0; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#TXrQFmwtvvRlb9aeTkLdyTTg51X5ZFH8 { 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:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#lD93zsG2J1X7AsMCXskmgCk897ewM6Hg { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.2476568222046rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM { position:relative;display:block; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM { background-color: transparent; background-image: none; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row .container > .video-iframe-container { display: none; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row > .video-iframe-container { display: none; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .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); }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM { border-width: 0; border-radius: 0; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .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; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WIHefromzTntR4RZ18b9ypR8L7qLfFhJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:19.375rem;width:19.375rem;top:4.0625rem;left:53.125000953674rem;overflow:hidden;display:block; }
#OGz8gs4OBOCXLK8JMnFapNkTe9HHJTpN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.017188072204rem;left:54.625000953674rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#ztPrrfcHByTTKaTGANvW3Z9i2fRTZS05 { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:30.060546875rem;left:56.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mcq84lJxqB0WE8ornc7lVDXOmZaWfxfu { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6845703125rem;left:6.03125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#VyQ5yOoClatTmRim2C5KSx0oPfGgKJSD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0166015625rem;left:6.5625rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#GMct9BXTk4c0kCrwVIe6wJ64nthTsHT9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:30.060546875rem;left:8.65625rem;height:2.5996125rem;font-style:normal;display:block; }
#UCfH5zxXoIoukzJQnTFaq1iRfJWTUruS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22.625rem;width:22.625rem;top:3.125rem;left:4.9375rem;overflow:hidden;display:block; }
#uL9o27NAfW6OOBpgviCoforbZd8LOdrI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:14rem;width:24.0625rem;top:6.75rem;left:28.4375rem;overflow:hidden;display:block; }
#X0MJaXcuJCwiyFoz3VfWiCBfgF5vb5hu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.0166015625rem;left:30.21875rem;height:4.0625rem;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;text-align:center;text-align-last:center;display:block; }
#mVIHsCCK8smu90nqrhSe5dnPqVZhwlnn { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:30.060546875rem;left:33.59375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container { background-color: transparent; background-image: none; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container > .video-iframe-container { display: none; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row > .video-iframe-container { display: none; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .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); }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container { border-width: 0; border-radius: 0; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#gR6P7IyGOhCAOn8W2R82NRDCOeqO90D0 { 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:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#H3eUHJzdrvJOT73RncrUsLrtwxgQDuVz { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:4.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:6.1220703125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 { 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; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container { background-color: transparent; background-image: none; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container > .video-iframe-container { display: none; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row > .video-iframe-container { display: none; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .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); }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container { border-width: 0; border-radius: 0; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#eBOKMKhNT7rcCM48Xd4HPFBTot2bnumC { box-sizing:content-box;height:50.0625rem;width:72.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.3125rem solid #f20089;border-left:0.3125rem solid #f20089;border-right:0.3125rem solid #f20089;border-bottom:0.3125rem solid #f20089;top:1.0625rem;left:1.03125rem;display:block; }
#bLWPkFkxynnOaSW1mCp9A9XfGgBRI1o6 { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:16.5625rem;left:16.875rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHzqti6hZ4Q5l2GhkI5PNVsb9ZLIP0sO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:42.25rem;left:51.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#dydcpp5za3DlioHrZxAiOREQTmX1QnTV { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.625rem;left:5.1875rem;height:;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;font-style:normal;display:block; }
#yLVrfEUJr2So00WJ0vOWu12EM5z5XDsE { color:#120f10;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:30.75rem;left:16.875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFGDtqwEIlaL4OAvIuZ3TWmGUIBx3RTf { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:29.1875rem;display:block; }
#CsopT2GOtdy9CFTfa1Z5RL6khPDTPDZI { color:#f13d0c;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25rem;left:16.375rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaGWMQI5lQUdRgroF7TTbhJhPhMT1ql3 { color:#fdf1f7;display:block;width:21.9375rem;position:absolute;font-family:"russo one";font-size:3.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:36.5625rem;left:27.5625rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hh57ibO5TLVpWeWbuZoDbEkwxJ21Rt2e { box-sizing:content-box;height:5.3125rem;width:15.75rem;position:absolute;display:block;z-index:15012;background-color:#f20089;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5625rem;left:30.6875rem;display:block; }
#kVm9yKXvGD2cWPKSV1KdFvzFCSIvDe8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.25rem;left:20.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#NOxQOEJVlTJxH4FhgiJvMGZNKDkuITV8 { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.25rem;left:27.25rem;display:block; }
#CNtZDWN3lomwztUCPOlBL13DENZvIxDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHtknuDUWTdrOJs8NsAU2dwMn9SaBBbH { color:#0b0708;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:20.5625rem;left:16.875rem;height:4.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDlvCnKPHuECGx8ToLtKuGqphgqMMy91 { color:#000000;display:block;width:65.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:48.375rem;left:5.875rem;height:1.29980625rem;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; }
#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container { background-color: transparent; background-image: none; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container > .video-iframe-container { display: none; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row > .video-iframe-container { display: none; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .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); }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container { border-width: 0; border-radius: 0; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#vtBbehfqWpk3rNDOrWpN5CH5HuM7KxD9 { color:#090507;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.1039075851441rem;left:9.499218940735rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .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; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.97rem;padding-right:0.866875rem;padding-bottom:0.97rem;padding-left:0.866875rem;display:block;align-items:center;width:5.2025rem;min-width:5.2025rem;height:5.213125rem;position:relative;font-family:"open sans";font-size:3.88rem;font-weight:700;line-height:83.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.60625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.9375rem;height:2.06rem;position:relative;font-family:"open sans";font-size:1.455625rem;font-weight:400;line-height:32.96px;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; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:31.75rem;height:9.819375rem;padding-top:1.2125rem;padding-right:1.239375rem;padding-bottom:1.2125rem;padding-left:1.239375rem;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:4.2835941314697rem;left:22.133595466614rem;z-index:15007; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #lPTct3xcEUUJgNurCePSGKXcaHTL8vvA { display:flex;position:relative;top:0rem;left:0rem; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #LfFItKH5Fx6NEz9gzJDC8M81xQ7TGlan { width:auto; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #V2nJusmkrnCFLVGM0loDzPeTObr5UqAS {  }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #NzPNaQ2TT50KeJIGppMQ6leEH78fXrF0 { display:flex;position:relative;top:0rem;left:0rem; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #Bd8N719mz9T6TiwD8zdeVBLWnU90FoC4 {  }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #sezrP7QGlRiTvlWTIX4nAie5bdHcuwf5 {  }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #ynlDgqPiZkgFkvvNWhctTaWAD9Whpgtx { display:flex;position:relative;top:0rem;left:0rem; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #PqL6ormdiMd13mxXo0EeUI3R64leCUTC {  }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #VG83md84p9p1r8WpATPPrOAT91gVtmgp {  }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #BHQXC705l53D5COrASI1NiaMiOiFQaWk { display:flex;position:relative;top:0rem;left:0rem; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #ERT4VRNdgoEilIJA8RXzwKm5EOAXToOy {  }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #aqMiT8F80QxT1TO58hacMvtvHkAskx9X {  }
#Kf06Ngvi9M9tvsr0DF6KZiLgbSO71MAc { background-color:#f20089;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.6875rem;height:6.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:16.52734375rem;left:21.7177734375rem;display:block; }
#RWIzfXNKAxJrWhZ7DxZr1dh4LTBp3pXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viKhsbZz6quwy5UKVMUmRecbfWiINMgD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container { background-color: transparent; background-image: none; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container > .video-iframe-container { display: none; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row > .video-iframe-container { display: none; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .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); }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container { border-width: 0; border-radius: 0; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#bfRNH3mXKcDaO2TJZ05VVGbZGvMWwWtl { 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:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#paJDQCDMx55vrFFPcgqQ75r0BZ4dbpAl { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:3.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.2476568222046rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container { background-color: transparent; background-image: none; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container > .video-iframe-container { display: none; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row > .video-iframe-container { display: none; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .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); }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container { border-width: 0; border-radius: 0; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container { font-size:0.875rem;font-family:arial;height:102.0625rem;width:75rem;position:relative;display:block; }#CAIqTWezxkPQoXu2IsR0Odwp6df5hEJe { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:17.28125rem;left:1.625rem;height:22.5rem;font-style:normal;display:block; }
#CGksFzJWxQlHtHLMIckOg7rIzV8b1bAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.4375rem;left:38.5625rem; }
#mG5hqgAZl2TfWka9cs4LlzRkCdgwmE6D { color:#238639;display:block;width:72.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:1.25rem;left:1.625rem;height:13.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpOnrdCVXDSpegCQtw8mpPXUBgWA5Hzw { background-color:#ff88c0;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:2.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:95.25rem;left:28.5rem;display:block; }
#lxLIbI83iByEqLrcRG9nRxucQ1OE3OHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKVw8KgKal3LfpqDDrTFInm48zkAXApm { position:absolute;display:block;z-index:15023;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:30.875rem;width:11.875rem;top:38.6875rem;left:6.25rem;overflow:hidden;display:block; }
#O7chditVpZV4h4mdczwDsVXVI65aLK2S { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:42.34375rem;left:27.4375rem;height:25rem;font-style:normal;display:block; }
#NtZMVQtLUCBybugw983y1Z76lvPsp9ZH { position:absolute;display:block;z-index:15024;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:18.75rem;width:23.25rem;top:18.59375rem;left:49.125rem;overflow:hidden;display:block; }
#D4eOvTCLrixMICTqTm5Ks9V0ES4cgCVn { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:70.9375rem;left:2.8125rem;height:22.5rem;font-style:normal;display:block; }
#VDKidzgxPcpmzZBzePigVDMduIMnTTit { position:absolute;display:block;z-index:15024;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:27.6875rem;width:21.9375rem;top:65.6875rem;left:47.3681640625rem;overflow:hidden;display:block; }
#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container { background-color: transparent; background-image: none; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container > .video-iframe-container { display: none; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row > .video-iframe-container { display: none; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .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); }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container { border-width: 0; border-radius: 0; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#abIDDBtrtARLCwNkSl4QL413t3XrJkMk { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:12.75rem;left:1.875rem;height:20.99605rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FKBCevqQko2pO7MbiVRRyGmUsNk95Dbn { 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:27.0625rem;width:24rem;top:9.375rem;left:45.5rem;overflow:hidden;display:block; }
#StNcqOTr32tfNe2TyCehnzuJIfViutCK { color:rgba(var(--color-tertiary-4),1);display:block;width:71.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:37.75rem;left:1.875rem;height:18.896475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCIgfs0GzwAIEK24QuqzQQHFSNk7TFUq { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.6875rem;left:2.8125rem;height:5.92480625rem;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;font-style:normal;display:block; }
#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd770;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; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container { background-color: transparent; background-image: none; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container > .video-iframe-container { display: none; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row > .video-iframe-container { display: none; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .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); }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container { border-width: 0; border-radius: 0; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#tmMf5CyWMUfgJBSOvUOotP7shrA4LOkW { 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:2.3125rem;width:1.1875rem;top:1.6875003818423rem;left:2.0625rem;overflow:hidden;display:block; }
#c90WaaZ96sATF9viJZ2z1qvMfUTzxIqP { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:"russo one";font-size:5.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.76175475120544rem;left:6.3726568222044rem;height:19.9863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 { position:relative;display:block; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 { background-color: transparent; background-image: none; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row .container > .video-iframe-container { display: none; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row > .video-iframe-container { display: none; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .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); }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 { border-width: 0; border-radius: 0; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .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; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTp1SLlRu1ls9bDBraeXNUUCvf009HZ7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:43.625rem;width:34.875rem;top:1.1875rem;left:2.09375rem;overflow:hidden;display:block; }
#yIZMDaF7JT7LTPSqThFhemyCXkLF5XAz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:34.875rem;top:2.0625rem;left:38.9375rem;overflow:hidden;display:block; }
#y797O8MzTTgFdP0UqOArtBOyxHgq4LeC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:33.25rem;top:46.625rem;left:3.7062492370606rem;overflow:hidden;display:block; }
#mEP32sH0fe8CBl6cNaE9T12ZObJvH4im { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:13.5625rem;width:38.625rem;top:18.28125rem;left:35.25rem;overflow:hidden;display:block; }
#aPDZyrrTHP46iZK8dwvvgUo4vO5PL3yP { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:34.625rem;top:32.8623046875rem;left:36.96875rem;overflow:hidden;display:block; }
#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U { 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; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container { background-color: transparent; background-image: none; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container > .video-iframe-container { display: none; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row > .video-iframe-container { display: none; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .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); }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container { border-width: 0; border-radius: 0; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:75rem;position:relative;display:block; }#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .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; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:lato;color:#ff88c0;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .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_bc617517cdb9c02ab0babb51fc806cec396d054d.svg");background-size:contain !important; }#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-trigger.adaptive-delivery-prevent-bg, #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-trigger.lazyload, #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-trigger.lazyloading { background-image: none; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.486328125rem;left:3.6875rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci { display:none; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW { display:none; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa { display:none; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #k6CL7MAH6J4D5TFVh5lTAtk6Pv8Nxm8M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #AhtMIGmWvVwfhWBmOEn5v4ymOTNvAiVX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #fh3TdRZanxdf9XLzDfSQ8TMFaXJ7aDso { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #i4hpoSKcB8iIONKGt2g6QHrAOy8Pulm3 {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #iu0eZ4Q5sI6TsdOL5erKdZ3TelGDfCOs { display:none; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ahbkvvArdbLCIw4kHIruEehtyouDVXvy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp { display:none; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT { display:block;position:relative; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc { display:none; }
#SVKNQF0ngDxnQaFQxGP7Lz2gEQZIdvN1 { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.9990234375rem;left:1.40625rem;height:11.849625rem;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;font-style:normal;display:block; }
#DyeFRMA8QhCrIPJro73hrPUg282vt5LU { position:relative;display:block; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU { background-color: transparent; background-image: none; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row .container > .video-iframe-container { display: none; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row > .video-iframe-container { display: none; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .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); }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU { border-width: 0; border-radius: 0; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .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; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A6kZZ0qnlNzOpKIgckO34w4LyG77NMIH { color:#ff88c0;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSw6vInm4t4E9RE0lthrX9oCJ2KhlqaB { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#MXTTWaatUd8fxJUeyTF9H2vOATPfx3Ta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asGztVTNR5wN8TdXXHhx21fSkOtmeSQg { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#B5NN5CzL4os2AmvEqO70SsQ8qxL3Ehpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NglQCUc7DXcBZTXDMq1pekH6x2hVVyKQ { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#lTELG0DNP2x3oTBb4obOspFVmKcUtkCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfz9bbkOqkGBwiMH6E3clTbxqNBf41mV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#qfz9bbkOqkGBwiMH6E3clTbxqNBf41mV > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#c0tgL8u3Gt6b2oCwzsPFf9Mxg3FoTbHf { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#063949;background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#SNMvobxPR275xpIkvTsnvV0fiQ6sudhr { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:#063949;background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#XJGiTKzLWzIXgETuxJXrf5zoxNEAJa3J { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRoEwXAhXzFiP9mGaTbvFfyTR1NIe6h7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#IRoEwXAhXzFiP9mGaTbvFfyTR1NIe6h7 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#WulyUzetbcJL1krXL105XDMhcmkniMvt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#WulyUzetbcJL1krXL105XDMhcmkniMvt > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#xLJAS1s6CWJezTqZG1dmbCO0V3OrhGXo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#xLJAS1s6CWJezTqZG1dmbCO0V3OrhGXo > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#aA2k32S8kb9mdwXMtebTNgN65H4Vk8Bs { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#RZJNJt6NqZ44bKHWANV6ETbV8Pi6Z9ap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #yE4RRteHCprTwEIZUivGEnPhhHMoMTCg { top:5.125rem;left:0rem;width:47.75rem;height:13.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG1w8TBKVNkN4XQQAqPnMzZmECkhJkNc { top:0.9375rem;left:39.6875rem;width:8.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y575n02yc7kzrJS1KGb5g5obMM8K5KTZ { top:20.1875rem;left:0rem;width:47.75rem;height:11rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNMsJ0TbI4PqvUy0Ta8qB6ceFSgCrM18 { width:27.4375rem;height:3.4375rem;top:74.1875rem;left:10.84765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR423EeuKXR27LrQ7ctaX4XBeDmRk5ZZ { display:block; }
 }@media only screen and (max-width: 763px) { #hDbxkSTORXnHKfrzPDLH7bKLC0DcBvA4 { top:58.625rem;left:0rem;width:47.75rem;height:13.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5BkTyZiQ48TxnQrWrz0aHqhvQuM3o4I { top:33.5625rem;left:4.09765625rem;width:40.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNJaa6fphTwZATE4Sto6O4U1vnLukZG { display:block; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiQP2K72b7NGw63zRhC3oZPXOCovOeyh { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWFIwRzXqT1f4FUJr218kGVJXeKmupgV { top:1rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 { display:block; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkbvOBPJKJJK8KDRFNDtNRpRhAwr3205 { top:3.3125rem;left:0rem;width:47.75rem;height:28.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT30CZFyGWJhJrUEphK05ROdZ8sTZlzA { top:3.3125rem;left:23.125rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8huMbRM3TRIwk5e7c1A650Tpskbt4Zk { top:29.25rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a99ZDBW40rwcQclEKzPq9eKZpubAPv1R { display:block; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wm62T3FL2buKsArb784P6mSW0VzezEkI { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTT2JQQe7u1LJCzIhsh3TKhCJyr7F5E9 { top:1rem;left:0rem;width:47.75rem;height:13.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRidiMfFheMBaxObW8vx5kllZTe5zDtZ { display:block; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSqk2z5imWckFx9mEBuqcZlfVhrBIHyl { top:1.875rem;left:0rem;width:47.75rem;height:10.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChzzsGAlPmt6k382qg0p7qC5NBHLnnzF { top:16.5625rem;left:0rem;width:35.6875rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv2x0qAidSuqK8GAitSR8fVwlDWArzJ8 { top:23.1875rem;left:27.625rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTP28JxJWSbba5vFXLoxKKxuWn8OvsWT { top:12.3125rem;left:25.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWxUrGdqwIK0P9i1s7aFiXlQpIv9ibeS { top:44.4375rem;left:12.0625rem;width:35.6875rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9F6yNvc4wb9S409FMuOQLliX9OPtb7G { top:44.4375rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8O05qbSQGR12DIISrnkFoywBBS292Xr { top:65.0625rem;left:25.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxMhGTCyfbBWIt0ZflzcfbuZncE3RwDW { top:68.5625rem;left:0rem;width:37.6875rem;height:19.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME7Ck8xJzJfAl3iFKNq53tTUsOR1R5Nh { width:45.5rem;height:5.75rem;top:91.875rem;left:1.0875005722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAlx7lH5WlqDlulwboDfSKboIZ3hRI2Q { display:block; }
 }@media only screen and (max-width: 763px) { #SAW711I7bLe7VySg205PkoxAoIaHNu8Q { top:32.8125rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mediyRRETTTsht2E5umWWtHiUQg9thxf { display:block; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXrQFmwtvvRlb9aeTkLdyTTg51X5ZFH8 { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD93zsG2J1X7AsMCXskmgCk897ewM6Hg { top:1.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM { display:block; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIHefromzTntR4RZ18b9ypR8L7qLfFhJ { top:4.0625rem;left:28.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGz8gs4OBOCXLK8JMnFapNkTe9HHJTpN { top:25rem;left:31.375rem;width:16.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztPrrfcHByTTKaTGANvW3Z9i2fRTZS05 { top:30rem;left:35.5625rem;width:12.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcq84lJxqB0WE8ornc7lVDXOmZaWfxfu { top:35.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQ5yOoClatTmRim2C5KSx0oPfGgKJSD { top:25rem;left:0rem;width:16.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMct9BXTk4c0kCrwVIe6wJ64nthTsHT9 { top:30rem;left:0rem;width:12.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfH5zxXoIoukzJQnTFaq1iRfJWTUruS { top:3.125rem;left:0rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL9o27NAfW6OOBpgviCoforbZd8LOdrI { top:6.75rem;left:14.8125rem;width:24.0625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0MJaXcuJCwiyFoz3VfWiCBfgF5vb5hu { top:25rem;left:16.59375rem;width:18.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVIHsCCK8smu90nqrhSe5dnPqVZhwlnn { top:30rem;left:19.96875rem;width:12.1875rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNAo1igerrMVNvQFBgF7kzT8R80p4wUC { display:block; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR6P7IyGOhCAOn8W2R82NRDCOeqO90D0 { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3eUHJzdrvJOT73RncrUsLrtwxgQDuVz { top:1.125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 { display:block; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBOKMKhNT7rcCM48Xd4HPFBTot2bnumC { top:1.0625rem;left:0rem;width:47.125rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLWPkFkxynnOaSW1mCp9A9XfGgBRI1o6 { top:16.5625rem;left:3.25rem;width:43.3125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHzqti6hZ4Q5l2GhkI5PNVsb9ZLIP0sO { top:42.25rem;left:38.0625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydcpp5za3DlioHrZxAiOREQTmX1QnTV { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLVrfEUJr2So00WJ0vOWu12EM5z5XDsE { top:30.75rem;left:3.25rem;width:43.3125rem;height:4.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGDtqwEIlaL4OAvIuZ3TWmGUIBx3RTf { top:24.75rem;left:15.5625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsopT2GOtdy9CFTfa1Z5RL6khPDTPDZI { top:25rem;left:2.75rem;width:43.3125rem;height:5.6875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGWMQI5lQUdRgroF7TTbhJhPhMT1ql3 { top:36.5625rem;left:13.9375rem;width:21.9375rem;height:5.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh57ibO5TLVpWeWbuZoDbEkwxJ21Rt2e { top:36.5625rem;left:17.0625rem;width:15.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVm9yKXvGD2cWPKSV1KdFvzFCSIvDe8o { top:42.25rem;left:7rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxQOEJVlTJxH4FhgiJvMGZNKDkuITV8 { width:22.5625rem;height:3.375rem;top:43.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNtZDWN3lomwztUCPOlBL13DENZvIxDG { display:block; }
 }@media only screen and (max-width: 763px) { #BHtknuDUWTdrOJs8NsAU2dwMn9SaBBbH { top:20.5625rem;left:3.25rem;width:43.3125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDlvCnKPHuECGx8ToLtKuGqphgqMMy91 { top:48.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS { display:block; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtBbehfqWpk3rNDOrWpN5CH5HuM7KxD9 { width:47.75rem;height:2.6875rem;top:1.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .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; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .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; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 { display:flex;width:18rem;height:5.0625rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #lPTct3xcEUUJgNurCePSGKXcaHTL8vvA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #LfFItKH5Fx6NEz9gzJDC8M81xQ7TGlan {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #V2nJusmkrnCFLVGM0loDzPeTObr5UqAS {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #NzPNaQ2TT50KeJIGppMQ6leEH78fXrF0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #Bd8N719mz9T6TiwD8zdeVBLWnU90FoC4 {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #sezrP7QGlRiTvlWTIX4nAie5bdHcuwf5 {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #ynlDgqPiZkgFkvvNWhctTaWAD9Whpgtx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #PqL6ormdiMd13mxXo0EeUI3R64leCUTC {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #VG83md84p9p1r8WpATPPrOAT91gVtmgp {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #BHQXC705l53D5COrASI1NiaMiOiFQaWk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #ERT4VRNdgoEilIJA8RXzwKm5EOAXToOy {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #aqMiT8F80QxT1TO58hacMvtvHkAskx9X {  }
 }@media only screen and (max-width: 763px) { #Kf06Ngvi9M9tvsr0DF6KZiLgbSO71MAc { width:33.6875rem;height:6.6875rem;top:16.5rem;left:8.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWIzfXNKAxJrWhZ7DxZr1dh4LTBp3pXW { display:block; }
 }@media only screen and (max-width: 763px) { #viKhsbZz6quwy5UKVMUmRecbfWiINMgD { display:block; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfRNH3mXKcDaO2TJZ05VVGbZGvMWwWtl { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJDQCDMx55vrFFPcgqQ75r0BZ4dbpAl { top:1.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI { display:block; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAIqTWezxkPQoXu2IsR0Odwp6df5hEJe { top:17.25rem;left:0rem;width:46.4375rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGksFzJWxQlHtHLMIckOg7rIzV8b1bAu { top:36.4375rem;left:24.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG5hqgAZl2TfWka9cs4LlzRkCdgwmE6D { top:1.25rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpOnrdCVXDSpegCQtw8mpPXUBgWA5Hzw { width:20.6875rem;height:4.8125rem;top:95.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxLIbI83iByEqLrcRG9nRxucQ1OE3OHO { display:block; }
 }@media only screen and (max-width: 763px) { #aKVw8KgKal3LfpqDDrTFInm48zkAXApm { top:38.6875rem;left:0rem;width:11.875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7chditVpZV4h4mdczwDsVXVI65aLK2S { top:42.3125rem;left:1.3125rem;width:46.4375rem;height:25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtZMVQtLUCBybugw983y1Z76lvPsp9ZH { top:18.5625rem;left:24.5rem;width:23.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4eOvTCLrixMICTqTm5Ks9V0ES4cgCVn { top:70.9375rem;left:0rem;width:46.4375rem;height:22.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDKidzgxPcpmzZBzePigVDMduIMnTTit { top:65.6875rem;left:25.8125rem;width:21.9375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv { display:block; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abIDDBtrtARLCwNkSl4QL413t3XrJkMk { top:12.75rem;left:0rem;width:39rem;height:23.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBCevqQko2pO7MbiVRRyGmUsNk95Dbn { top:9.375rem;left:23.75rem;width:24rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNcqOTr32tfNe2TyCehnzuJIfViutCK { top:37.75rem;left:0rem;width:47.75rem;height:16.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIgfs0GzwAIEK24QuqzQQHFSNk7TFUq { top:2.6875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe { display:block; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmMf5CyWMUfgJBSOvUOotP7shrA4LOkW { width:1.1875rem;height:2.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c90WaaZ96sATF9viJZ2z1qvMfUTzxIqP { top:0.75rem;left:0rem;width:47.75rem;height:19.9375rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWZoStxmTHiEubkBwSP8C26qnF1XIy62 { display:block; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTp1SLlRu1ls9bDBraeXNUUCvf009HZ7 { top:1.1875rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIZMDaF7JT7LTPSqThFhemyCXkLF5XAz { top:2.0625rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y797O8MzTTgFdP0UqOArtBOyxHgq4LeC { top:46.625rem;left:0rem;width:33.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEP32sH0fe8CBl6cNaE9T12ZObJvH4im { top:18.25rem;left:9.125rem;width:38.625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPDZyrrTHP46iZK8dwvvgUo4vO5PL3yP { top:32.8125rem;left:13.125rem;width:34.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U { display:block; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #k6CL7MAH6J4D5TFVh5lTAtk6Pv8Nxm8M {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #AhtMIGmWvVwfhWBmOEn5v4ymOTNvAiVX {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #fh3TdRZanxdf9XLzDfSQ8TMFaXJ7aDso {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #i4hpoSKcB8iIONKGt2g6QHrAOy8Pulm3 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #iu0eZ4Q5sI6TsdOL5erKdZ3TelGDfCOs {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #SVKNQF0ngDxnQaFQxGP7Lz2gEQZIdvN1 { top:1.9375rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeFRMA8QhCrIPJro73hrPUg282vt5LU { display:block; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6kZZ0qnlNzOpKIgckO34w4LyG77NMIH { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSw6vInm4t4E9RE0lthrX9oCJ2KhlqaB { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXTTWaatUd8fxJUeyTF9H2vOATPfx3Ta { display:block; }
 }@media only screen and (max-width: 763px) { #asGztVTNR5wN8TdXXHhx21fSkOtmeSQg { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5NN5CzL4os2AmvEqO70SsQ8qxL3Ehpm { display:block; }
 }@media only screen and (max-width: 763px) { #NglQCUc7DXcBZTXDMq1pekH6x2hVVyKQ { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTELG0DNP2x3oTBb4obOspFVmKcUtkCJ { display:block; }
 }@media only screen and (max-width: 763px) { #qfz9bbkOqkGBwiMH6E3clTbxqNBf41mV { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#qfz9bbkOqkGBwiMH6E3clTbxqNBf41mV > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #c0tgL8u3Gt6b2oCwzsPFf9Mxg3FoTbHf { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMvobxPR275xpIkvTsnvV0fiQ6sudhr { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJGiTKzLWzIXgETuxJXrf5zoxNEAJa3J { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRoEwXAhXzFiP9mGaTbvFfyTR1NIe6h7 { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#IRoEwXAhXzFiP9mGaTbvFfyTR1NIe6h7 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #WulyUzetbcJL1krXL105XDMhcmkniMvt { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#WulyUzetbcJL1krXL105XDMhcmkniMvt > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #xLJAS1s6CWJezTqZG1dmbCO0V3OrhGXo { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#xLJAS1s6CWJezTqZG1dmbCO0V3OrhGXo > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #aA2k32S8kb9mdwXMtebTNgN65H4Vk8Bs { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZJNJt6NqZ44bKHWANV6ETbV8Pi6Z9ap { 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:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE4RRteHCprTwEIZUivGEnPhhHMoMTCg { width:18.125rem;height:18.19725rem;top:5.8125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG1w8TBKVNkN4XQQAqPnMzZmECkhJkNc { width:8.0625rem;height:3.25rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y575n02yc7kzrJS1KGb5g5obMM8K5KTZ { width:17.9375rem;height:28.4375rem;top:25.25rem;left:1.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNMsJ0TbI4PqvUy0Ta8qB6ceFSgCrM18 { width:19rem;height:3.4375rem;top:96.5625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR423EeuKXR27LrQ7ctaX4XBeDmRk5ZZ { display:block; }
 }@media only screen and (max-width: 763px) { #hDbxkSTORXnHKfrzPDLH7bKLC0DcBvA4 { width:17rem;height:28.4375rem;top:67.1728515625rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5BkTyZiQ48TxnQrWrz0aHqhvQuM3o4I { width:20rem;height:11.236641221374rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNJaa6fphTwZATE4Sto6O4U1vnLukZG { display:block; }#aTNJaa6fphTwZATE4Sto6O4U1vnLukZG > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiQP2K72b7NGw63zRhC3oZPXOCovOeyh { width:1.1875rem;height:2.3125rem;top:4.875rem;left:18.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWFIwRzXqT1f4FUJr218kGVJXeKmupgV { width:19.3125rem;height:7.3125rem;top:0.56249332427979rem;left:0.34296876192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 { display:block; }#CgfBzX1ZDMzLCgdECgW32SbvTaodAuq2 > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkbvOBPJKJJK8KDRFNDtNRpRhAwr3205 { width:18.8125rem;height:50.6796875rem;top:1rem;left:0.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT30CZFyGWJhJrUEphK05ROdZ8sTZlzA { width:20rem;height:20rem;top:46.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8huMbRM3TRIwk5e7c1A650Tpskbt4Zk { width:17.9375rem;height:31.18753125rem;top:66.6796875rem;left:1.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a99ZDBW40rwcQclEKzPq9eKZpubAPv1R { display:block; }#a99ZDBW40rwcQclEKzPq9eKZpubAPv1R > .row .container { width:20rem;height:10.3115234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wm62T3FL2buKsArb784P6mSW0VzezEkI { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTT2JQQe7u1LJCzIhsh3TKhCJyr7F5E9 { width:19.3125rem;height:9.75rem;top:0.56249332427979rem;left:0.34296876192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FRidiMfFheMBaxObW8vx5kllZTe5zDtZ { display:block; }#FRidiMfFheMBaxObW8vx5kllZTe5zDtZ > .row .container { width:20rem;height:208.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSqk2z5imWckFx9mEBuqcZlfVhrBIHyl { width:17.8125rem;height:22.34375rem;top:0.75rem;left:1.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChzzsGAlPmt6k382qg0p7qC5NBHLnnzF { width:18.8125rem;height:30.46875rem;top:24.6875rem;left:0.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv2x0qAidSuqK8GAitSR8fVwlDWArzJ8 { width:20rem;height:20rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTP28JxJWSbba5vFXLoxKKxuWn8OvsWT { width:20rem;height:20rem;top:68.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWxUrGdqwIK0P9i1s7aFiXlQpIv9ibeS { width:18.625rem;height:30.46875rem;top:88.25rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9F6yNvc4wb9S409FMuOQLliX9OPtb7G { width:20rem;height:20rem;top:118.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8O05qbSQGR12DIISrnkFoywBBS292Xr { width:20rem;height:20rem;top:181.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxMhGTCyfbBWIt0ZflzcfbuZncE3RwDW { width:18.375rem;height:26.40625rem;top:157.5361328125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME7Ck8xJzJfAl3iFKNq53tTUsOR1R5Nh { width:18.2119375rem;height:5.2119125rem;top:201.5625rem;left:0.8935546875rem;font-size:0.8125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #GAlx7lH5WlqDlulwboDfSKboIZ3hRI2Q { display:block; }
 }@media only screen and (max-width: 763px) { #SAW711I7bLe7VySg205PkoxAoIaHNu8Q { width:20rem;height:20rem;top:137.5361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mediyRRETTTsht2E5umWWtHiUQg9thxf { display:block; }#mediyRRETTTsht2E5umWWtHiUQg9thxf > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXrQFmwtvvRlb9aeTkLdyTTg51X5ZFH8 { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD93zsG2J1X7AsMCXskmgCk897ewM6Hg { width:17.8125rem;height:4.875rem;top:0.84375rem;left:1.0929687619209rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM { display:block; }#uxJL7NmC1qWy7cZue50TpBvdZFrHTTnM > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIHefromzTntR4RZ18b9ypR8L7qLfFhJ { width:19.75rem;height:19.75rem;top:27.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGz8gs4OBOCXLK8JMnFapNkTe9HHJTpN { width:16.375rem;height:4.0625rem;top:46.1875rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztPrrfcHByTTKaTGANvW3Z9i2fRTZS05 { width:12.1875rem;height:2rem;top:51.75rem;left:4.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mcq84lJxqB0WE8ornc7lVDXOmZaWfxfu { width:17.8125rem;height:16.8984375rem;top:75.8115234375rem;left:1.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyQ5yOoClatTmRim2C5KSx0oPfGgKJSD { width:16.375rem;height:4.0625rem;top:21.0625rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMct9BXTk4c0kCrwVIe6wJ64nthTsHT9 { width:12.1875rem;height:2rem;top:26.0625rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCfH5zxXoIoukzJQnTFaq1iRfJWTUruS { width:20rem;height:20rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL9o27NAfW6OOBpgviCoforbZd8LOdrI { width:20rem;height:11.636363636364rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0MJaXcuJCwiyFoz3VfWiCBfgF5vb5hu { width:18.9375rem;height:4.0625rem;top:67.25rem;left:0.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVIHsCCK8smu90nqrhSe5dnPqVZhwlnn { width:12.1875rem;height:2rem;top:72.5625rem;left:4.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vNAo1igerrMVNvQFBgF7kzT8R80p4wUC { display:block; }#vNAo1igerrMVNvQFBgF7kzT8R80p4wUC > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR6P7IyGOhCAOn8W2R82NRDCOeqO90D0 { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3eUHJzdrvJOT73RncrUsLrtwxgQDuVz { width:20rem;height:7.6875rem;top:0rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 { display:block; }#ZItNpHZtBIoGGFsTkJMGxDcybKUDwWS7 > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBOKMKhNT7rcCM48Xd4HPFBTot2bnumC { width:19.4375rem;height:41.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLWPkFkxynnOaSW1mCp9A9XfGgBRI1o6 { width:18.1875rem;height:2.53125rem;top:12.8125rem;left:0.90625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHzqti6hZ4Q5l2GhkI5PNVsb9ZLIP0sO { display:flex;width:1.9375rem;height:1.9375rem;top:23.46875rem;left:17.21875rem; }
 }@media only screen and (max-width: 763px) { #dydcpp5za3DlioHrZxAiOREQTmX1QnTV { width:13.5625rem;height:9.597625rem;top:2rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLVrfEUJr2So00WJ0vOWu12EM5z5XDsE { width:20rem;height:3rem;top:19.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGDtqwEIlaL4OAvIuZ3TWmGUIBx3RTf { width:18.75rem;height:0.3125rem;top:18.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsopT2GOtdy9CFTfa1Z5RL6khPDTPDZI { width:20rem;height:3rem;top:22.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGWMQI5lQUdRgroF7TTbhJhPhMT1ql3 { width:14.375rem;height:5.25rem;top:27.0625rem;left:3.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh57ibO5TLVpWeWbuZoDbEkwxJ21Rt2e { width:15.75rem;height:5.3125rem;top:27.03125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVm9yKXvGD2cWPKSV1KdFvzFCSIvDe8o { display:flex;width:2.0625rem;height:2.0625rem;top:23.40625rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #NOxQOEJVlTJxH4FhgiJvMGZNKDkuITV8 { width:16.375rem;height:3.375rem;top:34.09375rem;left:1.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #CNtZDWN3lomwztUCPOlBL13DENZvIxDG { display:block; }
 }@media only screen and (max-width: 763px) { #BHtknuDUWTdrOJs8NsAU2dwMn9SaBBbH { width:20rem;height:2.15625rem;top:15.34375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDlvCnKPHuECGx8ToLtKuGqphgqMMy91 { width:20rem;height:2.5996125rem;top:38.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS { display:block; }#CXWLuOfFhkk72aXuEXmBc6dGlS5FyfGS > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtBbehfqWpk3rNDOrWpN5CH5HuM7KxD9 { width:20rem;height:4.798825rem;top:1.5601558685302rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .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; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .widget-text.counter-number { padding-top:0.491875rem;padding-right:0.429375rem;padding-bottom:0.491875rem;padding-left:0.429375rem;width:2.576875rem;min-width:2.576875rem;height:2.64375rem;font-size:1.9675rem;line-height:42.3px;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; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3075rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.435625rem;height:1.045rem;font-size:0.738125rem;line-height:16.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 { display:flex;width:17.75rem;height:4.98rem;top:7.72265625rem;left:0rem;padding-top:1.193125rem;padding-right:1.216875rem;padding-bottom:1.193125rem;padding-left:1.216875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #lPTct3xcEUUJgNurCePSGKXcaHTL8vvA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #LfFItKH5Fx6NEz9gzJDC8M81xQ7TGlan {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #V2nJusmkrnCFLVGM0loDzPeTObr5UqAS {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #NzPNaQ2TT50KeJIGppMQ6leEH78fXrF0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #Bd8N719mz9T6TiwD8zdeVBLWnU90FoC4 {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #sezrP7QGlRiTvlWTIX4nAie5bdHcuwf5 {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #ynlDgqPiZkgFkvvNWhctTaWAD9Whpgtx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #PqL6ormdiMd13mxXo0EeUI3R64leCUTC {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #VG83md84p9p1r8WpATPPrOAT91gVtmgp {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #BHQXC705l53D5COrASI1NiaMiOiFQaWk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #ERT4VRNdgoEilIJA8RXzwKm5EOAXToOy {  }
 }@media only screen and (max-width: 763px) { #aN1wCakT1NBJzQxr3klkuG5Z82A8lgk8 #aqMiT8F80QxT1TO58hacMvtvHkAskx9X {  }
 }@media only screen and (max-width: 763px) { #Kf06Ngvi9M9tvsr0DF6KZiLgbSO71MAc { width:19rem;height:7rem;top:15.087890625rem;left:0.5rem;z-index:15012;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RWIzfXNKAxJrWhZ7DxZr1dh4LTBp3pXW { display:block; }
 }@media only screen and (max-width: 763px) { #viKhsbZz6quwy5UKVMUmRecbfWiINMgD { display:block; }#viKhsbZz6quwy5UKVMUmRecbfWiINMgD > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfRNH3mXKcDaO2TJZ05VVGbZGvMWwWtl { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJDQCDMx55vrFFPcgqQ75r0BZ4dbpAl { width:20rem;height:7.125rem;top:0.7490234375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI { display:block; }#NZ6bfH7uaeEA3p7dJfXafA9QoHpHqhXI > .row .container { width:20rem;height:213rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAIqTWezxkPQoXu2IsR0Odwp6df5hEJe { width:17.4375rem;height:40rem;top:32.2236328125rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGksFzJWxQlHtHLMIckOg7rIzV8b1bAu { display:flex;width:2.25rem;height:2.25rem;top:80.625rem;left:-2.25rem; }
 }@media only screen and (max-width: 763px) { #mG5hqgAZl2TfWka9cs4LlzRkCdgwmE6D { width:17.875rem;height:30rem;top:1.3310546875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpOnrdCVXDSpegCQtw8mpPXUBgWA5Hzw { width:19rem;height:4.8125rem;top:206.693359375rem;left:0.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #lxLIbI83iByEqLrcRG9nRxucQ1OE3OHO { display:block; }
 }@media only screen and (max-width: 763px) { #aKVw8KgKal3LfpqDDrTFInm48zkAXApm { width:11.875rem;height:30.875rem;top:120.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7chditVpZV4h4mdczwDsVXVI65aLK2S { width:18.3125rem;height:40rem;top:84.693359375rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtZMVQtLUCBybugw983y1Z76lvPsp9ZH { width:20rem;height:16.128875rem;top:69.568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4eOvTCLrixMICTqTm5Ks9V0ES4cgCVn { width:17.375rem;height:34rem;top:151.625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDKidzgxPcpmzZBzePigVDMduIMnTTit { width:14.9375rem;height:18.875rem;top:186.8837890625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv { display:block; }#XNgG1kO7cEsSiLI5aL1HUmW2C5sBR4cv > .row .container { width:20rem;height:121.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abIDDBtrtARLCwNkSl4QL413t3XrJkMk { width:17.25rem;height:42rem;top:8.4990234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBCevqQko2pO7MbiVRRyGmUsNk95Dbn { width:20rem;height:22.5515625rem;top:50.498435974121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StNcqOTr32tfNe2TyCehnzuJIfViutCK { width:19.0625rem;height:46rem;top:73.800003051756rem;left:0.46796876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCIgfs0GzwAIEK24QuqzQQHFSNk7TFUq { width:18.3125rem;height:4.798825rem;top:1.8388671875rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe { display:block; }#TA9Czf5Isg6e2wScT6A9GnlQSZWwsmwe > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmMf5CyWMUfgJBSOvUOotP7shrA4LOkW { width:1.1875rem;height:2.3125rem;top:2.125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c90WaaZ96sATF9viJZ2z1qvMfUTzxIqP { width:20rem;height:12rem;top:0.87421798706056rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eWZoStxmTHiEubkBwSP8C26qnF1XIy62 { display:block; }#eWZoStxmTHiEubkBwSP8C26qnF1XIy62 > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTp1SLlRu1ls9bDBraeXNUUCvf009HZ7 { width:20rem;height:25.017921146953rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIZMDaF7JT7LTPSqThFhemyCXkLF5XAz { width:20rem;height:8.1003584229391rem;top:24.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y797O8MzTTgFdP0UqOArtBOyxHgq4LeC { width:20rem;height:8.4962406015038rem;top:33.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEP32sH0fe8CBl6cNaE9T12ZObJvH4im { width:20rem;height:7.0226537216828rem;top:43.6133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPDZyrrTHP46iZK8dwvvgUo4vO5PL3yP { width:20rem;height:11.371841155235rem;top:51.88515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U { display:block; }#vbZtOW6dpVEX0plHVRq7ZG8QsRV47m2U > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #k6CL7MAH6J4D5TFVh5lTAtk6Pv8Nxm8M {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #AhtMIGmWvVwfhWBmOEn5v4ymOTNvAiVX {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #fh3TdRZanxdf9XLzDfSQ8TMFaXJ7aDso {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #i4hpoSKcB8iIONKGt2g6QHrAOy8Pulm3 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #iu0eZ4Q5sI6TsdOL5erKdZ3TelGDfCOs {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #JbG0c9e9ENpkuNTft0FTHbiZ6QcpZoh0 #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #SVKNQF0ngDxnQaFQxGP7Lz2gEQZIdvN1 { width:20rem;height:4.798825rem;top:1.369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyeFRMA8QhCrIPJro73hrPUg282vt5LU { display:block; }#DyeFRMA8QhCrIPJro73hrPUg282vt5LU > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6kZZ0qnlNzOpKIgckO34w4LyG77NMIH { width:18.875rem;height:3rem;top:0.9375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSw6vInm4t4E9RE0lthrX9oCJ2KhlqaB { width:5.25rem;height:2.1875rem;top:4.75rem;left:11.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXTTWaatUd8fxJUeyTF9H2vOATPfx3Ta { display:block; }
 }@media only screen and (max-width: 763px) { #asGztVTNR5wN8TdXXHhx21fSkOtmeSQg { width:6rem;height:2.1875rem;top:6.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5NN5CzL4os2AmvEqO70SsQ8qxL3Ehpm { display:block; }
 }@media only screen and (max-width: 763px) { #NglQCUc7DXcBZTXDMq1pekH6x2hVVyKQ { width:6.1875rem;height:2.1875rem;top:6.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTELG0DNP2x3oTBb4obOspFVmKcUtkCJ { display:block; }
 }@media only screen and (max-width: 763px) { #qfz9bbkOqkGBwiMH6E3clTbxqNBf41mV { display:flex;width:2.8125rem;height:2.8125rem;top:16.21875rem;left:2.1875rem; }
#qfz9bbkOqkGBwiMH6E3clTbxqNBf41mV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #c0tgL8u3Gt6b2oCwzsPFf9Mxg3FoTbHf { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMvobxPR275xpIkvTsnvV0fiQ6sudhr { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJGiTKzLWzIXgETuxJXrf5zoxNEAJa3J { width:18.875rem;height:2rem;top:12.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRoEwXAhXzFiP9mGaTbvFfyTR1NIe6h7 { display:flex;width:3.3125rem;height:3.3125rem;top:15.96875rem;left:6.1875rem; }
#IRoEwXAhXzFiP9mGaTbvFfyTR1NIe6h7 > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #WulyUzetbcJL1krXL105XDMhcmkniMvt { display:flex;width:2.6875rem;height:2.6875rem;top:16.40625rem;left:10.5625rem; }
#WulyUzetbcJL1krXL105XDMhcmkniMvt > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #xLJAS1s6CWJezTqZG1dmbCO0V3OrhGXo { display:flex;width:3.25rem;height:3.25rem;top:16.21875rem;left:13.9375rem; }
#xLJAS1s6CWJezTqZG1dmbCO0V3OrhGXo > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #aA2k32S8kb9mdwXMtebTNgN65H4Vk8Bs { width:10.125rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZJNJt6NqZ44bKHWANV6ETbV8Pi6Z9ap { display:block; }
 }