.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:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { background-color: transparent; background-image: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container { display: none; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { border-width: 0; border-radius: 0; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CVxVGtADtbPda2imDF17xTcvZTZesovq > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-text.counter-number { border-top:0.125rem solid #012f94;border-left:0.125rem solid #012f94;border-right:0.125rem solid #012f94;border-bottom:0.125rem solid #012f94;background-color:#ffffff;background-image:none;color:#012f94;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.75rem;left:31.625rem;z-index:5002; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Ax2vTluw81JTb1IZoXgSlectqCse8h06 { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #a7elBTNNUTww4lawtCdbI57xAMKwCT7t { width:auto; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #hJIO9ThOCQzRGfeTlxWwmT409h0I9JZ8 {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #piFuLt9kfbpErc65hIz1iJAxVk5crUv3 { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #fPVinUD8AM4hlPHLGSMlO1BA8EmeWZdp {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #K5Jo1eQTzFzyXoUHsDdiqOIcr91EglOh {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #ToKIVxpvqRRV2NKVbNu9TmgV53mSeVw9 { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #Vv4xH9OvrDfe02gqLRdipmyfNAWXT2f7 {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #XgxbKQscFTtggd1nfHJVTnqODl0DX73U {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #melmh1kqzIbU0C0PhIqw9tAmBvcf2wsp { display:flex;position:relative;top:0rem;left:0rem; }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #OIAfrZ2Xlt9gO3yiBOP52UTzJT9SMatu {  }
#LlMNeIyksiPlfTyK1mL18ll3qEfPaARe #wUStN5oEDbgsUqPJ1gRESg7hEmI0pREB {  }
#vQGDngs9t7DH78kKoUqQ3Wn66s1UTwgX { z-index:15004;top:1.6875rem;left:53.375rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NGnpJpuKq7QWnQdWmf2gMSvyrdA7NL9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQzOlSnCq8mzGS84mcWr0x76KrsZa8n2 { color:rgba(var(--color-tertiary-4),1);display:block;width: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:44.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#GeobmJbbEC9aPbFmk6BkA0UpA09MDMEn { color:#000000;display:block;width:54.0625rem;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:14.4rem;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:42.5rem;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:27.5625rem;left:1.125rem;height:8.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOByBBXihs72iiykCbIbBzM1ZfGJ5cWV { box-sizing:content-box;height:3.1875rem;width:23rem;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; }
#P8v6oo2GP1XXTofoKvMIrugpRzlBdvkr { box-sizing:content-box;height:3.1875rem;width:16.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-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:25.6875rem;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; }
#ZiyqakTZaJtfFwrQxlUG90FgKkKrnWAB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:9.125rem;left:26.4375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xylsuaFbHIv3HsN9OAzssTxXrqsi4Tsm { z-index:15003;top:37.3125rem;left:1.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dL6rBf3r8QH4enxN6HzR0frRAR78VLkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taG38QTlG0JJmJvMTJ7GbpAqRrnaSIoc { z-index:15003;top:37.3125rem;left:16.6875rem;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:25.3125rem;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.6875rem;width:31.4375rem;top:17.75rem;left:42.4375rem;overflow:hidden;display:block; }
#J4sT9PviwMS66CBQ2Fts1nZ1MPxda1Cp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;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:41.5625rem;left:16.6875rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;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:46rem;width:75rem;position:relative;display:block; }#kEvJi6VT2liJ96QqBcU7wGgVAXuwTbaf { color:#ffd770;display:block;width:22.375rem;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: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; }
#MJhUHHtbD0vKMoxwvEwNFP7hXx3xcRXk { color:#090507;display:block;width:40.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:18.5625rem;left:2.46875rem;height:26.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { color:#000000;display:block;width:39.125rem;position:absolute;font-family:"russo one";font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.68359375rem;left:2.46875rem;height:9.45rem;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:9.875rem;width:24.9375rem;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:46.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; }
#o3dQI12PPr0ocCEPBhnUm0Xz4F2cWKTt { 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:15016;line-height:1.6;letter-spacing:0;top:8.64453125rem;left:47.8125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEnJNsfKsCky5o8DBTnBwyQ5hlHRXbEz { color:#238639;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:4.4453125rem;left:47.90625rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQGfTMuESUcikH14U0H7UOrDc8VHl80E { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;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:5.51953125rem;left:51.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#om5PmCBMdR7ngo9xozeXg7c9Fd2UD1WE { box-sizing:content-box;height:9.875rem;width:24.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.125rem;left:46.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; }
#btgSlMzwrQkkSfUFLOErv1Z8bg2ezm99 { color:#238639;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:17.4375rem;left:47.9375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zAi51e8K8UNpuyXTplTnA0eP6h6rblAu { 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:15020;line-height:1.6;letter-spacing:0;top:21.625rem;left:47.8125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJ0CSRh3T4NmV2Vf1nZBJ9R1p47zCEM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.5625rem;left:51.59375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7lzR0ZCNdsLKTfMRsar61DemGX5yVt9 { box-sizing:content-box;height:11.1875rem;width:24.9375rem;position:absolute;display:block;z-index:15024;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:29.875rem;left:46.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; }
#oaFXZifP0sBMQSEPUtenFRNbVwhU8RsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:34.375rem;left:47.8125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBAzMp0UbTGDR11aLwwxrSBDJh1HJgOH { color:#238639;display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:30.1875rem;left:47.9375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vs0WS2IroeKGzGS2aqIXIpvDn9vea5Fq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;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:31.287109375rem;left:50.8125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;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:109.375rem;width:75rem;overflow:visible;position:relative;display:block; }#rrwWZqOdc4s9gD5LVQyricB3O5UwOrz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.5rem;left:1.25rem;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; }
#cnBqTtECeJgLBNXaQ5AqhkA0N9Fe8lS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:18.875rem;left:5.46875rem;height:2.625rem;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; }
#m1o05B4vCAJwSzHpVwoV2CThUeeOqUu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;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:2.75rem;left:28.4375rem;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; }
#wyBvMrtO0xSqLwQgmtf5h8HlgEOLGBTZ { box-sizing:content-box;height:15.375rem;width:46.0625rem;position:absolute;display:block;z-index:15007;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:23.375rem;left:14.4375rem;display:block; }
#GDio9ws6ntmDfXavymUS2bdWC5AtdBPB { 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:15008;opacity:1;top:25.375rem;left:16.0625rem; }
#UUnLDq28MXCPTE82cztKf3wyBmWtWoJS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:25.375rem;left:23.4375rem;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; }
#Uwg4ewTdq4yBEInWkbRqqVcyTlThrShT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:29rem;left:23.4375rem;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; }
#el7UfT0frVEm4iCzICUd9XU9OhglXeQf { box-sizing:content-box;height:16rem;width:46.0625rem;position:absolute;display:block;z-index:15011;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:59.375rem;left:14.5rem;display:block; }
#XVSfnoWgV80mBgdusz2krUqJTZT4ngPa { 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:15011;line-height:1.4;letter-spacing:0;top:61.5625rem;left:23.4375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGth4UiCL91ANMGglf19oFsVOfiH0iII { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:66.5rem;left:23.4375rem;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; }
#G4tMBbUPT5XVpuOdT3qGgETuOMyWo6oo { box-sizing:content-box;height:2.5625rem;width:7.375rem;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.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:23.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; }
#rHJeHhCup491DUespNSJ77yHErAlSe1p { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:34.306640625rem;left:24.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FCUMUtJdbhvz0DXIXGop2aoQRdsFznKH { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15017;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:33.875rem;left:32.28125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kuQ4IcHaceombccSHxyqUNElhLMo0Gwg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:34.306640625rem;left:33.40625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FIyXRzM8nh4ykBFhSw5ZzONtzKf4qWrT { 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:15027;opacity:1;top:46.26171875rem;left:16.0625rem; }
#iOIGhNWA8SZS2l4h66Uwkd22ItPP8KFe { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15017;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:71.25rem;left:23.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; }
#nxyF4zLiE3FuNP0Vom2Ea4DI4sGpz9Mr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:71.6875rem;left:24.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LuL1JAARy2nCtleD3tRDXlNXUStbsmKM { box-sizing:content-box;height:2.5625rem;width:8.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.25rem;left:33.375rem;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; }
#tQPOne2gZ0dFXuUt4h1wTONM1TnC1R0R { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:71.6875rem;left:34.5625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVWTRyL51EyuFix1S0SKZO2ehtOUZkZ1 { box-sizing:content-box;height:16rem;width:46.0625rem;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:41.4375rem;left:14.40625rem;display:block; }
#meaaN3vPx6RNUdPxvaNG4xtwoN2Em9dT { 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:15026;opacity:1;top:61.5625rem;left:16.125rem; }
#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:43.244140625rem;left:24.25rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aK7pG5JTKme39qlPC1rU61qpFqfFBLpc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;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:48.11328125rem;left:24.0625rem;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; }
#DtKtySImx3zic36oTlhV8lEnoC6tdydF { box-sizing:content-box;height:2.5625rem;width:7.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.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.25rem;left:24.46875rem;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; }
#O5TJxSIDWWEhG39zLNZmdIkEMCGTVMEv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:53.681640625rem;left:25.6875rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DLgfNa8gtzbIKRUfUb8cdQO1wrfEofe6 { box-sizing:content-box;height:2.5625rem;width:7.375rem;position:absolute;display:block;z-index:15026;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:53.25rem;left:34.28125rem;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; }
#bikhaN8IOR9K6ix2vJa3M10nVHO6xRnm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:53.681640625rem;left:35.375rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKr4pH3ma8yiDLr328D7E2qUqVcEAbA2 { box-sizing:content-box;height:12.375rem;width:46.0625rem;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:77.25rem;left:14.4375rem;display:block; }
#JLclAlCetzRRv8D8hGhpwB7niRzVX7Ku { 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:79.4375rem;left:23.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; }
#QUZKs8RfqFzmRTXoeekHQ76PxePVUqqk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;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:82.5rem;left:23.4375rem;height:2.0125rem;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; }
#VllCq2WWOgxcxEcFecQitSD3eZ6pdhMr { 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:15034;opacity:1;top:79.4375rem;left:16.0625rem; }
#s9NdSJLMkPtVTK2KqOeHnRLRDD0L8kkC { box-sizing:content-box;height:2.5625rem;width:8.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.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.25rem;left:23.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; }
#viKURG3BoQcVz9uiz1vbx1hoChIG2GC3 { box-sizing:content-box;height:2.5625rem;width:8.25rem;position:absolute;display:block;z-index:15026;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:85.25rem;left:33.375rem;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; }
#DqppsHeBJ7aUgrZwEr6DpLaw28VEWTpW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:85.681640625rem;left:24.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpVEJyC92KXrRMZ85B8GLKvIn0ed9FXk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:85.681640625rem;left:34.5625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qPpth0xOhbpnd4XL3WxcmysgPQmOZOK2 { box-sizing:content-box;height:16rem;width:46.0625rem;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:91.125rem;left:14.4375rem;display:block; }
#coZfvFm38cPdOlolp4CZF8Sfv7ntSL28 { 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:15042;opacity:1;top:93.3125rem;left:16.0625rem; }
#fZfKOCcpAmhL3h4L1bI9zvCZZD1MtXEw { 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:93.3125rem;left:23.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; }
#Pz8NCyTkpzCZVMdDWvyV7z5N7HvdhymT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;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:96.4375rem;left:23.4375rem;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; }
#eh24Iq8BNoQDybE56ZfTenOZve69GXpq { box-sizing:content-box;height:2.5625rem;width:8.375rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103rem;left:23.375rem;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; }
#qRuPhGT1QcrNmKrmuHb6g6KuyUoBB9vK { box-sizing:content-box;height:2.5625rem;width:8.25rem;position:absolute;display:block;z-index:15034;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:103rem;left:33.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iNHshOKMmx4gnfZIQk5ZvNmiCWuWWel2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:103.4375rem;left:24rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7tMq72Hi7lztmNEAy6FcgQ2LzXI4Ido { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:103.4375rem;left:34.5rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf { position:relative;display:block; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf { background-color: transparent; background-image: none; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .row .container > .video-iframe-container { display: none; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .row > .video-iframe-container { display: none; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .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); }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf { border-width: 0; border-radius: 0; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .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; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .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:81.75rem;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; }#w1tZpUuIVu6rGbd6hSkOEK5TTTiIVx9v { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:44.875rem;left:5.6875rem;display:block; }
#Q4u5uIVSUNbGpDbq1tZqILFOyO1eHWk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGuUHB5t7NAHdZMy8suIBiPLwytifP1v { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:18.4375rem;top:20.875rem;left:4.375rem;overflow:hidden;display:block; }
#GOWxsGT0wbE62EShRZrLmsa8vTISUM5E { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:37.125rem;left:1.125rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#dTsdyRwW5Ml0sHB2UUDmqXNLJIOBKNBQ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:20.875rem;left:30.4375rem;overflow:hidden;display:block; }
#FfcLUQxccxBo1ZO971TXKf7eoy0968SV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:37.1875rem;left:25.875rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#icmqigFOyiZTBOpIybXwriVl1r1bdCEn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:44.9375rem;left:30.4375rem;display:block; }
#fN43ye5SRLxubAykmKGHQdftwDKhOLTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWzLHSSbcCQBOdtUbDoA8uGnTKH35uT7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:44.9375rem;left:52.625rem;display:block; }
#r5czgUwZbdEJFVVkVDiAgIekbzCtGJwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#topTLhXZw9wsiXTIxdJUH6as7BivT2E4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:37.4375rem;left:48.9375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#tI0uSC0xPsnN06IuOdDphQwSF5v7ENQN { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:20.625rem;left:52.1875rem;overflow:hidden;display:block; }
#QkL0MeRKkK0I5gan5HdozSH9dSk6W7na { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:74.875rem;left:5.75rem;display:block; }
#n6yenahWl2hzhKxWko39ZZnM7RJQ53P1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XeAsgqTb9ppyn7NFp2iWwcBcp5uW4bB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:67.3125rem;left:5rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#MrNCiivqdcNkvOMoUgQJaFPeOF9fr5Gu { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:51.5rem;left:5.875rem;overflow:hidden;display:block; }
#zkngmnvWG4v84EsAxmbfTFe2ezcIyfUT { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:51.5rem;left:30.4375rem;overflow:hidden;display:block; }
#L3pqldGeIWFmTTvFh76MPGIai6bupwl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:67.375rem;left:28.625rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#G24zWc7VwLJezddxq7ICfN594ioq0Tyg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:74.9375rem;left:29.375rem;display:block; }
#K2VDqZ8GyHdcQpGo3SufbrX0BFzeSs2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWhEvsJ64Q4i1qLiKyVLBtgUsfGS4GtW { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:51.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#ATcg8ezVla9dxReKyf6yrv2u7LVTy3uC { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:67.3125rem;left:50.8125rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#vL3L1uZACK6ifq5LBnPT4UMbCTOZ2Xtb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:74.9375rem;left:53.0625rem;display:block; }
#lMNJTSuWQbPwI3XLRhWshrKITvcokNpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7wc1PHxwW7WATDNSq3vIxBOavrttUvD { color:#238639;display:block;width:67.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:1.8720703125rem;left:4.9375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLSCRkOQvRf3fZ7Xkd3ebpPwtoT1HBuz { 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:15006;line-height:1;letter-spacing:0;top:6rem;left:4.375rem;height:9.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; }
#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; }
#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:54.625rem;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; }
#e0AC8dRTQ9DhT4gBnqTfHlRT7PE7ctTL { box-sizing:content-box;height:12.9375rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:18.25rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Ws8soGFpffOFTWGPA6bCwlN25gqhw86S { 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:20.6875rem;left:3.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZWbbgH9ikIvVphcdCfM1GHpmVA5uPpI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;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:25.9375rem;left:3.125rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybyNJ0ExMFHviikSbvHbh0gBXcLP0Gfc { box-sizing:content-box;height:13rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.25rem;left:38.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#w6Ixb2G5VaMS0UPuTkebTc1tBrat6dEf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;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:25.9375rem;left:40.5625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0LuZIV8v0lwftgtV9kWxc1zXP8N8xI4 { 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:15011;line-height:1;letter-spacing:0;top:20.6875rem;left:40.5625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQLdOEdKiu8FVtrStkA11Q7s4mkgwX4A { box-sizing:content-box;height:10.875rem;width:36.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.4375rem;left:0.6875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ldROy6nUfTXwIARfzBCmB5sQ5VVZqM8Z { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:38.625rem;left:3.125rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xm9AxHmkJUkm83bhf2ro3cXd8savSQW9 { 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:15015;line-height:1;letter-spacing:0;top:33.8125rem;left:3.125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPfGg8ywkEVSt3ALV8vvskpPgxKmPi78 { box-sizing:content-box;height:11rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:32.4375rem;left:38.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#daGznu0TyuEWLkBFX7p5QqaNdudhIDtE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:33.8125rem;left:40.5625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FbWLvFo0IqbsbJuP0g7m1muKZrpTxOA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;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:38.6875rem;left:40.5625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6pd8yvzFbHOuNJol2Lq1HqKQ1bxFS0W { 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:44.375rem;left:3.5625rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuVzSD4bbSrVyQW37GoUmAy9yXvxuOOw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;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:51.5625rem;left:23.1875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;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:2.5rem;left:4.625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV { position:relative;display:block; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV { background-color: transparent; background-image: none; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .row .container > .video-iframe-container { display: none; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .row > .video-iframe-container { display: none; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .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); }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV { border-width: 0; border-radius: 0; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .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; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .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:61.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; }#ImuS364TBc2LuMZF4IBSZIMtE2PLTKLi { color:rgba(var(--color-primary-4),1);display:block;width:66.6875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.55859375rem;left:4.75rem;height:9.6rem;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; }
#P6uOZ16NHonr9xOqLPqeXXL0W1VfR4oq { position:absolute;display:block;z-index:15001;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:11.6875rem;width:17.6875rem;top:15.125rem;left:4.125rem;overflow:hidden;display:block; }
#xHx4x9fNvnSnDlQiVuQ1LTzrsaNpmdi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.0625rem;left:4.75rem;height:6.09375rem;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; }
#A41GAo6IIQcdPBasPvR9TiAKllAolRrb { 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:17.8125rem;width:12.375rem;top:12.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#ofaVkAXg8wxWufDTfHwOGcGvad2NuSct { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.875rem;left:26.6875rem;height:;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; }
#XBHiTims4m2TRZgT8Snyg47lLa6N866b { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:36.3125rem;left:1.28125rem;height:;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; }
#ThcoE0N7eBofM0opmN4oR3kVZK49FfGH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35.4375rem;left:27.3125rem;height:10.15625rem;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; }
#HbnAawDLocTm62RTnBmCh62JJs4tBP8d { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:18rem;top:16.1875rem;left:52.625rem;overflow:hidden;display:block; }
#m997sW7WQKTJq7iTM8lukFwXy8ZuLSEP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:30.078125rem;left:50.65625rem;height:;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; }
#b7H5uhqkTaTbmcibzLlflDoI2DThVizg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.3125rem;left:51.34375rem;height:;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; }
#T3BeFX5Pgcx0zSaIzaxfhxmaxNkrNT4K { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.375rem;left:2.9375rem;height:10.15625rem;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:left;text-align-last:left;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:9.6rem;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:23.099609375rem;left:2rem;height:6.9rem;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:20.3125rem;left:36rem;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:16.125rem;left:52.5625rem;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:17.6875rem;left:35.75rem;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; }
#thDfcbWclTbGuGTbwIQWoE6XVvEo4Le5 { color:rgba(var(--color-primary-2),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:5.0625rem;left:35.75rem;height:4.95rem;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; }
#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:20.8125rem;left:36rem;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:42.75rem;width:36.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.375rem;left:33.6875rem;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:26.375rem;left:36rem;height:11rem;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 { background-color:#ef892d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5rem;height:5.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:39.375rem;left:37rem;display:block; }
#i5d0sGthuHsxwRETHCOKR2ToRoNJ2Bf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRVwX4nxH8xuaI6vLESzqbqJQeB3ZUt2 { color:rgba(var(--color-secondary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:11.8125rem;left:35.75rem;height:2.4rem;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; }
#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:55.4375rem;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; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT { display:block;position:relative; }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
#Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc { display:none; }
#AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"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: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; }
#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:44.125rem;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:4.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7.375rem;left:2.8125rem;height:17.775rem;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:36.25rem;left:23.25rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QiLZzv0faTtPFXq44ZHbns4L9USGnVv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvNvsEmgd6FHDqxs0OQ8C02cxinz3MBp { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:40.75rem;left:15.125rem;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:69.0625rem;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:26.5rem;left:5.3125rem;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; }
#EXBplu1pOaSCP0NbpOU83oiLuqGeKTay { box-sizing:content-box;height:3.1875rem;width:9.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2rem;left:24.625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#t9ePx7pvTLpTzJa0qJvx37nIAidBBCQU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:2.875rem;left:26rem;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; }
#FfvZ2FIMO38BAlaQIR4EcugdT3IcdFx2 { box-sizing:content-box;height:3.1875rem;width:9.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:2rem;left:34.3125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#TRM4gVgCwMP2pGwdxSdNx8kTso4DcvVn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:2.875rem;left:35rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bseJ6nHvTqlEbu8EIB0IRlnWtLvHCA4X { box-sizing:content-box;height:3.1875rem;width:9.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:2rem;left:44rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#alSLESnmKCRrCuoBApfk30GZpTGCp0sn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:2.875rem;left:44.6875rem;height:1.4625rem;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; }
#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:14.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtTnlzxQkzyLB42LX5UvTSiQWCiGk2a5 { top:27.5625rem;left:0rem;width:42.5rem;height:8.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOByBBXihs72iiykCbIbBzM1ZfGJ5cWV { top:8.5rem;left:0rem;width:23rem;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) { #P8v6oo2GP1XXTofoKvMIrugpRzlBdvkr { top:8.5rem;left:12.0625rem;width:16.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiyqakTZaJtfFwrQxlUG90FgKkKrnWAB { top:9.125rem;left:12.8125rem;width:19.5625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xylsuaFbHIv3HsN9OAzssTxXrqsi4Tsm { top:37.3125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL6rBf3r8QH4enxN6HzR0frRAR78VLkT { display:block; }
 }@media only screen and (max-width: 763px) { #taG38QTlG0JJmJvMTJ7GbpAqRrnaSIoc { top:37.3125rem;left:3.0625rem;width:25.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMfwVuWaSbi8t4vTD1bES3pShB7n8GbZ { display:block; }
 }@media only screen and (max-width: 763px) { #BgbsbHPo9sD27Ri2kEo482GZngMkdTuo { top:17.75rem;left:16.3125rem;width:31.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4sT9PviwMS66CBQ2Fts1nZ1MPxda1Cp { top:41.5625rem;left:3.0625rem;width:32.625rem;height:1.1875rem;font-size:0.75rem;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:22.375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhUHHtbD0vKMoxwvEwNFP7hXx3xcRXk { width:40.875rem;height:26.0625rem;top:18.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpOn5b03Vx3HRyPf0ll8P7D3PzMoVA4 { top:7.625rem;left:0rem;width:39.125rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TyNkGdqRFK5dkgfL8FRmiL3Dz77IcO { top:4.125rem;left:22.8125rem;width:24.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dQI12PPr0ocCEPBhnUm0Xz4F2cWKTt { top:8.625rem;left:24.125rem;width:23.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnJNsfKsCky5o8DBTnBwyQ5hlHRXbEz { top:4.4375rem;left:34.28125rem;width:10rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGfTMuESUcikH14U0H7UOrDc8VHl80E { top:5.5rem;left:24.125rem;width:16.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5PmCBMdR7ngo9xozeXg7c9Fd2UD1WE { top:17.125rem;left:22.8125rem;width:24.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btgSlMzwrQkkSfUFLOErv1Z8bg2ezm99 { top:17.4375rem;left:34.3125rem;width:10rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAi51e8K8UNpuyXTplTnA0eP6h6rblAu { top:21.625rem;left:24.125rem;width:23.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0CSRh3T4NmV2Vf1nZBJ9R1p47zCEM5 { top:18.5625rem;left:31.6875rem;width:16.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lzR0ZCNdsLKTfMRsar61DemGX5yVt9 { top:29.875rem;left:22.8125rem;width:24.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaFXZifP0sBMQSEPUtenFRNbVwhU8RsJ { top:34.375rem;left:23.4375rem;width:23.125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBAzMp0UbTGDR11aLwwxrSBDJh1HJgOH { top:30.1875rem;left:34.3125rem;width:10rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0WS2IroeKGzGS2aqIXIpvDn9vea5Fq { top:31.25rem;left:28.5625rem;width:19.1875rem;height:2rem;font-size:1.25rem;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:6.5rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnBqTtECeJgLBNXaQ5AqhkA0N9Fe8lS4 { top:18.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1o05B4vCAJwSzHpVwoV2CThUeeOqUu3 { top:2.75rem;left:14.8125rem;width:20.4375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBvMrtO0xSqLwQgmtf5h8HlgEOLGBTZ { top:23.375rem;left:0.8125rem;width:46.0625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDio9ws6ntmDfXavymUS2bdWC5AtdBPB { top:25.375rem;left:2.4375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUnLDq28MXCPTE82cztKf3wyBmWtWoJS { top:25.375rem;left:9.8125rem;width:33.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwg4ewTdq4yBEInWkbRqqVcyTlThrShT { top:29rem;left:9.8125rem;width:34.9375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el7UfT0frVEm4iCzICUd9XU9OhglXeQf { top:59.375rem;left:0.875rem;width:46.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVSfnoWgV80mBgdusz2krUqJTZT4ngPa { top:61.5625rem;left:9.8125rem;width:25.3125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGth4UiCL91ANMGglf19oFsVOfiH0iII { top:66.5rem;left:9.8125rem;width:34.9375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4tMBbUPT5XVpuOdT3qGgETuOMyWo6oo { top:33.875rem;left:9.8125rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJeHhCup491DUespNSJ77yHErAlSe1p { top:34.25rem;left:10.4375rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCUMUtJdbhvz0DXIXGop2aoQRdsFznKH { top:33.875rem;left:18.65625rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQ4IcHaceombccSHxyqUNElhLMo0Gwg { top:34.25rem;left:19.78125rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyXRzM8nh4ykBFhSw5ZzONtzKf4qWrT { top:46.25rem;left:2.4375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOIGhNWA8SZS2l4h66Uwkd22ItPP8KFe { top:71.25rem;left:9.8125rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxyF4zLiE3FuNP0Vom2Ea4DI4sGpz9Mr { top:71.6875rem;left:10.4375rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuL1JAARy2nCtleD3tRDXlNXUStbsmKM { top:71.25rem;left:19.75rem;width:8.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQPOne2gZ0dFXuUt4h1wTONM1TnC1R0R { top:71.6875rem;left:20.9375rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWTRyL51EyuFix1S0SKZO2ehtOUZkZ1 { top:41.4375rem;left:0.78125rem;width:46.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #meaaN3vPx6RNUdPxvaNG4xtwoN2Em9dT { top:61.5625rem;left:2.5rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGdz4LRe9yI81nURZoR2MZiwwroWhgGl { top:43.1875rem;left:10.625rem;width:25.3125rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK7pG5JTKme39qlPC1rU61qpFqfFBLpc { top:48.0625rem;left:10.4375rem;width:34.9375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtKtySImx3zic36oTlhV8lEnoC6tdydF { top:53.25rem;left:10.84375rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TJxSIDWWEhG39zLNZmdIkEMCGTVMEv { top:53.625rem;left:12.0625rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLgfNa8gtzbIKRUfUb8cdQO1wrfEofe6 { top:53.25rem;left:20.65625rem;width:7.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikhaN8IOR9K6ix2vJa3M10nVHO6xRnm { top:53.625rem;left:21.75rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKr4pH3ma8yiDLr328D7E2qUqVcEAbA2 { top:77.25rem;left:0.8125rem;width:46.0625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLclAlCetzRRv8D8hGhpwB7niRzVX7Ku { top:79.4375rem;left:9.75rem;width:25.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUZKs8RfqFzmRTXoeekHQ76PxePVUqqk { top:82.5rem;left:9.8125rem;width:34.9375rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VllCq2WWOgxcxEcFecQitSD3eZ6pdhMr { top:79.4375rem;left:2.4375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9NdSJLMkPtVTK2KqOeHnRLRDD0L8kkC { top:85.25rem;left:9.8125rem;width:8.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viKURG3BoQcVz9uiz1vbx1hoChIG2GC3 { top:85.25rem;left:19.75rem;width:8.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqppsHeBJ7aUgrZwEr6DpLaw28VEWTpW { top:85.625rem;left:10.4375rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpVEJyC92KXrRMZ85B8GLKvIn0ed9FXk { top:85.625rem;left:20.9375rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPpth0xOhbpnd4XL3WxcmysgPQmOZOK2 { top:91.125rem;left:0.8125rem;width:46.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #coZfvFm38cPdOlolp4CZF8Sfv7ntSL28 { top:93.3125rem;left:2.4375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZfKOCcpAmhL3h4L1bI9zvCZZD1MtXEw { top:93.3125rem;left:9.75rem;width:25.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz8NCyTkpzCZVMdDWvyV7z5N7HvdhymT { top:96.4375rem;left:9.8125rem;width:34.9375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh24Iq8BNoQDybE56ZfTenOZve69GXpq { top:103rem;left:9.75rem;width:8.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuPhGT1QcrNmKrmuHb6g6KuyUoBB9vK { top:103rem;left:19.6875rem;width:8.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHshOKMmx4gnfZIQk5ZvNmiCWuWWel2 { top:103.4375rem;left:10.375rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tMq72Hi7lztmNEAy6FcgQ2LzXI4Ido { top:103.4375rem;left:20.875rem;width:8.1875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf { display:block; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1tZpUuIVu6rGbd6hSkOEK5TTTiIVx9v { width:17.5rem;height:3.4375rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4u5uIVSUNbGpDbq1tZqILFOyO1eHWk1 { display:block; }
 }@media only screen and (max-width: 763px) { #eGuUHB5t7NAHdZMy8suIBiPLwytifP1v { top:20.875rem;left:0rem;width:18.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWxsGT0wbE62EShRZrLmsa8vTISUM5E { top:37.125rem;left:0rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTsdyRwW5Ml0sHB2UUDmqXNLJIOBKNBQ { top:20.875rem;left:16.8125rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcLUQxccxBo1ZO971TXKf7eoy0968SV { top:37.1875rem;left:12.25rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icmqigFOyiZTBOpIybXwriVl1r1bdCEn { width:17.5rem;height:3.4375rem;top:44.9375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN43ye5SRLxubAykmKGHQdftwDKhOLTm { display:block; }
 }@media only screen and (max-width: 763px) { #hWzLHSSbcCQBOdtUbDoA8uGnTKH35uT7 { width:17.5rem;height:3.4375rem;top:44.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5czgUwZbdEJFVVkVDiAgIekbzCtGJwO { display:block; }
 }@media only screen and (max-width: 763px) { #topTLhXZw9wsiXTIxdJUH6as7BivT2E4 { top:37.4375rem;left:22.8125rem;width:24.9375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI0uSC0xPsnN06IuOdDphQwSF5v7ENQN { top:20.625rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkL0MeRKkK0I5gan5HdozSH9dSk6W7na { width:17.5rem;height:3.4375rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yenahWl2hzhKxWko39ZZnM7RJQ53P1 { display:block; }
 }@media only screen and (max-width: 763px) { #XeAsgqTb9ppyn7NFp2iWwcBcp5uW4bB8 { top:67.3125rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrNCiivqdcNkvOMoUgQJaFPeOF9fr5Gu { top:51.5rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkngmnvWG4v84EsAxmbfTFe2ezcIyfUT { top:51.5rem;left:16.8125rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pqldGeIWFmTTvFh76MPGIai6bupwl7 { top:67.375rem;left:15rem;width:19.4375rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24zWc7VwLJezddxq7ICfN594ioq0Tyg { width:17.5rem;height:3.4375rem;top:74.9375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VDqZ8GyHdcQpGo3SufbrX0BFzeSs2s { display:block; }
 }@media only screen and (max-width: 763px) { #WWhEvsJ64Q4i1qLiKyVLBtgUsfGS4GtW { top:51.5625rem;left:31.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcg8ezVla9dxReKyf6yrv2u7LVTy3uC { top:67.3125rem;left:25.1875rem;width:22.5625rem;height:6.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL3L1uZACK6ifq5LBnPT4UMbCTOZ2Xtb { width:17.5rem;height:3.4375rem;top:74.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMNJTSuWQbPwI3XLRhWshrKITvcokNpy { display:block; }
 }@media only screen and (max-width: 763px) { #L7wc1PHxwW7WATDNSq3vIxBOavrttUvD { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSCRkOQvRf3fZ7Xkd3ebpPwtoT1HBuz { top:6rem;left:0rem;width:47.75rem;height:14.625rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 { display:block; }#SyUeDuZrH3LThWWsXE17LgWsFOdwSWm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTTR3GQvGdvrRJSflWAfW4CkySWAezv0 { top: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) { #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:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0AC8dRTQ9DhT4gBnqTfHlRT7PE7ctTL { top:18.25rem;left:0rem;width:36.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8soGFpffOFTWGPA6bCwlN25gqhw86S { top:20.6875rem;left:0rem;width:31.25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWbbgH9ikIvVphcdCfM1GHpmVA5uPpI { top:25.9375rem;left:0rem;width:31.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybyNJ0ExMFHviikSbvHbh0gBXcLP0Gfc { top:18.25rem;left:11.5rem;width:36.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Ixb2G5VaMS0UPuTkebTc1tBrat6dEf { top:25.9375rem;left:16.5rem;width:31.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0LuZIV8v0lwftgtV9kWxc1zXP8N8xI4 { top:20.6875rem;left:16.5rem;width:31.25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLdOEdKiu8FVtrStkA11Q7s4mkgwX4A { top:32.4375rem;left:0rem;width:36.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldROy6nUfTXwIARfzBCmB5sQ5VVZqM8Z { top:38.625rem;left:0rem;width:31.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9AxHmkJUkm83bhf2ro3cXd8savSQW9 { top:33.8125rem;left:0rem;width:31.25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfGg8ywkEVSt3ALV8vvskpPgxKmPi78 { top:32.4375rem;left:11.5rem;width:36.25rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #daGznu0TyuEWLkBFX7p5QqaNdudhIDtE { top:33.8125rem;left:26.0625rem;width:21.6875rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbWLvFo0IqbsbJuP0g7m1muKZrpTxOA9 { top:38.6875rem;left:16.5rem;width:31.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6pd8yvzFbHOuNJol2Lq1HqKQ1bxFS0W { top:44.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVzSD4bbSrVyQW37GoUmAy9yXvxuOOw { top:51.5625rem;left:9.5625rem;width:31.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftKAAbHeHFu6dePU8tUiFp8CDp4R3VU { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV { display:block; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImuS364TBc2LuMZF4IBSZIMtE2PLTKLi { top:1.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6uOZ16NHonr9xOqLPqeXXL0W1VfR4oq { top:15.125rem;left:0rem;width:17.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHx4x9fNvnSnDlQiVuQ1LTzrsaNpmdi0 { top:29.0625rem;left:0rem;width:16.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41GAo6IIQcdPBasPvR9TiAKllAolRrb { top:12.0625rem;left:17.0625rem;width:12.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofaVkAXg8wxWufDTfHwOGcGvad2NuSct { top:29.875rem;left:13.0625rem;width:21.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHiTims4m2TRZgT8Snyg47lLa6N866b { top:36.3125rem;left:0rem;width:23.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThcoE0N7eBofM0opmN4oR3kVZK49FfGH { top:35.4375rem;left:13.6875rem;width:20.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbnAawDLocTm62RTnBmCh62JJs4tBP8d { width:18rem;height:11.0625rem;top:16.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m997sW7WQKTJq7iTM8lukFwXy8ZuLSEP { top:30.0625rem;left:25.8125rem;width:21.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7H5uhqkTaTbmcibzLlflDoI2DThVizg { top:36.3125rem;left:27.1875rem;width:20.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BeFX5Pgcx0zSaIzaxfhxmaxNkrNT4K { top:49.375rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.5625rem;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:14.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXkTtQfNs42uXguSl33QTfo3qoCNlFbG { top:23.0625rem;left:0rem;width:22.75rem;height:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRBb07HK9Mdpxg3p0ov0g9Jy3d6A5Rt { top:20.3125rem;left:22.375rem;width:14.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksQK7HeJeoH4Aeub9D9FVHtXDKamUc { top:16.125rem;left:32.1875rem;width:15.5625rem;height:6.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ids7dHBtJvVxQc9xh39hoNmhc73vhJ { top:17.6875rem;left:22.125rem;width:15.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thDfcbWclTbGuGTbwIQWoE6XVvEo4Le5 { top:5.0625rem;left:14.6875rem;width:33.0625rem;height:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1JQn3ZWZcun0ehrQWeBM3kpTXDxB1a { top:20.8125rem;left:22.375rem;width:14.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9fXPwdgTeKRu3rKRuLdWiW03kvnndR { top:2.375rem;left:10.75rem;width:36.375rem;height:42.75rem;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:26.375rem;left:16.9375rem;width:30.8125rem;height:10.9375rem;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 { width:30.5rem;height:5.125rem;top:39.375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5d0sGthuHsxwRETHCOKR2ToRoNJ2Bf5 { display:block; }
 }@media only screen and (max-width: 763px) { #iRVwX4nxH8xuaI6vLESzqbqJQeB3ZUt2 { top:11.8125rem;left:22.125rem;width:16.8125rem;height:2.375rem;font-size:1rem;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) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { top:1.6875rem;left:0rem;width:47.75rem;height:11.8125rem;font-size: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:7.375rem;left:0rem;width:47.75rem;height:17.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGEm4D7bypdT06w55R8GGydAcUoPdeiX { top:36.25rem;left:9.625rem;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:40.75rem;left:0.25rem;width:47.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqwZkE9sHkPux1HczD017K9cHRWWT0O { top:26.5rem;left:0rem;width:47.75rem;height:8rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXBplu1pOaSCP0NbpOU83oiLuqGeKTay { top:2rem;left:11rem;width:9.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ePx7pvTLpTzJa0qJvx37nIAidBBCQU { top:2.875rem;left:12.375rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfvZ2FIMO38BAlaQIR4EcugdT3IcdFx2 { top:2rem;left:20.6875rem;width:9.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRM4gVgCwMP2pGwdxSdNx8kTso4DcvVn { top:2.875rem;left:21.375rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bseJ6nHvTqlEbu8EIB0IRlnWtLvHCA4X { top:2rem;left:30.375rem;width:9.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alSLESnmKCRrCuoBApfk30GZpTGCp0sn { top:2.875rem;left:31.0625rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;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:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeobmJbbEC9aPbFmk6BkA0UpA09MDMEn { width:17.5rem;height:9.6rem;top:10.708984375rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtTnlzxQkzyLB42LX5UvTSiQWCiGk2a5 { width:18.1875rem;height:12rem;top:21.4306640625rem;left:0.90625rem;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) { #P8v6oo2GP1XXTofoKvMIrugpRzlBdvkr { width:15rem;height:3.1875rem;top:5.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiyqakTZaJtfFwrQxlUG90FgKkKrnWAB { width:14.25rem;height:1.7rem;top:6.25rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xylsuaFbHIv3HsN9OAzssTxXrqsi4Tsm { top:34.52734375rem;left:2.96875rem;z-index:15073;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL6rBf3r8QH4enxN6HzR0frRAR78VLkT { display:block; }
 }@media only screen and (max-width: 763px) { #taG38QTlG0JJmJvMTJ7GbpAqRrnaSIoc { top:52.875rem;left:1.25rem;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:20rem;height:13.160125rem;top:39.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4sT9PviwMS66CBQ2Fts1nZ1MPxda1Cp { width:16.8125rem;height:2.4rem;top:57.4716796875rem;left:1.59375rem;font-size:0.75rem;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:107.875rem;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:39.375rem;top:19.875rem;left:0.90625rem;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:12rem;top:6.3125rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TyNkGdqRFK5dkgfL8FRmiL3Dz77IcO { width:18.5625rem;height:13.5rem;top:59.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dQI12PPr0ocCEPBhnUm0Xz4F2cWKTt { width:17.4375rem;height:6rem;top:66.375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnJNsfKsCky5o8DBTnBwyQ5hlHRXbEz { width:10rem;height:3.2rem;top:60.712890625rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQGfTMuESUcikH14U0H7UOrDc8VHl80E { width:16.0625rem;height:2rem;top:63.912109375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5PmCBMdR7ngo9xozeXg7c9Fd2UD1WE { width:18.375rem;height:14.875rem;top:74.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btgSlMzwrQkkSfUFLOErv1Z8bg2ezm99 { width:10rem;height:3.2rem;top:76.3125rem;left:1.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zAi51e8K8UNpuyXTplTnA0eP6h6rblAu { width:17.5rem;height:6rem;top:82.125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0CSRh3T4NmV2Vf1nZBJ9R1p47zCEM5 { width:16.0625rem;height:2rem;top:79.4375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7lzR0ZCNdsLKTfMRsar61DemGX5yVt9 { width:18.5rem;height:15.9375rem;top:90.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaFXZifP0sBMQSEPUtenFRNbVwhU8RsJ { width:17.125rem;height:6rem;top:98.0625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBAzMp0UbTGDR11aLwwxrSBDJh1HJgOH { width:10rem;height:3.2rem;top:90.625rem;left:1.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vs0WS2IroeKGzGS2aqIXIpvDn9vea5Fq { width:17.5625rem;height:4rem;top:93.82421875rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx { display:block; }#e52z8SZhXOqHLxXlsJmmp9DU3kGtBPNx > .row .container { width:20rem;height:164.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrwWZqOdc4s9gD5LVQyricB3O5UwOrz9 { width:18.875rem;height:10.5rem;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:2.8rem;top:15.6240234375rem;left:1.21875rem;font-size:1rem;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) { #wyBvMrtO0xSqLwQgmtf5h8HlgEOLGBTZ { width:18.5rem;height:27.6875rem;top:19.94921875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDio9ws6ntmDfXavymUS2bdWC5AtdBPB { display:flex;width:5.8125rem;height:5.8125rem;top:21.36328125rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #UUnLDq28MXCPTE82cztKf3wyBmWtWoJS { width:16.625rem;height:3.85rem;top:28.5234375rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uwg4ewTdq4yBEInWkbRqqVcyTlThrShT { width:17.6875rem;height:6.0375rem;top:33.13671875rem;left:1.15625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #el7UfT0frVEm4iCzICUd9XU9OhglXeQf { width:18.5625rem;height:28.8125rem;top:49.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVSfnoWgV80mBgdusz2krUqJTZT4ngPa { width:16.8125rem;height:4.2rem;top:87.3515625rem;left:1.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGth4UiCL91ANMGglf19oFsVOfiH0iII { width:17.3125rem;height:6.0375rem;top:62.75rem;left:1.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4tMBbUPT5XVpuOdT3qGgETuOMyWo6oo { width:7.375rem;height:2.5625rem;top:39.880859375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJeHhCup491DUespNSJ77yHErAlSe1p { width:8.1875rem;height:1.7rem;top:40.3125rem;left:7.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCUMUtJdbhvz0DXIXGop2aoQRdsFznKH { width:7.375rem;height:2.5625rem;top:43.693359375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQ4IcHaceombccSHxyqUNElhLMo0Gwg { width:8.1875rem;height:1.7rem;top:44.125rem;left:7.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyXRzM8nh4ykBFhSw5ZzONtzKf4qWrT { display:flex;width:5.8125rem;height:5.8125rem;top:51.13671875rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #iOIGhNWA8SZS2l4h66Uwkd22ItPP8KFe { width:7.375rem;height:2.5625rem;top:99.568359375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxyF4zLiE3FuNP0Vom2Ea4DI4sGpz9Mr { width:8.1875rem;height:1.7rem;top:100rem;left:7.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuL1JAARy2nCtleD3tRDXlNXUStbsmKM { width:8.25rem;height:2.5625rem;top:102.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQPOne2gZ0dFXuUt4h1wTONM1TnC1R0R { width:8.1875rem;height:1.7rem;top:103.306640625rem;left:7.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWTRyL51EyuFix1S0SKZO2ehtOUZkZ1 { width:19.875rem;height:27.9375rem;top:79.5rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #meaaN3vPx6RNUdPxvaNG4xtwoN2Em9dT { display:flex;width:5.8125rem;height:5.8125rem;top:80.4375rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #BGdz4LRe9yI81nURZoR2MZiwwroWhgGl { width:17.3125rem;height:4.2rem;top:57.681640625rem;left:1.34375rem;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:6.0375rem;top:92.23828125rem;left:0.90625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtKtySImx3zic36oTlhV8lEnoC6tdydF { width:7.375rem;height:2.5625rem;top:69.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TJxSIDWWEhG39zLNZmdIkEMCGTVMEv { width:8.1875rem;height:1.7rem;top:69.931640625rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLgfNa8gtzbIKRUfUb8cdQO1wrfEofe6 { width:7.375rem;height:2.5625rem;top:73.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikhaN8IOR9K6ix2vJa3M10nVHO6xRnm { width:8.1875rem;height:1.7rem;top:73.806640625rem;left:8.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKr4pH3ma8yiDLr328D7E2qUqVcEAbA2 { width:19.875rem;height:24.125rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLclAlCetzRRv8D8hGhpwB7niRzVX7Ku { width:20rem;height:2.1rem;top:117.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUZKs8RfqFzmRTXoeekHQ76PxePVUqqk { width:20rem;height:4.025rem;top:120.45703125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VllCq2WWOgxcxEcFecQitSD3eZ6pdhMr { display:flex;width:5.8125rem;height:5.8125rem;top:110.5rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #s9NdSJLMkPtVTK2KqOeHnRLRDD0L8kkC { width:8.375rem;height:2.5625rem;top:125.681640625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viKURG3BoQcVz9uiz1vbx1hoChIG2GC3 { width:8.25rem;height:2.5625rem;top:129.556640625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqppsHeBJ7aUgrZwEr6DpLaw28VEWTpW { width:8.1875rem;height:1.7rem;top:126.11328125rem;left:5.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpVEJyC92KXrRMZ85B8GLKvIn0ed9FXk { width:8.1875rem;height:1.7rem;top:129.98828125rem;left:7.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPpth0xOhbpnd4XL3WxcmysgPQmOZOK2 { width:19.875rem;height:28.625rem;top:134.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coZfvFm38cPdOlolp4CZF8Sfv7ntSL28 { display:flex;width:5.8125rem;height:5.8125rem;top:136rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #fZfKOCcpAmhL3h4L1bI9zvCZZD1MtXEw { width:17.3125rem;height:4.2rem;top:142.6875rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pz8NCyTkpzCZVMdDWvyV7z5N7HvdhymT { width:18.6875rem;height:8.05rem;top:147.703125rem;left:0.65625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eh24Iq8BNoQDybE56ZfTenOZve69GXpq { width:8.375rem;height:2.5625rem;top:156.6875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuPhGT1QcrNmKrmuHb6g6KuyUoBB9vK { width:8.25rem;height:2.5625rem;top:160.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNHshOKMmx4gnfZIQk5ZvNmiCWuWWel2 { width:8.1875rem;height:1.7rem;top:157.119140625rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7tMq72Hi7lztmNEAy6FcgQ2LzXI4Ido { width:8.1875rem;height:1.7rem;top:160.619140625rem;left:7.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf { display:block; }#Vrm1x1cQTt1iZPJvTLfSnk9vXyGcqUKf > .row .container { width:20rem;height:176.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1tZpUuIVu6rGbd6hSkOEK5TTTiIVx9v { width:17.5rem;height:3.4375rem;top:43rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Q4u5uIVSUNbGpDbq1tZqILFOyO1eHWk1 { display:block; }
 }@media only screen and (max-width: 763px) { #eGuUHB5t7NAHdZMy8suIBiPLwytifP1v { width:18.4375rem;height:15.875rem;top:19.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOWxsGT0wbE62EShRZrLmsa8vTISUM5E { width:20rem;height:5.625rem;top:36.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTsdyRwW5Ml0sHB2UUDmqXNLJIOBKNBQ { width:15.875rem;height:15.875rem;top:47.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcLUQxccxBo1ZO971TXKf7eoy0968SV { width:20rem;height:5.625rem;top:63.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icmqigFOyiZTBOpIybXwriVl1r1bdCEn { width:17.5rem;height:3.4375rem;top:70.5rem;left:1.25rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #fN43ye5SRLxubAykmKGHQdftwDKhOLTm { display:block; }
 }@media only screen and (max-width: 763px) { #hWzLHSSbcCQBOdtUbDoA8uGnTKH35uT7 { width:17.5rem;height:3.4375rem;top:97.4375rem;left:1.25rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #r5czgUwZbdEJFVVkVDiAgIekbzCtGJwO { display:block; }
 }@media only screen and (max-width: 763px) { #topTLhXZw9wsiXTIxdJUH6as7BivT2E4 { width:20rem;height:5.625rem;top:91.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tI0uSC0xPsnN06IuOdDphQwSF5v7ENQN { width:15.875rem;height:15.875rem;top:75.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkL0MeRKkK0I5gan5HdozSH9dSk6W7na { width:17.5rem;height:3.4375rem;top:123.9375rem;left:1.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #n6yenahWl2hzhKxWko39ZZnM7RJQ53P1 { display:block; }
 }@media only screen and (max-width: 763px) { #XeAsgqTb9ppyn7NFp2iWwcBcp5uW4bB8 { width:16.4375rem;height:2.8125rem;top:117.25rem;left:1.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrNCiivqdcNkvOMoUgQJaFPeOF9fr5Gu { width:15.875rem;height:15.875rem;top:101.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkngmnvWG4v84EsAxmbfTFe2ezcIyfUT { width:15.875rem;height:15.875rem;top:129.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3pqldGeIWFmTTvFh76MPGIai6bupwl7 { width:19.4375rem;height:2.8125rem;top:145.375rem;left:0.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G24zWc7VwLJezddxq7ICfN594ioq0Tyg { width:17.5rem;height:3.4375rem;top:148.8125rem;left:1.25rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #K2VDqZ8GyHdcQpGo3SufbrX0BFzeSs2s { display:block; }
 }@media only screen and (max-width: 763px) { #WWhEvsJ64Q4i1qLiKyVLBtgUsfGS4GtW { width:15.875rem;height:15.875rem;top:152.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcg8ezVla9dxReKyf6yrv2u7LVTy3uC { width:19.4375rem;height:5.625rem;top:168.125rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vL3L1uZACK6ifq5LBnPT4UMbCTOZ2Xtb { width:17.5rem;height:3.4375rem;top:171.4375rem;left:1.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #lMNJTSuWQbPwI3XLRhWshrKITvcokNpy { display:block; }
 }@media only screen and (max-width: 763px) { #L7wc1PHxwW7WATDNSq3vIxBOavrttUvD { width:20rem;height:7.5rem;top:1.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLSCRkOQvRf3fZ7Xkd3ebpPwtoT1HBuz { width:20rem;height:8rem;top:9.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@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:17.59531211853rem;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:60.982813835144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TJnkGTvmqQcbXTLBxpmFtGoRl4LiwA { width:20rem;height:11.4140625rem;top:68.00000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Q4bNvSdVczKuIngZN7R2039T8MvL59 { width:20rem;height:4.6953405017921rem;top:80.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8825pAhFATvb80xx9irNF7BUazvldaX { width:20rem;height:13.278236914601rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsZJMaUJRWdJkaadwG9JATfsd521llNW { width:20rem;height:3.5107587768969rem;top:86.3125rem;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.6875rem;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) { #vHifqBPpP3rVuBl0HyzD4wKXcdnz064G { display:block; }#vHifqBPpP3rVuBl0HyzD4wKXcdnz064G > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQD8JwlnnfusRiHVaGGsQ1UlKftxr6hu { width:18.4375rem;height:4rem;top:2.5rem;left:0.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0AC8dRTQ9DhT4gBnqTfHlRT7PE7ctTL { width:20rem;height:13.3125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws8soGFpffOFTWGPA6bCwlN25gqhw86S { width:17.5rem;height:3.5rem;top:8.375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZWbbgH9ikIvVphcdCfM1GHpmVA5uPpI { width:17.5rem;height:7rem;top:12.875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybyNJ0ExMFHviikSbvHbh0gBXcLP0Gfc { width:20rem;height:14.5rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Ixb2G5VaMS0UPuTkebTc1tBrat6dEf { width:19.0625rem;height:7rem;top:27.5625rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0LuZIV8v0lwftgtV9kWxc1zXP8N8xI4 { width:20rem;height:3.5rem;top:22.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQLdOEdKiu8FVtrStkA11Q7s4mkgwX4A { width:20rem;height:13.8125rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldROy6nUfTXwIARfzBCmB5sQ5VVZqM8Z { width:19rem;height:5.25rem;top:59.6875rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xm9AxHmkJUkm83bhf2ro3cXd8savSQW9 { width:20rem;height:5.25rem;top:53.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfGg8ywkEVSt3ALV8vvskpPgxKmPi78 { width:20rem;height:13.625rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daGznu0TyuEWLkBFX7p5QqaNdudhIDtE { width:16.75rem;height:3.5rem;top:38.3125rem;left:1.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbWLvFo0IqbsbJuP0g7m1muKZrpTxOA9 { width:18rem;height:7rem;top:43.25rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6pd8yvzFbHOuNJol2Lq1HqKQ1bxFS0W { width:20rem;height:10rem;top:66.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuVzSD4bbSrVyQW37GoUmAy9yXvxuOOw { width:20rem;height:1.75rem;top:76.75rem;left:0rem;font-size:1.25rem;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) { #yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV { display:block; }#yTCTorz15LGS2nZqZXgA1wIKkmE6gkQV > .row .container { width:20rem;height:140.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImuS364TBc2LuMZF4IBSZIMtE2PLTKLi { width:17.375rem;height:7.2rem;top:1.1875rem;left:1.3125000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6uOZ16NHonr9xOqLPqeXXL0W1VfR4oq { width:14rem;height:9.25rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHx4x9fNvnSnDlQiVuQ1LTzrsaNpmdi0 { width:16.375rem;height:6.09375rem;top:19.625rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A41GAo6IIQcdPBasPvR9TiAKllAolRrb { width:10.625rem;height:15.3125rem;top:41.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofaVkAXg8wxWufDTfHwOGcGvad2NuSct { width:16.375rem;height:4.0625rem;top:57.8125rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBHiTims4m2TRZgT8Snyg47lLa6N866b { width:18.0625rem;height:14.21875rem;top:26.4560546875rem;left:0.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThcoE0N7eBofM0opmN4oR3kVZK49FfGH { width:20rem;height:10.15625rem;top:63.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbnAawDLocTm62RTnBmCh62JJs4tBP8d { width:18rem;height:11.0625rem;top:74.671875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m997sW7WQKTJq7iTM8lukFwXy8ZuLSEP { width:20rem;height:4.0625rem;top:86.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7H5uhqkTaTbmcibzLlflDoI2DThVizg { width:20rem;height:10.15625rem;top:91.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3BeFX5Pgcx0zSaIzaxfhxmaxNkrNT4K { width:16.9375rem;height:34.53125rem;top:104.40625rem;left:1.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THKndP02rbvscaMM9XBPueqbyCT2F4ea { display:block; }#THKndP02rbvscaMM9XBPueqbyCT2F4ea > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4vNlevVRliP82DCJPdbmhBNznx9x4Pg { width:19.0625rem;height:4.8rem;top:1.0625rem;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:6.9375004768369rem;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:26.175003051757rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNksQK7HeJeoH4Aeub9D9FVHtXDKamUc { width:10.75rem;height:3.675rem;top:26.43124961853rem;left:8.8304687142375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ids7dHBtJvVxQc9xh39hoNmhc73vhJ { width:12.9375rem;height:1.2rem;top:23.812499523163rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thDfcbWclTbGuGTbwIQWoE6XVvEo4Le5 { width:18.4375rem;height:3rem;top:15.562500953674rem;left:1.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1JQn3ZWZcun0ehrQWeBM3kpTXDxB1a { width:9.875rem;height:2.1rem;top:27.218750834465rem;left:1.5312500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9fXPwdgTeKRu3rKRuLdWiW03kvnndR { width:19.5625rem;height:42.8125rem;top:13.75rem;left:0.24999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4f1ziNFsy17r9C78DW4JACU7GuiAdx { width:10rem;height:0.125rem;top:23.187500476837rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhAqGHyenmkzkOZTiNXR5RlNwM24yPIt { width:17.9375rem;height:19rem;top:31.687499523163rem;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 { width:13.75rem;height:3.4375rem;top:51.749252319336rem;left:3.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5d0sGthuHsxwRETHCOKR2ToRoNJ2Bf5 { display:block; }
 }@media only screen and (max-width: 763px) { #iRVwX4nxH8xuaI6vLESzqbqJQeB3ZUt2 { width:16.8125rem;height:2.4rem;top:19.375000476837rem;left:1.5937500596046rem;font-size:1rem;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:17.25rem;height:52rem;top:7.3740234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDcRzDiizbxoUVyLwcIkvBn7oCBnAVKW { width:20rem;height:22.25rem;top:59.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f74QB6TTu5DNOtTdwUTUTXhTWz3ostlU { width:18.3125rem;height: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:72rem;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) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #Efu2wV9OUDmAGmg1cnTz7zTriSaXpWzT #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #AsvzTrQrP9TTzmsgJIrSrZqzSxeUfXUe { width:20rem;height: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:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv2Shc1mmdfcdTouFD0WUEnTZAf2ZCzG { width:20rem;height:8.325rem;top:15.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGEm4D7bypdT06w55R8GGydAcUoPdeiX { top:45.4375rem;left:1.34375rem;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:50rem;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:24.703125rem;left:1.34375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXBplu1pOaSCP0NbpOU83oiLuqGeKTay { width:9.125rem;height:3.1875rem;top:1.625rem;left:5.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ePx7pvTLpTzJa0qJvx37nIAidBBCQU { width:7.8125rem;height:1.4625rem;top:2.5rem;left:6.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FfvZ2FIMO38BAlaQIR4EcugdT3IcdFx2 { width:9.125rem;height:3.1875rem;top:6.0625rem;left:5.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRM4gVgCwMP2pGwdxSdNx8kTso4DcvVn { width:7.8125rem;height:1.4625rem;top:6.9375rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bseJ6nHvTqlEbu8EIB0IRlnWtLvHCA4X { width:9.125rem;height:3.1875rem;top:10.5rem;left:5.4375rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alSLESnmKCRrCuoBApfk30GZpTGCp0sn { width:7.8125rem;height:1.4625rem;top:11.375rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #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; }
 }