.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,237,246;--color-primary-1:255,196,224;--color-primary-2:255,136,192;--color-primary-3:128,68,96;--color-primary-4:38,20,29;--color-secondary-0:222,237,225;--color-secondary-1:145,195,156;--color-secondary-2:35,134,57;--color-secondary-3:18,67,29;--color-secondary-4:5,20,9;--color-tertiary-0:255,255,255;--color-tertiary-1:255,243,212;--color-tertiary-2:255,215,112;--color-tertiary-3:128,108,56;--color-tertiary-4:25,21,11;--headlines-font-family:"Russo One";--paragraphs-font-family:"Arial"; }@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); }#CVxVGtADtbPda2imDF17xTcvZTZesovq { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { background-color: transparent; background-image: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .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); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { border-width: 0; border-radius: 0; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .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; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-text.counter-number { border-top:0.125rem solid #012f94;border-left:0.125rem solid #012f94;border-right:0.125rem solid #012f94;border-bottom:0.125rem solid #012f94;background-color:#ffffff;background-image:none;color:#012f94;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-text.counter-label { background-color:;background-image:none;color:#012f94;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe { 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:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.75rem;left:31.625rem;z-index:5002; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Ax2vTluw81JTb1IZoXgSlectqCse8h06 { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #a7elBTNNUTww4lawtCdbI57xAMKwCT7t { width:auto; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #hJIO9ThOCQzRGfeTlxWwmT409h0I9JZ8 {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #piFuLt9kfbpErc65hIz1iJAxVk5crUv3 { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #fPVinUD8AM4hlPHLGSMlO1BA8EmeWZdp {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #K5Jo1eQTzFzyXoUHsDdiqOIcr91EglOh {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #ToKIVxpvqRRV2NKVbNu9TmgV53mSeVw9 { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Vv4xH9OvrDfe02gqLRdipmyfNAWXT2f7 {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #XgxbKQscFTtggd1nfHJVTnqODl0DX73U {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #melmh1kqzIbU0C0PhIqw9tAmBvcf2wsp { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #OIAfrZ2Xlt9gO3yiBOP52UTzJT9SMatu {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #wUStN5oEDbgsUqPJ1gRESg7hEmI0pREB {  }
#vQGDngs9t7DH78kKoUqQ3Wn66s1UTwgX { z-index:15004;top:1.6875rem;left:53.375rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NGnpJpuKq7QWnQdWmf2gMSvyrdA7NL9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQzOlSnCq8mzGS84mcWr0x76KrsZa8n2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.421875rem;left:3.5625rem;height:1.9694rem;font-style:normal;display:block; }
#EMNqntBQNoflV5QW0THxCHGu7kpmodxO { position:relative;display:block; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO { background-color: transparent; background-image: none; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .row .container > .video-iframe-container { display: none; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .row > .video-iframe-container { display: none; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .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); }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO { border-width: 0; border-radius: 0; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .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; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .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:51.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; }#qeMdHmoH3fTkVpndThv7H4cv3Sd5O69B { box-sizing:content-box;height:2.5rem;width:7.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:46.75rem;left:16.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FL1NPltpCrVUQOxlHoJrS73axJsTWJQE { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:46.875rem;left:17.3125rem;height:2.30035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7aEXu49gGpnnzv471m63Gcz43QTi2fR { color:#ff6d45;display:block;width:66.1875rem;position:absolute;font-family:caveat;font-size:4.6875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.875rem;left:2.8125rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OPn4BqrGwN2bZqPvovTvfkXOfaeTBywa { box-sizing:content-box;height:0.875rem;width:12rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.025000095367rem;left:44.625000953674rem;display:block; }
#pCAuN8UiJMuBPuTswOsGlmC67nMP6SW3 { box-sizing:content-box;height:3.1875rem;width:20.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:2.1875rem;left:2.8125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#X7FxCfcoiEbmxeinRn1hBT0ebAKg1kEI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:2.875rem;left:4.875rem;height:2.30035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVtCPNiZOWn5DXrWBtOU5BqgFhsHaRHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:20.243750572204rem;left:2.1734371185302rem;height:13.997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hE5HO8BkHfVZCe6FSvrocMrTqdhDiUVH { z-index:15004;top:36.737501144409rem;left:5.875rem;background-color:#ff88c0;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8rem;height:5.3625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NIgdCT7lTCmTXAxLGeTgyhSvHyDTn1Q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaySJlJF4zTLtk2axyo4BuIXSiCprX8R { z-index:15005;top:37.331251144409rem;left:38.562500953674rem;background-color:#ffd770;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4875rem;height:4.175rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L1VFHAE7yWfVoOmIameOmOnCaDtdBOD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFfakF6gx7CryF8hWfWDRsOvwH5BaSWi { color:rgba(var(--color-tertiary-4),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:43.75rem;left:15.6875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgbsbHPo9sD27Ri2kEo482GZngMkdTuo { 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:20.6875rem;width:31.4375rem;top:16.900000572204rem;left:40.581250190735rem;overflow:hidden;display:block; }
#UmSUa6QbvN6F2RRVU77aaduyWBPMOThG { box-sizing:content-box;height:2.5rem;width:19.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:46.9375rem;left:26.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TRmCKTZpb31KFD0u9DptIMsVgxAP8b04 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:47.0625rem;left:27.4375rem;height:2.30035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSNzmxOluegAig0sVt4M7yPOm8imA3Z9 { box-sizing:content-box;height:2.5rem;width:15.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:46.9375rem;left:48.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fBmomqUxaqDyzZb7OTosT9kcazsJAn7e { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:47.0625rem;left:48.875rem;height:2.30035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG { position:relative;display:block; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG { background-color: transparent; background-image: none; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .row .container > .video-iframe-container { display: none; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .row > .video-iframe-container { display: none; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .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); }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG { border-width: 0; border-radius: 0; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .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; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .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:32.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; }#GQ12OMgCeD5TRJ3CaFuChDuzsVIZHxNV { box-sizing:content-box;height:3.5rem;width:22.6875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:2.5625rem;left:28.011719703674rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MTaBtJX5qbL9xxaCDsfwGeXXG3J8pgU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:2.9625005722046rem;left:29.280468940735rem;height:3.10004375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M519ql6rThrZbeLg9s3zLFZ6p2XLAgrU { color:#040303;display:block;width:66.1875rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:7.125rem;left:6.686718940735rem;height:12.597625rem;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; }
#C2Zl75lBwPApbmUchB6CStne2ScBUupg { color:#090507;display:block;width:66.375rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.9375rem;left:6.342968940735rem;height:9.42275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E { position:relative;display:block; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E { background-color: transparent; background-image: none; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .row .container > .video-iframe-container { display: none; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .row > .video-iframe-container { display: none; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .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); }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E { border-width: 0; border-radius: 0; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .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; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .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:88.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; }#BMWdwG7OGiI5Op10CrDTGoLuoRqmMWzS { box-sizing:content-box;height:3.5rem;width:25.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:2rem;left:26.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kewzFkRw5zSHmHdk6VbP6TUFR1EgLuIJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:2.375rem;left:27.875rem;height:3.10004375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHqhQNQRIV0nIKWMNogvXadDuS6sgqR3 { color:#050505;display:block;width:66.1875rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:7.125rem;left:6.686718940735rem;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; }
#eGuUHB5t7NAHdZMy8suIBiPLwytifP1v { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:18.4375rem;top:19.8125rem;left:5.5rem;overflow:hidden;display:block; }
#dTsdyRwW5Ml0sHB2UUDmqXNLJIOBKNBQ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:19.8125rem;left:31.5625rem;overflow:hidden;display:block; }
#GOWxsGT0wbE62EShRZrLmsa8vTISUM5E { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:36.0625rem;left:2.25rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#FfcLUQxccxBo1ZO971TXKf7eoy0968SV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:36.125rem;left:27rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#w1tZpUuIVu6rGbd6hSkOEK5TTTiIVx9v { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:43.8125rem;left:6.8125rem;display:block; }
#Q4u5uIVSUNbGpDbq1tZqILFOyO1eHWk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icmqigFOyiZTBOpIybXwriVl1r1bdCEn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:43.875rem;left:31.5625rem;display:block; }
#fN43ye5SRLxubAykmKGHQdftwDKhOLTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrNCiivqdcNkvOMoUgQJaFPeOF9fr5Gu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:50.4375rem;left:7rem;overflow:hidden;display:block; }
#zkngmnvWG4v84EsAxmbfTFe2ezcIyfUT { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:50.4375rem;left:31.5625rem;overflow:hidden;display:block; }
#topTLhXZw9wsiXTIxdJUH6as7BivT2E4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:36.375rem;left:50.0625rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#XeAsgqTb9ppyn7NFp2iWwcBcp5uW4bB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:66.25rem;left:6.125rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#L3pqldGeIWFmTTvFh76MPGIai6bupwl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:66.3125rem;left:29.75rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#ATcg8ezVla9dxReKyf6yrv2u7LVTy3uC { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:66.25rem;left:51.9375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#tI0uSC0xPsnN06IuOdDphQwSF5v7ENQN { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:19.5625rem;left:53.3125rem;overflow:hidden;display:block; }
#hWzLHSSbcCQBOdtUbDoA8uGnTKH35uT7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:43.875rem;left:53.75rem;display:block; }
#r5czgUwZbdEJFVVkVDiAgIekbzCtGJwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWhEvsJ64Q4i1qLiKyVLBtgUsfGS4GtW { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:50.5rem;left:54.3125rem;overflow:hidden;display:block; }
#QkL0MeRKkK0I5gan5HdozSH9dSk6W7na { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:74.12500190735rem;left:6.686718940735rem;display:block; }
#n6yenahWl2hzhKxWko39ZZnM7RJQ53P1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G24zWc7VwLJezddxq7ICfN594ioq0Tyg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:74.124219894406rem;left:30.706250190735rem;display:block; }
#K2VDqZ8GyHdcQpGo3SufbrX0BFzeSs2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vL3L1uZACK6ifq5LBnPT4UMbCTOZ2Xtb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:74.124219894406rem;left:54.468750953674rem;display:block; }
#lMNJTSuWQbPwI3XLRhWshrKITvcokNpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSO3kaRPTgNZfJCpPCgzyUhRaBLgvVah { color:#090507;display:block;width:61.0625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:81.249223709106rem;left:8.175000190735rem;height:4.71136875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD { position:relative;display:block; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD { background-color: transparent; background-image: none; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .row .container > .video-iframe-container { display: none; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .row > .video-iframe-container { display: none; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .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); }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD { border-width: 0; border-radius: 0; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .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; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .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:74.875rem;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; }#T32KHqo816gpwrGsB9aBughZl6Twd91n { color:rgba(var(--color-tertiary-4),1);display:block;width:69.4375rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.8234386444094rem;left:3.3109369277954rem;height:10.5rem;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; }
#aDxuDUI1WEMesBvFzDRvETvZnHhizNrU { color:#020202;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:1.8726563453674rem;left:29.412499427796rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enz3n66muFfovAMKHKmfdgMVPkRO3iiC { box-sizing:content-box;height:1.75rem;width:40rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.875rem;left:19.125rem;display:block; }
#DDxUp7WGqasxz59P9rJUd1tmTmsBLWsI { box-sizing:content-box;height:7.25rem;width:54.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:26.1875rem;left:12.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Mwfzlfysb4puoPSFmuHONTQLxBfRNFqt { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:27.125rem;left:14rem;display:block; }
#rv9DmpwDKem4rIcCIqy3TUuowlNLk6py { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:27.0625rem;left:13.25rem;height:4.87521875rem;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; }
#V7ZbF1XT7AGt0ftfwGrzq481qsuIQVcm { color:#ff6d45;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:27.125rem;left:20.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGeyMIrpFhvJQtc7TNnnEigIyei7TidF { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:30.625rem;left:20.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDFoSsJgcrCQtuVZ8Qt7lqNdDhvQJDSx { box-sizing:content-box;height:7.25rem;width:54.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:35.5rem;left:12.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zfcPA1k3cOZsHRVRl5lANQIBGZbtVTy8 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:36.4375rem;left:14rem;display:block; }
#Ia4DOKdqZ4ly3SG98EecZBA9pd5pknH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:36.375rem;left:13.4375rem;height:4.87521875rem;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; }
#uo0Tu4MoNXTcM9Z6ybEqNxPEE8Z0h6be { color:#ff6d45;display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:36.4375rem;left:20.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R8CndBSNbcTxytheQg06EGTlH8o9xnIb { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:39.9375rem;left:20.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4SnQnX6TNr3CMT6G4Vpeug2oHk8ytuR { box-sizing:content-box;height:7.875rem;width:54.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:44.6875rem;left:12.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#q5VKBmWLTOQecwRTIdLlQo97oeFAOdP1 { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:45.625rem;left:13.75rem;display:block; }
#KS4frxCqvSmPKoahNZR7hsozErUTlpor { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:45.5625rem;left:13.1875rem;height:4.87521875rem;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; }
#MvXfHoa0UcuTN2RUbooai7CXvN5mKQn4 { color:#ff6d45;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:45.625rem;left:20rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taMIpwJys49FbRnOR8W98PCBw4J6adBA { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:49.500001907349rem;left:20.249218940735rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EzZI3dDQaQTH468sgl2u5rVLJqNb8kfa { box-sizing:content-box;height:6.625rem;width:54.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:54.6875rem;left:12.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#O4s07MDQDNlq6XVTXP9eSt2M6CJkAB1n { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:55.625rem;left:13.625rem;display:block; }
#sd1ETCbZuTE2q8kkfFNH5DVTcWHIkoBT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:55.5625rem;left:13.0625rem;height:4.87521875rem;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; }
#fREgT39lHIUmMzUZvRBCRXZpSkUtLctm { color:#ff6d45;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:55.625rem;left:19.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVvlHDDMvnCiDCWwUR6W7U548cJH48zT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:58.375rem;left:19.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQ6rKIFocxiHd1bUI90SJR5NhreriQKk { box-sizing:content-box;height:8.375rem;width:54.125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:63.5625rem;left:12.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vt5rVvcsKkpgdTM2X1IJim5e6M9g6U8q { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:67.375rem;left:19.5rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gz0Hyf3LBQpMkeqwkpHzmfrm7Cl4nWrJ { color:#ff6d45;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:64.5rem;left:19.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MeGPFEhQ0FTG0pgwJn3RJKQCkUVtF8eh { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:64.5rem;left:13.5rem;display:block; }
#STxfFalLgwweOFw9Afh8U9odvd89TWAy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:64.4375rem;left:12.9375rem;height:4.87521875rem;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; }
#fZzcDdAcqFWTLIGvXHGbnT8X7cXOkDT5 { box-sizing:content-box;height:3.5rem;width:20.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:1.6742172241211rem;left:29.000000953674rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vQxCqzzhTVVaxCqLQTlPVOtIx9ofkLSi { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:19.187481880188rem;left:6.561718940735rem;height:5.25rem;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; }
#FCUMUtJdbhvz0DXIXGop2aoQRdsFznKH { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);top:28.556251049042rem;left:58.143754005432rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kuQ4IcHaceombccSHxyqUNElhLMo0Gwg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:29.187500953674rem;left:59.125000953674rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bKeS9EpM5Eiu24i1I0RF6AW6yhWi7GvQ { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);top:37.868751525879rem;left:58.143754005432rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#cPk2bpw0snKFbqp2b4SgtryALSMnFJN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:38.500001907349rem;left:59.125000953674rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cy3xwl5KGPurivhFDlDLBwL3F2rUriNM { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);top:45.625001907349rem;left:57.518754005432rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#q7R7aFBUT7laq4AgC5146g2i27wT1mh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:46.275001525879rem;left:57.937500953674rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cio214iHRU9suXTyX0rnN7utam2JbKNP { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);top:55.625000953674rem;left:58.143754005432rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#opLqtdIg4EXlfBEdyRBOgoba1DqNU3JT { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);top:64.518751144406rem;left:58.143754005432rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#mEaWrfvtmAhwnrb4watKlLFCIBOPrtm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:56.275001525879rem;left:58.750000953674rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#itEcsi7Dfbc3q9L63X01TRNDT1082vNp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:65.150001525881rem;left:59.125000953674rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { background-color: transparent; background-image: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container > .video-iframe-container { display: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container { display: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .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); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { border-width: 0; border-radius: 0; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;overflow:visible;position:relative;display:block; }#zWhK9sxlckOPL5bfmX5XDBkl2tPDfTTq { color:#fbfbfb;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:2.125rem;left:22.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#undXvZoiRKAb6bObGmulIAvIsC7mX7x4 { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.57421875rem;left:8.436718940735rem;height:11.5473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIEQ2ClQVvhH1ui9xt17CxJfi94igRKU { box-sizing:content-box;height:26.4375rem;width:26.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.1875rem;left:7.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hVdQKZotodbHocmy5rdAbRnPJkKknKiT { color:#238639;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:20.1875rem;left:8.5625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:32.4375rem;left:8.5625rem;height:12.6236875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5586531ac8b801b5e5e0d6a9f61a20ae.svg); }
#rlkCZwwJ9lg1AAJhXbmM4fhedxP6Bfyg { box-sizing:content-box;height:26.75rem;width:26.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.25rem;left:43.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AN5Po8CpT2t30RxHTmSliiTV20n30OPc { color:#ff6d45;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:20.1875rem;left:45.5625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#umI9ZyJeGZBNFWFVGmb3psCmKIacZtpw { box-sizing:content-box;height:3.5rem;width:20.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:1.6749954223632rem;left:28.762501716614rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FcDDBMVoGmNI8h5qgQWhGTvhpcmNBQap { box-sizing:content-box;height:1.75rem;width:23.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.42421913147rem;left:30.531250953674rem;display:block; }
#nExibHHg9Q9ID3iIHCrLwmSzmIk45Qvo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:23.6875rem;left:8.5625rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HzrIvLp4yv5Sem2ed64Xnvsnq7rmCZnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:23.6875rem;left:45.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QsCHD4pAX3Pa7JHpknId40AQTRovgqt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:34.4375rem;left:45.625rem;height:9.9989375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6oITmAwOXCWrdZkOdOcVNHzaG0tOwu0 { box-sizing:content-box;height:2.5625rem;width:15.125rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);top:30.75rem;left:47.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Valy22QkBWq1iCKXi8Id7Jfl2i0qQvUU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:31.1875rem;left:49.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:caveat;font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:48.5rem;left:16.9375rem;height:9.446625rem;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; }
#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { background-color: transparent; background-image: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container > .video-iframe-container { display: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container { display: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .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); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { border-width: 0; border-radius: 0; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Eoui6Ducg5qnfIxmRnPFFqgykxxbJa33 { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:2.125rem;left:22.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoVUwXQmRnUWzqx4sJzCc8CHHnRTg8AW { box-sizing:content-box;height:15rem;width:26.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.5625rem;left:10.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#is0aTM9DTRry5uNs3mCExMkMhh3Pu3Ou { color:#ff6d45;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:21.125rem;left:12.5rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zasmI4ZElRxJBwPmqq7LitkDo2KNaacN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:26.875rem;left:12.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvBRivTvtGsBDxryrBnM89PTTgTFz21N { box-sizing:content-box;height:14.6875rem;width:26.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:19.5625rem;left:40.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#C60IsTtykKG6HsSPdM9xR4LbA1b0D14y { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:26.5625rem;left:42.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpIZH5LFRI8TKtVdlwTXI8DhVIALKcdW { color:#ff6d45;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:21.125rem;left:42.625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awsZFGJFHLWIBLqrRXRaaQg9pptRbS8C { box-sizing:content-box;height:11.8125rem;width:26.8125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:37.4375rem;left:10.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#h5J0dWIguKPSo6ZOqTcIbezephtNKLqe { color:#ff6d45;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:39rem;left:12.5rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbMNJ6I5ltaU3GPNHRBCzbABgd3pQfre { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:43.875rem;left:12.1875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DA5wkaiTcWDUTkRbXTwRN5gTzT6n8isC { box-sizing:content-box;height:11.8125rem;width:26.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:37.4375rem;left:40.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vgxmEVpneWtO0016cD3rgIKZtxXqu7zU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:41.925001144409rem;left:41.818749427796rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivQAx508fX5BWhNbxfrCF6hXnXTeJRiz { color:#ff6d45;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:39.000000953674rem;left:41.874218940735rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaoeZ8pXzKaaEv9yKyzw8GJk7zd71ild { box-sizing:content-box;height:3.5rem;width:12.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:1.6749801635743rem;left:32.512501716614rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bGR9uzBBDbpGp0kSLRxHxRlUeTwyqukb { color:rgba(var(--color-primary-4),1);display:block;width:61.25rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:7.25rem;left:9.280468940735rem;height:11.5473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WiXKx9aCzZTfTJhgkDULmkiBNdlJvo70 { box-sizing:content-box;height:1.75rem;width:25.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.33437538147rem;left:27.000000953674rem;display:block; }
#aCv7kqqX1FDItdySekobP2Di4ZXAOn6H { color:#ff6d45;display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:62.3125rem;left:13.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bV64oqzfkV1pA8LCt3oFyVH4p0rG4ocW { box-sizing:content-box;height:3.5rem;width:43.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:61.625rem;left:16rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TAVRzJuLQ672L2JG8euk9cuegefeJSEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:51.0625rem;left:10.467968940735rem;height:9.300125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { position:relative;display:block; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { background-color: transparent; background-image: none; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row .container > .video-iframe-container { display: none; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row > .video-iframe-container { display: none; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .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); }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { border-width: 0; border-radius: 0; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .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; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .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:142.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; }#fTTR3GQvGdvrRJSflWAfW4CkySWAezv0 { 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:56.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#qlTdEFxMAPrhPM7cHhmbXPM9T9a0TLIk { 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:115.4375rem;left:33.25rem;overflow:hidden;display:block; }
#xfnqq34l8gwJOPHXygLBSX9F1nMyU6KA { 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:8.25rem;width:19.5rem;top:79.875rem;left:55.5rem;overflow:hidden;display:block; }
#zZNaTdNPZkgrCOBiQJrKMitHqvi1Hk8W { 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:11.75rem;width:33.25rem;top:60.1875rem;left:36.9375rem;overflow:hidden;display:block; }
#f3TJnkGTvmqQcbXTLBxpmFtGoRl4LiwA { 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:16rem;width:28.125rem;top:114.5rem;left:2.75rem;overflow:hidden;display:block; }
#V1Q4bNvSdVczKuIngZN7R2039T8MvL59 { 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:8.1875rem;width:34.875rem;top:90.5rem;left:39.1875rem;overflow:hidden;display:block; }
#L8825pAhFATvb80xx9irNF7BUazvldaX { position:absolute;display:block;z-index:15004;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:15.0625rem;width:22.6875rem;top:73rem;left:31.75rem;overflow:hidden;display:block; }
#dsZJMaUJRWdJkaadwG9JATfsd521llNW { position:absolute;display:block;z-index:15004;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:9.6875rem;width:55.1875rem;top:38.5rem;left:2.75rem;overflow:hidden;display:block; }
#CS6DRy4TWrrnT5CDGwAbRDbu4nTUpX6X { 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:20rem;width:49.6875rem;top:98.125rem;left:3.625rem;overflow:hidden;display:block; }
#SGlq0ETsAOLVtOSbsvhJTEFeFSLqpeDN { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:1.1242198944092rem;left:27.281250953674rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDCkzhCbOrkBLN4DZ4I7im3M5byEp4gf { color:rgba(var(--color-tertiary-4),1);display:block;width:69.4375rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.25rem;left:4.625rem;height:10.5rem;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; }
#SlTDFw93h5TmkKWQDM5Ov42ZVQxwwfmc { 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:6.375rem;width:70.75rem;top:31rem;left:3.625rem;overflow:hidden;display:block; }
#KUK7CFCGc6SCDzM78R15nDDkH5xZKmZh { 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:13.0625rem;width:68.4375rem;top:16.875rem;left:3.625rem;overflow:hidden;display:block; }
#BlTteL2THmHopCVHB9y3PCHPhhe8hAEy { 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:4.375rem;width:67.625rem;top:51rem;left:3.6875rem;overflow:hidden;display:block; }
#xMVvI25DiJhnQQMdQ3NW0h9rJJ51VEcb { 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:10.375rem;width:70.75rem;top:131.375rem;left:2.0625rem;overflow:hidden;display:block; }
#JAdxFxW7DJWFduGQUctKxG1tvVFlyePT { box-sizing:content-box;height:3.5rem;width:23.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:0.82499504089356rem;left:26.825001716614rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M { position:relative;display:block; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M { background-color: transparent; background-image: none; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .row .container > .video-iframe-container { display: none; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .row > .video-iframe-container { display: none; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .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); }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M { border-width: 0; border-radius: 0; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .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; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .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:68.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; }#itDPte9N74XHnNCozUZzEkqqoTTz38EE { color:#000000;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:1.4875011444092rem;left:22.062500953674rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dAFUWZHTgycOgcRqgt5SPaa7OHEOVMOb { box-sizing:content-box;height:3.5rem;width:32.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid #000000;top:1.1875rem;left:23.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JF1OewfPozUQuRMkRvkGTfpfKplQgwxS { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:5.9742155075073rem;left:12.692969322204rem;height:10.499125rem;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; }
#kXmFgTVIe3C3twBeCPJd3IW16ig46Dsp { box-sizing:content-box;height:1.75rem;width:26.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.773435592651rem;left:15.336718559265rem;display:block; }
#yRVPif6Kcr5mLw13Ko6tCehodmtSgaSs { box-sizing:content-box;height:43.6875rem;width:35.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-1),1) ;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:18.75rem;left:23.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hm3PgTealM8DDPG8rarMiiVrptEcmp50 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:29.437500953674rem;left:30.849999427796rem;height:1.99978125rem;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; }
#CmPMc2pvPvx3v2Xporx5STKBQ5Tk5Ksl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:20.062500953674rem;left:30.943749427796rem;height:2rem;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; }
#XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:40.187502861023rem;left:25.375000953674rem;height:15.2485rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5586531ac8b801b5e5e0d6a9f61a20ae.svg); }
#KbFGRTNyTG6ISh1JBfKEkwUhIJRNbcwM { color:rgba(var(--color-secondary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:22.387500405312rem;left:34.999218940735rem;height:7.1006875rem;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; }
#boOKptzWKiwGIwyWdz2glAq34pDrJ8BB { box-sizing:content-box;height:2.125rem;width:12rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;top:17.537530899048rem;left:45.050000190735rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.3125rem solid #000000;border-bottom:0.4375rem solid #000000;display:block; }
#ukm7UBPeyDiBhkmxFtOPX3Cdzyv8ALWU { z-index:15037;top:57.186721801757rem;left:25.487500190735rem;background-color:#ffd770;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.4375rem solid #000000;border-bottom:0.4375rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.925rem;height:3.3625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KhAJo99QMHe8ifGEOUA5M6Q8sg3BapBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ql4V87MnwWkmUQ8kJVbA1PkMypcRiJ4W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:18.093749642372rem;left:45.693749427796rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .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; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .widget-text.counter-number { border-top:0.125rem solid #012f94;border-left:0.125rem solid #012f94;border-right:0.125rem solid #012f94;border-bottom:0.125rem solid #012f94;background-color:#ffffff;background-image:none;color:#012f94;padding-top:0.62625rem;padding-right:0.54625rem;padding-bottom:0.62625rem;padding-left:0.54625rem;display:block;align-items:center;width:3.2775rem;min-width:3.2775rem;height:3.3675rem;position:relative;font-family:"open sans";font-size:2.50625rem;font-weight:400;line-height:53.88px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.391875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.37rem;height:1.33125rem;position:relative;font-family:"open sans";font-size:0.94rem;font-weight:700;line-height:21.3px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg { 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:22.5rem;height:6.593125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:32.406250476837rem;left:29.999218940735rem;z-index:15040; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #t9NHdQOKIhQuV3zMN16Dnt7KUyuCFLQN { display:flex;position:relative;top:0rem;left:0rem; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #vWbgHIO3xroET8NfChOehUUGTD2Z9CZz { width:auto; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #s8Tf8W9lpS6bUuRieyJipecIDBDDBy19 {  }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #X8azoteENTpZcDeo6V0AiwLTsbRG3qx3 { display:flex;position:relative;top:0rem;left:0rem; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #SUWhiQGTvivgoaOLvchdQletLfJFkshL {  }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #Kgu6MJT2fWrvFcEx9szAg9WOF4coIewN {  }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #qfv1lSnQWoCPk1kFSWNDX8hEoT7fUZeB { display:flex;position:relative;top:0rem;left:0rem; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #LqipFg5Ee7pLERsnczgdUhQsE13uwpob {  }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #vlmrIDaFh3X4FLe75aSEay4sXEfK2AVy {  }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #UuaXSrraheXIm1N293GASKilo4y75XtV { display:flex;position:relative;top:0rem;left:0rem; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #lnw82TMH1KRHiAJhJoaDJXzhqGmVZlse {  }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #StCeWRMvdh6Xv229MZinCNNTsHcLM8GV {  }
#aPPeq970JMZNGxw3W2pCwIQKIpr8fDyK { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:64.37578344345rem;left:16.517968177796rem;height:2rem;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; }
#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container { background-color: transparent; background-image: none; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container > .video-iframe-container { display: none; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row > .video-iframe-container { display: none; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .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); }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container { border-width: 0; border-radius: 0; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#OCf2yQrPlRyVRFcOtg8ghTuZ4iz4KTwP { box-sizing:content-box;height:23.125rem;width:65.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.4375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.4375rem solid rgba(var(--color-secondary-4),1);top:2rem;left:6.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zaokKRXVFc4bs3WU4tdoSS9ZxVCNx33t { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:14.0625rem;left:9.5625rem;height:8.6979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wcthW4Cu8uTLyZxpmbpbhGgz6mQigJrI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.0625rem;left:12.375rem;height:;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; }
#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 { 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; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container { background-color: transparent; background-image: none; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container > .video-iframe-container { display: none; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row > .video-iframe-container { display: none; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .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); }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container { border-width: 0; border-radius: 0; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#GxTMAOuFKhgNHkBeKNamFKSr161ZNFQi { 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:11.5rem;left:31.875rem;height:27.3090125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LDcRzDiizbxoUVyLwcIkvBn7oCBnAVKW { 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:26.6875rem;width:24rem;top:10.4375rem;left:3.5rem;overflow:hidden;display:block; }
#f74QB6TTu5DNOtTdwUTUTXhTWz3ostlU { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:caveat;font-size:5.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:4.1874971389771rem;left:2.8117179870606rem;height:6.2988125rem;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; }
#AOHcz4IlbfWICqCQiw52uc0OR6nSHeeC { box-sizing:content-box;height:3.1875rem;width:18.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:37.125rem;left:5.6875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#DWPWrVvNKokyUBZUPzx6JaSNROTdMf8k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:38rem;left:7.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Guf2IDA5w8BS383v8UMKWe025OZbamoO { box-sizing:content-box;height:3.1875rem;width:18.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;top:41.375rem;left:5.6875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#F8kFr9fCozfth6N8GyN8WfgvFaKFPk4v { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:42.25rem;left:7.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCInTuI7qwaprLSip9s6zHniFuKe6Rzr { box-sizing:content-box;height:3.1875rem;width:18.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:39.4375rem;left:25.9375rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#xKlcu9fAKPobDNUbxzG0iMA8ZnUGgUvS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:40.3125rem;left:27.3125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tps1TMQDMBLIMSrRuLGeIRTMplM62lcX { box-sizing:content-box;height:1.75rem;width:31.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1109342575075rem;left:31.875000953674rem;display:block; }
#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN { 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; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container { background-color: transparent; background-image: none; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container > .video-iframe-container { display: none; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row > .video-iframe-container { display: none; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .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); }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container { border-width: 0; border-radius: 0; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .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; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .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; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .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; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .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; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .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; }#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .accordion-trigger.adaptive-delivery-prevent-bg, #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .accordion-trigger.lazyload, #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .accordion-trigger.lazyloading { background-image: none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT { 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:9.4859380722044rem;left:4.1875rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #URyzuWhRyOkPb11ptpc9Hy7CN40UcRCA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #BHz4M9T0gt16VLfyR4FviQNTKLUQeO5R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #Ze6hJmd1w8pu4q6cVpM3stxIKT6ZQC5f { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #pveOT3yzE81v0QqOGeSQyTVkBABFLTvB {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #rgyDrd1ifPJRtD8fw719iVLpAtlpJmSP {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ { display:none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ { display:none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci { display:none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH { display:none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #wFkdKx3E7Lcg8MHrgz3bb071fzNsNSxS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #AE63QqVDkXvMn96fQLCLABxqJDU0fv0I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #xOvansNgvyJgGyvwpvVS4PBUvEnB4ftC { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #vRLKvFvxtFyu0TcmreAmG1h1q5kCVKaB {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KuAP9syNHS4wmv2cZZhKka6EEZgdmkBS { display:none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #ahbkvvArdbLCIw4kHIruEehtyouDVXvy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp { display:none; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc { display:none; }
#AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:caveat;font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:0rem;height:5.925rem;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; }
#sBT92DOJMi8bxOy9UJcO94hXnSZJ9PK7 { box-sizing:content-box;height:1.75rem;width:31.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.1742153167724rem;left:30.735936164856rem;display:block; }
#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC { position:relative;display:block; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC { background-color: transparent; background-image: none; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .row .container > .video-iframe-container { display: none; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .row > .video-iframe-container { display: none; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .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); }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC { border-width: 0; border-radius: 0; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .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; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .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:37.6875rem;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; }#ci259LhVZBgNCcaTEwkiMFzKExfRh0Dt { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:caveat;font-size:4.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:4.875rem;left:2.8125rem;height:5.92448125rem;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; }
#zQqwZkE9sHkPux1HczD017K9cHRWWT0O { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.5625rem;left:11.875rem;height:8.043625rem;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; }
#RGEm4D7bypdT06w55R8GGydAcUoPdeiX { z-index:15003;top:22.875rem;left:23.25rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QiLZzv0faTtPFXq44ZHbns4L9USGnVv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvNvsEmgd6FHDqxs0OQ8C02cxinz3MBp { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.375rem;left:15.125rem;height:1.38020625rem;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; }
#EXBplu1pOaSCP0NbpOU83oiLuqGeKTay { box-sizing:content-box;height:3.1875rem;width:9.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;top:31.125rem;left:24.625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#t9ePx7pvTLpTzJa0qJvx37nIAidBBCQU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:32.0625rem;left:26rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FfvZ2FIMO38BAlaQIR4EcugdT3IcdFx2 { box-sizing:content-box;height:3.1875rem;width:9.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:31.125rem;left:34.3125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#TRM4gVgCwMP2pGwdxSdNx8kTso4DcvVn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:32.0625rem;left:35rem;height:1.462675rem;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; }
#bseJ6nHvTqlEbu8EIB0IRlnWtLvHCA4X { box-sizing:content-box;height:3.1875rem;width:9.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:31.125rem;left:44rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#alSLESnmKCRrCuoBApfk30GZpTGCp0sn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:32.0625rem;left:44.6875rem;height:1.462675rem;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; }
#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container { background-color: transparent; background-image: none; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container > .video-iframe-container { display: none; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row > .video-iframe-container { display: none; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .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); }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container { border-width: 0; border-radius: 0; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#wxev28AiND8fJgB58oiMUeKgP2tBeAsu { color:rgba(var(--color-primary-2),1);display:block;width:51.311875rem;position:absolute;font-family:caveat;font-size:4.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:2.6226139068604rem;left:13.343099594116rem;height:4.87521875rem;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; }
#IQqll6pPpLdaIED3uNfSl7dC69tkJ7qW { 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:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.25rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.687981843948rem;left:10.123697280884rem;display:block; }
#hHRGJTlu6D6d3V3SQobsIvN0PO8f3oRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROyD4H5ERa7MDtVdBk5owfNkJ20CIzlC { 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:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.24978125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.68793463707rem;left:24.061418533325rem;display:block; }
#w4ktGfSS2aCpKs41aS2UwRhzvTOnP2qE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3ZmJXT2qxDqXbGJuUenrbruRxTyURkh { 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:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.2487rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.68793463707rem;left:37.311197280884rem;display:block; }
#cQpGhrPxxOMgoECFqyQAM6fWGUoIfeR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxBZPmogIyoKc6tLHs3CmPMufDWfXNKT { 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:#ffd770;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kalam;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:10.68793463707rem;left:52.685548782349rem;display:block; }
#PUC5EqLalaofZwpcTd5uTrTk7WIybFJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwn7UCl2hrN2UNDsiTG0PHiKulL6xbT1 { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:17.280816793442rem;left:29.561635971069rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVoShtSqODbGNpdUyJS1mCV9t9x8D2Sf { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:20.718317747116rem;left:29.561635971069rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CVxVGtADtbPda2imDF17xTcvZTZesovq { background-color:#ffd476;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;box-shadow: none;display:block; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { background-color: transparent; background-image: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .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); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { border-width: 0; border-radius: 0; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .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; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .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; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe { width:19rem;height:5.3125rem;display:flex;top:17.25rem;left:15.875rem;z-index:5002; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Ax2vTluw81JTb1IZoXgSlectqCse8h06 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #a7elBTNNUTww4lawtCdbI57xAMKwCT7t {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #hJIO9ThOCQzRGfeTlxWwmT409h0I9JZ8 {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #piFuLt9kfbpErc65hIz1iJAxVk5crUv3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #fPVinUD8AM4hlPHLGSMlO1BA8EmeWZdp {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #K5Jo1eQTzFzyXoUHsDdiqOIcr91EglOh {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #ToKIVxpvqRRV2NKVbNu9TmgV53mSeVw9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Vv4xH9OvrDfe02gqLRdipmyfNAWXT2f7 {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #XgxbKQscFTtggd1nfHJVTnqODl0DX73U {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #melmh1kqzIbU0C0PhIqw9tAmBvcf2wsp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #OIAfrZ2Xlt9gO3yiBOP52UTzJT9SMatu {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #wUStN5oEDbgsUqPJ1gRESg7hEmI0pREB {  }
 }@media only screen and (max-width: 763px) { #vQGDngs9t7DH78kKoUqQ3Wn66s1UTwgX { top:1.6875rem;left:28.125rem;width:19.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnpJpuKq7QWnQdWmf2gMSvyrdA7NL9T { display:block; }
 }@media only screen and (max-width: 763px) { #fQzOlSnCq8mzGS84mcWr0x76KrsZa8n2 { top:2.375rem;left:0rem;width:27.3125rem;height:1.9375rem;font-size:1.5rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #EMNqntBQNoflV5QW0THxCHGu7kpmodxO { display:block; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeMdHmoH3fTkVpndThv7H4cv3Sd5O69B { top:46.75rem;left:3rem;width:7.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1NPltpCrVUQOxlHoJrS73axJsTWJQE { top:46.875rem;left:3.6875rem;width:7rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7aEXu49gGpnnzv471m63Gcz43QTi2fR { top:6.875rem;left:0rem;width:47.75rem;height:11.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPn4BqrGwN2bZqPvovTvfkXOfaeTBywa { top:11rem;left:31.000000953674rem;width:12rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCAuN8UiJMuBPuTswOsGlmC67nMP6SW3 { top:2.1875rem;left:0rem;width:20.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7FxCfcoiEbmxeinRn1hBT0ebAKg1kEI { top:2.875rem;left:0rem;width:17.9375rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVtCPNiZOWn5DXrWBtOU5BqgFhsHaRHZ { top:20.1875rem;left:0rem;width:37.25rem;height:14rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE5HO8BkHfVZCe6FSvrocMrTqdhDiUVH { top:36.6875rem;left:0rem;width:24.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIgdCT7lTCmTXAxLGeTgyhSvHyDTn1Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #XaySJlJF4zTLtk2axyo4BuIXSiCprX8R { top:37.3125rem;left:17.3125rem;width:30.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VFHAE7yWfVoOmIameOmOnCaDtdBOD1 { display:block; }
 }@media only screen and (max-width: 763px) { #UFfakF6gx7CryF8hWfWDRsOvwH5BaSWi { top:43.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgbsbHPo9sD27Ri2kEo482GZngMkdTuo { top:16.875rem;left:16.3125rem;width:31.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmSUa6QbvN6F2RRVU77aaduyWBPMOThG { top:46.9375rem;left:13.125rem;width:19.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmCKTZpb31KFD0u9DptIMsVgxAP8b04 { top:47.0625rem;left:13.8125rem;width:17.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSNzmxOluegAig0sVt4M7yPOm8imA3Z9 { top:46.9375rem;left:31.75rem;width:15.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBmomqUxaqDyzZb7OTosT9kcazsJAn7e { top:47.0625rem;left:30.6875rem;width:17.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG { display:block; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQ12OMgCeD5TRJ3CaFuChDuzsVIZHxNV { top:2.5625rem;left:14.386719703674rem;width:22.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTaBtJX5qbL9xxaCDsfwGeXXG3J8pgU5 { top:2.9375rem;left:15.655468940735rem;width:20.5rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M519ql6rThrZbeLg9s3zLFZ6p2XLAgrU { top:7.125rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Zl75lBwPApbmUchB6CStne2ScBUupg { width:47.75rem;height:9.375rem;top:20.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E { display:block; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMWdwG7OGiI5Op10CrDTGoLuoRqmMWzS { top:2rem;left:13rem;width:25.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewzFkRw5zSHmHdk6VbP6TUFR1EgLuIJ { top:2.375rem;left:14.25rem;width:24.5625rem;height:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHqhQNQRIV0nIKWMNogvXadDuS6sgqR3 { top:7.125rem;left:0rem;width:47.75rem;height:;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGuUHB5t7NAHdZMy8suIBiPLwytifP1v { top:19.8125rem;left:0rem;width:18.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsdyRwW5Ml0sHB2UUDmqXNLJIOBKNBQ { top:19.8125rem;left:17.9375rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWxsGT0wbE62EShRZrLmsa8vTISUM5E { top:36.0625rem;left:0rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcLUQxccxBo1ZO971TXKf7eoy0968SV { top:36.125rem;left:13.375rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tZpUuIVu6rGbd6hSkOEK5TTTiIVx9v { width:17.5rem;height:3.4375rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4u5uIVSUNbGpDbq1tZqILFOyO1eHWk1 { display:block; }
 }@media only screen and (max-width: 763px) { #icmqigFOyiZTBOpIybXwriVl1r1bdCEn { width:17.5rem;height:3.4375rem;top:43.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN43ye5SRLxubAykmKGHQdftwDKhOLTm { display:block; }
 }@media only screen and (max-width: 763px) { #MrNCiivqdcNkvOMoUgQJaFPeOF9fr5Gu { top:50.4375rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkngmnvWG4v84EsAxmbfTFe2ezcIyfUT { top:50.4375rem;left:17.9375rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #topTLhXZw9wsiXTIxdJUH6as7BivT2E4 { top:36.375rem;left:22.8125rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeAsgqTb9ppyn7NFp2iWwcBcp5uW4bB8 { top:66.25rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pqldGeIWFmTTvFh76MPGIai6bupwl7 { top:66.3125rem;left:16.125rem;width:19.4375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcg8ezVla9dxReKyf6yrv2u7LVTy3uC { top:66.25rem;left:25.1875rem;width:22.5625rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI0uSC0xPsnN06IuOdDphQwSF5v7ENQN { top:19.5625rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWzLHSSbcCQBOdtUbDoA8uGnTKH35uT7 { width:17.5rem;height:3.4375rem;top:43.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5czgUwZbdEJFVVkVDiAgIekbzCtGJwO { display:block; }
 }@media only screen and (max-width: 763px) { #WWhEvsJ64Q4i1qLiKyVLBtgUsfGS4GtW { top:50.5rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkL0MeRKkK0I5gan5HdozSH9dSk6W7na { width:17.5rem;height:3.4375rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yenahWl2hzhKxWko39ZZnM7RJQ53P1 { display:block; }
 }@media only screen and (max-width: 763px) { #G24zWc7VwLJezddxq7ICfN594ioq0Tyg { width:17.5rem;height:3.4375rem;top:74.0625rem;left:17.081250190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VDqZ8GyHdcQpGo3SufbrX0BFzeSs2s { display:block; }
 }@media only screen and (max-width: 763px) { #vL3L1uZACK6ifq5LBnPT4UMbCTOZ2Xtb { width:17.5rem;height:3.4375rem;top:74.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMNJTSuWQbPwI3XLRhWshrKITvcokNpy { display:block; }
 }@media only screen and (max-width: 763px) { #bSO3kaRPTgNZfJCpPCgzyUhRaBLgvVah { width:47.75rem;height:4.6875rem;top:81.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD { display:block; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T32KHqo816gpwrGsB9aBughZl6Twd91n { top:7.8125rem;left:0rem;width:47.75rem;height:10.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDxuDUI1WEMesBvFzDRvETvZnHhizNrU { top:1.8125rem;left:15.787499427796rem;width:20.875rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enz3n66muFfovAMKHKmfdgMVPkRO3iiC { top:15.875rem;left:5.5rem;width:40rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxUp7WGqasxz59P9rJUd1tmTmsBLWsI { top:26.1875rem;left:0rem;width:47.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwfzlfysb4puoPSFmuHONTQLxBfRNFqt { top:27.125rem;left:0.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv9DmpwDKem4rIcCIqy3TUuowlNLk6py { top:27.0625rem;left:0rem;width:4.4375rem;height:4.875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZbF1XT7AGt0ftfwGrzq481qsuIQVcm { top:27.125rem;left:6.625rem;width:40.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeyMIrpFhvJQtc7TNnnEigIyei7TidF { top:30.625rem;left:5.1875rem;width:42.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFoSsJgcrCQtuVZ8Qt7lqNdDhvQJDSx { top:35.5rem;left:0rem;width:47.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfcPA1k3cOZsHRVRl5lANQIBGZbtVTy8 { top:36.4375rem;left:0.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia4DOKdqZ4ly3SG98EecZBA9pd5pknH2 { top:36.375rem;left:0rem;width:4.4375rem;height:4.875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo0Tu4MoNXTcM9Z6ybEqNxPEE8Z0h6be { top:36.4375rem;left:6.5rem;width:41.25rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8CndBSNbcTxytheQg06EGTlH8o9xnIb { top:39.9375rem;left:5.1875rem;width:42.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4SnQnX6TNr3CMT6G4Vpeug2oHk8ytuR { top:44.6875rem;left:0rem;width:47.25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5VKBmWLTOQecwRTIdLlQo97oeFAOdP1 { top:45.625rem;left:0.125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS4frxCqvSmPKoahNZR7hsozErUTlpor { top:45.5625rem;left:0rem;width:4.4375rem;height:4.875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvXfHoa0UcuTN2RUbooai7CXvN5mKQn4 { top:45.625rem;left:6.375rem;width:36.0625rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taMIpwJys49FbRnOR8W98PCBw4J6adBA { top:49.5rem;left:0.0625rem;width:47.6875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzZI3dDQaQTH468sgl2u5rVLJqNb8kfa { top:54.6875rem;left:0rem;width:47.25rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4s07MDQDNlq6XVTXP9eSt2M6CJkAB1n { top:55.625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1ETCbZuTE2q8kkfFNH5DVTcWHIkoBT { top:55.5625rem;left:0rem;width:4.4375rem;height:4.875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREgT39lHIUmMzUZvRBCRXZpSkUtLctm { top:55.625rem;left:6.25rem;width:40.3125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvlHDDMvnCiDCWwUR6W7U548cJH48zT { top:58.375rem;left:0.0625rem;width:47.6875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ6rKIFocxiHd1bUI90SJR5NhreriQKk { top:63.5625rem;left:0rem;width:47.25rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt5rVvcsKkpgdTM2X1IJim5e6M9g6U8q { top:67.375rem;left:5.875rem;width:40.5rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz0Hyf3LBQpMkeqwkpHzmfrm7Cl4nWrJ { top:64.5rem;left:6.125rem;width:32.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGPFEhQ0FTG0pgwJn3RJKQCkUVtF8eh { top:64.5rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxfFalLgwweOFw9Afh8U9odvd89TWAy { top:64.4375rem;left:0rem;width:4.4375rem;height:4.875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzcDdAcqFWTLIGvXHGbnT8X7cXOkDT5 { top:1.625rem;left:15.375000953674rem;width:20.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQxCqzzhTVVaxCqLQTlPVOtIx9ofkLSi { top:19.125rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCUMUtJdbhvz0DXIXGop2aoQRdsFznKH { top:28.5rem;left:39.9375rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQ4IcHaceombccSHxyqUNElhLMo0Gwg { top:29.1875rem;left:39.5625rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKeS9EpM5Eiu24i1I0RF6AW6yhWi7GvQ { top:37.8125rem;left:39.9375rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk2bpw0snKFbqp2b4SgtryALSMnFJN3 { top:38.5rem;left:39.5625rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3xwl5KGPurivhFDlDLBwL3F2rUriNM { top:45.625rem;left:39.9375rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7R7aFBUT7laq4AgC5146g2i27wT1mh0 { top:46.25rem;left:39.5625rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cio214iHRU9suXTyX0rnN7utam2JbKNP { top:55.625rem;left:39.9375rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opLqtdIg4EXlfBEdyRBOgoba1DqNU3JT { top:64.5rem;left:39.9375rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEaWrfvtmAhwnrb4watKlLFCIBOPrtm5 { top:56.25rem;left:39.5625rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itEcsi7Dfbc3q9L63X01TRNDT1082vNp { top:65.125rem;left:39.5625rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g { background-color:#ffd476;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;box-shadow: none;display:block; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { background-color: transparent; background-image: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container > .video-iframe-container { display: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container { display: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .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); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { border-width: 0; border-radius: 0; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWhK9sxlckOPL5bfmX5XDBkl2tPDfTTq { top:2.125rem;left:9.1250009536744rem;width:32.625rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #undXvZoiRKAb6bObGmulIAvIsC7mX7x4 { top:5.5625rem;left:0rem;width:47.75rem;height:11.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIEQ2ClQVvhH1ui9xt17CxJfi94igRKU { top:19.1875rem;left:0rem;width:26.8125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdQKZotodbHocmy5rdAbRnPJkKknKiT { top:20.1875rem;left:0rem;width:23.625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk { top:32.4375rem;left:0rem;width:24.25rem;height:12.625rem;font-size:1.25rem;display:block; }#ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5586531ac8b801b5e5e0d6a9f61a20ae.svg); }
 }@media only screen and (max-width: 763px) { #rlkCZwwJ9lg1AAJhXbmM4fhedxP6Bfyg { top:19.25rem;left:20.4375rem;width:26.8125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5Po8CpT2t30RxHTmSliiTV20n30OPc { top:20.1875rem;left:24.125rem;width:23.625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umI9ZyJeGZBNFWFVGmb3psCmKIacZtpw { top:1.625rem;left:15.137501716614rem;width:20.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcDDBMVoGmNI8h5qgQWhGTvhpcmNBQap { top:15.375rem;left:16.906250953674rem;width:23.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nExibHHg9Q9ID3iIHCrLwmSzmIk45Qvo { top:23.6875rem;left:0rem;width:24.25rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzrIvLp4yv5Sem2ed64Xnvsnq7rmCZnQ { top:23.6875rem;left:23.5rem;width:24.25rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsCHD4pAX3Pa7JHpknId40AQTRovgqt2 { top:34.4375rem;left:23.5rem;width:24.25rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6oITmAwOXCWrdZkOdOcVNHzaG0tOwu0 { top:30.75rem;left:32.1875rem;width:15.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Valy22QkBWq1iCKXi8Id7Jfl2i0qQvUU { top:31.1875rem;left:34.625rem;width:13.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { top:48.5rem;left:3.3125rem;width:44.4375rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov { background-color:#ffd476;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;box-shadow: none;display:block; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { background-color: transparent; background-image: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container > .video-iframe-container { display: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container { display: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .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); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { border-width: 0; border-radius: 0; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eoui6Ducg5qnfIxmRnPFFqgykxxbJa33 { top:2.125rem;left:9.1250009536744rem;width:32.625rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoVUwXQmRnUWzqx4sJzCc8CHHnRTg8AW { top:19.5625rem;left:0rem;width:26.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #is0aTM9DTRry5uNs3mCExMkMhh3Pu3Ou { top:21.125rem;left:0rem;width:23.625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zasmI4ZElRxJBwPmqq7LitkDo2KNaacN { top:26.875rem;left:0rem;width:24.25rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvBRivTvtGsBDxryrBnM89PTTgTFz21N { top:19.5625rem;left:20.4375rem;width:26.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60IsTtykKG6HsSPdM9xR4LbA1b0D14y { top:26.5625rem;left:23.5rem;width:24.25rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpIZH5LFRI8TKtVdlwTXI8DhVIALKcdW { top:21.125rem;left:24.125rem;width:23.625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsZFGJFHLWIBLqrRXRaaQg9pptRbS8C { top:37.4375rem;left:0rem;width:26.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5J0dWIguKPSo6ZOqTcIbezephtNKLqe { top:39rem;left:0rem;width:14.5rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbMNJ6I5ltaU3GPNHRBCzbABgd3pQfre { top:43.875rem;left:0rem;width:24.25rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA5wkaiTcWDUTkRbXTwRN5gTzT6n8isC { top:37.4375rem;left:20.4375rem;width:26.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxmEVpneWtO0016cD3rgIKZtxXqu7zU { top:41.875rem;left:22.875rem;width:24.875rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivQAx508fX5BWhNbxfrCF6hXnXTeJRiz { top:39rem;left:21.6875rem;width:26.0625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaoeZ8pXzKaaEv9yKyzw8GJk7zd71ild { top:1.625rem;left:18.887501716614rem;width:12.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGR9uzBBDbpGp0kSLRxHxRlUeTwyqukb { top:7.25rem;left:0rem;width:47.75rem;height:11.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiXKx9aCzZTfTJhgkDULmkiBNdlJvo70 { top:16.3125rem;left:13.375000953674rem;width:25.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCv7kqqX1FDItdySekobP2Di4ZXAOn6H { top:62.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV64oqzfkV1pA8LCt3oFyVH4p0rG4ocW { top:61.625rem;left:2.375rem;width:43.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVRzJuLQ672L2JG8euk9cuegefeJSEZ { top:51.0625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { display:block; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTTR3GQvGdvrRJSflWAfW4CkySWAezv0 { top:56.0625rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTdEFxMAPrhPM7cHhmbXPM9T9a0TLIk { top:115.4375rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqq34l8gwJOPHXygLBSX9F1nMyU6KA { top:79.875rem;left:28.25rem;width:19.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZNaTdNPZkgrCOBiQJrKMitHqvi1Hk8W { top:60.1875rem;left:14.5rem;width:33.25rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TJnkGTvmqQcbXTLBxpmFtGoRl4LiwA { top:114.5rem;left:0rem;width:28.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Q4bNvSdVczKuIngZN7R2039T8MvL59 { top:90.5rem;left:12.875rem;width:34.875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8825pAhFATvb80xx9irNF7BUazvldaX { top:73rem;left:18.125rem;width:22.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsZJMaUJRWdJkaadwG9JATfsd521llNW { top:38.5rem;left:0rem;width:47.75rem;height:8.3819365798414rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6DRy4TWrrnT5CDGwAbRDbu4nTUpX6X { top:98.125rem;left:0rem;width:47.75rem;height:19.220125786164rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGlq0ETsAOLVtOSbsvhJTEFeFSLqpeDN { top:1.0625rem;left:13.656250953674rem;width:23.4375rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDCkzhCbOrkBLN4DZ4I7im3M5byEp4gf { top:5.25rem;left:0rem;width:47.75rem;height:10.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlTDFw93h5TmkKWQDM5Ov42ZVQxwwfmc { top:31rem;left:0rem;width:47.75rem;height:4.3025618374558rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUK7CFCGc6SCDzM78R15nDDkH5xZKmZh { top:16.875rem;left:0rem;width:47.75rem;height:9.1139269406393rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTteL2THmHopCVHB9y3PCHPhhe8hAEy { top:51rem;left:0rem;width:47.75rem;height:3.0891866913124rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMVvI25DiJhnQQMdQ3NW0h9rJJ51VEcb { top:131.375rem;left:0rem;width:47.75rem;height:7.0022084805654rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAdxFxW7DJWFduGQUctKxG1tvVFlyePT { top:0.8125rem;left:13.200001716614rem;width:23.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M { display:block; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itDPte9N74XHnNCozUZzEkqqoTTz38EE { top:1.4375rem;left:8.4375009536744rem;width:34.375rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAFUWZHTgycOgcRqgt5SPaa7OHEOVMOb { top:1.1875rem;left:9.5rem;width:32.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF1OewfPozUQuRMkRvkGTfpfKplQgwxS { top:5.9375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXmFgTVIe3C3twBeCPJd3IW16ig46Dsp { top:14.75rem;left:1.7117185592651rem;width:26.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVPif6Kcr5mLw13Ko6tCehodmtSgaSs { top:18.75rem;left:9.5rem;width:35.3125rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm3PgTealM8DDPG8rarMiiVrptEcmp50 { top:29.4375rem;left:17.224999427796rem;width:20.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmPMc2pvPvx3v2Xporx5STKBQ5Tk5Ksl { top:20.0625rem;left:17.318749427796rem;width:20.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ { top:40.1875rem;left:11.750000953674rem;width:30.6875rem;height:;font-size:1.25rem;display:block; }#XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5586531ac8b801b5e5e0d6a9f61a20ae.svg); }
 }@media only screen and (max-width: 763px) { #KbFGRTNyTG6ISh1JBfKEkwUhIJRNbcwM { top:22.375rem;left:21.374218940735rem;width:13.5625rem;height:7.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boOKptzWKiwGIwyWdz2glAq34pDrJ8BB { top:17.5rem;left:31.425000190735rem;width:12rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukm7UBPeyDiBhkmxFtOPX3Cdzyv8ALWU { top:57.125rem;left:11.862500190735rem;width:30.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhAJo99QMHe8ifGEOUA5M6Q8sg3BapBO { display:block; }
 }@media only screen and (max-width: 763px) { #ql4V87MnwWkmUQ8kJVbA1PkMypcRiJ4W { top:18.0625rem;left:32.068749427796rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .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; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .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; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg { width:19rem;height:5.3125rem;display:flex;top:17.25rem;left:15.875rem;z-index:5002; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #t9NHdQOKIhQuV3zMN16Dnt7KUyuCFLQN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #vWbgHIO3xroET8NfChOehUUGTD2Z9CZz {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #s8Tf8W9lpS6bUuRieyJipecIDBDDBy19 {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #X8azoteENTpZcDeo6V0AiwLTsbRG3qx3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #SUWhiQGTvivgoaOLvchdQletLfJFkshL {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #Kgu6MJT2fWrvFcEx9szAg9WOF4coIewN {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #qfv1lSnQWoCPk1kFSWNDX8hEoT7fUZeB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #LqipFg5Ee7pLERsnczgdUhQsE13uwpob {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #vlmrIDaFh3X4FLe75aSEay4sXEfK2AVy {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #UuaXSrraheXIm1N293GASKilo4y75XtV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #lnw82TMH1KRHiAJhJoaDJXzhqGmVZlse {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #StCeWRMvdh6Xv229MZinCNNTsHcLM8GV {  }
 }@media only screen and (max-width: 763px) { #aPPeq970JMZNGxw3W2pCwIQKIpr8fDyK { top:64.375rem;left:0rem;width:47.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm { display:block; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCf2yQrPlRyVRFcOtg8ghTuZ4iz4KTwP { top:2rem;left:0rem;width:47.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaokKRXVFc4bs3WU4tdoSS9ZxVCNx33t { top:14.0625rem;left:0rem;width:47.75rem;height:8.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcthW4Cu8uTLyZxpmbpbhGgz6mQigJrI { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 { display:block; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxTMAOuFKhgNHkBeKNamFKSr161ZNFQi { top:11.5rem;left:8.75rem;width:39rem;height:27.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcRzDiizbxoUVyLwcIkvBn7oCBnAVKW { top:10.4375rem;left:0rem;width:24rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f74QB6TTu5DNOtTdwUTUTXhTWz3ostlU { top:4.125rem;left:0rem;width:47.75rem;height:6.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHcz4IlbfWICqCQiw52uc0OR6nSHeeC { top:37.125rem;left:0rem;width:18.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWPWrVvNKokyUBZUPzx6JaSNROTdMf8k { top:38rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guf2IDA5w8BS383v8UMKWe025OZbamoO { top:41.375rem;left:0rem;width:18.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kFr9fCozfth6N8GyN8WfgvFaKFPk4v { top:42.25rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCInTuI7qwaprLSip9s6zHniFuKe6Rzr { top:39.4375rem;left:12.3125rem;width:18.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKlcu9fAKPobDNUbxzG0iMA8ZnUGgUvS { top:40.3125rem;left:13.6875rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tps1TMQDMBLIMSrRuLGeIRTMplM62lcX { top:8.0625rem;left:16.6875rem;width:31.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcOgasgzqS66Owi70RhbiGlxWTvd0UNN { display:block; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #URyzuWhRyOkPb11ptpc9Hy7CN40UcRCA {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #BHz4M9T0gt16VLfyR4FviQNTKLUQeO5R {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #Ze6hJmd1w8pu4q6cVpM3stxIKT6ZQC5f {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #pveOT3yzE81v0QqOGeSQyTVkBABFLTvB {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #rgyDrd1ifPJRtD8fw719iVLpAtlpJmSP {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #wFkdKx3E7Lcg8MHrgz3bb071fzNsNSxS {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #AE63QqVDkXvMn96fQLCLABxqJDU0fv0I {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #xOvansNgvyJgGyvwpvVS4PBUvEnB4ftC {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #vRLKvFvxtFyu0TcmreAmG1h1q5kCVKaB {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KuAP9syNHS4wmv2cZZhKka6EEZgdmkBS {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { top:1.6875rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBT92DOJMi8bxOy9UJcO94hXnSZJ9PK7 { top:5.125rem;left:16.375rem;width:31.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC { display:block; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci259LhVZBgNCcaTEwkiMFzKExfRh0Dt { top:4.875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqwZkE9sHkPux1HczD017K9cHRWWT0O { top:12.5625rem;left:0rem;width:47.75rem;height:8rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGEm4D7bypdT06w55R8GGydAcUoPdeiX { top:22.875rem;left:9.625rem;width:32.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiLZzv0faTtPFXq44ZHbns4L9USGnVv2 { display:block; }
 }@media only screen and (max-width: 763px) { #dvNvsEmgd6FHDqxs0OQ8C02cxinz3MBp { top:27.375rem;left:0.25rem;width:47.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXBplu1pOaSCP0NbpOU83oiLuqGeKTay { top:31.125rem;left:11rem;width:9.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ePx7pvTLpTzJa0qJvx37nIAidBBCQU { top:32.0625rem;left:12.375rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfvZ2FIMO38BAlaQIR4EcugdT3IcdFx2 { top:31.125rem;left:20.6875rem;width:9.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRM4gVgCwMP2pGwdxSdNx8kTso4DcvVn { top:32.0625rem;left:21.375rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bseJ6nHvTqlEbu8EIB0IRlnWtLvHCA4X { top:31.125rem;left:30.375rem;width:9.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alSLESnmKCRrCuoBApfk30GZpTGCp0sn { top:32.0625rem;left:31.0625rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U { display:block; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxev28AiND8fJgB58oiMUeKgP2tBeAsu { top:2.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQqll6pPpLdaIED3uNfSl7dC69tkJ7qW { width:9.375rem;height:3.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHRGJTlu6D6d3V3SQobsIvN0PO8f3oRi { display:block; }
 }@media only screen and (max-width: 763px) { #ROyD4H5ERa7MDtVdBk5owfNkJ20CIzlC { width:9.375rem;height:3.1875rem;top:10.6875rem;left:10.436418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4ktGfSS2aCpKs41aS2UwRhzvTOnP2qE { display:block; }
 }@media only screen and (max-width: 763px) { #s3ZmJXT2qxDqXbGJuUenrbruRxTyURkh { width:9.375rem;height:3.1875rem;top:10.6875rem;left:23.686197280884rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQpGhrPxxOMgoECFqyQAM6fWGUoIfeR6 { display:block; }
 }@media only screen and (max-width: 763px) { #GxBZPmogIyoKc6tLHs3CmPMufDWfXNKT { width:14.375rem;height:3.25rem;top:10.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUC5EqLalaofZwpcTd5uTrTk7WIybFJm { display:block; }
 }@media only screen and (max-width: 763px) { #cwn7UCl2hrN2UNDsiTG0PHiKulL6xbT1 { top:17.25rem;left:15.936635971069rem;width:18.8125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVoShtSqODbGNpdUyJS1mCV9t9x8D2Sf { top:20.6875rem;left:15.936635971069rem;width:18.8125rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CVxVGtADtbPda2imDF17xTcvZTZesovq { background-color:#ffd476;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;box-shadow: none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { background-color: transparent; background-image: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .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); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { border-width: 0; border-radius: 0; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .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;background-color:;background-image:none; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-text.counter-number { padding-top:0.4rem;padding-right:0.35625rem;padding-bottom:0.4rem;padding-left:0.35625rem;width:2.13625rem;min-width:2.13625rem;height:2.15rem;font-size:1.6rem;line-height:34.4px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1rem solid #012f94;border-right:0.101875rem solid #012f94;border-bottom:0.1rem solid #012f94;border-left:0.101875rem solid #012f94; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.84875rem;height:0.85rem;font-size:0.6rem;line-height:13.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe { width:16.1875rem;height:4.25rem;display:flex;top:6.1875rem;left:2.28125rem;z-index:5002;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Ax2vTluw81JTb1IZoXgSlectqCse8h06 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #a7elBTNNUTww4lawtCdbI57xAMKwCT7t {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #hJIO9ThOCQzRGfeTlxWwmT409h0I9JZ8 {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #piFuLt9kfbpErc65hIz1iJAxVk5crUv3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #fPVinUD8AM4hlPHLGSMlO1BA8EmeWZdp {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #K5Jo1eQTzFzyXoUHsDdiqOIcr91EglOh {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #ToKIVxpvqRRV2NKVbNu9TmgV53mSeVw9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Vv4xH9OvrDfe02gqLRdipmyfNAWXT2f7 {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #XgxbKQscFTtggd1nfHJVTnqODl0DX73U {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #melmh1kqzIbU0C0PhIqw9tAmBvcf2wsp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #OIAfrZ2Xlt9gO3yiBOP52UTzJT9SMatu {  }
 }@media only screen and (max-width: 763px) { #LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #wUStN5oEDbgsUqPJ1gRESg7hEmI0pREB {  }
 }@media only screen and (max-width: 763px) { #vQGDngs9t7DH78kKoUqQ3Wn66s1UTwgX { top:11.9375rem;left:0.1875rem;z-index:15073;width:19.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnpJpuKq7QWnQdWmf2gMSvyrdA7NL9T { display:block; }
 }@media only screen and (max-width: 763px) { #fQzOlSnCq8mzGS84mcWr0x76KrsZa8n2 { width:20rem;height:4.4987rem;top:0.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #EMNqntBQNoflV5QW0THxCHGu7kpmodxO { display:block; }#EMNqntBQNoflV5QW0THxCHGu7kpmodxO > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeMdHmoH3fTkVpndThv7H4cv3Sd5O69B { width:7.625rem;height:2rem;top:82.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1NPltpCrVUQOxlHoJrS73axJsTWJQE { width:7.4375rem;height:1.80013125rem;top:82.8125rem;left:6.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7aEXu49gGpnnzv471m63Gcz43QTi2fR { width:16.5rem;height:10.798625rem;top:24.5625rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPn4BqrGwN2bZqPvovTvfkXOfaeTBywa { width:5.6875rem;height:1.0625rem;top:28.875rem;left:10rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pCAuN8UiJMuBPuTswOsGlmC67nMP6SW3 { width:18.5rem;height:3.3125rem;top:19.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7FxCfcoiEbmxeinRn1hBT0ebAKg1kEI { width:20rem;height:2.30035rem;top:19.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVtCPNiZOWn5DXrWBtOU5BqgFhsHaRHZ { width:18.3125rem;height:16.8055625rem;top:36.375rem;left:0.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hE5HO8BkHfVZCe6FSvrocMrTqdhDiUVH { top:66.5rem;left:0.5625rem;z-index:15073;width:18.7375rem;height:3.425rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIgdCT7lTCmTXAxLGeTgyhSvHyDTn1Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #XaySJlJF4zTLtk2axyo4BuIXSiCprX8R { top:70.875rem;left:1.0625rem;z-index:15073;width:17.8625rem;height:3.6125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VFHAE7yWfVoOmIameOmOnCaDtdBOD1 { display:block; }
 }@media only screen and (max-width: 763px) { #UFfakF6gx7CryF8hWfWDRsOvwH5BaSWi { width:20rem;height:5.99935rem;top:75.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgbsbHPo9sD27Ri2kEo482GZngMkdTuo { width:20rem;height:13.159375rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmSUa6QbvN6F2RRVU77aaduyWBPMOThG { width:14.8125rem;height:2.5rem;top:86.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmCKTZpb31KFD0u9DptIMsVgxAP8b04 { width:17.0625rem;height:1.80013125rem;top:86.625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSNzmxOluegAig0sVt4M7yPOm8imA3Z9 { width:12.3125rem;height:2.5rem;top:90.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBmomqUxaqDyzZb7OTosT9kcazsJAn7e { width:11.25rem;height:1.80013125rem;top:90.8125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG { display:block; }#ZBaZT8M00lAsqgE9iXS6d9M9LfFu80JG > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQ12OMgCeD5TRJ3CaFuChDuzsVIZHxNV { width:17.5625rem;height:3.5rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTaBtJX5qbL9xxaCDsfwGeXXG3J8pgU5 { width:20rem;height:2.8rem;top:1.6500244140625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M519ql6rThrZbeLg9s3zLFZ6p2XLAgrU { width:20rem;height:9.446625rem;top:6.4rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2Zl75lBwPApbmUchB6CStne2ScBUupg { width:18rem;height:24.375rem;top:16.887499809265rem;left:0.99921876192094rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E { display:block; }#hxV6VUdx8JLDRawAgPsT1ytXAzQ2uZ3E > .row .container { width:20rem;height:180.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMWdwG7OGiI5Op10CrDTGoLuoRqmMWzS { width:18.375rem;height:6.6875rem;top:1.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewzFkRw5zSHmHdk6VbP6TUFR1EgLuIJ { width:20rem;height:6.2000875rem;top:1.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHqhQNQRIV0nIKWMNogvXadDuS6sgqR3 { width:20rem;height:7.19725rem;top:9.737500190735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGuUHB5t7NAHdZMy8suIBiPLwytifP1v { width:18.4375rem;height:15.875rem;top:26.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsdyRwW5Ml0sHB2UUDmqXNLJIOBKNBQ { width:15.875rem;height:15.875rem;top:54.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWxsGT0wbE62EShRZrLmsa8vTISUM5E { width:20rem;height:5.625rem;top:42.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfcLUQxccxBo1ZO971TXKf7eoy0968SV { width:20rem;height:5.625rem;top:70.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1tZpUuIVu6rGbd6hSkOEK5TTTiIVx9v { width:17.5rem;height:3.4375rem;top:49.5625rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Q4u5uIVSUNbGpDbq1tZqILFOyO1eHWk1 { display:block; }
 }@media only screen and (max-width: 763px) { #icmqigFOyiZTBOpIybXwriVl1r1bdCEn { width:17.5rem;height:3.4375rem;top:77.0625rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #fN43ye5SRLxubAykmKGHQdftwDKhOLTm { display:block; }
 }@media only screen and (max-width: 763px) { #MrNCiivqdcNkvOMoUgQJaFPeOF9fr5Gu { width:15.875rem;height:15.875rem;top:107.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkngmnvWG4v84EsAxmbfTFe2ezcIyfUT { width:15.875rem;height:15.875rem;top:133rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #topTLhXZw9wsiXTIxdJUH6as7BivT2E4 { width:20rem;height:5.625rem;top:97.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeAsgqTb9ppyn7NFp2iWwcBcp5uW4bB8 { width:16.4375rem;height:2.8125rem;top:123.8125rem;left:1.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3pqldGeIWFmTTvFh76MPGIai6bupwl7 { width:19.4375rem;height:2.8125rem;top:148.875rem;left:0.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATcg8ezVla9dxReKyf6yrv2u7LVTy3uC { width:19.4375rem;height:5.625rem;top:172.4375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tI0uSC0xPsnN06IuOdDphQwSF5v7ENQN { width:15.875rem;height:15.875rem;top:81.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWzLHSSbcCQBOdtUbDoA8uGnTKH35uT7 { width:17.5rem;height:3.4375rem;top:104rem;left:1.25rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #r5czgUwZbdEJFVVkVDiAgIekbzCtGJwO { display:block; }
 }@media only screen and (max-width: 763px) { #WWhEvsJ64Q4i1qLiKyVLBtgUsfGS4GtW { width:15.875rem;height:15.875rem;top:156.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkL0MeRKkK0I5gan5HdozSH9dSk6W7na { width:17.5rem;height:3.4375rem;top:127.4375rem;left:1.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #n6yenahWl2hzhKxWko39ZZnM7RJQ53P1 { display:block; }
 }@media only screen and (max-width: 763px) { #G24zWc7VwLJezddxq7ICfN594ioq0Tyg { width:17.5rem;height:3.4375rem;top:152.3125rem;left:1.3125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #K2VDqZ8GyHdcQpGo3SufbrX0BFzeSs2s { display:block; }
 }@media only screen and (max-width: 763px) { #vL3L1uZACK6ifq5LBnPT4UMbCTOZ2Xtb { width:17.5rem;height:3.4375rem;top:175.75rem;left:1.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #lMNJTSuWQbPwI3XLRhWshrKITvcokNpy { display:block; }
 }@media only screen and (max-width: 763px) { #bSO3kaRPTgNZfJCpPCgzyUhRaBLgvVah { width:18.25rem;height:8.125rem;top:17.550000190735rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD { display:block; }#RA1ShV7PfJ17VaIQeE5H6zH7TO12SIbD > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T32KHqo816gpwrGsB9aBughZl6Twd91n { width:20rem;height:6.5625rem;top:6.4375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDxuDUI1WEMesBvFzDRvETvZnHhizNrU { width:20rem;height:3.1987875rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #enz3n66muFfovAMKHKmfdgMVPkRO3iiC { width:10.1875rem;height:0.8125rem;top:12.237500563264rem;left:4.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxUp7WGqasxz59P9rJUd1tmTmsBLWsI { width:18.5625rem;height:15.6875rem;top:26.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwfzlfysb4puoPSFmuHONTQLxBfRNFqt { width:3.0625rem;height:3.0625rem;top:26.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv9DmpwDKem4rIcCIqy3TUuowlNLk6py { width:4.4375rem;height:2rem;top:27.4375rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZbF1XT7AGt0ftfwGrzq481qsuIQVcm { width:13.5rem;height:7.19725rem;top:27.9375rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeyMIrpFhvJQtc7TNnnEigIyei7TidF { width:14.5rem;height:5.6966125rem;top:35.0625rem;left:2.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDFoSsJgcrCQtuVZ8Qt7lqNdDhvQJDSx { width:18.6875rem;height:15.25rem;top:43.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfcPA1k3cOZsHRVRl5lANQIBGZbtVTy8 { width:2.9375rem;height:2.9375rem;top:44.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia4DOKdqZ4ly3SG98EecZBA9pd5pknH2 { width:4.4375rem;height:2rem;top:45.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uo0Tu4MoNXTcM9Z6ybEqNxPEE8Z0h6be { width:12.625rem;height:7.19725rem;top:45.125rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8CndBSNbcTxytheQg06EGTlH8o9xnIb { width:17.0625rem;height:3.79774375rem;top:52.875rem;left:1.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4SnQnX6TNr3CMT6G4Vpeug2oHk8ytuR { width:18.5625rem;height:13.75rem;top:60.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5VKBmWLTOQecwRTIdLlQo97oeFAOdP1 { width:3rem;height:3rem;top:62.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS4frxCqvSmPKoahNZR7hsozErUTlpor { width:4.4375rem;height:2rem;top:63.5625rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvXfHoa0UcuTN2RUbooai7CXvN5mKQn4 { width:14.9375rem;height:4.798175rem;top:62.9375rem;left:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taMIpwJys49FbRnOR8W98PCBw4J6adBA { width:17rem;height:5.6966125rem;top:67.75rem;left:1.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EzZI3dDQaQTH468sgl2u5rVLJqNb8kfa { width:18.375rem;height:13.875rem;top:77.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4s07MDQDNlq6XVTXP9eSt2M6CJkAB1n { width:2.75rem;height:2.75rem;top:78.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1ETCbZuTE2q8kkfFNH5DVTcWHIkoBT { width:4.4375rem;height:2rem;top:78.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fREgT39lHIUmMzUZvRBCRXZpSkUtLctm { width:15.3125rem;height:4.798175rem;top:78.5625rem;left:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvlHDDMvnCiDCWwUR6W7U548cJH48zT { width:17.125rem;height:5.6966125rem;top:84.1875rem;left:1.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rQ6rKIFocxiHd1bUI90SJR5NhreriQKk { width:18.3125rem;height:17rem;top:94.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt5rVvcsKkpgdTM2X1IJim5e6M9g6U8q { width:16.5rem;height:7.5955rem;top:102rem;left:1.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gz0Hyf3LBQpMkeqwkpHzmfrm7Cl4nWrJ { width:13rem;height:5.84635625rem;top:95.5625rem;left:4.625rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MeGPFEhQ0FTG0pgwJn3RJKQCkUVtF8eh { width:2.6875rem;height:2.6875rem;top:95.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxfFalLgwweOFw9Afh8U9odvd89TWAy { width:4.4375rem;height:2rem;top:96.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZzcDdAcqFWTLIGvXHGbnT8X7cXOkDT5 { width:17.625rem;height:3.5rem;top:0.83749999105931rem;left:1.0124999880791rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQxCqzzhTVVaxCqLQTlPVOtIx9ofkLSi { width:19rem;height:9.1905625rem;top:14.660937681794rem;left:0.49921876192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCUMUtJdbhvz0DXIXGop2aoQRdsFznKH { width:7.375rem;height:2.5625rem;top:24.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQ4IcHaceombccSHxyqUNElhLMo0Gwg { width:8.1875rem;height:1.7rem;top:25.125rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKeS9EpM5Eiu24i1I0RF6AW6yhWi7GvQ { width:7.375rem;height:2.5625rem;top:42.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk2bpw0snKFbqp2b4SgtryALSMnFJN3 { width:8.1875rem;height:1.7rem;top:43.25rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3xwl5KGPurivhFDlDLBwL3F2rUriNM { width:7.375rem;height:2.5625rem;top:60.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7R7aFBUT7laq4AgC5146g2i27wT1mh0 { width:8.1875rem;height:1.7rem;top:61.0625rem;left:10.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cio214iHRU9suXTyX0rnN7utam2JbKNP { width:7.375rem;height:2.5625rem;top:75.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #opLqtdIg4EXlfBEdyRBOgoba1DqNU3JT { width:7.375rem;height:2.5625rem;top:92.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEaWrfvtmAhwnrb4watKlLFCIBOPrtm5 { width:8.1875rem;height:1.7rem;top:76.4375rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itEcsi7Dfbc3q9L63X01TRNDT1082vNp { width:8.1875rem;height:1.7rem;top:93.25rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { background-color: transparent; background-image: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container > .video-iframe-container { display: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row > .video-iframe-container { display: none; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .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); }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { border-width: 0; border-radius: 0; }#Oq2CpD7OO79Or4UzqGgxoqg7QNG4z25g > .row .container { width:20rem;height:105.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWhK9sxlckOPL5bfmX5XDBkl2tPDfTTq { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #undXvZoiRKAb6bObGmulIAvIsC7mX7x4 { width:20rem;height:7.63125rem;top:5.3687502862886rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIEQ2ClQVvhH1ui9xt17CxJfi94igRKU { width:18.1875rem;height:35.375rem;top:15.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdQKZotodbHocmy5rdAbRnPJkKknKiT { width:16.8125rem;height:5rem;top:16.5rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk { width:17.1875rem;height:12.6236875rem;top:35.25rem;left:1.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ekDkeRcnwRhXF2mIyJ6ZxenoMoTFyuSk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5586531ac8b801b5e5e0d6a9f61a20ae.svg); }
 }@media only screen and (max-width: 763px) { #rlkCZwwJ9lg1AAJhXbmM4fhedxP6Bfyg { width:18.0625rem;height:34.75rem;top:52.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN5Po8CpT2t30RxHTmSliiTV20n30OPc { width:14.8125rem;height:5rem;top:53.875rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umI9ZyJeGZBNFWFVGmb3psCmKIacZtpw { width:16.8125rem;height:3.5rem;top:0.80000019073488rem;left:2.0242187380791rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcDDBMVoGmNI8h5qgQWhGTvhpcmNBQap { width:14rem;height:1.0625rem;top:11.987500381656rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nExibHHg9Q9ID3iIHCrLwmSzmIk45Qvo { width:16.625rem;height:11.9986875rem;top:22.5625rem;left:1.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HzrIvLp4yv5Sem2ed64Xnvsnq7rmCZnQ { width:16.9375rem;height:8rem;top:59.625rem;left:1.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QsCHD4pAX3Pa7JHpknId40AQTRovgqt2 { width:16.9375rem;height:13.9985rem;top:72.4375rem;left:1.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O6oITmAwOXCWrdZkOdOcVNHzaG0tOwu0 { width:15.125rem;height:2.5625rem;top:68.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Valy22QkBWq1iCKXi8Id7Jfl2i0qQvUU { width:13.125rem;height:2rem;top:68.6875rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { width:18.1875rem;height:14.3945rem;top:89.4375rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov { background-color:#238639;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;box-shadow: none;display:block; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { background-color: transparent; background-image: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container > .video-iframe-container { display: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row > .video-iframe-container { display: none; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .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); }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { border-width: 0; border-radius: 0; }#qBZLI5JcnSDuH8nGL3p8v5f8grAUdrov > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eoui6Ducg5qnfIxmRnPFFqgykxxbJa33 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoVUwXQmRnUWzqx4sJzCc8CHHnRTg8AW { width:19.5rem;height:15.4375rem;top:16.375000178814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #is0aTM9DTRry5uNs3mCExMkMhh3Pu3Ou { width:17.1875rem;height:5rem;top:17.612500369549rem;left:0.81171876192094rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zasmI4ZElRxJBwPmqq7LitkDo2KNaacN { width:18.3125rem;height:8rem;top:22.5625rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvBRivTvtGsBDxryrBnM89PTTgTFz21N { width:19.5rem;height:14.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60IsTtykKG6HsSPdM9xR4LbA1b0D14y { width:18.3125rem;height:8rem;top:39.812500953674rem;left:0.84296876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpIZH5LFRI8TKtVdlwTXI8DhVIALKcdW { width:17.3125rem;height:5rem;top:34.8125rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsZFGJFHLWIBLqrRXRaaQg9pptRbS8C { width:19.5rem;height:9.9375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5J0dWIguKPSo6ZOqTcIbezephtNKLqe { width:15.125rem;height:2.5rem;top:51.187500953674rem;left:0.81171876192094rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbMNJ6I5ltaU3GPNHRBCzbABgd3pQfre { width:17.875rem;height:6rem;top:53.687500953674rem;left:1.0617187619209rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DA5wkaiTcWDUTkRbXTwRN5gTzT6n8isC { width:19.5rem;height:16.5625rem;top:62.31249833107rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxmEVpneWtO0016cD3rgIKZtxXqu7zU { width:17.5rem;height:9.9989375rem;top:68.37500190735rem;left:0.65546876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ivQAx508fX5BWhNbxfrCF6hXnXTeJRiz { width:16.9375rem;height:5rem;top:63.374998450281rem;left:0.81249994039537rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaoeZ8pXzKaaEv9yKyzw8GJk7zd71ild { width:12.75rem;height:3.5rem;top:0.80000114440919rem;left:3.4499998688698rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bGR9uzBBDbpGp0kSLRxHxRlUeTwyqukb { width:20rem;height:8.658875rem;top:5.5992183685303rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiXKx9aCzZTfTJhgkDULmkiBNdlJvo70 { width:16.0625rem;height:1.25rem;top:13.060156822204rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCv7kqqX1FDItdySekobP2Di4ZXAOn6H { width:18.5625rem;height:7.5rem;top:101.0625rem;left:0.6875rem;font-size:1.5625rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #bV64oqzfkV1pA8LCt3oFyVH4p0rG4ocW { width:19.6875rem;height:9.0625rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVRzJuLQ672L2JG8euk9cuegefeJSEZ { width:20rem;height:17.629125rem;top:80.786720275881rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { display:block; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row .container { width:20rem;height:127.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTTR3GQvGdvrRJSflWAfW4CkySWAezv0 { width:20rem;height:25.0171875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTdEFxMAPrhPM7cHhmbXPM9T9a0TLIk { width:20rem;height:8.1rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqq34l8gwJOPHXygLBSX9F1nMyU6KA { width:20rem;height:8.496125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZNaTdNPZkgrCOBiQJrKMitHqvi1Hk8W { width:20rem;height:7.0671875rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TJnkGTvmqQcbXTLBxpmFtGoRl4LiwA { width:20rem;height:11.4140625rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Q4bNvSdVczKuIngZN7R2039T8MvL59 { width:20rem;height:4.6953405017921rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8825pAhFATvb80xx9irNF7BUazvldaX { width:20rem;height:13.278236914601rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsZJMaUJRWdJkaadwG9JATfsd521llNW { width:20rem;height:3.5107587768969rem;top:89.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6DRy4TWrrnT5CDGwAbRDbu4nTUpX6X { width:20rem;height:8.0503144654088rem;top:108.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGlq0ETsAOLVtOSbsvhJTEFeFSLqpeDN { width:20rem;height:2.5rem;top:0.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDCkzhCbOrkBLN4DZ4I7im3M5byEp4gf { width:20rem;height:8.063125rem;top:5.124219417572rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlTDFw93h5TmkKWQDM5Ov42ZVQxwwfmc { width:20rem;height:1.8021201413428rem;top:117.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUK7CFCGc6SCDzM78R15nDDkH5xZKmZh { width:20rem;height:3.8173515981735rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTteL2THmHopCVHB9y3PCHPhhe8hAEy { width:20rem;height:1.2939001848429rem;top:120.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMVvI25DiJhnQQMdQ3NW0h9rJJ51VEcb { width:20rem;height:2.9328621908127rem;top:123.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAdxFxW7DJWFduGQUctKxG1tvVFlyePT { width:18.25rem;height:2.5rem;top:0.93750011920931rem;left:0.83671873807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M { display:block; }#GgWLkqLcPMK6ISVl7lBQ23TuCdBm1b8M > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itDPte9N74XHnNCozUZzEkqqoTTz38EE { width:20rem;height:5rem;top:1.0703136920929rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAFUWZHTgycOgcRqgt5SPaa7OHEOVMOb { width:17.25rem;height:5.3125rem;top:1.0703115463257rem;left:1.3992187380791rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF1OewfPozUQuRMkRvkGTfpfKplQgwxS { width:16.5rem;height:7.875rem;top:8.2671880722044rem;left:1.7500000596046rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXmFgTVIe3C3twBeCPJd3IW16ig46Dsp { width:16.5625rem;height:1.0625rem;top:15.129687309265rem;left:2.4867187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRVPif6Kcr5mLw13Ko6tCehodmtSgaSs { width:18.0625rem;height:56.875rem;top:18.220317840576rem;left:0.74375003576281rem;z-index:5001;display:block; }
 }@media only screen and (max-width: 763px) { #hm3PgTealM8DDPG8rarMiiVrptEcmp50 { width:16.3125rem;height:4rem;top:28.275000572204rem;left:1.8437500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmPMc2pvPvx3v2Xporx5STKBQ5Tk5Ksl { width:14.6875rem;height:2rem;top:21.306250095367rem;left:2.6562500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ { width:14.625rem;height:25.247375rem;top:39.5078125rem;left:2.6875000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#XyBZSflkFo1SRKHpGEeyTU5iuegPuTAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5586531ac8b801b5e5e0d6a9f61a20ae.svg); }
 }@media only screen and (max-width: 763px) { #KbFGRTNyTG6ISh1JBfKEkwUhIJRNbcwM { width:9.375rem;height:5.60004375rem;top:22.675000190735rem;left:5.3125000596046rem;font-size:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boOKptzWKiwGIwyWdz2glAq34pDrJ8BB { width:11.75rem;height:2.125rem;top:17.139062404633rem;left:6.1367188096046rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukm7UBPeyDiBhkmxFtOPX3Cdzyv8ALWU { top:65.945313692094rem;left:1.8750000596046rem;z-index:15073;width:16.175rem;height:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhAJo99QMHe8ifGEOUA5M6Q8sg3BapBO { display:block; }
 }@media only screen and (max-width: 763px) { #ql4V87MnwWkmUQ8kJVbA1PkMypcRiJ4W { width:11.5rem;height:1.462675rem;top:17.695312261581rem;left:6.7992187142375rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .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;background-color:;background-image:none; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .widget-text.counter-number { padding-top:0.4175rem;padding-right:0.371875rem;padding-bottom:0.4175rem;padding-left:0.371875rem;width:2.230625rem;min-width:2.230625rem;height:2.245rem;font-size:1.670625rem;line-height:35.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.104375rem solid #012f94;border-right:0.10625rem solid #012f94;border-bottom:0.104375rem solid #012f94;border-left:0.10625rem solid #012f94; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.974375rem;height:0.8875rem;font-size:0.62625rem;line-height:14.2px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg { width:16.75rem;height:4.4375rem;display:flex;top:33.068749427796rem;left:1.3992188572884rem;z-index:5002;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #t9NHdQOKIhQuV3zMN16Dnt7KUyuCFLQN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #vWbgHIO3xroET8NfChOehUUGTD2Z9CZz {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #s8Tf8W9lpS6bUuRieyJipecIDBDDBy19 {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #X8azoteENTpZcDeo6V0AiwLTsbRG3qx3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #SUWhiQGTvivgoaOLvchdQletLfJFkshL {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #Kgu6MJT2fWrvFcEx9szAg9WOF4coIewN {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #qfv1lSnQWoCPk1kFSWNDX8hEoT7fUZeB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #LqipFg5Ee7pLERsnczgdUhQsE13uwpob {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #vlmrIDaFh3X4FLe75aSEay4sXEfK2AVy {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #UuaXSrraheXIm1N293GASKilo4y75XtV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #lnw82TMH1KRHiAJhJoaDJXzhqGmVZlse {  }
 }@media only screen and (max-width: 763px) { #ErNVeLS4yPE9X1sHNOTSZlsTu4ZAwFNg #StCeWRMvdh6Xv229MZinCNNTsHcLM8GV {  }
 }@media only screen and (max-width: 763px) { #aPPeq970JMZNGxw3W2pCwIQKIpr8fDyK { width:15.1875rem;height:3rem;top:70.507817268369rem;left:2.4062500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm { display:block; }#Lo4LcPCVZvJTgvW2mI8nX5kUlB0vlwkm > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCf2yQrPlRyVRFcOtg8ghTuZ4iz4KTwP { width:18.9375rem;height:29.5rem;top:1.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaokKRXVFc4bs3WU4tdoSS9ZxVCNx33t { width:17.875rem;height:21.5918125rem;top:8.0625001788137rem;left:1.0617187619209rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcthW4Cu8uTLyZxpmbpbhGgz6mQigJrI { width:16.8125rem;height:4rem;top:2.875rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 { display:block; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxTMAOuFKhgNHkBeKNamFKSr161ZNFQi { width:17.25rem;height:51.994375rem;top:7.3740234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcRzDiizbxoUVyLwcIkvBn7oCBnAVKW { width:20rem;height:22.25rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f74QB6TTu5DNOtTdwUTUTXhTWz3ostlU { width:18.3125rem;height:5.6987875rem;top:1.0888671875rem;left:0.84375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHcz4IlbfWICqCQiw52uc0OR6nSHeeC { width:18.5rem;height:3.1875rem;top:81.625rem;left:0.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWPWrVvNKokyUBZUPzx6JaSNROTdMf8k { width:16.25rem;height:1.462675rem;top:82.4375rem;left:2.125rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #Guf2IDA5w8BS383v8UMKWe025OZbamoO { width:18.5rem;height:3.1875rem;top:86.0625rem;left:0.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kFr9fCozfth6N8GyN8WfgvFaKFPk4v { width:16.25rem;height:1.462675rem;top:86.9375rem;left:2.125rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #cCInTuI7qwaprLSip9s6zHniFuKe6Rzr { width:18.5rem;height:3.1875rem;top:90.3125rem;left:0.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKlcu9fAKPobDNUbxzG0iMA8ZnUGgUvS { width:16.25rem;height:1.462675rem;top:91.1875rem;left:2.125rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #Tps1TMQDMBLIMSrRuLGeIRTMplM62lcX { width:10.3125rem;height:0.9375rem;top:5.7757816314697rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcOgasgzqS66Owi70RhbiGlxWTvd0UNN { display:block; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container { width:20rem;height:83.467622880859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #URyzuWhRyOkPb11ptpc9Hy7CN40UcRCA {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #BHz4M9T0gt16VLfyR4FviQNTKLUQeO5R {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #Ze6hJmd1w8pu4q6cVpM3stxIKT6ZQC5f {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #pveOT3yzE81v0QqOGeSQyTVkBABFLTvB {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #rgyDrd1ifPJRtD8fw719iVLpAtlpJmSP {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #wFkdKx3E7Lcg8MHrgz3bb071fzNsNSxS {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #AE63QqVDkXvMn96fQLCLABxqJDU0fv0I {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #xOvansNgvyJgGyvwpvVS4PBUvEnB4ftC {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #vRLKvFvxtFyu0TcmreAmG1h1q5kCVKaB {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KuAP9syNHS4wmv2cZZhKka6EEZgdmkBS {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { width:20rem;height:5.848525rem;top:2.1484375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBT92DOJMi8bxOy9UJcO94hXnSZJ9PK7 { width:20rem;height:1.75rem;top:3.5124988555908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC { display:block; }#sDAZlkgAKfVPsC9PlNoRXVuAqKocvcOC > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci259LhVZBgNCcaTEwkiMFzKExfRh0Dt { width:20rem;height:10.5729375rem;top:1.6734375953674rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqwZkE9sHkPux1HczD017K9cHRWWT0O { width:17.3125rem;height:16.4898125rem;top:13.11874961853rem;left:1.3437500596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGEm4D7bypdT06w55R8GGydAcUoPdeiX { top:31.312500953674rem;left:1.3437500596046rem;z-index:15073;width:17.3125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiLZzv0faTtPFXq44ZHbns4L9USGnVv2 { display:block; }
 }@media only screen and (max-width: 763px) { #dvNvsEmgd6FHDqxs0OQ8C02cxinz3MBp { width:17.125rem;height:2.92535rem;top:36.562500953674rem;left:1.4375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXBplu1pOaSCP0NbpOU83oiLuqGeKTay { width:9.125rem;height:3.1875rem;top:40.8125rem;left:0.5rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ePx7pvTLpTzJa0qJvx37nIAidBBCQU { width:7.8125rem;height:1.462675rem;top:41.6875rem;left:1.1875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #FfvZ2FIMO38BAlaQIR4EcugdT3IcdFx2 { width:9.125rem;height:3.1875rem;top:40.8125rem;left:10.1875rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRM4gVgCwMP2pGwdxSdNx8kTso4DcvVn { width:7.8125rem;height:1.462675rem;top:41.6875rem;left:10.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #bseJ6nHvTqlEbu8EIB0IRlnWtLvHCA4X { width:9.125rem;height:3.1875rem;top:45.0625rem;left:5.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alSLESnmKCRrCuoBApfk30GZpTGCp0sn { width:7.8125rem;height:1.462675rem;top:45.9375rem;left:6.125rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U { display:block; }#DWSLhWSU8BIWt7kev03sw0xsga5Tdb4U > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxev28AiND8fJgB58oiMUeKgP2tBeAsu { width:16.8125rem;height:1.99978125rem;top:2.875rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQqll6pPpLdaIED3uNfSl7dC69tkJ7qW { width:5.24956875rem;height:3.0625rem;top:20.128038406372rem;left:6.8120663762094rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHRGJTlu6D6d3V3SQobsIvN0PO8f3oRi { display:block; }
 }@media only screen and (max-width: 763px) { #ROyD4H5ERa7MDtVdBk5owfNkJ20CIzlC { width:9.375rem;height:3.1875rem;top:11.247831344604rem;left:5.3125002980232rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4ktGfSS2aCpKs41aS2UwRhzvTOnP2qE { display:block; }
 }@media only screen and (max-width: 763px) { #s3ZmJXT2qxDqXbGJuUenrbruRxTyURkh { width:9.375rem;height:3.1875rem;top:7.1234836578369rem;left:5.3125002980232rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQpGhrPxxOMgoECFqyQAM6fWGUoIfeR6 { display:block; }
 }@media only screen and (max-width: 763px) { #GxBZPmogIyoKc6tLHs3CmPMufDWfXNKT { width:14.375rem;height:3.25rem;top:15.061849594116rem;left:2.8125000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PUC5EqLalaofZwpcTd5uTrTk7WIybFJm { display:block; }
 }@media only screen and (max-width: 763px) { #cwn7UCl2hrN2UNDsiTG0PHiKulL6xbT1 { width:18.8748125rem;height:1.99978125rem;top:23.189020156861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVoShtSqODbGNpdUyJS1mCV9t9x8D2Sf { width:15.999375rem;height:1.99978125rem;top:26.749132156372rem;left:1.9997830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }