.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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:auto;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; }#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:35rem;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.96875rem;font-style:normal;display:block; }
#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J { 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; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { background-color: transparent; background-image: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container > .video-iframe-container { display: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container { display: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .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); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { border-width: 0; border-radius: 0; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#GeobmJbbEC9aPbFmk6BkA0UpA09MDMEn { color:#000000;display:block;width:54.5625rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.5625rem;left:1.125rem;height:;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; }
#XtTnlzxQkzyLB42LX5UvTSiQWCiGk2a5 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:24.3125rem;left:1.125rem;height:16.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOByBBXihs72iiykCbIbBzM1ZfGJ5cWV { box-sizing:content-box;height:3.1875rem;width:24.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:1.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; }
#tiREkoffhpQvZQT4sKoqPt3sHpE9d34K { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.125rem;left:1.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taG38QTlG0JJmJvMTJ7GbpAqRrnaSIoc { z-index:15003;top:35.25rem;left:43.625rem;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:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RMfwVuWaSbi8t4vTD1bES3pShB7n8GbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.625rem;width:30.375rem;top:12.5625rem;left:41.875000953674rem;overflow:hidden;display:block; }
#J4sT9PviwMS66CBQ2Fts1nZ1MPxda1Cp { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:39.375rem;left:46rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrGykeq2zlPsBxItmRTW45w591pyBGPs { position:relative;display:block; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs { background-color: transparent; background-image: none; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .row .container > .video-iframe-container { display: none; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .row > .video-iframe-container { display: none; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .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); }#QrGykeq2zlPsBxItmRTW45w591pyBGPs { border-width: 0; border-radius: 0; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .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; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .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:34.0625rem;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; }#fXtOF1f8wOTAX7dupKKfh1bQD634SIkF { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:"russo one";font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1.55859375rem;left:1.53125rem;height:3.15rem;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; }
#iaLtRQMznn5GGb09BpaaDZ1k7mbbIzei { box-sizing:content-box;height:9.875rem;width:70.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.875000285916rem;left:1.53125rem;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; }
#FH3dsOskpa9PXID80wf0GhTLGqaRXV6r { color:rgba(var(--color-tertiary-4),1);display:block;width:60.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:8.2125048637388rem;left:9.936718940735rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trvKTkicWHaWoflDI2UwcmwBvPiZi0U6 { box-sizing:content-box;height:9.875rem;width:70.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:1.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; }
#lHKrUKKs4KNUWXl98O2SxkkADWSFzGSo { color:rgba(var(--color-tertiary-4),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:19.224999666214rem;left:9.936718940735rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nD6oJsuFLqbT8Ku2qb4mUBDy3IaBx2An { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;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.707032203674rem;left:2.7492179870606rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXSXppD5nLM8e9mLn3HKCxmfAXr2TNK7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.9070358276369rem;left:2.7468748092651rem; }
#r7ryeZkzyRIOZT2TJ0ka8EXpKv7MyW5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.218751192093rem;left:2.7468748092651rem; }
#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS { position:relative;display:block; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS { background-color: transparent; background-image: none; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .row .container > .video-iframe-container { display: none; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .row > .video-iframe-container { display: none; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .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); }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS { border-width: 0; border-radius: 0; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .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; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .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:60.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NuAF9VTrqJkkOGtGz2Ns4cXP0hOep4NN { color:rgba(var(--color-tertiary-4),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.487500667572rem;left:11.311718940735rem;height:4.5625rem;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; }
#hfTEiBS6wJtTxO0qpGJNmaZAOchwwB7T { color:rgba(var(--color-tertiary-4),1);display:block;width:60.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:8.6257820129394rem;left:8.7499990463256rem;height:2.0125rem;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; }
#hJkWN2aBxNhRb4eVypxSRJwMneXmeOqC { box-sizing:content-box;height:15.875rem;width:22.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:12.25rem;left:1.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZIGnS3dlIUWi6Xv7R81tFEPHH7l6nxx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.9375rem;left:2.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4guL84GdNGIXWdLgHzpSP4WkB8A1vbm { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.5rem;left:2.75rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CHgoag9wKP7ehayPaVMqd1leqfP6Vd6O { box-sizing:content-box;height:15.875rem;width:21.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:12.25rem;left:26.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZL8StKlxlTbJEP8lN6tSw3ETerCmKoEl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.5rem;left:27.625rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGRDLe5ZnFs48QbU07iXCByibTEvR2Lf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.9375rem;left:27.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZ6yns8DSXrWpgD46rt35Rzha2rIiKog { box-sizing:content-box;height:15.875rem;width:23.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:12.25rem;left:50.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#c7bFMqZFsdpU4WOToinSTXPJgIahWHzM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.5rem;left:51.0625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9DOKcN6gDTpKQGBBsQP3E4OKrWGW8Tv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:13.9375rem;left:51.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EzVyWhXgOIrZeZIxKz9eifkoEhqrSaoH { box-sizing:content-box;height:15.875rem;width:23.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:29.5625rem;left:50.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NdSCuegsxFBCzB3AnyVe250wWUf9cAXa { box-sizing:content-box;height:15.875rem;width:21.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;top:29.5625rem;left:26.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#K1gui5OrUADF6MgvmI1pEWULqnst0qNQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:34.8125rem;left:27.625rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9MRW5z5u5GM8rOE83bvTHtQINswUxJv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:34.8125rem;left:51.0625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDF9TXFAINCPnpXuC9fRnrR4l41D6aBw { box-sizing:content-box;height:15.875rem;width:22.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:29.5625rem;left:1.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#J34A54hlOxIFcxIdng7OiIfeev9Wemwc { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.8125rem;left:2.75rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lS15v43K6XdKydMiNL23FQ1Q6Lf8gzT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:31.25rem;left:2.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l9m6Po7NlPW0Sp0TysUkz0JRPHqZVofM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:31.25rem;left:27.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmTDmTSfLkN9VToG5b6q3tJqt8GbbNMb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:31.25rem;left:51.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yB0HWT9lJL6NTxcxb6ss0w1CvZcGT854 { box-sizing:content-box;height:10.0625rem;width:36rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:48.318751811981rem;left:19.449999809265rem;display:block; }
#xnKNrS54q2ovwBLykQUH18VwHVddzzhT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:50.25rem;left:20.875rem;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; }
#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/44a465be-057e-4a33-8f6d-d85c77afdce7/bg_019222.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx.adaptive-delivery-prevent-bg, #e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx.lazyload, #e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx.lazyloading { background-image: none; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container { background-color: transparent; background-image: none; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container > .video-iframe-container { display: none; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row > .video-iframe-container { display: none; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .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); }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container { border-width: 0; border-radius: 0; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rrwWZqOdc4s9gD5LVQyricB3O5UwOrz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.050000190735rem;left:2.1875rem;height:9.125rem;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; }
#cnBqTtECeJgLBNXaQ5AqhkA0N9Fe8lS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:19.75rem;left:2.1875rem;height:;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; }
#m1o05B4vCAJwSzHpVwoV2CThUeeOqUu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.0625rem;left:2.1875rem;height:2.125rem;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; }
#FIyXRzM8nh4ykBFhSw5ZzONtzKf4qWrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.125rem;left:38.8125rem; }
#qVWTRyL51EyuFix1S0SKZO2ehtOUZkZ1 { box-sizing:content-box;height:10.0625rem;width:36rem;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.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:17.9375rem;left:37.875rem;display:block; }
#BGdz4LRe9yI81nURZoR2MZiwwroWhgGl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:19.75rem;left:44.5625rem;height:2.1rem;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; }
#aK7pG5JTKme39qlPC1rU61qpFqfFBLpc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:22.375rem;left:44.5625rem;height:4.025rem;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; }
#HSZVv4KynH2DLT1VKXrPqXqz1RboUiFb { box-sizing:content-box;height:10.0625rem;width:36rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:29.8125rem;left:37.9375rem;display:block; }
#EWoS413XVXWbWLNnIt589N7nLpXo6iCP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:31.1875rem;left:47.1875rem;height:2.1rem;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; }
#ZhsZSfMN0QEFok3XT6vugF4kCJc11wKD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:34.4375rem;left:47.1875rem;height:4.025rem;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; }
#mEkGXPqwgSMrRfZbiKLt75aA4d7otUvo { box-sizing:content-box;height:10.0625rem;width:36.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:41.25rem;left:37.8125rem;display:block; }
#HovkWsBeWpA97lyBuaQHiB2w7Gwd5q55 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:45.875rem;left:47.1875rem;height:4.025rem;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; }
#K1LJSrOJ5HFQL7BGJ1Q9nH4VQlMmHOUL { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:42.75rem;left:47.1875rem;height:2.1rem;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; }
#NM8rlIv0q0OS4y2zPEPkrXM2V7ArEI6X { box-sizing:content-box;height:10.0625rem;width:36.375rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:53.3125rem;left:37.5625rem;display:block; }
#oaQ9TfaubZGQN39EiqqvoQsL2rVubl5r { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:57.9375rem;left:46rem;height:4.025rem;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; }
#nkn29iNLDxLmAzJBOXPlSROueSKGbVUB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:54.6875rem;left:46.375rem;height:2.1rem;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; }
#w9FrSidNKszX6sd3uTPBHJoNaHQipwXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:32rem;left:38.8125rem; }
#fHOz43DV4H8tT9Pd0fvn26L3RsX44tiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:55.5rem;left:38.4375rem; }
#iMiD7FKZcHW47T11Gnym9ipXpKzLGw13 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43.4375rem;left:39.9375rem; }
#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G { background-color:#ffffff;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; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container { background-color: transparent; background-image: none; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container > .video-iframe-container { display: none; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row > .video-iframe-container { display: none; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .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); }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container { border-width: 0; border-radius: 0; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#oQD8JwlnnfusRiHVaGGsQ1UlKftxr6hu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.875rem;left:0rem;height:10.75rem;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; }
#vftKAAbHeHFu6dePU8tUiFp8CDp4R3VU { color:#238639;display:block;width:67.875rem;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.5625rem;left:3.9874992370606rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAT09vG5tgbiI1KIE85S98iD8ctqOe2Z { color:#090507;display:block;width:70.4375rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:18.3125rem;left:2.3125rem;height:4.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSpDVNz1S1gd43BVpGNdmd6xQtesQU4X { position:absolute;display:block;z-index:15005;background-color:#ff88c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:26.375rem;left:7.5rem;display:block; }
#sHTXUtUKqCleNaQK2gJdLtkqI89AuU4u { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.25rem;left:8.75rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBz9gN4TMu1yE7vmGWbyPTqeVydoOI2u { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:27.375rem;left:13.5rem;overflow:hidden;display:block; }
#TS59w3FJ00AzIECv5SSToZgNk8zHspGa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:27.375rem;left:27.0625rem;overflow:hidden;display:block; }
#DsshZ9rIrnUxPgNHh9ZfVX9BZxAsnKBw { color:#313131;display:block;width:12.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:32.1875rem;left:3.625rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2W59DaykouC69HTbtny8nXMRm0eMG95 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:27.375rem;left:40.25rem;overflow:hidden;display:block; }
#LmaAaJEHeyhn58RnsEe8MnO2PabBcS7k { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:27.375rem;left:54.5625rem;overflow:hidden;display:block; }
#iWh0o4DEFunL3G5Tv809A2KB1eD4Frl6 { color:#313131;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:32.1875rem;left:16.75rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SErbVlrtsUPPPBQQlM1GaFrq5Umwwt5z { position:absolute;display:block;z-index:15007;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;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:26.375rem;left:20.5625rem;display:block; }
#FKeofEISw106ZnMxZAfn9td7TiJds66S { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.25rem;left:21.75rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOdQ05avQ38bEOWzpIGATUMdOwqMqx8m { position:absolute;display:block;z-index:15009;background-color:#ffd770;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:26.375rem;left:34.1875rem;display:block; }
#e8PLho5N62A4EBgXm1pydke1EWzc5BlO { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:35.375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#agJZXK82KxbqbOVtrKTXlUEhH1iE3Z7D { color:#313131;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:32.1875rem;left:30.375rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uEw7GrtIsF3wpLgdTh6m9iUIuMktV49g { color:#313131;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:32.1875rem;left:44.125rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvPqTl2AwqBnsvsUHDAnq5ZzInWMiTWT { color:#313131;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:32.1875rem;left:58.875rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ICua0UTMG4MTA5DHWcKOxKxt1M9dS9N3 { position:absolute;display:block;z-index:15011;background-color:#ff6d45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:26.375rem;left:47.9375rem;display:block; }
#UFabTA3e0euXfezX0dZ6cWALWRL5e3iG { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.25rem;left:49.125rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQu4AVQ853y9Hd3DWzBtRbBxrWgXJOed { position:absolute;display:block;z-index:15013;background-color:#ff88c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:26.375rem;left:62.625rem;display:block; }
#grtIp3OG9Ib2movuNXofxhr8ASvPUMFo { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.25rem;left:63.8125rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQ9fBdHI9Taxdm4NiTtTPz4JSH1fNVKc { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:48.075000047684rem;left:15.936718940735rem;display:block; }
#flN8ciXHyQ2knhvL8m0XyKVW6kIpGzqC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:40.125000238419rem;left:0rem;height:5.375rem;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; }
#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw { 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; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container { background-color: transparent; background-image: none; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container > .video-iframe-container { display: none; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row > .video-iframe-container { display: none; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .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); }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container { border-width: 0; border-radius: 0; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#kEvJi6VT2liJ96QqBcU7wGgVAXuwTbaf { color:#ffd770;display:block;width:29.5rem;position:absolute;font-family:"russo one";font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.37109375rem;left:2.46875rem;height:;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; }
#MJhUHHtbD0vKMoxwvEwNFP7hXx3xcRXk { color:#090507;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:21.362501144409rem;left:2.09375rem;height:12.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"russo one";font-size:3.5625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.7562599182131rem;left:2.34375rem;height:;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; }
#U4TyNkGdqRFK5dkgfL8FRmiL3Dz77IcO { box-sizing:content-box;height:7.5625rem;width:37.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.125rem;left:36.500000953674rem;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; }
#o3dQI12PPr0ocCEPBhnUm0Xz4F2cWKTt { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;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:6.75625038147rem;left:43.281250953674rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQGfTMuESUcikH14U0H7UOrDc8VHl80E { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;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:4.8062500953674rem;left:43.281250953674rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipVuk4V4PTIuiEyFaksOuZ1BQxeOLgr5 { box-sizing:content-box;height:7.3125rem;width:37.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:36.4375rem;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; }
#tspRS67ALiVNW6sABTQvyHc0yV0qy4dJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;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:15.63125038147rem;left:43.156250953674rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKMpd3Jqwv55eK5adILN8C8RScw3Vea7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;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:13.681250572204rem;left:43.156250953674rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFDolZpiGoFEdEPtZ2ie9lLHu1V1h2Xa { box-sizing:content-box;height:7.6875rem;width:37.375rem;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.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:36.4375rem;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; }
#odtXRcb3H5gQvhuDwStvGMyAUP49hryr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:24.6875rem;left:43.362500190735rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sumrBrZTFxB1ElCZXyltbSAvcTEfOGvc { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;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:22.737500190735rem;left:43.468750953674rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gAZMpLt5iOQeNXOaKuRCbMrxxbzNEUmN { box-sizing:content-box;height:7.3125rem;width:37.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:36.4375rem;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; }
#auH4mHUhmIgsr08RIteOmf005OJQkpxd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:34.050001144409rem;left:43.718750953674rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIpa4TwCHZTrVOkSOERdhyKoUSO24qyS { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;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:32.10000038147rem;left:43.468750953674rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XVTlBi5PuFuTbsTbwou6hU5TP7QMu8pI { box-sizing:content-box;height:7.3125rem;width:37.375rem;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.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40rem;left:36.4375rem;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; }
#C5SFgObv3eNALvHZ1PLlGbDFn0oXNEbU { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:42.737501144409rem;left:43.362500190735rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dinzzrCk5iK6sDSy3rTo8HU8DpLk6JAX { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:40.737501144409rem;left:43.706250190735rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWBvNW7vu37Cy0RURfCGui2JEmTPGAwM { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.15625rem;left:37.487500190735rem; }
#DB2L3GOxNoBSKzxlgkvmOwafRCbZGyom { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.53125rem;left:37.487500190735rem; }
#l0seFCyyAUBfp4f1Q0q96JP7I3yCKrN5 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:23.4375rem;left:37.487500190735rem; }
#JCMyi4FIpD92DfZUdTIdxV6H7mIM7tin { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.5210938453674rem;left:37.487500190735rem; }
#Xf4l75zEgbkeLaT4DGcBCU5LfvsH8Rqb { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.21875rem;left:37.425000190735rem; }
#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV { background-color:#ffffff;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; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container { background-color: transparent; background-image: none; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container > .video-iframe-container { display: none; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row > .video-iframe-container { display: none; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .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); }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container { border-width: 0; border-radius: 0; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#LprorU4HTgrFSTBIoZ6prlIOlwSU5BqK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.25rem;left:0rem;height:10.75rem;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; }
#aFVLfvkXPx8D4Fxump8P91k5mzvupIEP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.75rem;left:2.25rem;height:19.8375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aFVLfvkXPx8D4Fxump8P91k5mzvupIEP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aFVLfvkXPx8D4Fxump8P91k5mzvupIEP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_796844fd7f634f1644bdff09133c2197.svg); }
#ADDT2mQLx171PARiM2gEg1LReix9hVsG { color:#238639;display:block;width:30.75rem;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:18.75rem;left:2.5rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jq9c6gzhq6Z7kbHhRa71cXRW6aZHuMQ1 { color:#238639;display:block;width:67.875rem;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.3125rem;left:4.7249994277954rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9RzbhGfN50TS6zt4RvK6EkTSSiLQilB { color:#238639;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:18.75rem;left:42.562500953674rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHwg8JPoZncX37LO56JiwNECq5GThnLX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:22.75rem;left:41.300000190735rem;height:10.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vHwg8JPoZncX37LO56JiwNECq5GThnLX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vHwg8JPoZncX37LO56JiwNECq5GThnLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae875a30aa4c6fa63b0ecf460d9e2c72.svg); }
#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:125.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:47.5rem;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:106.875rem;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:71.3125rem;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:51.625rem;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:105.9375rem;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:81.9375rem;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:64.4375rem;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:89.5625rem;left:3.625rem;overflow:hidden;display:block; }
#SGlq0ETsAOLVtOSbsvhJTEFeFSLqpeDN { color:#238639;display:block;width:67.875rem;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.125rem;left:5.1875rem;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:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.25rem;left:4.625rem;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; }
#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; }
#THKndP02rbvscaMM9XBPueqbyCT2F4ea { 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; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container { background-color: transparent; background-image: none; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container > .video-iframe-container { display: none; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row > .video-iframe-container { display: none; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .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); }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container { border-width: 0; border-radius: 0; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#O4vNlevVRliP82DCJPdbmhBNznx9x4Pg { color:rgba(var(--color-secondary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:7.923828125rem;left:2rem;height:;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; }
#kXkTtQfNs42uXguSl33QTfo3qoCNlFbG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.862491607666rem;left:2rem;height:9.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ByRBb07HK9Mdpxg3p0ov0g9Jy3d6A5Rt { box-sizing:content-box;height:4rem;width:14.75rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:6.8117184638975rem;left:53.687500953674rem;display:block; }
#cNksQK7HeJeoH4Aeub9D9FVHtXDKamUc { color:rgba(var(--color-primary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:4.6851563453674rem;left:34.437500953674rem;height:6.9rem;text-align:right;text-align-last:right;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; }
#U7ids7dHBtJvVxQc9xh39hoNmhc73vhJ { color:rgba(var(--color-secondary-3),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:12.123437404633rem;left:37.000000953674rem;height:1.2rem;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; }
#fh1JQn3ZWZcun0ehrQWeBM3kpTXDxB1a { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:7.3117184638975rem;left:53.687500953674rem;height:3rem;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; }
#Wf9fXPwdgTeKRu3rKRuLdWiW03kvnndR { box-sizing:content-box;height:40.3125rem;width:36.4375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.375rem;left:33.687500953674rem;border-top:0.3125rem solid rgba(var(--color-secondary-3),1);border-left:0.3125rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);box-shadow: none;display:block; }
#Su4f1ziNFsy17r9C78DW4JACU7GuiAdx { box-sizing:content-box;height:0.0625rem;width:14.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:15.9375rem;left:33.6875rem;display:block; }
#bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:17.523437023163rem;left:35.437500953674rem;height:;font-style:normal;display:block; }#bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26cc8c6c4dd62f1337d8b7b06c8bf7eca794c1d7.svg); }
#D3i5Z64BoWTaNUARq5olr5Qp1zKAZLWn { z-index:15003;top:36.5625rem;left:37.000000953674rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iVOA9Tsco1SdgQfgwCpiGx2pm5eUTTr5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TURRA3zcMRdsPBXLENpCWxkuPCmPFeyB { color:#238639;display:block;width:67.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:4.685546875rem;left:2rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh { 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:;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; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { background-color: transparent; background-image: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container > .video-iframe-container { display: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container { display: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .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); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { border-width: 0; border-radius: 0; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;overflow:visible;position:relative;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.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; }
#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.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; }
#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: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:1.46875rem;left:32.187500953674rem;z-index:5002; }
#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 {  }
#fCIdaotqs8sHECeaRr2ldttQa26T3V5L { z-index:15004;top:2.40625rem;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; }
#DreHMLu3EEcLiMXuWW1e7C0eX2otLd6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVRn27UfWm1wlJsiWrZKOkB83CRmwcs9 { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;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:3.140625rem;left:3.125rem;height:1.96875rem;font-style:normal;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.3rem;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:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.6875rem;left:2.8125rem;height:5.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; }
#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.4625rem;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.4625rem;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.4625rem;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; }
#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:52.875rem;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:15.486328125rem;left:3.6875rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#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 {  }
#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; }
#AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:0rem;height:11.85rem;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; }
#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe { position:relative;display:block; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe { background-color: transparent; background-image: none; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .row .container > .video-iframe-container { display: none; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .row > .video-iframe-container { display: none; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .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); }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe { border-width: 0; border-radius: 0; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .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; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .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:38.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; }#Tv2Shc1mmdfcdTouFD0WUEnTZAf2ZCzG { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:1rem;left:2.125rem;height:2.55rem;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; }
#RGEm4D7bypdT06w55R8GGydAcUoPdeiX { z-index:15003;top:30.6875rem;left:22.625rem;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:35.1875rem;left:14.4375rem;height:1.38125rem;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; }
#zQqwZkE9sHkPux1HczD017K9cHRWWT0O { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;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:21.1875rem;left:15rem;height:8.04375rem;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; }
#xfDUszTh7qP0gLSnZerv31gWwCmROsrR { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"russo one";font-size:3.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.25rem;left:26.125rem;height:13.95rem;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; }
#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 { position:relative;display:block; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 { background-color: transparent; background-image: none; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row .container > .video-iframe-container { display: none; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row > .video-iframe-container { display: none; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .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); }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 { border-width: 0; border-radius: 0; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .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; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uSzV3ibWTQaCzxmACfXhzR8bRf526l8k { color:#ff88c0;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xbo1Ut871JBLMBxntZHUNTNRiXN6ihZP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#sCNtKINsdHlBQIawMQGF1FefJ7TQcq74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLc0d4GIV89BTirkIKPzZiTBgnOEia3G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#HEakm8qOSrCZ9IhQi1hLH2cU1P833hJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sr4AZWyK13AJTRy0dfrRVGCsbd2EsP8q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#WdoHcKJRGuEuFUD7HWGDUQ7682BO9ASs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xrui2AkouhlnKt4wzo5OAsQiO36E3Dzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#xrui2AkouhlnKt4wzo5OAsQiO36E3Dzb > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#rf4P0PtzuaO4MzIR7HKqZ9rQzkCkr0v2 { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#063949;background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#tln0L6rEfi1HiX5BHtBBfaNmOvEiTnvt { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:#063949;background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#TtDR5egNPDLX0hRy65vbl4CNuHc08yWX { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQchXVyUt5eubOTDa6Jc25PTlhAKQqWU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#rQchXVyUt5eubOTDa6Jc25PTlhAKQqWU > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#Tt53J9A0eT3Tk7fUhPcKifKs1SzothMi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#Tt53J9A0eT3Tk7fUhPcKifKs1SzothMi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#inTh6uv4sEUEZd74l1hV7L1nUaeneVhl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#inTh6uv4sEUEZd74l1hV7L1nUaeneVhl > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#yAHfc8s7oylnFlkeoyINDEpa7iLsoTF0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#u18ZTGGkTJPJ5eKKGrZqJgGafuP4wpVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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:35rem;height:1.9375rem;font-size:1.5rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J { 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; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { background-color: transparent; background-image: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container > .video-iframe-container { display: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container { display: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .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); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { border-width: 0; border-radius: 0; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeobmJbbEC9aPbFmk6BkA0UpA09MDMEn { top:12.5625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtTnlzxQkzyLB42LX5UvTSiQWCiGk2a5 { top:24.3125rem;left:0rem;width:38.9375rem;height:16.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOByBBXihs72iiykCbIbBzM1ZfGJ5cWV { top:8.5rem;left:0rem;width:24.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiREkoffhpQvZQT4sKoqPt3sHpE9d34K { top:9.125rem;left:0rem;width:35.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taG38QTlG0JJmJvMTJ7GbpAqRrnaSIoc { top:35.25rem;left:20.875rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfwVuWaSbi8t4vTD1bES3pShB7n8GbZ { display:block; }
 }@media only screen and (max-width: 763px) { #BgbsbHPo9sD27Ri2kEo482GZngMkdTuo { top:12.5625rem;left:17.375rem;width:30.375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4sT9PviwMS66CBQ2Fts1nZ1MPxda1Cp { top:39.375rem;left:25.75rem;width:22rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrGykeq2zlPsBxItmRTW45w591pyBGPs { display:block; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXtOF1f8wOTAX7dupKKfh1bQD634SIkF { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaLtRQMznn5GGb09BpaaDZ1k7mbbIzei { top:5.875rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH3dsOskpa9PXID80wf0GhTLGqaRXV6r { top:8.1875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trvKTkicWHaWoflDI2UwcmwBvPiZi0U6 { top:18.1875rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHKrUKKs4KNUWXl98O2SxkkADWSFzGSo { top:19.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6oJsuFLqbT8Ku2qb4mUBDy3IaBx2An { top:29.6875rem;left:0rem;width:23.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSXppD5nLM8e9mLn3HKCxmfAXr2TNK7 { top:7.875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ryeZkzyRIOZT2TJ0ka8EXpKv7MyW5T { top:20.1875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTezheZuE6tdMnbxMQvxk2alpWtKBXS { display:block; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuAF9VTrqJkkOGtGz2Ns4cXP0hOep4NN { top:2.4375rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfTEiBS6wJtTxO0qpGJNmaZAOchwwB7T { top:8.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJkWN2aBxNhRb4eVypxSRJwMneXmeOqC { top:12.25rem;left:0rem;width:22.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIGnS3dlIUWi6Xv7R81tFEPHH7l6nxx2 { top:13.9375rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4guL84GdNGIXWdLgHzpSP4WkB8A1vbm { top:17.5rem;left:0rem;width:19rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHgoag9wKP7ehayPaVMqd1leqfP6Vd6O { top:12.25rem;left:13.0625rem;width:21.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8StKlxlTbJEP8lN6tSw3ETerCmKoEl { top:17.5rem;left:14rem;width:19.125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGRDLe5ZnFs48QbU07iXCByibTEvR2Lf { top:13.9375rem;left:14rem;width:18.9375rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6yns8DSXrWpgD46rt35Rzha2rIiKog { top:12.25rem;left:24.375rem;width:23.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7bFMqZFsdpU4WOToinSTXPJgIahWHzM { top:17.5rem;left:28.625rem;width:19.125rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9DOKcN6gDTpKQGBBsQP3E4OKrWGW8Tv { top:13.9375rem;left:25.875rem;width:21.875rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzVyWhXgOIrZeZIxKz9eifkoEhqrSaoH { top:29.5625rem;left:24.375rem;width:23.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdSCuegsxFBCzB3AnyVe250wWUf9cAXa { top:29.5625rem;left:13.0625rem;width:21.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1gui5OrUADF6MgvmI1pEWULqnst0qNQ { top:34.8125rem;left:14rem;width:19.125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9MRW5z5u5GM8rOE83bvTHtQINswUxJv { top:34.8125rem;left:28.625rem;width:19.125rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDF9TXFAINCPnpXuC9fRnrR4l41D6aBw { top:29.5625rem;left:0rem;width:22.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J34A54hlOxIFcxIdng7OiIfeev9Wemwc { top:34.8125rem;left:0rem;width:19rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS15v43K6XdKydMiNL23FQ1Q6Lf8gzT5 { top:31.25rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9m6Po7NlPW0Sp0TysUkz0JRPHqZVofM { top:31.25rem;left:14rem;width:18.9375rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTDmTSfLkN9VToG5b6q3tJqt8GbbNMb { top:31.25rem;left:25.875rem;width:21.875rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB0HWT9lJL6NTxcxb6ss0w1CvZcGT854 { top:48.3125rem;left:5.8249998092651rem;width:36rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnKNrS54q2ovwBLykQUH18VwHVddzzhT { top:50.25rem;left:7.25rem;width:32.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx { display:block; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrwWZqOdc4s9gD5LVQyricB3O5UwOrz9 { top:7rem;left:0rem;width:47.75rem;height:9.125rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBqTtECeJgLBNXaQ5AqhkA0N9Fe8lS4 { top:19.75rem;left:0rem;width:31rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1o05B4vCAJwSzHpVwoV2CThUeeOqUu3 { top:3.0625rem;left:0rem;width:32.9375rem;height:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyXRzM8nh4ykBFhSw5ZzONtzKf4qWrT { top:20.125rem;left:25.1875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWTRyL51EyuFix1S0SKZO2ehtOUZkZ1 { top:17.9375rem;left:11.625rem;width:36rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdz4LRe9yI81nURZoR2MZiwwroWhgGl { top:19.75rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK7pG5JTKme39qlPC1rU61qpFqfFBLpc { top:22.375rem;left:20.6875rem;width:27.0625rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSZVv4KynH2DLT1VKXrPqXqz1RboUiFb { top:29.8125rem;left:11.625rem;width:36rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWoS413XVXWbWLNnIt589N7nLpXo6iCP { top:31.1875rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhsZSfMN0QEFok3XT6vugF4kCJc11wKD { top:34.4375rem;left:22.625rem;width:25.125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEkGXPqwgSMrRfZbiKLt75aA4d7otUvo { top:41.25rem;left:11.5rem;width:36.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HovkWsBeWpA97lyBuaQHiB2w7Gwd5q55 { top:45.875rem;left:22.625rem;width:25.125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1LJSrOJ5HFQL7BGJ1Q9nH4VQlMmHOUL { top:42.75rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM8rlIv0q0OS4y2zPEPkrXM2V7ArEI6X { top:53.3125rem;left:11.25rem;width:36.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaQ9TfaubZGQN39EiqqvoQsL2rVubl5r { top:57.9375rem;left:21.4375rem;width:26.3125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkn29iNLDxLmAzJBOXPlSROueSKGbVUB { top:54.6875rem;left:22.4375rem;width:25.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FrSidNKszX6sd3uTPBHJoNaHQipwXI { top:32rem;left:25.1875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOz43DV4H8tT9Pd0fvn26L3RsX44tiV { top:55.5rem;left:24.8125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMiD7FKZcHW47T11Gnym9ipXpKzLGw13 { top:43.4375rem;left:26.3125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHifqBPpP3rVuBl0HyzD4wKXcdnz064G { display:block; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQD8JwlnnfusRiHVaGGsQ1UlKftxr6hu { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftKAAbHeHFu6dePU8tUiFp8CDp4R3VU { top:1.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAT09vG5tgbiI1KIE85S98iD8ctqOe2Z { width:47.75rem;height:4.3125rem;top:18.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSpDVNz1S1gd43BVpGNdmd6xQtesQU4X { top:26.375rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHTXUtUKqCleNaQK2gJdLtkqI89AuU4u { top:27.25rem;left:0rem;width:2.5rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBz9gN4TMu1yE7vmGWbyPTqeVydoOI2u { top:27.375rem;left:0rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS59w3FJ00AzIECv5SSToZgNk8zHspGa { top:27.375rem;left:13.4375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsshZ9rIrnUxPgNHh9ZfVX9BZxAsnKBw { top:32.1875rem;left:0rem;width:12.3125rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2W59DaykouC69HTbtny8nXMRm0eMG95 { top:27.375rem;left:26.625rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmaAaJEHeyhn58RnsEe8MnO2PabBcS7k { top:27.375rem;left:40.9375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWh0o4DEFunL3G5Tv809A2KB1eD4Frl6 { top:32.1875rem;left:3.125rem;width:12.375rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SErbVlrtsUPPPBQQlM1GaFrq5Umwwt5z { top:26.375rem;left:6.9375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKeofEISw106ZnMxZAfn9td7TiJds66S { top:27.25rem;left:8.125rem;width:2.5rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOdQ05avQ38bEOWzpIGATUMdOwqMqx8m { top:26.375rem;left:20.5625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PLho5N62A4EBgXm1pydke1EWzc5BlO { top:27.25rem;left:21.75rem;width:2.5rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agJZXK82KxbqbOVtrKTXlUEhH1iE3Z7D { top:32.1875rem;left:16.75rem;width:12.5rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEw7GrtIsF3wpLgdTh6m9iUIuMktV49g { top:32.1875rem;left:30.5rem;width:12.5rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvPqTl2AwqBnsvsUHDAnq5ZzInWMiTWT { top:32.1875rem;left:35.25rem;width:12.5rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICua0UTMG4MTA5DHWcKOxKxt1M9dS9N3 { top:26.375rem;left:34.3125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFabTA3e0euXfezX0dZ6cWALWRL5e3iG { top:27.25rem;left:35.5rem;width:2.5rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQu4AVQ853y9Hd3DWzBtRbBxrWgXJOed { top:26.375rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grtIp3OG9Ib2movuNXofxhr8ASvPUMFo { top:27.25rem;left:45.25rem;width:2.5rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ9fBdHI9Taxdm4NiTtTPz4JSH1fNVKc { top:48.0625rem;left:2.3117189407349rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #flN8ciXHyQ2knhvL8m0XyKVW6kIpGzqC { top:40.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw { display:block; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEvJi6VT2liJ96QqBcU7wGgVAXuwTbaf { top:2.3125rem;left:0rem;width:29.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhUHHtbD0vKMoxwvEwNFP7hXx3xcRXk { width:30.25rem;height:12.6875rem;top:21.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { top:6.75rem;left:0rem;width:29.75rem;height:;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TyNkGdqRFK5dkgfL8FRmiL3Dz77IcO { top:4.125rem;left:10.5rem;width:37.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dQI12PPr0ocCEPBhnUm0Xz4F2cWKTt { top:6.75rem;left:19.375rem;width:28.375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGfTMuESUcikH14U0H7UOrDc8VHl80E { top:4.75rem;left:19.75rem;width:28rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVuk4V4PTIuiEyFaksOuZ1BQxeOLgr5 { top:12.9375rem;left:10.375rem;width:37.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspRS67ALiVNW6sABTQvyHc0yV0qy4dJ { top:15.625rem;left:19.125rem;width:28.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKMpd3Jqwv55eK5adILN8C8RScw3Vea7 { top:13.625rem;left:19.75rem;width:28rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDolZpiGoFEdEPtZ2ie9lLHu1V1h2Xa { top:22rem;left:10.375rem;width:37.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odtXRcb3H5gQvhuDwStvGMyAUP49hryr { top:24.6875rem;left:17.3125rem;width:30.4375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sumrBrZTFxB1ElCZXyltbSAvcTEfOGvc { top:22.6875rem;left:19.75rem;width:28rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAZMpLt5iOQeNXOaKuRCbMrxxbzNEUmN { top:31.3125rem;left:10.375rem;width:37.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auH4mHUhmIgsr08RIteOmf005OJQkpxd { top:34rem;left:20.25rem;width:27.5rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIpa4TwCHZTrVOkSOERdhyKoUSO24qyS { top:32.0625rem;left:19.75rem;width:28rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVTlBi5PuFuTbsTbwou6hU5TP7QMu8pI { top:40rem;left:10.375rem;width:37.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SFgObv3eNALvHZ1PLlGbDFn0oXNEbU { top:42.6875rem;left:17.3125rem;width:30.4375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinzzrCk5iK6sDSy3rTo8HU8DpLk6JAX { top:40.6875rem;left:19.75rem;width:28rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBvNW7vu37Cy0RURfCGui2JEmTPGAwM { top:14.125rem;left:23.862500190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB2L3GOxNoBSKzxlgkvmOwafRCbZGyom { top:32.5rem;left:23.862500190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0seFCyyAUBfp4f1Q0q96JP7I3yCKrN5 { top:23.4375rem;left:23.862500190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCMyi4FIpD92DfZUdTIdxV6H7mIM7tin { top:5.5rem;left:23.862500190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4l75zEgbkeLaT4DGcBCU5LfvsH8Rqb { top:41.1875rem;left:23.800000190735rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV { display:block; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LprorU4HTgrFSTBIoZ6prlIOlwSU5BqK { top:5.25rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFVLfvkXPx8D4Fxump8P91k5mzvupIEP { top:22.75rem;left:0rem;width:31.25rem;height:19.8125rem;font-size:1.5rem;display:block; }#aFVLfvkXPx8D4Fxump8P91k5mzvupIEP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_796844fd7f634f1644bdff09133c2197.svg); }
 }@media only screen and (max-width: 763px) { #ADDT2mQLx171PARiM2gEg1LReix9hVsG { top:18.75rem;left:0rem;width:30.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9c6gzhq6Z7kbHhRa71cXRW6aZHuMQ1 { top:1.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9RzbhGfN50TS6zt4RvK6EkTSSiLQilB { top:18.75rem;left:17rem;width:30.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwg8JPoZncX37LO56JiwNECq5GThnLX { top:22.75rem;left:16.5rem;width:31.25rem;height:10.8125rem;font-size:1.5rem;display:block; }#vHwg8JPoZncX37LO56JiwNECq5GThnLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae875a30aa4c6fa63b0ecf460d9e2c72.svg); }
 }@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:47.5rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTdEFxMAPrhPM7cHhmbXPM9T9a0TLIk { top:106.875rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqq34l8gwJOPHXygLBSX9F1nMyU6KA { top:71.3125rem;left:28.25rem;width:19.5rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZNaTdNPZkgrCOBiQJrKMitHqvi1Hk8W { top:51.625rem;left:14.5rem;width:33.25rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TJnkGTvmqQcbXTLBxpmFtGoRl4LiwA { top:105.9375rem;left:0rem;width:28.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Q4bNvSdVczKuIngZN7R2039T8MvL59 { top:81.9375rem;left:12.875rem;width:34.875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8825pAhFATvb80xx9irNF7BUazvldaX { top:64.4375rem;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:89.5625rem;left:0rem;width:47.75rem;height:19.220125786164rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGlq0ETsAOLVtOSbsvhJTEFeFSLqpeDN { top:1.125rem;left:0rem;width:47.75rem;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:;font-size:4.875rem;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) { #THKndP02rbvscaMM9XBPueqbyCT2F4ea { display:block; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4vNlevVRliP82DCJPdbmhBNznx9x4Pg { top:7.875rem;left:0rem;width:31.0625rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXkTtQfNs42uXguSl33QTfo3qoCNlFbG { top:18.8125rem;left:0rem;width:22.75rem;height:9.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRBb07HK9Mdpxg3p0ov0g9Jy3d6A5Rt { top:6.75rem;left:33rem;width:14.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksQK7HeJeoH4Aeub9D9FVHtXDKamUc { top:4.625rem;left:20.812500953674rem;width:15.5625rem;height:6.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ids7dHBtJvVxQc9xh39hoNmhc73vhJ { top:12.0625rem;left:23.375000953674rem;width:15.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1JQn3ZWZcun0ehrQWeBM3kpTXDxB1a { top:7.25rem;left:33rem;width:14.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9fXPwdgTeKRu3rKRuLdWiW03kvnndR { top:2.375rem;left:10.6875rem;width:36.4375rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4f1ziNFsy17r9C78DW4JACU7GuiAdx { top:15.9375rem;left:20.0625rem;width:14.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt { top:17.5rem;left:16.9375rem;width:30.8125rem;height:;font-size:1rem;display:block; }#bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26cc8c6c4dd62f1337d8b7b06c8bf7eca794c1d7.svg); }
 }@media only screen and (max-width: 763px) { #D3i5Z64BoWTaNUARq5olr5Qp1zKAZLWn { top:36.5625rem;left:18.625rem;width:29.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOA9Tsco1SdgQfgwCpiGx2pm5eUTTr5 { display:block; }
 }@media only screen and (max-width: 763px) { #TURRA3zcMRdsPBXLENpCWxkuPCmPFeyB { top:4.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh { 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; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { background-color: transparent; background-image: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container > .video-iframe-container { display: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container { display: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .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); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { border-width: 0; border-radius: 0; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { width:47.5rem;position:relative;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) { #fCIdaotqs8sHECeaRr2ldttQa26T3V5L { top:2.375rem;left:28.125rem;width:19.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreHMLu3EEcLiMXuWW1e7C0eX2otLd6M { display:block; }
 }@media only screen and (max-width: 763px) { #xVRn27UfWm1wlJsiWrZKOkB83CRmwcs9 { top:3.125rem;left:0rem;width:35rem;height:1.9375rem;font-size:1.375rem;color:#0b0b0b;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:2.6875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:4.9375rem;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) { #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 #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) { #AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { top:1.6875rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzmaLvU5e9iecwl0lzZubVQBNdbVqODe { display:block; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv2Shc1mmdfcdTouFD0WUEnTZAf2ZCzG { top:1rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGEm4D7bypdT06w55R8GGydAcUoPdeiX { top:30.6875rem;left:9rem;width:32.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiLZzv0faTtPFXq44ZHbns4L9USGnVv2 { display:block; }
 }@media only screen and (max-width: 763px) { #dvNvsEmgd6FHDqxs0OQ8C02cxinz3MBp { top:35.1875rem;left:0.25rem;width:47.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqwZkE9sHkPux1HczD017K9cHRWWT0O { top:21.1875rem;left:1.3125rem;width:46.4375rem;height:8rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfDUszTh7qP0gLSnZerv31gWwCmROsrR { top:5.25rem;left:12.5rem;width:25.4375rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UenzRk1t7d8RalnJOD6JlgraMuQwglF2 { display:block; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSzV3ibWTQaCzxmACfXhzR8bRf526l8k { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbo1Ut871JBLMBxntZHUNTNRiXN6ihZP { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCNtKINsdHlBQIawMQGF1FefJ7TQcq74 { display:block; }
 }@media only screen and (max-width: 763px) { #sLc0d4GIV89BTirkIKPzZiTBgnOEia3G { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEakm8qOSrCZ9IhQi1hLH2cU1P833hJE { display:block; }
 }@media only screen and (max-width: 763px) { #sr4AZWyK13AJTRy0dfrRVGCsbd2EsP8q { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdoHcKJRGuEuFUD7HWGDUQ7682BO9ASs { display:block; }
 }@media only screen and (max-width: 763px) { #xrui2AkouhlnKt4wzo5OAsQiO36E3Dzb { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#xrui2AkouhlnKt4wzo5OAsQiO36E3Dzb > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #rf4P0PtzuaO4MzIR7HKqZ9rQzkCkr0v2 { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tln0L6rEfi1HiX5BHtBBfaNmOvEiTnvt { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDR5egNPDLX0hRy65vbl4CNuHc08yWX { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQchXVyUt5eubOTDa6Jc25PTlhAKQqWU { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#rQchXVyUt5eubOTDa6Jc25PTlhAKQqWU > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #Tt53J9A0eT3Tk7fUhPcKifKs1SzothMi { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#Tt53J9A0eT3Tk7fUhPcKifKs1SzothMi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #inTh6uv4sEUEZd74l1hV7L1nUaeneVhl { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#inTh6uv4sEUEZd74l1hV7L1nUaeneVhl > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #yAHfc8s7oylnFlkeoyINDEpa7iLsoTF0 { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18ZTGGkTJPJ5eKKGrZqJgGafuP4wpVU { 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:relative;z-index:auto;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.625rem;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.5rem;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) { #di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J { 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; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { background-color: transparent; background-image: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container > .video-iframe-container { display: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row > .video-iframe-container { display: none; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .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); }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { border-width: 0; border-radius: 0; }#di5KHupg2cHTDBVLTCZuQiMdtgo7eV3J > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeobmJbbEC9aPbFmk6BkA0UpA09MDMEn { width:17.5rem;height:4.8rem;top:6.7702522277831rem;left:1.2500000596046rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtTnlzxQkzyLB42LX5UvTSiQWCiGk2a5 { width:18.1875rem;height:18rem;top:12.930468559265rem;left:0.90546876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOByBBXihs72iiykCbIbBzM1ZfGJ5cWV { width:14.8125rem;height:3.1875rem;top:1.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiREkoffhpQvZQT4sKoqPt3sHpE9d34K { width:12.375rem;height:3rem;top:1.625rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taG38QTlG0JJmJvMTJ7GbpAqRrnaSIoc { top:44.75rem;left:1.125rem;z-index:15073;width:17.6875rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfwVuWaSbi8t4vTD1bES3pShB7n8GbZ { display:block; }
 }@media only screen and (max-width: 763px) { #BgbsbHPo9sD27Ri2kEo482GZngMkdTuo { width:19.3125rem;height:13.125rem;top:30.930468559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4sT9PviwMS66CBQ2Fts1nZ1MPxda1Cp { width:16.8125rem;height:1.2rem;top:49.375rem;left:1.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrGykeq2zlPsBxItmRTW45w591pyBGPs { display:block; }#QrGykeq2zlPsBxItmRTW45w591pyBGPs > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXtOF1f8wOTAX7dupKKfh1bQD634SIkF { width:18.375rem;height:4.8rem;top:1.4375rem;left:0.81171876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaLtRQMznn5GGb09BpaaDZ1k7mbbIzei { width:20rem;height:20.75rem;top:7.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH3dsOskpa9PXID80wf0GhTLGqaRXV6r { width:17.875rem;height:13rem;top:13.768750190735rem;left:1.0617187619209rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trvKTkicWHaWoflDI2UwcmwBvPiZi0U6 { width:20rem;height:19.875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHKrUKKs4KNUWXl98O2SxkkADWSFzGSo { width:18.5625rem;height:13rem;top:36.125rem;left:0.71796876192094rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6oJsuFLqbT8Ku2qb4mUBDy3IaBx2An { width:15.1875rem;height:4rem;top:51.61171913147rem;left:2.4062500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXSXppD5nLM8e9mLn3HKCxmfAXr2TNK7 { display:flex;width:5.8125rem;height:5.8125rem;top:7.956250190735rem;left:0.81171876192094rem; }
 }@media only screen and (max-width: 763px) { #r7ryeZkzyRIOZT2TJ0ka8EXpKv7MyW5T { display:flex;width:5.8125rem;height:5.8125rem;top:30.3125rem;left:0.81171876192094rem; }
 }@media only screen and (max-width: 763px) { #mQTezheZuE6tdMnbxMQvxk2alpWtKBXS { display:block; }#mQTezheZuE6tdMnbxMQvxk2alpWtKBXS > .row .container { width:20rem;height:121.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuAF9VTrqJkkOGtGz2Ns4cXP0hOep4NN { width:20rem;height:4rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfTEiBS6wJtTxO0qpGJNmaZAOchwwB7T { width:20rem;height:8.05rem;top:6.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJkWN2aBxNhRb4eVypxSRJwMneXmeOqC { width:20rem;height:16rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIGnS3dlIUWi6Xv7R81tFEPHH7l6nxx2 { width:17.5rem;height:1.75rem;top:16.875rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4guL84GdNGIXWdLgHzpSP4WkB8A1vbm { width:17.5rem;height:10.5rem;top:19.875rem;left:1.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHgoag9wKP7ehayPaVMqd1leqfP6Vd6O { width:20rem;height:13.875rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL8StKlxlTbJEP8lN6tSw3ETerCmKoEl { width:20rem;height:8.75rem;top:37.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGRDLe5ZnFs48QbU07iXCByibTEvR2Lf { width:20rem;height:1.75rem;top:34.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6yns8DSXrWpgD46rt35Rzha2rIiKog { width:20rem;height:12.5rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7bFMqZFsdpU4WOToinSTXPJgIahWHzM { width:19.125rem;height:7rem;top:52.125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9DOKcN6gDTpKQGBBsQP3E4OKrWGW8Tv { width:20rem;height:1.75rem;top:49.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzVyWhXgOIrZeZIxKz9eifkoEhqrSaoH { width:20rem;height:12.625rem;top:91.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdSCuegsxFBCzB3AnyVe250wWUf9cAXa { width:20rem;height:14.5625rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1gui5OrUADF6MgvmI1pEWULqnst0qNQ { width:19.125rem;height:8.75rem;top:79.75rem;left:0.43671876192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9MRW5z5u5GM8rOE83bvTHtQINswUxJv { width:19.125rem;height:7rem;top:95.5rem;left:0.43671876192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDF9TXFAINCPnpXuC9fRnrR4l41D6aBw { width:20rem;height:12.125rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J34A54hlOxIFcxIdng7OiIfeev9Wemwc { width:19rem;height:7rem;top:65.625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lS15v43K6XdKydMiNL23FQ1Q6Lf8gzT5 { width:20rem;height:1.75rem;top:62.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9m6Po7NlPW0Sp0TysUkz0JRPHqZVofM { width:18.9375rem;height:1.75rem;top:76.8125rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmTDmTSfLkN9VToG5b6q3tJqt8GbbNMb { width:20rem;height:1.75rem;top:92.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB0HWT9lJL6NTxcxb6ss0w1CvZcGT854 { width:19.9375rem;height:14.6875rem;top:105.3125rem;left:0.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xnKNrS54q2ovwBLykQUH18VwHVddzzhT { width:17.5rem;height:12.6rem;top:106.4375rem;left:1.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx { display:block; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container { width:20rem;height:133.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrwWZqOdc4s9gD5LVQyricB3O5UwOrz9 { width:18.875rem;height:15.75rem;top:4.060546875rem;left:0.5625rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnBqTtECeJgLBNXaQ5AqhkA0N9Fe8lS4 { width:17.5625rem;height:26.25rem;top:21.31093788147rem;left:1.2179687619209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m1o05B4vCAJwSzHpVwoV2CThUeeOqUu3 { width:20rem;height:1.6875rem;top:1.12109375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIyXRzM8nh4ykBFhSw5ZzONtzKf4qWrT { display:flex;width:5.8125rem;height:5.8125rem;top:50.44921875rem;left:7.0937500596044rem; }
 }@media only screen and (max-width: 763px) { #qVWTRyL51EyuFix1S0SKZO2ehtOUZkZ1 { width:19.9375rem;height:21.875rem;top:48.8125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BGdz4LRe9yI81nURZoR2MZiwwroWhgGl { width:17.3125rem;height:4.2rem;top:56.931250572204rem;left:1.3437500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK7pG5JTKme39qlPC1rU61qpFqfFBLpc { width:18.1875rem;height:8.05rem;top:61.86328125rem;left:0.90546876192094rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSZVv4KynH2DLT1VKXrPqXqz1RboUiFb { width:19.9375rem;height:19.9375rem;top:71.875rem;left:0.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EWoS413XVXWbWLNnIt589N7nLpXo6iCP { width:20rem;height:4.2rem;top:79.793749809262rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhsZSfMN0QEFok3XT6vugF4kCJc11wKD { width:18.3125rem;height:6.0375rem;top:84.625rem;left:0.84296876192094rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEkGXPqwgSMrRfZbiKLt75aA4d7otUvo { width:19.9375rem;height:18.4375rem;top:93.0625rem;left:0.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HovkWsBeWpA97lyBuaQHiB2w7Gwd5q55 { width:20rem;height:6.0375rem;top:104.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1LJSrOJ5HFQL7BGJ1Q9nH4VQlMmHOUL { width:20rem;height:2.1rem;top:101.28125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NM8rlIv0q0OS4y2zPEPkrXM2V7ArEI6X { width:20rem;height:19.25rem;top:112.75rem;left:0.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oaQ9TfaubZGQN39EiqqvoQsL2rVubl5r { width:18.875rem;height:6.0375rem;top:125.125rem;left:0.56171876192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkn29iNLDxLmAzJBOXPlSROueSKGbVUB { width:20rem;height:4.2rem;top:120.32499980926rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9FrSidNKszX6sd3uTPBHJoNaHQipwXI { display:flex;width:5.8125rem;height:5.8125rem;top:73.037500381469rem;left:6.1875000596046rem; }
 }@media only screen and (max-width: 763px) { #fHOz43DV4H8tT9Pd0fvn26L3RsX44tiV { display:flex;width:5.8125rem;height:5.8125rem;top:113.9375rem;left:7.6554685235025rem; }
 }@media only screen and (max-width: 763px) { #iMiD7FKZcHW47T11Gnym9ipXpKzLGw13 { display:flex;width:6.875rem;height:6.875rem;top:93.875rem;left:6.5625000596044rem; }
 }@media only screen and (max-width: 763px) { #vHifqBPpP3rVuBl0HyzD4wKXcdnz064G { display:block; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQD8JwlnnfusRiHVaGGsQ1UlKftxr6hu { width:18.4375rem;height:8rem;top:3.4375rem;left:0.78046876192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vftKAAbHeHFu6dePU8tUiFp8CDp4R3VU { width:20rem;height:2.5rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAT09vG5tgbiI1KIE85S98iD8ctqOe2Z { width:18.6875rem;height:13.125rem;top:12rem;left:0.65546876192094rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSpDVNz1S1gd43BVpGNdmd6xQtesQU4X { width:4rem;height:4rem;top:26.550000190735rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHTXUtUKqCleNaQK2gJdLtkqI89AuU4u { width:2.5rem;height:2.275rem;top:27.41250038147rem;left:2.0000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBz9gN4TMu1yE7vmGWbyPTqeVydoOI2u { width:3.8125rem;height:2rem;top:33.237500190735rem;left:15.455468714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS59w3FJ00AzIECv5SSToZgNk8zHspGa { width:3.8125rem;height:2rem;top:27.550001144409rem;left:14.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsshZ9rIrnUxPgNHh9ZfVX9BZxAsnKBw { width:9.5625rem;height:3.1875rem;top:26.956251144409rem;left:5.9429689049721rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U2W59DaykouC69HTbtny8nXMRm0eMG95 { width:5.0625rem;height:2.5625rem;top:38.125rem;left:14.849122437268rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmaAaJEHeyhn58RnsEe8MnO2PabBcS7k { width:6.0625rem;height:3.125rem;top:44.381251811981rem;left:13.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWh0o4DEFunL3G5Tv809A2KB1eD4Frl6 { width:12.375rem;height:3.1875rem;top:32.643750190735rem;left:6.2992187142375rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SErbVlrtsUPPPBQQlM1GaFrq5Umwwt5z { width:4rem;height:4rem;top:32.237500190735rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKeofEISw106ZnMxZAfn9td7TiJds66S { width:2.5rem;height:2.275rem;top:33.10000038147rem;left:2.0000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOdQ05avQ38bEOWzpIGATUMdOwqMqx8m { width:3.875rem;height:3.875rem;top:37.750000953674rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PLho5N62A4EBgXm1pydke1EWzc5BlO { width:2.5rem;height:2.275rem;top:38.550000190735rem;left:2.0000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agJZXK82KxbqbOVtrKTXlUEhH1iE3Z7D { width:12.5rem;height:3.1875rem;top:38.093751907349rem;left:6.1742187142372rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEw7GrtIsF3wpLgdTh6m9iUIuMktV49g { width:12.5rem;height:3.1875rem;top:44.350001811981rem;left:6.1742187142372rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dvPqTl2AwqBnsvsUHDAnq5ZzInWMiTWT { width:12.5rem;height:3.1875rem;top:50.343751907349rem;left:6.1742187142372rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICua0UTMG4MTA5DHWcKOxKxt1M9dS9N3 { width:3.9375rem;height:3.9375rem;top:43.549999237061rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFabTA3e0euXfezX0dZ6cWALWRL5e3iG { width:2.5rem;height:2.275rem;top:44.38125038147rem;left:2.0000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQu4AVQ853y9Hd3DWzBtRbBxrWgXJOed { width:3.8125rem;height:3.8125rem;top:49.500001907349rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #grtIp3OG9Ib2movuNXofxhr8ASvPUMFo { width:2.5rem;height:2.275rem;top:50.268752098084rem;left:2.0000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ9fBdHI9Taxdm4NiTtTPz4JSH1fNVKc { height:11.25rem;width:20rem;top:60.437501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flN8ciXHyQ2knhvL8m0XyKVW6kIpGzqC { width:20rem;height:4rem;top:55.12500166893rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw { display:block; }#T7iT9LkIbIus5gL2tSbKfM3JOMJ4zWRw > .row .container { width:20rem;height:121.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEvJi6VT2liJ96QqBcU7wGgVAXuwTbaf { width:17.5rem;height:3rem;top:1.708984375rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhUHHtbD0vKMoxwvEwNFP7hXx3xcRXk { width:18.1875rem;height:15.3125rem;top:15.125rem;left:0.90546876192094rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { width:18.1875rem;height:7.2rem;top:6.3125rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TyNkGdqRFK5dkgfL8FRmiL3Dz77IcO { width:18.5625rem;height:18.375rem;top:31.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dQI12PPr0ocCEPBhnUm0Xz4F2cWKTt { width:17.4375rem;height:8rem;top:41.1875rem;left:1.2812500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGfTMuESUcikH14U0H7UOrDc8VHl80E { width:16.0625rem;height:4rem;top:37.237500190735rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipVuk4V4PTIuiEyFaksOuZ1BQxeOLgr5 { width:18.875rem;height:16.75rem;top:50.9375rem;left:0.56171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspRS67ALiVNW6sABTQvyHc0yV0qy4dJ { width:18.125rem;height:6rem;top:60.75rem;left:0.93671876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKMpd3Jqwv55eK5adILN8C8RScw3Vea7 { width:16.8125rem;height:4rem;top:56.75rem;left:1.5937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFDolZpiGoFEdEPtZ2ie9lLHu1V1h2Xa { width:18.875rem;height:15.625rem;top:68.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odtXRcb3H5gQvhuDwStvGMyAUP49hryr { width:20rem;height:6rem;top:77.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sumrBrZTFxB1ElCZXyltbSAvcTEfOGvc { width:16.75rem;height:4rem;top:73.375rem;left:1.6250000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAZMpLt5iOQeNXOaKuRCbMrxxbzNEUmN { width:18.625rem;height:18.4375rem;top:85.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auH4mHUhmIgsr08RIteOmf005OJQkpxd { width:17.6875rem;height:8rem;top:95.112501144406rem;left:1.1554687619209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIpa4TwCHZTrVOkSOERdhyKoUSO24qyS { width:20rem;height:4rem;top:91.112500190738rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVTlBi5PuFuTbsTbwou6hU5TP7QMu8pI { width:18.9375rem;height:16.375rem;top:104.49375057221rem;left:0.40546876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SFgObv3eNALvHZ1PLlGbDFn0oXNEbU { width:20rem;height:6rem;top:114.35625267029rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dinzzrCk5iK6sDSy3rTo8HU8DpLk6JAX { width:17.25rem;height:4rem;top:110.40625rem;left:1.3750000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWBvNW7vu37Cy0RURfCGui2JEmTPGAwM { display:flex;width:4.5625rem;height:4.5625rem;top:32.1875rem;left:7.7187505364419rem; }
 }@media only screen and (max-width: 763px) { #DB2L3GOxNoBSKzxlgkvmOwafRCbZGyom { display:flex;width:4.875rem;height:4.875rem;top:85.9375rem;left:7.5625005364419rem; }
 }@media only screen and (max-width: 763px) { #l0seFCyyAUBfp4f1Q0q96JP7I3yCKrN5 { display:flex;width:4.875rem;height:4.875rem;top:68.5rem;left:6.8437500596044rem; }
 }@media only screen and (max-width: 763px) { #JCMyi4FIpD92DfZUdTIdxV6H7mIM7tin { display:flex;width:4.875rem;height:4.875rem;top:50.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #Xf4l75zEgbkeLaT4DGcBCU5LfvsH8Rqb { display:flex;width:4.875rem;height:4.875rem;top:105.08750057221rem;left:7.5625005364419rem; }
 }@media only screen and (max-width: 763px) { #ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV { display:block; }#ccrayEC4sa3t0FH7HrD01EZz1eDeG5TV > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LprorU4HTgrFSTBIoZ6prlIOlwSU5BqK { width:18.4375rem;height:4rem;top:4.125rem;left:0.78046876192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFVLfvkXPx8D4Fxump8P91k5mzvupIEP { width:18rem;height:21.9375rem;top:13.5rem;left:0.99921876192094rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#aFVLfvkXPx8D4Fxump8P91k5mzvupIEP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_796844fd7f634f1644bdff09133c2197.svg); }
 }@media only screen and (max-width: 763px) { #ADDT2mQLx171PARiM2gEg1LReix9hVsG { width:18.125rem;height:2.5rem;top:9.875rem;left:0.93671876192094rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9c6gzhq6Z7kbHhRa71cXRW6aZHuMQ1 { width:20rem;height:2.5rem;top:0.92500019073488rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9RzbhGfN50TS6zt4RvK6EkTSSiLQilB { width:20rem;height:2.5rem;top:36.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHwg8JPoZncX37LO56JiwNECq5GThnLX { width:18.25rem;height:12.5625rem;top:40.1875rem;left:0.87421876192094rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#vHwg8JPoZncX37LO56JiwNECq5GThnLX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ae875a30aa4c6fa63b0ecf460d9e2c72.svg); }
 }@media only screen and (max-width: 763px) { #SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { display:block; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row .container { width:20rem;height:117.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTTR3GQvGdvrRJSflWAfW4CkySWAezv0 { width:20rem;height:25.0171875rem;top:16.970313072204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTdEFxMAPrhPM7cHhmbXPM9T9a0TLIk { width:20rem;height:8.1rem;top:42.562501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfnqq34l8gwJOPHXygLBSX9F1nMyU6KA { width:20rem;height:8.496125rem;top:51.285938262939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZNaTdNPZkgrCOBiQJrKMitHqvi1Hk8W { width:20rem;height:7.0671875rem;top:59.782032012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TJnkGTvmqQcbXTLBxpmFtGoRl4LiwA { width:20rem;height:11.4140625rem;top:67.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Q4bNvSdVczKuIngZN7R2039T8MvL59 { width:20rem;height:4.6953125rem;top:80.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8825pAhFATvb80xx9irNF7BUazvldaX { width:20rem;height:13.278125rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsZJMaUJRWdJkaadwG9JATfsd521llNW { width:20rem;height:3.51015625rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS6DRy4TWrrnT5CDGwAbRDbu4nTUpX6X { width:20rem;height:8.0503144654088rem;top:105.25rem;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:6rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlTDFw93h5TmkKWQDM5Ov42ZVQxwwfmc { width:20rem;height:1.8021201413428rem;top:114.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUK7CFCGc6SCDzM78R15nDDkH5xZKmZh { width:20rem;height:3.8173515981735rem;top:12.414062881843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THKndP02rbvscaMM9XBPueqbyCT2F4ea { display:block; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4vNlevVRliP82DCJPdbmhBNznx9x4Pg { width:19.0625rem;height:4.8rem;top:3.5rem;left:0.46796876192093rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kXkTtQfNs42uXguSl33QTfo3qoCNlFbG { width:18.625rem;height:4.8rem;top:9.5rem;left:0.68671876192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ByRBb07HK9Mdpxg3p0ov0g9Jy3d6A5Rt { width:10.75rem;height:4.1875rem;top:25.18124961853rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksQK7HeJeoH4Aeub9D9FVHtXDKamUc { width:10.75rem;height:4.5rem;top:16.681250572204rem;left:0.46796876192093rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ids7dHBtJvVxQc9xh39hoNmhc73vhJ { width:12.9375rem;height:1.2rem;top:22.75rem;left:1.5312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1JQn3ZWZcun0ehrQWeBM3kpTXDxB1a { width:9.875rem;height:2.1rem;top:26.22500038147rem;left:1.9687500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9fXPwdgTeKRu3rKRuLdWiW03kvnndR { width:19.625rem;height:47.8125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4f1ziNFsy17r9C78DW4JACU7GuiAdx { width:10rem;height:0.125rem;top:21.875rem;left:1.4367187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt { width:17.9375rem;height:26.05rem;top:31.0625rem;left:1.0304687619209rem;font-size:1rem;display:block; }#bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26cc8c6c4dd62f1337d8b7b06c8bf7eca794c1d7.svg); }
 }@media only screen and (max-width: 763px) { #D3i5Z64BoWTaNUARq5olr5Qp1zKAZLWn { top:58.3125rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOA9Tsco1SdgQfgwCpiGx2pm5eUTTr5 { display:block; }
 }@media only screen and (max-width: 763px) { #TURRA3zcMRdsPBXLENpCWxkuPCmPFeyB { width:20rem;height:2.5rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh { 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; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { background-color: transparent; background-image: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container > .video-iframe-container { display: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row > .video-iframe-container { display: none; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .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); }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { border-width: 0; border-radius: 0; }#lD1GCCIVSMVkVfmdWNvB0no4DZkcNKVh > .row .container { width:20rem;height:16.625rem;position:relative;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:6.09375rem;left:1.9375rem;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) { #fCIdaotqs8sHECeaRr2ldttQa26T3V5L { top:11.9375rem;left:0.1875rem;z-index:15073;width:19.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreHMLu3EEcLiMXuWW1e7C0eX2otLd6M { display:block; }
 }@media only screen and (max-width: 763px) { #xVRn27UfWm1wlJsiWrZKOkB83CRmwcs9 { width:20rem;height:4.125rem;top:1rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 { display:block; }#DFX0cMZytrC7Z5kDMr8ruwXR8niZOlE0 > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxTMAOuFKhgNHkBeKNamFKSr161ZNFQi { width:16.3125rem;height:52rem;top:7.3734130859375rem;left:1.3750000596046rem;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:4.8rem;top:1.0888671875rem;left:0.84375rem;font-size:2rem;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.4625rem;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.4625rem;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.4625rem;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) { #gcOgasgzqS66Owi70RhbiGlxWTvd0UNN { display:block; }#gcOgasgzqS66Owi70RhbiGlxWTvd0UNN > .row .container { width:20rem;height:66.25rem;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 #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) { #AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { width:20rem;height:4.8rem;top:1.744140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzmaLvU5e9iecwl0lzZubVQBNdbVqODe { display:block; }#SzmaLvU5e9iecwl0lzZubVQBNdbVqODe > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv2Shc1mmdfcdTouFD0WUEnTZAf2ZCzG { width:16.25rem;height:6.75rem;top:1.375rem;left:1.8750000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGEm4D7bypdT06w55R8GGydAcUoPdeiX { top:39.4375rem;left:1.375rem;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.925rem;top:44rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQqwZkE9sHkPux1HczD017K9cHRWWT0O { width:17.3125rem;height:18.85rem;top:19.703125rem;left:1.3437500596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfDUszTh7qP0gLSnZerv31gWwCmROsrR { width:20rem;height:9.45rem;top:9.30312538147rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UenzRk1t7d8RalnJOD6JlgraMuQwglF2 { display:block; }#UenzRk1t7d8RalnJOD6JlgraMuQwglF2 > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSzV3ibWTQaCzxmACfXhzR8bRf526l8k { width:18.875rem;height:3rem;top:0.9375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xbo1Ut871JBLMBxntZHUNTNRiXN6ihZP { width:5.25rem;height:2.1875rem;top:4.75rem;left:11.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sCNtKINsdHlBQIawMQGF1FefJ7TQcq74 { display:block; }
 }@media only screen and (max-width: 763px) { #sLc0d4GIV89BTirkIKPzZiTBgnOEia3G { width:6rem;height:2.1875rem;top:6.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEakm8qOSrCZ9IhQi1hLH2cU1P833hJE { display:block; }
 }@media only screen and (max-width: 763px) { #sr4AZWyK13AJTRy0dfrRVGCsbd2EsP8q { width:6.1875rem;height:2.1875rem;top:6.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdoHcKJRGuEuFUD7HWGDUQ7682BO9ASs { display:block; }
 }@media only screen and (max-width: 763px) { #xrui2AkouhlnKt4wzo5OAsQiO36E3Dzb { display:flex;width:2.8125rem;height:2.8125rem;top:16.21875rem;left:2.1875rem; }
#xrui2AkouhlnKt4wzo5OAsQiO36E3Dzb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #rf4P0PtzuaO4MzIR7HKqZ9rQzkCkr0v2 { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tln0L6rEfi1HiX5BHtBBfaNmOvEiTnvt { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtDR5egNPDLX0hRy65vbl4CNuHc08yWX { width:18.875rem;height:2rem;top:12.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQchXVyUt5eubOTDa6Jc25PTlhAKQqWU { display:flex;width:3.3125rem;height:3.3125rem;top:15.96875rem;left:6.1875rem; }
#rQchXVyUt5eubOTDa6Jc25PTlhAKQqWU > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #Tt53J9A0eT3Tk7fUhPcKifKs1SzothMi { display:flex;width:2.6875rem;height:2.6875rem;top:16.40625rem;left:10.5625rem; }
#Tt53J9A0eT3Tk7fUhPcKifKs1SzothMi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #inTh6uv4sEUEZd74l1hV7L1nUaeneVhl { display:flex;width:3.25rem;height:3.25rem;top:16.21875rem;left:13.9375rem; }
#inTh6uv4sEUEZd74l1hV7L1nUaeneVhl > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #yAHfc8s7oylnFlkeoyINDEpa7iLsoTF0 { width:10.125rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u18ZTGGkTJPJ5eKKGrZqJgGafuP4wpVU { display:block; }
 }