.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:229,223,241;--color-primary-1:177,158,213;--color-primary-2:125,93,185;--color-primary-3:93,52,167;--color-primary-4:37,18,70;--color-secondary-0:254,254,225;--color-secondary-1:252,251,154;--color-secondary-2:248,246,52;--color-secondary-3:124,123,26;--color-secondary-4:37,37,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { background-color: transparent; background-image: none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container > .video-iframe-container { display: none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row > .video-iframe-container { display: none; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .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); }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { border-width: 0; border-radius: 0; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { font-size:0.875rem;font-family:arial;height:5.1375rem;width:60rem;position:relative;display:block; }#KFX3MkVkocBQ1sR1R0Tswcz2MUiNU4gA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24985625rem;width:9.812375rem;top:0.94334107637406rem;left:0rem;overflow:hidden;display:block; }
#ZmkucL0zp90pu4HF4tCBkcxsPBclmSff { background-color:rgba(var(--color-secondary-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-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4120910167694rem;left:50.499850273133rem;display:block; }
#kQqrVErrPcTgFrrKD0aU8yCclG9Ez16p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .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; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.335rem;padding-right:0.29rem;padding-bottom:0.335rem;padding-left:0.29rem;display:block;align-items:center;width:1.74125rem;min-width:1.74125rem;height:1.799375rem;position:relative;font-family:var(--headlines-font-family);font-size:1.339375rem;font-weight:700;line-height:28.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.321875rem;height:0.71125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.503125rem;font-weight:400;line-height:11.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw { 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:9.9375rem;height:3.390625rem;padding-top:0.41875rem;padding-right:0.415rem;padding-bottom:0.41875rem;padding-left:0.415rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.45341703295707rem;left:37.903033256531rem;z-index:15017; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BATTRfBVs3DoOHlsGquU0TcbLAod1fP6 { display:flex;position:relative;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #s7GMuZRUP6ebuA0O5mxDPGT10XG3xShL { width:auto; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #CStPm0iqBqsbT7ETJNmyuJXTomUApryS {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BzXHV5MVlmEbUm51XBMwTqsfzl1fwm5O { display:flex;position:relative;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #B56UvIJvFvSZxKotJz092QT1182VfT0H {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #SCO2ZiI3u5eruJXGiHPFuPBaTNTcHv3s {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #wliQNSZaO9FvGtlHHga9opusHHy6CZ5J { display:flex;position:relative;top:0rem;left:0rem; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #AISXR1tqSBTfWye1LZIo9vbDtmw1KuE4 {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #HAlEI2O1kguUx1m57kqilp22mAM76Fzw {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #MTe4VtcScnXo428htrkrdFeh7sIRbB0M { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #lUhEm2R65q66VsIbAQ2PXiR656LzmEiI {  }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #eQz4Ccans3N3asAJ3xPuKRbMyR3Sx2E0 {  }
#y6NsmKg3DykXuaQA4Ien4dMSCp8UoI5C { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0625rem;left:14.5625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#kxgZqZ71K9wEyaGsH8osgbIzgh0o80pH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:23.75rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#HmUWcyL7GWdMD3DHCgUNHgXMXCEkpaUw { box-sizing:content-box;height:0.9375rem;width:0.249708125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:28rem;display:block; }
#TxFQMid4rrSTuJFvKdqX6WMrNoObhW2W { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#qOkuqwoUTc94MBH3sdQ7r0LXL2F1vq5Q { box-sizing:content-box;height:0.9375rem;width:0.249708125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:15.625rem;display:block; }
#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1be0713e-1715-44ab-95e1-7370c9aa58e5/1291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn.adaptive-delivery-prevent-bg, #TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn.lazyload, #TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn.lazyloading { background-image: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { background-color: transparent; background-image: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,36,0.71); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container > .video-iframe-container { display: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,36,0.71); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row > .video-iframe-container { display: none; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .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); }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { border-width: 0; border-radius: 0; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#VcKAv2WMkhfkqxIh30Q0cn5Hzm1M8tuJ { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1869375rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.62456035614rem;left:4.9058122634887rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#CEK8JrHyB9GzUDRTrQTS0KpKr1y5gXz7 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.374121665954rem;left:8.7186040878294rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#FluEU6B3JTW0e3fSez3XcPHBTCEceo5c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:39.1875rem;left:8.625rem; }
#VR5mDmeIoEA4g8Vc9pcQHa2KFQXSOxxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.8125rem;left:12.1875rem;height:2.5994375rem;text-align:left;text-align-last:left;display:block; }
#NumCNKQDMQyKXJhDxbq1Ur6253owbmvo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:39.1875rem;left:24.4375rem; }
#nxW0wXXxhqZ2cD1vbqFz8TZGXHy7upHi { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.5rem;left:27.6875rem;height:1.29971875rem;text-align:left;text-align-last:left;display:block; }
#hAPmMDrxo9PgpQFu5N8zq4RImxxSaD3G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:38.875rem;left:36.875rem; }
#n6HIRmb5gA77IDCUbD9xBngIOqIzQfT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.8125rem;left:39.875rem;height:2.59943125rem;text-align:left;text-align-last:left;display:block; }
#AIECaSoZM1cxVk8WmaHNRONNdlUZICDA { background-color:#f8f634;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.30083375rem;height:3.238315rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.4375rem;left:21.25rem;display:block; }
#mFNtt8c9Ry4JfEhnCmEQc5wG2CrHdiSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0K9iTGO8E2iunQWhFzQPoOt541SPIcK { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.8125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .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; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.700625rem;padding-right:0.60125rem;padding-bottom:0.700625rem;padding-left:0.60125rem;display:block;align-items:center;width:3.610625rem;min-width:3.610625rem;height:3.76375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.80125rem;font-weight:700;line-height:60.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.81375rem;height:1.488125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.05125rem;font-weight:400;line-height:23.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz { 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:23.249875rem;height:7.091875rem;padding-top:0.283125rem;padding-right:0.281875rem;padding-bottom:0.283125rem;padding-left:0.281875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.623687744141rem;left:19.278620719909rem;z-index:15018; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #JFyqgbwNfPmXOO2KZZoC2xTwuxJh2i6L { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #lbc7GiaePnSs35AwdnPGKM63qcFS76Xc { width:auto; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #I1FEsPuVN1yvM8w4gU6VnVkM29w2Nbxn {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #sGNfgOH7x0WWkNUHu5HHkUAxTX3J1Qh2 { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #bw0sf3bI0miupqfCi2TZtiVSmuylFEwb {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #Q5rLXA3VDsneSbTfoMaVEMrAEGbwvnLW {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #fsW9LNU2aqz5FTqRGTi7zkZ3JgHKG1pP { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #uyzKidhpuExTbdbw49hw1E2tSede9mo6 {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #y1LDNRGxaBesJaP0mgaW1Tt6zXH7h8Hq {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #IbMArqA7rq18XripWVZrOncoe8V16n2x { display:flex;position:relative;top:0rem;left:0rem; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #TfaV4iTtoWZaldB8xP7nThlnpgWPyhT8 {  }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #WGDBsWJWaW8Vt84u0Px8ieEmJsLiXLQu {  }
#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { background-color: transparent; background-image: none; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container > .video-iframe-container { display: none; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row > .video-iframe-container { display: none; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .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); }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { border-width: 0; border-radius: 0; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { font-size:0.875rem;font-family:arial;height:29.219042125rem;width:60rem;position:relative;display:block; }#R1EnIS1nCXoUW7DyTH6Bpvi8RonJzPrF { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1869375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#n2qG7SxklZJJJTM4vfLhyFtHKRiV63ID { color:rgba(var(--color-tertiary-0),1);display:block;width:17.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:2.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#lpomfsGxmsan3BxTguR2TUxKuPfNW1ck { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ievaQ9yHDAb6nzz6c7C91x94Koro3AqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5625rem;left:42rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#yqSCkfq8FxyGO80xZ2IpJ1BMn1KXosJI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.87485625rem;width:3.87485625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.1875rem;left:9.3125rem; }
#etrmp8V2WbkspC5kTwodJioI4KQwSNNi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.87485625rem;width:3.87485625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.1875rem;left:28.375rem; }
#pDDXx8W676SlaokBNQiPDB2koRxxCnSG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.87485625rem;width:3.87485625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.1875rem;left:47.875rem; }
#dHUNkGcBfNVTkfFqFCNTIpw45zLdziAx { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1864375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9742546081543rem;left:4.9050064086914rem;height:5.3622125rem;text-align:center;text-align-last:center;display:block; }
#A7IeGIED9Fm95DSmCobstiMwGzn9szeF { border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1be0713e-1715-44ab-95e1-7370c9aa58e5/1291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF.adaptive-delivery-prevent-bg, #A7IeGIED9Fm95DSmCobstiMwGzn9szeF.lazyload, #A7IeGIED9Fm95DSmCobstiMwGzn9szeF.lazyloading { background-image: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { background-color: transparent; background-image: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,36,0.68); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,36,0.68); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .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); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { border-width: 0; border-radius: 0; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { font-size:0.875rem;font-family:arial;height:42.920455rem;width:60rem;position:relative;display:block; }#cKTQDvUu6OzH9yNqsNkh2ESJMN3nn04S { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1864375rem;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:8.49005651474rem;left:4.9041175842285rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IFCAfUVv6dtkv6qXHysTk2VSz5bd2Wzq { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0619375rem;width:34.6875rem;top:14.999108314514rem;left:12.372156143189rem;overflow:hidden;display:block; }
#dvzCu0N5y071uWDRysENDNUkQpxL35Il { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1864375rem;position:absolute;font-family:"playfair display";font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.5509586334229rem;left:4.9050064086914rem;height:5.36221875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BRigDNwUhndw4fclCChNHSDuJaVJkVKl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { background-color: transparent; background-image: none; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container > .video-iframe-container { display: none; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row > .video-iframe-container { display: none; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .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); }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { border-width: 0; border-radius: 0; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { font-size:0.875rem;font-family:arial;height:100.75rem;width:60rem;position:relative;display:block; }#CJQoCCH5VpOZzZaP5m33nTeP6IrUSRPU { color:rgba(var(--color-tertiary-0),1);display:block;width:43.874875rem;position:absolute;font-family:"playfair display";font-size:1.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4991331100464rem;left:8.062207221985rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rzXGIDSLPcUbSl6uHp0DUpaBB7xssvN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.875rem;height:7.716625rem;text-align:center;text-align-last:center;display:block; }
#HtZtorJ09zwdWfKz8r0wK5AAaGVoc7zL { box-sizing:content-box;height:0.061257125rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.061428070068rem;left:11.622869491577rem;display:block; }
#oW62GqPQdWuzHUndIwPNMmMfqRm6fKcv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.125rem;left:34.1875rem;height:7.716625rem;text-align:center;text-align-last:center;display:block; }
#H8bWHKtT7uQWhCSFJdnZui9kkt424F3Q { box-sizing:content-box;height:0.062144875rem;width:7.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.056102752686rem;left:40.93483543396rem;display:block; }
#bdDNugBU8ru2horIMplzTT7FglvBVtCT { position:absolute;display:block;z-index:15019;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:10rem;width:10rem;top:11.341995239257rem;left:10.373831748963rem;overflow:hidden;display:block; }
#nHMHhw6Ra6CvQiS3X7lXWvt8oH7UG27Z { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:11.185014724731rem;left:39.530516624451rem;overflow:hidden;display:block; }
#SgHGVZueoCqAyULTnAg0BLATeS9FwNX7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:47.561080932618rem;left:4.8110790252686rem;height:6.1733rem;text-align:center;text-align-last:center;display:block; }
#cUu6yTy2dWhaITwnceHx8xKK7fhSa7dD { box-sizing:content-box;height:0.061257125rem;width:7.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.562501907349rem;left:11.560369491577rem;display:block; }
#ZpgcsbmIgM8SLUB0yRdNQCICIWeV7EEu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.561611175537rem;left:31.529649734497rem;height:9.25994375rem;text-align:center;text-align-last:center;display:block; }
#nyEO1O8INrTwBM3FVf3VL50LukJ07cCT { box-sizing:content-box;height:0.061257125rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.562853813171rem;left:40.93483543396rem;display:block; }
#dkZ9d6VvZVUTsI0TPWFrVaIsbZIhG87e { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:85.624999046325rem;left:11rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#uTAn9VmviThHhOJgAcwKsH6pH86DPdTf { background-color:#f8f634;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.36289625rem;height:3.3003775rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:94.687499403956rem;left:21.312501907349rem;display:block; }
#EF9uO3FC8a5oJRo65nghyTRSlfuk8b6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJqMhcwx4etUwwdS56EIGmS0P4AF9yh0 { box-sizing:content-box;height:0.0620619375rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:96.312499284744rem;left:0rem;display:block; }
#gST2F6QoFTaVDUelWKu2H2U5Oh9h6DNf { position:absolute;display:block;z-index:15020;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:10rem;width:10rem;top:36.561791419983rem;left:10.294744491577rem;overflow:hidden;display:block; }
#HLn50hNnb9oxNo3ZSuBww7LpQCXfscPW { position:absolute;display:block;z-index:15021;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:10rem;width:10rem;top:36.561965942382rem;left:39.686609268189rem;overflow:hidden;display:block; }
#JXufdMM89CVmlOQnXekCn6WWN2GvZGXV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:21rem;left:0rem;display:none; }
#AJMmP1Vhv4clQh3sk6zhVXkcllytAhTh { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:11.625rem;display:none; }
#MODX8AUQ4bMh8nz7ZS6ZaQCHpdRKBfTw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:45.375rem;left:0rem;display:none; }
#VbD7FhLRTVxTwe8nVgOtDHpiRJRxzNZv { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:67rem;left:0rem;display:none; }
#F1yrv0TdrfxAubWLnCDCoVtJkZNRfVTw { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:11.625rem;display:none; }
#CZtw5AdkwJ4lznuTq8lsBT8tV8TctZJ4 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:48.437351703644rem;left:40.936766624451rem;display:none; }
#sxI6JhMfLpJK62iTbwKnJrlZfy00Tfde { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:85.125rem;left:0rem;display:none; }
#OoWgArTyMGLtWkSo0dTcvLFaniSPKrOm { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:11.625rem;display:none; }
#cn8CctRSlZTsHm2isBay9lhJR1RIJNN5 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:48.437351703644rem;left:40.936766624451rem;display:none; }
#WURSWHGdXnqICga3XR8E5cSpqA3BZH3J { box-sizing:content-box;height:0.0620619375rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:87.5rem;left:0rem;display:none; }
#u4BA3vWH4f8CLq4uTWnTT9nSnDl1V2ln { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:11.625rem;display:none; }
#JkP8Vnkv1I4SPkma6MxvGPHWTsNnh9d6 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.4375rem;left:11.625rem;display:none; }
#QIXDXHLwzQzC3S7QgE586gN6Tli30F4b { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:72.462360382081rem;left:19.500001907349rem;height:9.25994375rem;text-align:center;text-align-last:center;display:block; }
#Maf3yTHh73BMzKVmmGzrSNI4iTLs9qbT { box-sizing:content-box;height:0.062144875rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:77.0625rem;left:26.25rem;display:block; }
#dO61VunsrteCClA8e8mLOIGC9SxmF1Di { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:61.187503814698rem;left:24.843751907349rem;overflow:hidden;display:block; }
#TkyBBESFmO8JegCB46Kv4qzkKux1Xolc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:107.8125rem;left:0rem;display:none; }
#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1be0713e-1715-44ab-95e1-7370c9aa58e5/1291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A.adaptive-delivery-prevent-bg, #w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A.lazyload, #w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A.lazyloading { background-image: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { background-color: transparent; background-image: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container > .video-iframe-container { display: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row > .video-iframe-container { display: none; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .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); }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { border-width: 0; border-radius: 0; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#GWxZEAuVBlZnBIQzpzR0RDEhznNBdCxM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9994375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.875rem;left:11rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#TTEOoQdq3Kg4EfuMHLeoCZTEF5Q65OSE { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:9.375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#LWLqPBWCOyNJGcvJEw5kCPWMOZRX2GMg { box-sizing:content-box;height:6.06235625rem;width:6.06235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.452392578125rem;left:7.7175817489625rem;display:block; }
#TKtn9neB3QxW4QfuPbu0ntBFNV9gLguT { color:rgba(var(--color-primary-4),1);display:block;width:4.375rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.076953887939rem;left:8.4983930587769rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uqQr9GTJVgrFwwLWZaH0gSSPI2AJTLFb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:42.6875rem;left:6.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#n2rRTp7lKSiezcFXDFU8XIuL01NT3rpE { color:rgba(var(--color-tertiary-0),1);display:block;width:31.687375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.247661590576rem;left:14.155957221985rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#SOMEK6Z1JRBpJmSa2dqmAFP8EGKMHfmc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:41.875rem;left:22rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tmUuGRoTo65Hpditpu5hrmEO8GIr8mnS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:41.9375rem;left:42.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#A9Bb4gStX9li7faqxcQUWI9o4x4k7nsX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68735625rem;width:1.68735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:42.6875rem;left:18.375rem; }
#LMayerUQ2UgrdoPEEWKqv4gVst6yEgbK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68735625rem;width:1.68735625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:42.6875rem;left:39.75rem; }
#OAGKFkJhIEuO4cyiEDbxseqMpLJOckEp { background-color:#f8f634;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.23877125rem;height:3.1762525rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:49.687496185302rem;left:21.348567008972rem;display:block; }
#HSCNu3LdDFBiXK73O8Ro7ALBSGs8Xr3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ax2uDNhZTo1MJldm36C7CrTLXPbn8iw2 { box-sizing:content-box;height:0.0620619375rem;width:7.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.3125rem;left:26.25rem;display:block; }
#uSdAyrIBD43rcGMpUsmxVNOUTIGOyMvL { box-sizing:content-box;height:6.06235625rem;width:6.06235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:27rem;display:block; }
#saU9oxlAFvo5k7KJIGs0FXM5ye93upT9 { color:rgba(var(--color-primary-4),1);display:block;width:4.375rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.125rem;left:27.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nZeovMPJZgqtOkOF6zU3AQgODpnRAvxl { box-sizing:content-box;height:6.06235625rem;width:6.06235625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:47.0625rem;display:block; }
#VTuVa9yUTk0hRsEG5ohivTvhZH6rpFpg { color:rgba(var(--color-primary-4),1);display:block;width:4.375rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:35.125rem;left:47.875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#dSrKnpAPixBtzwdHQQh8lerXwBA0MF0o { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:19rem;left:0rem;display:none; }
#De9850AiyHGSVhsxgxB3T0H605GpTzZf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:30.875rem;left:2.6875rem;display:none; }
#gTLbsivLJmn1iZPSwJ7sIkzMWDRdGBHL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:43.625rem;left:2.6875rem;display:none; }
#JQMRZCzbOtDgOTDnKwyKqBV2ZfWG7QPL { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.2485799789429rem;left:10.998754501342rem;height:5.1988625rem;text-align:center;text-align-last:center;display:block; }
#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1be0713e-1715-44ab-95e1-7370c9aa58e5/1291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3.adaptive-delivery-prevent-bg, #MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3.lazyload, #MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3.lazyloading { background-image: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { background-color: transparent; background-image: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container > .video-iframe-container { display: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row > .video-iframe-container { display: none; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .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); }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { border-width: 0; border-radius: 0; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { font-size:0.875rem;font-family:arial;height:44.9532710625rem;width:60rem;position:relative;display:block; }#velhVvNWXeg4FzuSDFZKk4aSkOvCLzW9 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#DBItbnMlqmfVOW6cuNU8HX2NbtF3D7vK { box-sizing:content-box;height:31.9375rem;width:20.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5617895126344rem;left:39.437143325806rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VDcxZO5uXNVL4pgUkRvR8v6T86Z9sTTs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.81214427948rem;left:42.374822616577rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TcXo4oZb6kksyTiTeEHFFIpl4qDiQZE0 { color:rgba(var(--color-secondary-2),1);display:block;width:9.8748125rem;position:absolute;font-family:outfit;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.430042266846rem;left:44.836645126343rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TP4rnAeeItFynzKP9t23CTk6HBu8Turk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.061965942382rem;left:42.687322616577rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TP4rnAeeItFynzKP9t23CTk6HBu8Turk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TP4rnAeeItFynzKP9t23CTk6HBu8Turk li:before{  }
#W51QSfmhwwDe1eUNQkMzcgXrzdsEdS97 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.2494668960569rem;left:48.437498092651rem; }
#BuFL35y2swgIZGhZtgI3Wi8RIDDLmMbT { background-color:rgba(var(--color-secondary-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-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1244375rem;height:2.31235625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.499822616577rem;left:44.18678855896rem;display:block; }
#il4vubnd5NTKMUXTmzG9B8GWZKJ2v1DJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLNvts6DCXyWDIy1VlU4A3ZSu7Utbkfx { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .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; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.8475rem;padding-right:0.7375rem;padding-bottom:0.8475rem;padding-left:0.7375rem;display:block;align-items:center;width:4.424375rem;min-width:4.424375rem;height:4.551875rem;position:relative;font-family:var(--headlines-font-family);font-size:3.38875rem;font-weight:700;line-height:72.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.53rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.898125rem;height:1.799375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.270625rem;font-weight:400;line-height:28.79px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W { 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:27.625rem;height:8.57625rem;padding-top:1.05875rem;padding-right:1.053125rem;padding-bottom:1.05875rem;padding-left:1.053125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.875rem;left:0rem;z-index:15016; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #QNbqLXqSkMTv53rNs9g6GO1NvaFvbhG7 { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #lLf1mKXE1Kz4kBZBTmk6ZBlD5k5cIFUv { width:auto; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #D5IpQwhRnJtPMaoR6XllQqdvROUIhXWQ {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #RTtl3U9rdTDebWcoyhnwyG7PR1FxwVIS { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #qOW561bOK0x4cDIZWlFzrf1KzWL8SxrO {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #bQpudkvNSR6wXWlMqNkLzoRSOn9RnEgJ {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #aXBJdktesq7RSglynEisAgsKf08ZOAX7 { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #zT2s8E5dgxZXPMl35ugfp4LWoKRfVDMA {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #reh6VMkyt90Kf1bBfwHvLgiU6B4Zeyhk {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #cxuuHpzNxDmmmHvJxZwvCPfngPXBXr6w { display:flex;position:relative;top:0rem;left:0rem; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sVufMK4U3ya8mupOTukTTxre3vDkKIVH {  }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sZyCZz1KOqwT3kqchGecEiBL0RSA3NrI {  }
#VKbB1TJNsD7gzAyPRtFew9uiAOv0TI1v { color:#ffffff;display:block;width:16.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.234018325806rem;left:41.431997299194rem;height:2.7613625rem;text-align:center;text-align-last:center;display:block; }
#tatM0ftRSdAtBkgu47esQRf45BZrF3i0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:8.3125rem;left:1.125rem;display:none; }
#SGBkON2p089C18Ni6d07G1OBhZ2qRpyp { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8739375rem;position:absolute;font-family:outfit;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.866121292114rem;left:44.836645126343rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { background-color: transparent; background-image: none; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container > .video-iframe-container { display: none; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row > .video-iframe-container { display: none; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .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); }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { border-width: 0; border-radius: 0; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { font-size:0.875rem;font-family:arial;height:22.323863625rem;width:60rem;position:relative;display:block; }#aRKvo4ZWA61utMJnUhABv7GcPSzQc11M { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1875rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8121337890625rem;left:4.8748207092285rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#pb4b2g4OtmExtuKcnXI0wssuXlTt03ka { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10rem;left:7.6873207092288rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { background-color: transparent; background-image: none; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container > .video-iframe-container { display: none; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row > .video-iframe-container { display: none; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .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); }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { border-width: 0; border-radius: 0; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:60rem;position:relative;display:block; }#BEglFnPoQxwDzaWLwzook3ZTpWCDqpwu { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1869375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#wbZy6SzxkvpsMscT7xastiLFoZWpGtw5 { color:rgba(var(--color-primary-3),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21rem;left:9.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#GOLRolNTaMJzT44vdT2TRSvTwOtSdmAt { box-sizing:content-box;height:45.75rem;width:53.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.75rem;left:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#W6IUnNOf2RD0EXvOyVD73L6kTiTqahML { color:rgba(var(--color-secondary-2),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.75rem;left:9.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#B0NMJHfdI8xteTMrcwgD2V88y5esog6U { color:rgba(var(--color-primary-3),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.8125rem;left:9.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MgbaEQTFlEL3ghmZ2xCL8VoShq35QmrH { box-sizing:content-box;height:5.9375rem;width:36.4996875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:11.6875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#dIEqFscXPzCFDCkhzam1baTQ1TQOndxN { box-sizing:content-box;height:5.9375rem;width:36.499rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:30.3125rem;left:11.625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#udy6IGNZ7LPZXZPk83Umh2ZyOa81Zoso { box-sizing:content-box;height:5.9375rem;width:36.499rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:11.6875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#zemu4SsiAqXDsl2iWtIQt1cnBW99UtoP { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.0625rem;left:27.75rem;display:block; }
#rLeaXmKtbsftehVQyodVIQwEm6sWIpF6 { color:rgba(var(--color-secondary-2),1);display:block;width:4.375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5rem;left:27.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#EHywtatrDbTT3k2V54CzVkBwmSoSI16h { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;left:27.75rem;display:block; }
#tED2iPBXC3eSTsvcJwJB264cg2CMOJZ2 { color:rgba(var(--color-secondary-2),1);display:block;width:4.375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:27.5625rem;left:27.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#UX8ICA8Jsk1lVA7uLbTTbo23z9tkZi1s { box-sizing:content-box;height:4.311475rem;width:4.311475rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:27.75rem;display:block; }
#mR1X4EkSI265qQNP6UraIAcQvOhMVZhp { color:rgba(var(--color-secondary-2),1);display:block;width:4.375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.375rem;left:27.75rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#aLLvHsPHDoJHxTaX61tZzB16bQPTR0Rq { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#SbXbN4hw3kffUZhD1qMOym4tfeLrEibG { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#NHyr72xiNNki2KsksTbCM0NiZIAaCH3p { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo { border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-primary-3),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; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { background-color: transparent; background-image: none; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container > .video-iframe-container { display: none; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row > .video-iframe-container { display: none; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .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); }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { border-width: 0; border-radius: 0; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { font-size:0.875rem;font-family:arial;height:35.4602275rem;width:60rem;position:relative;display:block; }#nRaRLDERO079RtDOCFOCmFL39oArL2SO { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4302015304566rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#hLeR6uEPrHDDHzH5a5yXrtCLUgFn5R1y { position:absolute;display:block;z-index:15006;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:18.75rem;top:0rem;left:41.1875rem;overflow:hidden;display:block; }
#l5WMkXFsOO2zCom2o22wTQ3eWoHhmoIi { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4371875rem;width:18.75rem;top:10.4375rem;left:41.1875rem;overflow:hidden;display:block; }
#gABoUBSFPkRc9NFznm1k0tKdhmKW0Rrp { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4371875rem;width:18.75rem;top:22.875rem;left:41.1875rem;overflow:hidden;display:block; }
#HI0tnFTOQ0BrhrWwuwFdxQF3S45TaOf8 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.220796585083rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#r6qD4mSW8A9r889QCT8ACynkTB5tHPva { position:absolute;display:block;z-index:15017;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:2.12470625rem;width:12.7496875rem;top:21.747223377227rem;left:1.1864776611328rem;overflow:hidden;display:block; }
#quHw8xsyclQGZccwNG6AxUTIaJZQs0wr { position:absolute;display:block;z-index:15018;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:1.12441875rem;width:10.124875rem;top:22.451370716095rem;left:14.874415397644rem;overflow:hidden;display:block; }
#ePR9bOkcRWGV39qI4HxKVTmS232O4bqf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:8.5618125rem;top:26.9375rem;left:14.875rem;overflow:hidden;display:block; }
#elMfOh4VpTxQKpL9fdT9iQUdDLVbvfwK { box-sizing:content-box;height:19.75rem;width:38.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:15.397375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;display:block; }
#e6oyXgXlquuJAnTVMkFiX5Rh6bscxlr5 { position:absolute;display:block;z-index:15020;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:2.1875rem;width:10rem;top:28.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#s8yhsWP2FTdV7TiauO0OLaEqnHoGSBiW { position:absolute;display:block;z-index:15021;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:1.81196875rem;width:10rem;top:28.5rem;left:25.875rem;overflow:hidden;display:block; }
#JI1S9u9OyqGym5D2y2Hnz4WWErB0fpmi { color:rgba(var(--color-tertiary-0),1);display:block;width:1567962.5rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.727074146271rem;left:21.146613121033rem;height:0;text-align:left;text-align-last:left;display:none; }
#EP35eaaxWA0ZBBK5yKle2C0DxAWqDXZy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6244375rem;position:absolute;font-family:"playfair display";font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.352081298828rem;left:14.936967849731rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NNKw3xxoNTBDHNv6GwviuQvSBiJ0x6LV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.2721948623656rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#MTO6ZbZcA0b4vOh09Akla00K96iUFMME { position:absolute;display:block;z-index:15019;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:2.99941875rem;width:8.8120625rem;top:21.309139728546rem;left:26.46831035614rem;overflow:hidden;display:block; }
#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { background-color: transparent; background-image: none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container > .video-iframe-container { display: none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row > .video-iframe-container { display: none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .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); }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { border-width: 0; border-radius: 0; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#n4NbwgCmmPmaCoP6KRAzyFpe0yGROTxv { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.625rem;left:4.8125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#kPMTSsLwPBvrox43zgImbLTHNvcfRLVV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.623975rem;width:7.312375rem;top:14.1875rem;left:31.5rem;overflow:hidden;display:block; }
#RS4Fhc3wcyoAuV9998peEGbG1iCZZBtB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4995625rem;width:9.187375rem;top:14.75rem;left:21.3125rem;overflow:hidden;display:block; }
#oUGeAdm6QRqdXlzdtT7D0Ju89MJ9r0Kr { box-sizing:content-box;height:11.5625rem;width:16.3120625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:22rem;left:21.8125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#Fv28DekmXBrKssrgP967aS3NdPPhBZMK { color:#ffffff;display:block;width:13.9369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:28.1875rem;left:42.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bfH5HZLCm4Ps29LXpS99O5Mrx70wGXca { box-sizing:content-box;height:11.5625rem;width:16.3120625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:22rem;left:41.3125rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#dkXxwW1qhyxDwhsayzpOXZWDEot8BCry { box-sizing:content-box;height:11.5625rem;width:16.3120625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:22rem;left:2.4375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#wxiVRPiPWk5hvLEa2AyHNtxBDUEvyEHV { color:#ffffff;display:block;width:13.9369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29rem;left:23.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RVomDb4PtkDE8IqxqgRpulUF0R5chOx8 { color:#ffffff;display:block;width:13.9369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.1875rem;left:3.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lmuDr8thpatgUSuASTPRJubnQLE9S2l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56235625rem;width:3.56235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.1875rem;left:8.9375rem; }
#S5v7gIZD2Azh5pBzOHkZsXbuJebRwQeS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56235625rem;width:3.56235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.1875rem;left:28.25rem; }
#cDAXXEKAqdElIBFi1V9OHSgWuumqpLER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.56235625rem;width:3.56235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.1875rem;left:47.75rem; }
#gJqKc3ZOdzi2FA5lquJhAfkwpTcEnecA { color:rgba(var(--color-tertiary-0),1);display:block;width:39.624rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.875rem;left:10.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ZoF0VXD9kK2yGnX239s9weU6hk1UcbtF { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#HH2AMDKKI8liCik2CoLaSVI9MJSoTQf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#gTG1dZXK4yTa3WOcUT2UOyflZ3CJJLQb { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(78deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { background-color: transparent; background-image: none; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container > .video-iframe-container { display: none; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row > .video-iframe-container { display: none; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .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); }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { border-width: 0; border-radius: 0; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:60rem;position:relative;display:block; }#CuXhzKVIv3UJhNWlwMqAL4CNU8EnynWd { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3745625rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.6873168945312rem;left:4.8748207092285rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#JlIVww4CVMIQzp1KEJSe8ndwrsg7WJQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.75rem;left:14.999998092651rem; }
#KGlwCptKl9Rt2lWIDJQFUA1vreupe8EG { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.4375rem;left:6.4994659423825rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#LSvbRxZdaPlzIJVS6HXJKEOtRFBgeacM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.686981201172rem;left:42.249639511108rem; }
#vV8aQLZ7TQ0pMJM4cOCa0TotaB2JSd1N { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.374481201172rem;left:33.686964035034rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#ENA5i8IlLCpR0nWuwKpdZIlZlAl6lAbW { box-sizing:content-box;height:24.5rem;width:23.625rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:10.937164306641rem;left:4.6875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#EgkKCV3cvU6TDq2wpWeQme2k4ouLIAvW { box-sizing:content-box;height:24.499875rem;width:23.6244375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:10.937164306641rem;left:31.874998092651rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#FFv8UHpVqc2g6J59wS91AHIMuI0ewwsF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.561981201172rem;left:42.249639511108rem; }
#uuIbIAgTaC5hsJSdkMugeztc5OZiZTLm { box-sizing:content-box;height:19.3125rem;width:23.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:37.812164306641rem;left:31.874998092651rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#TkhBvR7tII4VcGrxsTgIdu4LTlhoOu1m { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:44.249481201172rem;left:33.686964035034rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#iRe5Pc30vKltKG5ouTKEsQPWAnHftxGT { color:#ffffff;display:block;width:20.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:44.3125rem;left:6.4994659423825rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#kwqslsJQe9QTpF7zmbF9iuNCzfs61vI5 { box-sizing:content-box;height:19.375rem;width:23.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:37.812164306641rem;left:4.6875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#eLpln8k4Ba9lX9bAcLkd1eBeElGmED20 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.625rem;left:14.999998092651rem; }
#mOHphcAkQ5K4ngcU2IXEpSlxUbvHhUs2 { background-color:#f8f634;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.23877125rem;height:3.1762525rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:60.749664306641rem;left:21.37428855896rem;display:block; }
#obOLfsksl7siwnp67t1Lau5fttf967TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6ff1eGR6TrTnALf5yw1ywBHnrQ9vcxz { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#N5IbVq2Sv7vNLq7LAVan6BrhHfuz1Lhb { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#fTbRJtRpcQxMJsabpzTNNa7iICAx12i2 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#xmkJlBlI7ITLxGEQgupnHonaSzOrICTO { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#BlPULfc7RAy22002hgLtFkdILGaRCtuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { background-color: transparent; background-image: none; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container > .video-iframe-container { display: none; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row > .video-iframe-container { display: none; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .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); }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { border-width: 0; border-radius: 0; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-3),1);background-image:none;vertical-align:top; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-style:normal; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .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;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;height:auto; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .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_2412f8e8cdb348f45ebfb8b8ed355e61c29d2ee5.svg");background-size:contain !important; }#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-trigger.adaptive-delivery-prevent-bg, #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-trigger.lazyload, #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-trigger.lazyloading { background-image: none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc { box-sizing:content-box;height:auto;width:38.3114375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5625rem;left:9.625rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #iAbCHo2qENOGWvagOew8A4W6zPECsOOZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #ErrsG7Xv8M1HBT38JLAZF0eKtOeEDoat { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #AO3WRZ4E8DPnVQEJcgN8gFnNSLgFyZbC { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #G4XTtoPaXPyG9QKQZMDE0KXnPrsZ8Jk3 {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #qCwhlP5VmX9kNZZu6hZ41HZZVNRFbOh1 {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #xntxqprKPs7N3D9JUT8XtavQ5smAwNrE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #IJMGenRV1loqNr3SNceLDl3qHLdEp80e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #p4O5SdxcDmFviwohWmvMmwqkxfEiaD3v { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #vnPzZASl9SUUKMBasJOL7VJTgqMhsS7L {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C4GuSMJPKH1TdT5NthD5ndTl0i4ntM4e { display:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lwdINRtaeZIGlm3ZApaZBzJhsls0a8ih { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Qnami1l6nn5UGnoHNqeyN8Ca9O38Wpz9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Ez8xymQkC3tm8KFRwlI3u6wkCGENQJMR { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #BKxLOQioM51R7ubZMxSvDxwh04T9tCBU {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #h29r8snSQsITWS9ZTVtfR0xb8bNWWPvZ { display:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #I9O08cCsL9mGRxzTKuPd1mNC1uLEdmqe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #cWAfB33tdFmW0NnEyJk3K8sQs3WrarLr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C3BNO9PAE6AEy9Rz6UHV5SBMU9xCXxO6 { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #zP3ZOE5O68Q9SX3gOdZ8RBSmuxL7JuVG {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #LplWRhnix0OwvJVRx14zWrUSrDno5VHb { display:none; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #nS11OsI73VxGF42Wz5TbqfWpzSVdpw0L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #MBtA5W465tazTa4XTrSPqZnT6FUWkIX0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #KmmxPehDx4xdLd9XMFgJnWuJTDWRf6q2 { display:block;position:relative; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #w3i2rHqbHHr9t1eQXhzMfkoop3NsVmrl {  }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lHbTrKs9v0kOdEIErPXZyK5KBM6ItPF6 { display:none; }
#zcfNnZckSATXnqIgg6aSU8kPS8TpuidG { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0625rem;left:11rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1be0713e-1715-44ab-95e1-7370c9aa58e5/1291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT.adaptive-delivery-prevent-bg, #RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT.lazyload, #RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT.lazyloading { background-image: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { background-color: transparent; background-image: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container > .video-iframe-container { display: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row > .video-iframe-container { display: none; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .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); }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { border-width: 0; border-radius: 0; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { font-size:0.875rem;font-family:arial;height:32.1407710625rem;width:60rem;position:relative;display:block; }#UPd3aXMsUuDTcSQeHaP1aPbEFdUTh1F2 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.9375rem;left:7.3125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#zbX9kqiDMBQLPs5x0fSCszmskTTZCTNC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.8125rem;left:11.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#G4o5gzTd1ZTTZF4q4aPDzrSS3Rb2nBJp { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.28764625rem;height:3.2251775rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.0625rem;left:21.375rem;display:block; }
#eOCeXuD422xppJJnWkqlZgbUytwKilil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHbCx7IpgZ6TRugEtMzFtkVVlRiQo53w { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:11.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .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; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.706875rem;padding-right:0.61375rem;padding-bottom:0.706875rem;padding-left:0.61375rem;display:block;align-items:center;width:3.68rem;min-width:3.68rem;height:3.7975rem;position:relative;font-family:var(--headlines-font-family);font-size:2.8275rem;font-weight:700;line-height:60.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.90625rem;height:1.50125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.06rem;font-weight:400;line-height:24.02px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W { 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:17.75rem;height:7.155rem;padding-top:0.883125rem;padding-right:0.87625rem;padding-bottom:0.883125rem;padding-left:0.87625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.3125rem;left:20.5625rem;z-index:15017; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #tVlpewpUzCrHL4UaabFLg6qVbtngkZTc { display:flex;position:relative;top:0rem;left:0rem; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #QVZKe4BTKrgcdvvzC34MHKqXfULlCwWW { width:auto; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #o16PgG6wWwyHVaSev2eT4H7OgIqveO4D {  }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #WL0uTnTG6lzCBtCS5UMqAkvGz2061Bg0 { display:flex;position:relative;top:0rem;left:0rem; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #FDCVbtM07fz2e3R2Dp3m6evviinbRuHS {  }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #N5Q9vAiTfsEGWM9zKAnmwTLDHkNiB2F8 {  }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #ikRaVHG6dpDD7hcEKgp4vnfMCab2CRKC { display:flex;position:relative;top:0rem;left:0rem; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #b5Ghi0rRcqWcBbI0ypfnMATHBpvWtKpo {  }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #kmTGB759JNHPG3Vf7A8XgoptI0wNufQF {  }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #htW3kCw2wT1qcKs6XEPGhvLchM9saKWs { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #u6dRt13T2M6xGp1KlOARBr7LNbNzOwn0 {  }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #H1ZvQRIvtm72xnL2kkzEnTTzTpaXZLft {  }
#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH { 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; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { background-color: transparent; background-image: none; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container > .video-iframe-container { display: none; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row > .video-iframe-container { display: none; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .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); }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { border-width: 0; border-radius: 0; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#gFwW0HLAVlEQWVHdMXWa2fKK1wErUomz { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4734230041504rem;left:5.0613317489624rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#A2ZNIJlDCfoMZlG2OcEThLqD8u3AcB6J { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4756126403809rem;left:24.062499046326rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CSkyJya1Nw91deQ1wqhKLU7BMy48SzOm { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4770736694336rem;left:44.061766624451rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nID0s5TO3RvHB3wPHCbUBnfZZylOInOF { position:absolute;display:block;z-index:15016;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:5.1869125rem;width:13.874875rem;top:5.6118564605713rem;left:4.0617704391479rem;overflow:hidden;display:block; }
#DzKiwDak9M9Vw5qxsyWIscqFu4Fl0Llu { position:absolute;display:block;z-index:15017;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:2.68691875rem;width:14.187375rem;top:6.8633174896237rem;left:42.905955314636rem;overflow:hidden;display:block; }
#HATIB7VZA4bVL9mt1uSHaa3pIlEii6ST { position:absolute;display:block;z-index:15018;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:7.3744375rem;width:7.6869375rem;top:4.0384044647217rem;left:26.15581035614rem;overflow:hidden;display:block; }
#nk2S2hPk7301x28wbnJWzHqWvKQZ5IW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:11.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#bgKqCZmzOKCVaoHDySt8voJLhldoaFUO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.8125rem;left:11.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#pu98ZoKsSWqVLgalgq5R90ndScZItQcI { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#C9KNssUEsGZa6Eicr71IgAcNOTeCf6BT { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#O1FCt9nMAurmrocGTtoCTQTIGWA92JM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.6875rem;height:8.123225rem;text-align:center;text-align-last:center;display:none; }
#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { background-color: transparent; background-image: none; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container > .video-iframe-container { display: none; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row > .video-iframe-container { display: none; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .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); }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { border-width: 0; border-radius: 0; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#adX2J4cmyGFl8763R49miwb4SV5kVnaG { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6593761444092rem;left:0rem;height:1.0563125rem;text-align:left;text-align-last:left;display:block; }
#SPdTOzweTJXH0L6BkLgyMtuyqAWHOzLS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.25rem;top:1.0000019073486rem;left:6.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 { display:block; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFX3MkVkocBQ1sR1R0Tswcz2MUiNU4gA { width:9.75rem;height:3.2291976649384rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkucL0zp90pu4HF4tCBkcxsPBclmSff { width:9.375rem;height:2.3125rem;top:1.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQqrVErrPcTgFrrKD0aU8yCclG9Ez16p { display:block; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .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; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .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; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw { display:flex;width:13.5rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BATTRfBVs3DoOHlsGquU0TcbLAod1fP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #s7GMuZRUP6ebuA0O5mxDPGT10XG3xShL {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #CStPm0iqBqsbT7ETJNmyuJXTomUApryS {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BzXHV5MVlmEbUm51XBMwTqsfzl1fwm5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #B56UvIJvFvSZxKotJz092QT1182VfT0H {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #SCO2ZiI3u5eruJXGiHPFuPBaTNTcHv3s {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #wliQNSZaO9FvGtlHHga9opusHHy6CZ5J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #AISXR1tqSBTfWye1LZIo9vbDtmw1KuE4 {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #HAlEI2O1kguUx1m57kqilp22mAM76Fzw {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #MTe4VtcScnXo428htrkrdFeh7sIRbB0M { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #lUhEm2R65q66VsIbAQ2PXiR656LzmEiI {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #eQz4Ccans3N3asAJ3xPuKRbMyR3Sx2E0 {  }
 }@media only screen and (max-width: 763px) { #y6NsmKg3DykXuaQA4Ien4dMSCp8UoI5C { width:14.6875rem;height:0.9375rem;top:2.0625rem;left:8.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxgZqZ71K9wEyaGsH8osgbIzgh0o80pH { width:18.4375rem;height:0.9375rem;top:2.0625rem;left:17.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmUWcyL7GWdMD3DHCgUNHgXMXCEkpaUw { width:0.1875rem;height:0.9375rem;top:2.125rem;left:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxFQMid4rrSTuJFvKdqX6WMrNoObhW2W { width:7.5rem;height:0.9375rem;top:2.0625rem;left:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOkuqwoUTc94MBH3sdQ7r0LXL2F1vq5Q { width:0.1875rem;height:0.9375rem;top:2.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn { display:block; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcKAv2WMkhfkqxIh30Q0cn5Hzm1M8tuJ { width:47.75rem;height:12.1875rem;top:6.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEK8JrHyB9GzUDRTrQTS0KpKr1y5gXz7 { width:42.5rem;height:4.8125rem;top:21.3125rem;left:2.5936040878296rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FluEU6B3JTW0e3fSez3XcPHBTCEceo5c { width:1.875rem;height:1.875rem;top:39.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR5mDmeIoEA4g8Vc9pcQHa2KFQXSOxxZ { width:11.6875rem;height:2.5625rem;top:38.8125rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NumCNKQDMQyKXJhDxbq1Ur6253owbmvo { width:1.875rem;height:1.875rem;top:39.1875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxW0wXXxhqZ2cD1vbqFz8TZGXHy7upHi { width:6.9375rem;height:1.25rem;top:39.5rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAPmMDrxo9PgpQFu5N8zq4RImxxSaD3G { width:2.5rem;height:2.5rem;top:38.875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6HIRmb5gA77IDCUbD9xBngIOqIzQfT9 { width:15.9375rem;height:2.5625rem;top:38.8125rem;left:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIECaSoZM1cxVk8WmaHNRONNdlUZICDA { width:17.1875rem;height:3.125rem;top:43.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFNtt8c9Ry4JfEhnCmEQc5wG2CrHdiSV { display:block; }
 }@media only screen and (max-width: 763px) { #H0K9iTGO8E2iunQWhFzQPoOt541SPIcK { width:20rem;height:5.625rem;top:14.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .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; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .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; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz { display:flex;width:18rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #JFyqgbwNfPmXOO2KZZoC2xTwuxJh2i6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #lbc7GiaePnSs35AwdnPGKM63qcFS76Xc {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #I1FEsPuVN1yvM8w4gU6VnVkM29w2Nbxn {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #sGNfgOH7x0WWkNUHu5HHkUAxTX3J1Qh2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #bw0sf3bI0miupqfCi2TZtiVSmuylFEwb {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #Q5rLXA3VDsneSbTfoMaVEMrAEGbwvnLW {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #fsW9LNU2aqz5FTqRGTi7zkZ3JgHKG1pP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #uyzKidhpuExTbdbw49hw1E2tSede9mo6 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #y1LDNRGxaBesJaP0mgaW1Tt6zXH7h8Hq {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #IbMArqA7rq18XripWVZrOncoe8V16n2x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #TfaV4iTtoWZaldB8xP7nThlnpgWPyhT8 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #WGDBsWJWaW8Vt84u0Px8ieEmJsLiXLQu {  }
 }@media only screen and (max-width: 763px) { #InoEvv6OG3Lly9OU4074qLtV3hF8bRvu { display:block; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1EnIS1nCXoUW7DyTH6Bpvi8RonJzPrF { width:47.75rem;height:5.625rem;top:4.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qG7SxklZJJJTM4vfLhyFtHKRiV63ID { width:17.5625rem;height:4.8125rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpomfsGxmsan3BxTguR2TUxKuPfNW1ck { width:17rem;height:4.8125rem;top:19.5625rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ievaQ9yHDAb6nzz6c7C91x94Koro3AqQ { width:15.625rem;height:4.8125rem;top:19.5rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqSCkfq8FxyGO80xZ2IpJ1BMn1KXosJI { width:3.8125rem;height:3.8125rem;top:14.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etrmp8V2WbkspC5kTwodJioI4KQwSNNi { width:3.8125rem;height:3.8125rem;top:14.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDDXx8W676SlaokBNQiPDB2koRxxCnSG { width:3.8125rem;height:3.8125rem;top:14.1875rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHUNkGcBfNVTkfFqFCNTIpw45zLdziAx { width:47.75rem;height:5.3125rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7IeGIED9Fm95DSmCobstiMwGzn9szeF { display:block; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKTQDvUu6OzH9yNqsNkh2ESJMN3nn04S { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFCAfUVv6dtkv6qXHysTk2VSz5bd2Wzq { width:34.6875rem;height:23.0619375rem;top:14.9375rem;left:6.2471561431885rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvzCu0N5y071uWDRysENDNUkQpxL35Il { width:47.75rem;height:5.3125rem;top:1.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRigDNwUhndw4fclCChNHSDuJaVJkVKl { display:block; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJQoCCH5VpOZzZaP5m33nTeP6IrUSRPU { width:43.8125rem;height:2.3125rem;top:4.4375rem;left:1.9372072219849rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXGIDSLPcUbSl6uHp0DUpaBB7xssvN7 { width:20.9375rem;height:7.6875rem;top:23.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtZtorJ09zwdWfKz8r0wK5AAaGVoc7zL { width:7.5rem;height:0;top:27rem;left:5.4978694915771rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW62GqPQdWuzHUndIwPNMmMfqRm6fKcv { width:20.9375rem;height:7.6875rem;top:23.125rem;left:26.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8bWHKtT7uQWhCSFJdnZui9kkt424F3Q { width:7.5rem;height:0;top:27rem;left:34.80983543396rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdDNugBU8ru2horIMplzTT7FglvBVtCT { width:10rem;height:10rem;top:11.3125rem;left:4.2488317489624rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMHhw6Ra6CvQiS3X7lXWvt8oH7UG27Z { width:10.3125rem;height:10.3125rem;top:11.125rem;left:33.405516624451rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHGVZueoCqAyULTnAg0BLATeS9FwNX7 { width:20.9375rem;height:6.125rem;top:47.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUu6yTy2dWhaITwnceHx8xKK7fhSa7dD { width:7.5rem;height:0;top:51.5625rem;left:5.4353694915771rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgcsbmIgM8SLUB0yRdNQCICIWeV7EEu { width:26.25rem;height:9.25rem;top:47.5rem;left:21.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyEO1O8INrTwBM3FVf3VL50LukJ07cCT { width:7.5rem;height:0;top:51.5625rem;left:34.80983543396rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZ9d6VvZVUTsI0TPWFrVaIsbZIhG87e { width:37.9375rem;height:5.6875rem;top:85.5625rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAn9VmviThHhOJgAcwKsH6pH86DPdTf { width:17.25rem;height:3.1875rem;top:94.625rem;left:15.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9uO3FC8a5oJRo65nghyTRSlfuk8b6S { display:block; }
 }@media only screen and (max-width: 763px) { #eJqMhcwx4etUwwdS56EIGmS0P4AF9yh0 { width:47.75rem;height:0;top:96.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gST2F6QoFTaVDUelWKu2H2U5Oh9h6DNf { width:10rem;height:10rem;top:36.5rem;left:4.1697444915771rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLn50hNnb9oxNo3ZSuBww7LpQCXfscPW { width:10rem;height:10rem;top:36.5rem;left:33.561609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXufdMM89CVmlOQnXekCn6WWN2GvZGXV { width:20rem;height:;top:21rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJMmP1Vhv4clQh3sk6zhVXkcllytAhTh { width:7.5rem;height:0;top:25.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MODX8AUQ4bMh8nz7ZS6ZaQCHpdRKBfTw { width:20rem;height:;top:45.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbD7FhLRTVxTwe8nVgOtDHpiRJRxzNZv { width:20rem;height:;top:67rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1yrv0TdrfxAubWLnCDCoVtJkZNRfVTw { width:7.5rem;height:0;top:25.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZtw5AdkwJ4lznuTq8lsBT8tV8TctZJ4 { width:7.5rem;height:0;top:48.375rem;left:34.811766624451rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxI6JhMfLpJK62iTbwKnJrlZfy00Tfde { width:20rem;height:;top:85.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OoWgArTyMGLtWkSo0dTcvLFaniSPKrOm { width:7.5rem;height:0;top:25.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cn8CctRSlZTsHm2isBay9lhJR1RIJNN5 { width:7.5rem;height:0;top:48.375rem;left:34.811766624451rem;display:none; }
 }@media only screen and (max-width: 763px) { #WURSWHGdXnqICga3XR8E5cSpqA3BZH3J { width:47.75rem;height:0;top:87.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4BA3vWH4f8CLq4uTWnTT9nSnDl1V2ln { width:7.5rem;height:0;top:25.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkP8Vnkv1I4SPkma6MxvGPHWTsNnh9d6 { width:7.5rem;height:0;top:25.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIXDXHLwzQzC3S7QgE586gN6Tli30F4b { width:20.9375rem;height:9.25rem;top:72.4375rem;left:13.375001907349rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Maf3yTHh73BMzKVmmGzrSNI4iTLs9qbT { width:7.5rem;height:0;top:77.0625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO61VunsrteCClA8e8mLOIGC9SxmF1Di { width:10.3125rem;height:10.3125rem;top:61.1875rem;left:18.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyBBESFmO8JegCB46Kv4qzkKux1Xolc { width:20rem;height:;top:107.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A { display:block; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWxZEAuVBlZnBIQzpzR0RDEhznNBdCxM { width:37.9375rem;height:2.8125rem;top:5.8125rem;left:4.8746433258057rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEOoQdq3Kg4EfuMHLeoCZTEF5Q65OSE { width:41.25rem;height:8.0625rem;top:14rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWLqPBWCOyNJGcvJEw5kCPWMOZRX2GMg { width:6rem;height:6rem;top:34.4375rem;left:1.5925817489624rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtn9neB3QxW4QfuPbu0ntBFNV9gLguT { width:4.375rem;height:4.0625rem;top:35.0625rem;left:2.3733930587769rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQr9GTJVgrFwwLWZaH0gSSPI2AJTLFb { width:9.25rem;height:1.5625rem;top:42.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2rRTp7lKSiezcFXDFU8XIuL01NT3rpE { width:31.625rem;height:2.8125rem;top:28.1875rem;left:8.030957221985rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOMEK6Z1JRBpJmSa2dqmAFP8EGKMHfmc { width:16rem;height:3.1875rem;top:41.875rem;left:15.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmUuGRoTo65Hpditpu5hrmEO8GIr8mnS { width:15.0625rem;height:3.1875rem;top:41.9375rem;left:32.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9Bb4gStX9li7faqxcQUWI9o4x4k7nsX { width:1.625rem;height:1.625rem;top:42.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMayerUQ2UgrdoPEEWKqv4gVst6yEgbK { width:1.625rem;height:1.625rem;top:42.6875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAGKFkJhIEuO4cyiEDbxseqMpLJOckEp { width:17.1875rem;height:3.125rem;top:49.625rem;left:15.223567008972rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCNu3LdDFBiXK73O8Ro7ALBSGs8Xr3A { display:block; }
 }@media only screen and (max-width: 763px) { #ax2uDNhZTo1MJldm36C7CrTLXPbn8iw2 { width:7.5rem;height:0;top:23.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSdAyrIBD43rcGMpUsmxVNOUTIGOyMvL { width:6rem;height:6rem;top:34.5rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saU9oxlAFvo5k7KJIGs0FXM5ye93upT9 { width:4.375rem;height:4.0625rem;top:35.125rem;left:21.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeovMPJZgqtOkOF6zU3AQgODpnRAvxl { width:6rem;height:6rem;top:34.5rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuVa9yUTk0hRsEG5ohivTvhZH6rpFpg { width:4.375rem;height:4.0625rem;top:35.125rem;left:41.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrKnpAPixBtzwdHQQh8lerXwBA0MF0o { width:20rem;height:;top:19rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #De9850AiyHGSVhsxgxB3T0H605GpTzZf { width:14.4375rem;height:;top:30.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTLbsivLJmn1iZPSwJ7sIkzMWDRdGBHL { width:14.4375rem;height:;top:43.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQMRZCzbOtDgOTDnKwyKqBV2ZfWG7QPL { width:37.9375rem;height:5.1875rem;top:6.1875rem;left:4.8737545013428rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 { display:block; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #velhVvNWXeg4FzuSDFZKk4aSkOvCLzW9 { width:34.375rem;height:2.8125rem;top:9.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBItbnMlqmfVOW6cuNU8HX2NbtF3D7vK { width:20.5625rem;height:31.9375rem;top:6.5rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcxZO5uXNVL4pgUkRvR8v6T86Z9sTTs { width:14.75rem;height:2.375rem;top:11.75rem;left:33rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXo4oZb6kksyTiTeEHFFIpl4qDiQZE0 { width:9.8125rem;height:4.0625rem;top:17.375rem;left:37.9375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4rnAeeItFynzKP9t23CTk6HBu8Turk { width:14.125rem;height:;top:22rem;left:33.625rem;font-size:0.9375rem;display:block; }#TP4rnAeeItFynzKP9t23CTk6HBu8Turk li:before{  }
 }@media only screen and (max-width: 763px) { #W51QSfmhwwDe1eUNQkMzcgXrzdsEdS97 { width:2.5rem;height:2.5rem;top:8.1875rem;left:42.312498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuFL35y2swgIZGhZtgI3Wi8RIDDLmMbT { width:11.0625rem;height:2.25rem;top:34.4375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4vubnd5NTKMUXTmzG9B8GWZKJ2v1DJ { display:block; }
 }@media only screen and (max-width: 763px) { #yLNvts6DCXyWDIy1VlU4A3ZSu7Utbkfx { width:35.375rem;height:11.3125rem;top:13.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .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; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .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; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W { display:flex;width:18rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #QNbqLXqSkMTv53rNs9g6GO1NvaFvbhG7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #lLf1mKXE1Kz4kBZBTmk6ZBlD5k5cIFUv {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #D5IpQwhRnJtPMaoR6XllQqdvROUIhXWQ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #RTtl3U9rdTDebWcoyhnwyG7PR1FxwVIS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #qOW561bOK0x4cDIZWlFzrf1KzWL8SxrO {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #bQpudkvNSR6wXWlMqNkLzoRSOn9RnEgJ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #aXBJdktesq7RSglynEisAgsKf08ZOAX7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #zT2s8E5dgxZXPMl35ugfp4LWoKRfVDMA {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #reh6VMkyt90Kf1bBfwHvLgiU6B4Zeyhk {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #cxuuHpzNxDmmmHvJxZwvCPfngPXBXr6w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sVufMK4U3ya8mupOTukTTxre3vDkKIVH {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sZyCZz1KOqwT3kqchGecEiBL0RSA3NrI {  }
 }@media only screen and (max-width: 763px) { #VKbB1TJNsD7gzAyPRtFew9uiAOv0TI1v { width:16.5625rem;height:2.75rem;top:30.1875rem;left:31.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tatM0ftRSdAtBkgu47esQRf45BZrF3i0 { width:14.4375rem;height:;top:8.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGBkON2p089C18Ni6d07G1OBhZ2qRpyp { width:9.8125rem;height:3.1875rem;top:14.8125rem;left:37.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE { display:block; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRKvo4ZWA61utMJnUhABv7GcPSzQc11M { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4b2g4OtmExtuKcnXI0wssuXlTt03ka { width:44.5rem;height:8.0625rem;top:10rem;left:1.5623207092285rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 { display:block; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEglFnPoQxwDzaWLwzook3ZTpWCDqpwu { width:47.75rem;height:5.625rem;top:9.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZy6SzxkvpsMscT7xastiLFoZWpGtw5 { width:41.25rem;height:3.1875rem;top:21rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOLRolNTaMJzT44vdT2TRSvTwOtSdmAt { width:47.75rem;height:45.6875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6IUnNOf2RD0EXvOyVD73L6kTiTqahML { width:41.25rem;height:3.1875rem;top:31.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0NMJHfdI8xteTMrcwgD2V88y5esog6U { width:41.25rem;height:3.1875rem;top:42.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgbaEQTFlEL3ghmZ2xCL8VoShq35QmrH { width:36.4375rem;height:5.9375rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEqFscXPzCFDCkhzam1baTQ1TQOndxN { width:36.4375rem;height:5.9375rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udy6IGNZ7LPZXZPk83Umh2ZyOa81Zoso { width:36.4375rem;height:5.9375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zemu4SsiAqXDsl2iWtIQt1cnBW99UtoP { width:4.25rem;height:4.25rem;top:16.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLeaXmKtbsftehVQyodVIQwEm6sWIpF6 { width:4.375rem;height:2.8125rem;top:16.5rem;left:21.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHywtatrDbTT3k2V54CzVkBwmSoSI16h { width:4.25rem;height:4.25rem;top:27.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tED2iPBXC3eSTsvcJwJB264cg2CMOJZ2 { width:4.375rem;height:2.8125rem;top:27.5625rem;left:21.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8ICA8Jsk1lVA7uLbTTbo23z9tkZi1s { width:4.25rem;height:4.25rem;top:37.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR1X4EkSI265qQNP6UraIAcQvOhMVZhp { width:4.375rem;height:2.8125rem;top:38.375rem;left:21.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLvHsPHDoJHxTaX61tZzB16bQPTR0Rq { width:20rem;height:2.5625rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbXbN4hw3kffUZhD1qMOym4tfeLrEibG { width:20rem;height:2.25rem;top:37.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHyr72xiNNki2KsksTbCM0NiZIAaCH3p { width:20rem;height:2.25rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo { display:block; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRaRLDERO079RtDOCFOCmFL39oArL2SO { width:28.4375rem;height:2.8125rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLeR6uEPrHDDHzH5a5yXrtCLUgFn5R1y { width:18.75rem;height:12.5rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5WMkXFsOO2zCom2o22wTQ3eWoHhmoIi { width:18.75rem;height:12.4371875rem;top:10.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gABoUBSFPkRc9NFznm1k0tKdhmKW0Rrp { width:18.75rem;height:12.4371875rem;top:22.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0tnFTOQ0BrhrWwuwFdxQF3S45TaOf8 { width:38.4375rem;height:3.1875rem;top:11.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6qD4mSW8A9r889QCT8ACynkTB5tHPva { width:12.6875rem;height:2.1143428454129rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quHw8xsyclQGZccwNG6AxUTIaJZQs0wr { width:10.0625rem;height:1.1174916897122rem;top:22.4375rem;left:8.7494153976437rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePR9bOkcRWGV39qI4HxKVTmS232O4bqf { width:8.5rem;height:4.5293870310755rem;top:26.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elMfOh4VpTxQKpL9fdT9iQUdDLVbvfwK { width:38.9375rem;height:19.75rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6oyXgXlquuJAnTVMkFiX5Rh6bscxlr5 { width:10rem;height:2.1875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8yhsWP2FTdV7TiauO0OLaEqnHoGSBiW { width:10rem;height:1.81196875rem;top:28.5rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1S9u9OyqGym5D2y2Hnz4WWErB0fpmi { width:47.75rem;height:0.625rem;top:15.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EP35eaaxWA0ZBBK5yKle2C0DxAWqDXZy { width:8.5625rem;height:2.375rem;top:16.3125rem;left:8.8119678497312rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNKw3xxoNTBDHNv6GwviuQvSBiJ0x6LV { width:28.4375rem;height:2.8125rem;top:6.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTO6ZbZcA0b4vOh09Akla00K96iUFMME { width:8.75rem;height:2.9782941351698rem;top:21.25rem;left:20.34331035614rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO { display:none; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n4NbwgCmmPmaCoP6KRAzyFpe0yGROTxv { width:47.75rem;height:2.5625rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMTSsLwPBvrox43zgImbLTHNvcfRLVV { width:7.25rem;height:4.5838133985196rem;top:14.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4Fhc3wcyoAuV9998peEGbG1iCZZBtB { width:9.125rem;height:3.475803242221rem;top:14.75rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGeAdm6QRqdXlzdtT7D0Ju89MJ9r0Kr { width:16.25rem;height:11.5625rem;top:22rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv28DekmXBrKssrgP967aS3NdPPhBZMK { width:13.875rem;height:3.1875rem;top:28.125rem;left:33.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfH5HZLCm4Ps29LXpS99O5Mrx70wGXca { width:16.25rem;height:11.5625rem;top:22rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkXxwW1qhyxDwhsayzpOXZWDEot8BCry { width:16.25rem;height:11.5625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxiVRPiPWk5hvLEa2AyHNtxBDUEvyEHV { width:13.875rem;height:1.5625rem;top:29rem;left:16.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVomDb4PtkDE8IqxqgRpulUF0R5chOx8 { width:13.875rem;height:3.1875rem;top:28.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmuDr8thpatgUSuASTPRJubnQLE9S2l5 { width:3.5rem;height:3.5rem;top:24.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5v7gIZD2Azh5pBzOHkZsXbuJebRwQeS { width:3.5rem;height:3.5rem;top:24.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDAXXEKAqdElIBFi1V9OHSgWuumqpLER { width:3.5rem;height:3.5rem;top:24.1875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJqKc3ZOdzi2FA5lquJhAfkwpTcEnecA { width:39.5625rem;height:2.8125rem;top:4.8125rem;left:4.0623226165771rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoF0VXD9kK2yGnX239s9weU6hk1UcbtF { width:14.5rem;height:2.25rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HH2AMDKKI8liCik2CoLaSVI9MJSoTQf6 { width:14.5rem;height:1.125rem;top:35.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTG1dZXK4yTa3WOcUT2UOyflZ3CJJLQb { width:14.5rem;height:2.25rem;top:48.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK { display:block; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuXhzKVIv3UJhNWlwMqAL4CNU8EnynWd { width:47.75rem;height:2.8125rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlIVww4CVMIQzp1KEJSe8ndwrsg7WJQC { width:3.125rem;height:3.125rem;top:12.75rem;left:8.8749980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlwCptKl9Rt2lWIDJQFUA1vreupe8EG { width:20.0625rem;height:16.1875rem;top:17.4375rem;left:0.37446594238281rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSvbRxZdaPlzIJVS6HXJKEOtRFBgeacM { width:3.125rem;height:3.125rem;top:12.625rem;left:36.124639511108rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV8aQLZ7TQ0pMJM4cOCa0TotaB2JSd1N { width:20.0625rem;height:16.1875rem;top:17.3125rem;left:27.561964035034rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENA5i8IlLCpR0nWuwKpdZIlZlAl6lAbW { width:23.5625rem;height:24.4375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgkKCV3cvU6TDq2wpWeQme2k4ouLIAvW { width:23.5625rem;height:24.4375rem;top:10.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFv8UHpVqc2g6J59wS91AHIMuI0ewwsF { width:3.125rem;height:3.125rem;top:39.5rem;left:36.124639511108rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuIbIAgTaC5hsJSdkMugeztc5OZiZTLm { width:23.625rem;height:19.25rem;top:37.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhBvR7tII4VcGrxsTgIdu4LTlhoOu1m { width:20.0625rem;height:11.3125rem;top:44.1875rem;left:27.561964035034rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRe5Pc30vKltKG5ouTKEsQPWAnHftxGT { width:20.0625rem;height:11.3125rem;top:44.3125rem;left:0.37446594238281rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwqslsJQe9QTpF7zmbF9iuNCzfs61vI5 { width:23.625rem;height:19.375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpln8k4Ba9lX9bAcLkd1eBeElGmED20 { width:3.125rem;height:3.125rem;top:39.625rem;left:8.8749980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOHphcAkQ5K4ngcU2IXEpSlxUbvHhUs2 { width:17.125rem;height:3.0625rem;top:60.6875rem;left:15.24928855896rem;display:block; }
 }@media only screen and (max-width: 763px) { #obOLfsksl7siwnp67t1Lau5fttf967TG { display:block; }
 }@media only screen and (max-width: 763px) { #J6ff1eGR6TrTnALf5yw1ywBHnrQ9vcxz { width:14.5rem;height:11.3125rem;top:19.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5IbVq2Sv7vNLq7LAVan6BrhHfuz1Lhb { width:14.5rem;height:11.3125rem;top:42.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTbRJtRpcQxMJsabpzTNNa7iICAx12i2 { width:14.5rem;height:7.9375rem;top:62.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmkJlBlI7ITLxGEQgupnHonaSzOrICTO { width:14.5rem;height:7.9375rem;top:73.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlPULfc7RAy22002hgLtFkdILGaRCtuW { display:block; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc { display:flex;height:auto;width:38.3121875rem;top:8.8125rem;left:3.46875rem; }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #iAbCHo2qENOGWvagOew8A4W6zPECsOOZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #ErrsG7Xv8M1HBT38JLAZF0eKtOeEDoat {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #AO3WRZ4E8DPnVQEJcgN8gFnNSLgFyZbC {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #G4XTtoPaXPyG9QKQZMDE0KXnPrsZ8Jk3 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #qCwhlP5VmX9kNZZu6hZ41HZZVNRFbOh1 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #xntxqprKPs7N3D9JUT8XtavQ5smAwNrE {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #IJMGenRV1loqNr3SNceLDl3qHLdEp80e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #p4O5SdxcDmFviwohWmvMmwqkxfEiaD3v {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #vnPzZASl9SUUKMBasJOL7VJTgqMhsS7L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C4GuSMJPKH1TdT5NthD5ndTl0i4ntM4e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lwdINRtaeZIGlm3ZApaZBzJhsls0a8ih {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Qnami1l6nn5UGnoHNqeyN8Ca9O38Wpz9 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Ez8xymQkC3tm8KFRwlI3u6wkCGENQJMR {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #BKxLOQioM51R7ubZMxSvDxwh04T9tCBU {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #h29r8snSQsITWS9ZTVtfR0xb8bNWWPvZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #I9O08cCsL9mGRxzTKuPd1mNC1uLEdmqe {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #cWAfB33tdFmW0NnEyJk3K8sQs3WrarLr {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C3BNO9PAE6AEy9Rz6UHV5SBMU9xCXxO6 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #zP3ZOE5O68Q9SX3gOdZ8RBSmuxL7JuVG {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #LplWRhnix0OwvJVRx14zWrUSrDno5VHb {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #nS11OsI73VxGF42Wz5TbqfWpzSVdpw0L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #MBtA5W465tazTa4XTrSPqZnT6FUWkIX0 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #KmmxPehDx4xdLd9XMFgJnWuJTDWRf6q2 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #w3i2rHqbHHr9t1eQXhzMfkoop3NsVmrl {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lHbTrKs9v0kOdEIErPXZyK5KBM6ItPF6 {  }
 }@media only screen and (max-width: 763px) { #zcfNnZckSATXnqIgg6aSU8kPS8TpuidG { width:38rem;height:2.1120875rem;top:3.0625rem;left:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT { display:block; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPd3aXMsUuDTcSQeHaP1aPbEFdUTh1F2 { width:45.3125rem;height:2.8125rem;top:4.9375rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbX9kqiDMBQLPs5x0fSCszmskTTZCTNC { width:37.875rem;height:3.1875rem;top:8.8125rem;left:4.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4o5gzTd1ZTTZF4q4aPDzrSS3Rb2nBJp { width:17.1875rem;height:3.125rem;top:24.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOCeXuD422xppJJnWkqlZgbUytwKilil { display:block; }
 }@media only screen and (max-width: 763px) { #LHbCx7IpgZ6TRugEtMzFtkVVlRiQo53w { width:18.75rem;height:5.1875rem;top:8.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .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; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .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; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W { display:flex;width:13.5rem;height:5.0625rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #tVlpewpUzCrHL4UaabFLg6qVbtngkZTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #QVZKe4BTKrgcdvvzC34MHKqXfULlCwWW {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #o16PgG6wWwyHVaSev2eT4H7OgIqveO4D {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #WL0uTnTG6lzCBtCS5UMqAkvGz2061Bg0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #FDCVbtM07fz2e3R2Dp3m6evviinbRuHS {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #N5Q9vAiTfsEGWM9zKAnmwTLDHkNiB2F8 {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #ikRaVHG6dpDD7hcEKgp4vnfMCab2CRKC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #b5Ghi0rRcqWcBbI0ypfnMATHBpvWtKpo {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #kmTGB759JNHPG3Vf7A8XgoptI0wNufQF {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #htW3kCw2wT1qcKs6XEPGhvLchM9saKWs { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #u6dRt13T2M6xGp1KlOARBr7LNbNzOwn0 {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #H1ZvQRIvtm72xnL2kkzEnTTzTpaXZLft {  }
 }@media only screen and (max-width: 763px) { #FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH { display:block; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFwW0HLAVlEQWVHdMXWa2fKK1wErUomz { width:11.875rem;height:1.5625rem;top:1.4375rem;left:2.9988317489624rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2ZNIJlDCfoMZlG2OcEThLqD8u3AcB6J { width:11.875rem;height:1.5625rem;top:1.4375rem;left:17.874999046326rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSkyJya1Nw91deQ1wqhKLU7BMy48SzOm { width:11.875rem;height:1.5625rem;top:1.4375rem;left:33.749266624451rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nID0s5TO3RvHB3wPHCbUBnfZZylOInOF { width:13.8125rem;height:5.1635945481491rem;top:5.5625rem;left:1.9992704391479rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzKiwDak9M9Vw5qxsyWIscqFu4Fl0Llu { width:14.125rem;height:2.6751056727372rem;top:6.8125rem;left:32.593455314636rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATIB7VZA4bVL9mt1uSHaa3pIlEii6ST { width:7.625rem;height:7.3150179687945rem;top:4rem;left:19.96831035614rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2S2hPk7301x28wbnJWzHqWvKQZ5IW7 { width:18.75rem;height:5.1875rem;top:8.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgKqCZmzOKCVaoHDySt8voJLhldoaFUO { width:18.75rem;height:1.25rem;top:7.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pu98ZoKsSWqVLgalgq5R90ndScZItQcI { width:14.5rem;height:1.125rem;top:1.6875rem;left:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9KNssUEsGZa6Eicr71IgAcNOTeCf6BT { width:14.5rem;height:1.125rem;top:9.9375rem;left:0.65581166744231rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1FCt9nMAurmrocGTtoCTQTIGWA92JM5 { width:14.5rem;height:1.125rem;top:21.125rem;left:0.65581166744231rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E { display:block; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adX2J4cmyGFl8763R49miwb4SV5kVnaG { width:6.6875rem;height:1.0563125rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPdTOzweTJXH0L6BkLgyMtuyqAWHOzLS { width:6.25rem;height:2.375rem;top:1rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#J8NesT90Ueic5EsgwJbiNTsdb0icLhf5 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFX3MkVkocBQ1sR1R0Tswcz2MUiNU4gA { width:6.4369375rem;height:1.875rem;top:1.5077394247055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmkucL0zp90pu4HF4tCBkcxsPBclmSff { width:5.74985625rem;height:1.68735625rem;top:1.4997078180313rem;left:14.250145077706rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQqrVErrPcTgFrrKD0aU8yCclG9Ez16p { display:block; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .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; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-number { padding-top:0.199375rem;padding-right:0.170625rem;padding-bottom:0.199375rem;padding-left:0.170625rem;width:1.02375rem;min-width:1.02375rem;height:1.0725rem;font-size:0.79875rem;line-height:17.16px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.124375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.364375rem;height:0.423125rem;font-size:0.299375rem;line-height:6.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw { display:flex;width:7.5625rem;height:1.9375rem;top:1.3792346715927rem;left:6.0382591485977rem;padding-top:0.18125rem;padding-right:0.176875rem;padding-bottom:0.18125rem;padding-left:0.176875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BATTRfBVs3DoOHlsGquU0TcbLAod1fP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #s7GMuZRUP6ebuA0O5mxDPGT10XG3xShL {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #CStPm0iqBqsbT7ETJNmyuJXTomUApryS {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #BzXHV5MVlmEbUm51XBMwTqsfzl1fwm5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #B56UvIJvFvSZxKotJz092QT1182VfT0H {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #SCO2ZiI3u5eruJXGiHPFuPBaTNTcHv3s {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #wliQNSZaO9FvGtlHHga9opusHHy6CZ5J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #AISXR1tqSBTfWye1LZIo9vbDtmw1KuE4 {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #HAlEI2O1kguUx1m57kqilp22mAM76Fzw {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #MTe4VtcScnXo428htrkrdFeh7sIRbB0M { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #lUhEm2R65q66VsIbAQ2PXiR656LzmEiI {  }
 }@media only screen and (max-width: 763px) { #RQTlNNfsXscuQbLTpo26PU3uIwrf4Raw #eQz4Ccans3N3asAJ3xPuKRbMyR3Sx2E0 {  }
 }@media only screen and (max-width: 763px) { #y6NsmKg3DykXuaQA4Ien4dMSCp8UoI5C { width:14.6875rem;height:auto;top:2.0625rem;left:2.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxgZqZ71K9wEyaGsH8osgbIzgh0o80pH { width:18.4375rem;height:auto;top:2.0625rem;left:0.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmUWcyL7GWdMD3DHCgUNHgXMXCEkpaUw { width:0.12429rem;height:0.12429rem;top:4.5632100105286rem;left:14.182350516319rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxFQMid4rrSTuJFvKdqX6WMrNoObhW2W { width:7.5rem;height:auto;top:2.0625rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOkuqwoUTc94MBH3sdQ7r0LXL2F1vq5Q { width:0.249708125rem;height:0.9375rem;top:2.029789686203rem;left:18.248393177986rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn { display:block; }#TTILcU5J3EnDof2w6LQ8wiTOVFeUx6xn > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcKAv2WMkhfkqxIh30Q0cn5Hzm1M8tuJ { width:20rem;height:6.3361125rem;top:6.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEK8JrHyB9GzUDRTrQTS0KpKr1y5gXz7 { width:20rem;height:0;top:10.3rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FluEU6B3JTW0e3fSez3XcPHBTCEceo5c { display:flex;width:1.875rem;height:1.875rem;top:22.625rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #VR5mDmeIoEA4g8Vc9pcQHa2KFQXSOxxZ { width:7.875rem;height:2.2745rem;top:25.6875rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NumCNKQDMQyKXJhDxbq1Ur6253owbmvo { display:flex;width:1.875rem;height:1.875rem;top:22.625rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #nxW0wXXxhqZ2cD1vbqFz8TZGXHy7upHi { width:6.9998125rem;height:1.1375rem;top:26.25rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAPmMDrxo9PgpQFu5N8zq4RImxxSaD3G { display:flex;width:2.5rem;height:2.5rem;top:28.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #n6HIRmb5gA77IDCUbD9xBngIOqIzQfT9 { width:15.9375rem;height:2.2745rem;top:31.6875rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIECaSoZM1cxVk8WmaHNRONNdlUZICDA { width:14.15389625rem;height:2.278915rem;top:43.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFNtt8c9Ry4JfEhnCmEQc5wG2CrHdiSV { display:block; }
 }@media only screen and (max-width: 763px) { #H0K9iTGO8E2iunQWhFzQPoOt541SPIcK { width:20rem;height:5.68625rem;top:14.4375rem;left:0rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .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; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz .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; }
#wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz { display:flex;width:18rem;height:5.0625rem;top:35.686328887939rem;left:0.71699762344363rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #JFyqgbwNfPmXOO2KZZoC2xTwuxJh2i6L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #lbc7GiaePnSs35AwdnPGKM63qcFS76Xc {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #I1FEsPuVN1yvM8w4gU6VnVkM29w2Nbxn {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #sGNfgOH7x0WWkNUHu5HHkUAxTX3J1Qh2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #bw0sf3bI0miupqfCi2TZtiVSmuylFEwb {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #Q5rLXA3VDsneSbTfoMaVEMrAEGbwvnLW {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #fsW9LNU2aqz5FTqRGTi7zkZ3JgHKG1pP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #uyzKidhpuExTbdbw49hw1E2tSede9mo6 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #y1LDNRGxaBesJaP0mgaW1Tt6zXH7h8Hq {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #IbMArqA7rq18XripWVZrOncoe8V16n2x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #TfaV4iTtoWZaldB8xP7nThlnpgWPyhT8 {  }
 }@media only screen and (max-width: 763px) { #wpLumB6gCSyWZzSGc4UuJ1uCTPuWiUgz #WGDBsWJWaW8Vt84u0Px8ieEmJsLiXLQu {  }
 }@media only screen and (max-width: 763px) { #InoEvv6OG3Lly9OU4074qLtV3hF8bRvu { display:block; }#InoEvv6OG3Lly9OU4074qLtV3hF8bRvu > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1EnIS1nCXoUW7DyTH6Bpvi8RonJzPrF { width:20rem;height:5.8513875rem;top:2.8738317489624rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qG7SxklZJJJTM4vfLhyFtHKRiV63ID { width:20rem;height:2.59765625rem;top:14.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpomfsGxmsan3BxTguR2TUxKuPfNW1ck { width:16.999875rem;height:2.59765625rem;top:24.8125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ievaQ9yHDAb6nzz6c7C91x94Koro3AqQ { width:14.5619375rem;height:3.89648125rem;top:35.375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqSCkfq8FxyGO80xZ2IpJ1BMn1KXosJI { display:flex;width:2.5rem;height:2.5rem;top:11.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #etrmp8V2WbkspC5kTwodJioI4KQwSNNi { display:flex;width:2.31235625rem;height:2.31235625rem;top:21.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #pDDXx8W676SlaokBNQiPDB2koRxxCnSG { display:flex;width:2.5rem;height:2.5rem;top:31.1875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #dHUNkGcBfNVTkfFqFCNTIpw45zLdziAx { width:20rem;height:4.87393125rem;top:5.4621772766113rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7IeGIED9Fm95DSmCobstiMwGzn9szeF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1be0713e-1715-44ab-95e1-7370c9aa58e5/1291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;display:block; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF.adaptive-delivery-prevent-bg, #A7IeGIED9Fm95DSmCobstiMwGzn9szeF.lazyload, #A7IeGIED9Fm95DSmCobstiMwGzn9szeF.lazyloading { background-image: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { background-color: transparent; background-image: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,36,0.68); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,2,36,0.68); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { display: none; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .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); }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { border-width: 0; border-radius: 0; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7IeGIED9Fm95DSmCobstiMwGzn9szeF > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKTQDvUu6OzH9yNqsNkh2ESJMN3nn04S { width:20rem;height:4.87393125rem;top:28.18536901474rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFCAfUVv6dtkv6qXHysTk2VSz5bd2Wzq { width:19.4993125rem;height:13.18625rem;top:12.495561122894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvzCu0N5y071uWDRysENDNUkQpxL35Il { width:20rem;height:7.7983125rem;top:2.4973368644714rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRigDNwUhndw4fclCChNHSDuJaVJkVKl { display:block; }#BRigDNwUhndw4fclCChNHSDuJaVJkVKl > .row .container { width:20rem;height:128.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJQoCCH5VpOZzZaP5m33nTeP6IrUSRPU { width:20rem;height:3.900925rem;top:3.8098726272583rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzXGIDSLPcUbSl6uHp0DUpaBB7xssvN7 { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtZtorJ09zwdWfKz8r0wK5AAaGVoc7zL { width:7.5rem;height:0.061257125rem;top:24.123771667481rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW62GqPQdWuzHUndIwPNMmMfqRm6fKcv { width:20rem;height:auto;top:23.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8bWHKtT7uQWhCSFJdnZui9kkt424F3Q { width:7.5rem;height:0;top:36.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdDNugBU8ru2horIMplzTT7FglvBVtCT { width:9.5619375rem;height:9.5619375rem;top:9.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMHhw6Ra6CvQiS3X7lXWvt8oH7UG27Z { width:9.6243125rem;height:9.6243125rem;top:31.687501907349rem;left:5.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHGVZueoCqAyULTnAg0BLATeS9FwNX7 { width:20rem;height:auto;top:47.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUu6yTy2dWhaITwnceHx8xKK7fhSa7dD { width:7.5rem;height:0;top:42.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgcsbmIgM8SLUB0yRdNQCICIWeV7EEu { width:20rem;height:auto;top:47.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyEO1O8INrTwBM3FVf3VL50LukJ07cCT { width:7.5rem;height:0;top:44rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZ9d6VvZVUTsI0TPWFrVaIsbZIhG87e { width:20rem;height:3.25rem;top:116.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTAn9VmviThHhOJgAcwKsH6pH86DPdTf { width:17.25045875rem;height:3.18794rem;top:122.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9uO3FC8a5oJRo65nghyTRSlfuk8b6S { display:block; }
 }@media only screen and (max-width: 763px) { #eJqMhcwx4etUwwdS56EIGmS0P4AF9yh0 { width:20rem;height:0;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gST2F6QoFTaVDUelWKu2H2U5Oh9h6DNf { width:9.7493125rem;height:9.7493125rem;top:51.999998092651rem;left:5.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLn50hNnb9oxNo3ZSuBww7LpQCXfscPW { width:9.8735625rem;height:9.8735625rem;top:71.671874284744rem;left:5.0632101297379rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXufdMM89CVmlOQnXekCn6WWN2GvZGXV { top:21rem;left:0rem;width:20rem;height:;z-index:15010;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJMmP1Vhv4clQh3sk6zhVXkcllytAhTh { width:7.5rem;height:0.061257125rem;top:45.875rem;left:6.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #MODX8AUQ4bMh8nz7ZS6ZaQCHpdRKBfTw { top:42.75rem;left:0rem;width:20rem;height:5.1953125rem;z-index:15012;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbD7FhLRTVxTwe8nVgOtDHpiRJRxzNZv { top:63.4375rem;left:0rem;width:20rem;height:5.1953125rem;z-index:15015;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1yrv0TdrfxAubWLnCDCoVtJkZNRfVTw { width:7.5rem;height:0.0620619375rem;top:66.625rem;left:6.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CZtw5AdkwJ4lznuTq8lsBT8tV8TctZJ4 { width:7.5rem;height:0;top:65.9375rem;left:6.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #sxI6JhMfLpJK62iTbwKnJrlZfy00Tfde { top:83.25rem;left:0rem;width:20rem;height:9.0918125rem;z-index:15009;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoWgArTyMGLtWkSo0dTcvLFaniSPKrOm { width:7.5rem;height:0.061257125rem;top:86.5625rem;left:6.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #cn8CctRSlZTsHm2isBay9lhJR1RIJNN5 { width:7.5rem;height:0;top:81.5rem;left:6.25rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WURSWHGdXnqICga3XR8E5cSpqA3BZH3J { width:20rem;height:0;top:81rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #u4BA3vWH4f8CLq4uTWnTT9nSnDl1V2ln { width:7.5rem;height:0.0620619375rem;top:123.875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #JkP8Vnkv1I4SPkma6MxvGPHWTsNnh9d6 { width:7.5rem;height:0.0620619375rem;top:123.875rem;left:12.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QIXDXHLwzQzC3S7QgE586gN6Tli30F4b { width:20rem;height:auto;top:72.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Maf3yTHh73BMzKVmmGzrSNI4iTLs9qbT { width:7.5rem;height:0;top:126.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO61VunsrteCClA8e8mLOIGC9SxmF1Di { width:10.3125rem;height:10.3125rem;top:95.169033050537rem;left:4.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyBBESFmO8JegCB46Kv4qzkKux1Xolc { top:106.63635635376rem;left:0rem;width:20rem;height:6.494125rem;z-index:15013;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A { display:block; }#w0xrc0CDcdDxbRZW1DuWFv9edtVNKh9A > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWxZEAuVBlZnBIQzpzR0RDEhznNBdCxM { width:20rem;height:3.900925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEOoQdq3Kg4EfuMHLeoCZTEF5Q65OSE { width:20rem;height:auto;top:14rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWLqPBWCOyNJGcvJEw5kCPWMOZRX2GMg { width:4.25rem;height:4.25rem;top:13.4484375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtn9neB3QxW4QfuPbu0ntBFNV9gLguT { width:4.375rem;height:2.27511875rem;top:13.885791587829rem;left:7.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQr9GTJVgrFwwLWZaH0gSSPI2AJTLFb { width:9.25rem;height:auto;top:42.6875rem;left:5.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2rRTp7lKSiezcFXDFU8XIuL01NT3rpE { width:20rem;height:1.9504625rem;top:10.086875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOMEK6Z1JRBpJmSa2dqmAFP8EGKMHfmc { width:16rem;height:auto;top:41.875rem;left:2rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmUuGRoTo65Hpditpu5hrmEO8GIr8mnS { width:15.0625rem;height:auto;top:41.9375rem;left:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9Bb4gStX9li7faqxcQUWI9o4x4k7nsX { display:flex;width:1.6245625rem;height:1.6245625rem;top:21.572729110717rem;left:9.1873532533644rem; }
 }@media only screen and (max-width: 763px) { #LMayerUQ2UgrdoPEEWKqv4gVst6yEgbK { display:flex;width:1.6245625rem;height:1.6245625rem;top:34.884622573853rem;left:9.1873532533644rem; }
 }@media only screen and (max-width: 763px) { #OAGKFkJhIEuO4cyiEDbxseqMpLJOckEp { width:17.12558375rem;height:3.06308375rem;top:49.447282791138rem;left:1.4062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCNu3LdDFBiXK73O8Ro7ALBSGs8Xr3A { display:block; }
 }@media only screen and (max-width: 763px) { #ax2uDNhZTo1MJldm36C7CrTLXPbn8iw2 { width:7.5rem;height:0;top:8.836875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSdAyrIBD43rcGMpUsmxVNOUTIGOyMvL { width:4.2494125rem;height:4.2494125rem;top:24.946697711944rem;left:7.8745614290237rem;display:block; }
 }@media only screen and (max-width: 763px) { #saU9oxlAFvo5k7KJIGs0FXM5ye93upT9 { width:4.375rem;height:2.1125rem;top:25.701675891876rem;left:7.812499165535rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZeovMPJZgqtOkOF6zU3AQgODpnRAvxl { width:4.0625rem;height:4.0625rem;top:38.134477376938rem;left:7.968749165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuVa9yUTk0hRsEG5ohivTvhZH6rpFpg { width:4.375rem;height:2.1125rem;top:39.108496665954rem;left:7.812499165535rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSrKnpAPixBtzwdHQQh8lerXwBA0MF0o { top:19.062486648559rem;left:0rem;width:20rem;height:1.298825rem;z-index:15018;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #De9850AiyHGSVhsxgxB3T0H605GpTzZf { top:30.935308218003rem;left:2.7497078180313rem;width:14.499875rem;height:;z-index:15019;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTLbsivLJmn1iZPSwJ7sIkzMWDRdGBHL { top:43.685013771057rem;left:2.7497078180313rem;width:14.499875rem;height:;z-index:15020;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQMRZCzbOtDgOTDnKwyKqBV2ZfWG7QPL { width:20rem;height:3.25rem;top:4.0092124938965rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 { display:block; }#MZPGBKrRoxs5sOw3ITEx2Z8qdNVMTyT3 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #velhVvNWXeg4FzuSDFZKk4aSkOvCLzW9 { width:13.8125rem;height:4.22443125rem;top:2.1839485168457rem;left:1.1993962526321rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBItbnMlqmfVOW6cuNU8HX2NbtF3D7vK { width:17.625rem;height:33.1875rem;top:28.561967849731rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDcxZO5uXNVL4pgUkRvR8v6T86Z9sTTs { width:14.8125rem;height:2.1125rem;top:33.499822616577rem;left:2.6873222589493rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcXo4oZb6kksyTiTeEHFFIpl4qDiQZE0 { width:9.8748125rem;height:3.81875rem;top:39.37428855896rem;left:5.0612567663193rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4rnAeeItFynzKP9t23CTk6HBu8Turk { width:14.1875rem;height:7.0276875rem;top:44.12481880188rem;left:2.9998222589493rem;font-size:0.9375rem;display:block; }#TP4rnAeeItFynzKP9t23CTk6HBu8Turk li:before{  }
 }@media only screen and (max-width: 763px) { #W51QSfmhwwDe1eUNQkMzcgXrzdsEdS97 { display:flex;width:2.5rem;height:2.5rem;top:29.99928855896rem;left:8.8121446371081rem; }
 }@media only screen and (max-width: 763px) { #BuFL35y2swgIZGhZtgI3Wi8RIDDLmMbT { width:11.1248125rem;height:2.3117875rem;top:57.43625831604rem;left:4.4371446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #il4vubnd5NTKMUXTmzG9B8GWZKJ2v1DJ { display:block; }
 }@media only screen and (max-width: 763px) { #yLNvts6DCXyWDIy1VlU4A3ZSu7Utbkfx { width:20rem;height:auto;top:13.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .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; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-number { padding-top:0.464375rem;padding-right:0.405625rem;padding-bottom:0.464375rem;padding-left:0.405625rem;width:2.4325rem;min-width:2.4325rem;height:2.496875rem;font-size:1.858125rem;line-height:39.95px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.290625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.243125rem;height:0.986875rem;font-size:0.696875rem;line-height:15.79px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W { display:flex;width:16.6245625rem;height:4.62470625rem;top:20.607475280762rem;left:0.71115648746488rem;padding-top:0.98375rem;padding-right:0.975625rem;padding-bottom:0.98375rem;padding-left:0.975625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #QNbqLXqSkMTv53rNs9g6GO1NvaFvbhG7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #lLf1mKXE1Kz4kBZBTmk6ZBlD5k5cIFUv {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #D5IpQwhRnJtPMaoR6XllQqdvROUIhXWQ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #RTtl3U9rdTDebWcoyhnwyG7PR1FxwVIS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #qOW561bOK0x4cDIZWlFzrf1KzWL8SxrO {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #bQpudkvNSR6wXWlMqNkLzoRSOn9RnEgJ {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #aXBJdktesq7RSglynEisAgsKf08ZOAX7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #zT2s8E5dgxZXPMl35ugfp4LWoKRfVDMA {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #reh6VMkyt90Kf1bBfwHvLgiU6B4Zeyhk {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #cxuuHpzNxDmmmHvJxZwvCPfngPXBXr6w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sVufMK4U3ya8mupOTukTTxre3vDkKIVH {  }
 }@media only screen and (max-width: 763px) { #xl5cvcwzFS982FpAbQnI3GIdTW3w7i4W #sZyCZz1KOqwT3kqchGecEiBL0RSA3NrI {  }
 }@media only screen and (max-width: 763px) { #VKbB1TJNsD7gzAyPRtFew9uiAOv0TI1v { width:16.5625rem;height:2.76278125rem;top:52.919206619263rem;left:1.7178622484207rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tatM0ftRSdAtBkgu47esQRf45BZrF3i0 { top:8.3710632324219rem;left:1.1368281841278rem;width:14.499875rem;height:;z-index:15021;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SGBkON2p089C18Ni6d07G1OBhZ2qRpyp { width:9.8118125rem;height:2.84375rem;top:36.831674575806rem;left:5.093217253685rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE { display:block; }#waMBmpRlUBay2ClMvUPH4u8eeN3RC1lE > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRKvo4ZWA61utMJnUhABv7GcPSzQc11M { width:20rem;height:3.900925rem;top:3.9361782073974rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4b2g4OtmExtuKcnXI0wssuXlTt03ka { width:20rem;height:9.09179375rem;top:10.17378616333rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 { display:block; }#Ps6NFPX7nGT25qy8Bgi1TpTaBDC1fFC8 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEglFnPoQxwDzaWLwzook3ZTpWCDqpwu { width:20rem;height:5.8513875rem;top:4.5619201660156rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbZy6SzxkvpsMscT7xastiLFoZWpGtw5 { width:20rem;height:0;top:16.499710083007rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOLRolNTaMJzT44vdT2TRSvTwOtSdmAt { width:20rem;height:43.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6IUnNOf2RD0EXvOyVD73L6kTiTqahML { width:20rem;height:0;top:27.249565124512rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0NMJHfdI8xteTMrcwgD2V88y5esog6U { width:20rem;height:0;top:38.311912536621rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgbaEQTFlEL3ghmZ2xCL8VoShq35QmrH { width:18.874875rem;height:5.9375rem;top:35.280371904373rem;left:0.5622079372406rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEqFscXPzCFDCkhzam1baTQ1TQOndxN { width:18.8120625rem;height:6.18720625rem;top:24.654641389847rem;left:0.5001460313797rem;display:block; }
 }@media only screen and (max-width: 763px) { #udy6IGNZ7LPZXZPk83Umh2ZyOa81Zoso { width:18.874875rem;height:5.9375rem;top:15.124122619629rem;left:0.5622079372406rem;display:block; }
 }@media only screen and (max-width: 763px) { #zemu4SsiAqXDsl2iWtIQt1cnBW99UtoP { width:4.25rem;height:4.25rem;top:11.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLeaXmKtbsftehVQyodVIQwEm6sWIpF6 { width:4.375rem;height:2.1125rem;top:12.5rem;left:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHywtatrDbTT3k2V54CzVkBwmSoSI16h { width:4.2494125rem;height:4.2494125rem;top:21.999121904373rem;left:7.8745614290237rem;display:block; }
 }@media only screen and (max-width: 763px) { #tED2iPBXC3eSTsvcJwJB264cg2CMOJZ2 { width:4.375rem;height:2.1125rem;top:22.589804887772rem;left:7.812499165535rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX8ICA8Jsk1lVA7uLbTTbo23z9tkZi1s { width:4.25rem;height:4.25rem;top:32.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR1X4EkSI265qQNP6UraIAcQvOhMVZhp { width:4.375rem;height:2.1125rem;top:32.625rem;left:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLvHsPHDoJHxTaX61tZzB16bQPTR0Rq { width:20rem;height:2.2745rem;top:16.954587936401rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #SbXbN4hw3kffUZhD1qMOym4tfeLrEibG { width:20rem;height:2.2745rem;top:37.111551761628rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15022;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #NHyr72xiNNki2KsksTbCM0NiZIAaCH3p { width:20rem;height:2.2745rem;top:26.704145431519rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo { display:block; }#TrOoWlAyQJIvXUvwymLeR38x0oTvqgEo > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRaRLDERO079RtDOCFOCmFL39oArL2SO { width:20rem;height:1.9504625rem;top:1.6245574951172rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLeR6uEPrHDDHzH5a5yXrtCLUgFn5R1y { width:18.75rem;height:12.5rem;top:6.9115133285525rem;left:0.5775408744812rem;border-top:0.0625rem solid #f8f634;border-left:0.0625rem solid #f8f634;border-right:0.0625rem solid #f8f634;border-bottom:0.0625rem solid #f8f634;display:block; }
 }@media only screen and (max-width: 763px) { #l5WMkXFsOO2zCom2o22wTQ3eWoHhmoIi { width:18.75rem;height:12.4365rem;top:19.504962921142rem;left:0.5775408744812rem;border-top:0;border-left:0.0625rem solid #f8f634;border-right:0.0625rem solid #f8f634;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gABoUBSFPkRc9NFznm1k0tKdhmKW0Rrp { width:18.75rem;height:12.4365rem;top:31.765470504761rem;left:0.5775408744812rem;border-top:0.0625rem solid #f8f634;border-left:0.0625rem solid #f8f634;border-right:0.0625rem solid #f8f634;border-bottom:0.0625rem solid #f8f634;display:block; }
 }@media only screen and (max-width: 763px) { #HI0tnFTOQ0BrhrWwuwFdxQF3S45TaOf8 { width:20rem;height:auto;top:11.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6qD4mSW8A9r889QCT8ACynkTB5tHPva { width:13.812125rem;height:2.374825rem;top:57.749465942382rem;left:3.0930396318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #quHw8xsyclQGZccwNG6AxUTIaJZQs0wr { width:15rem;height:1.7489375rem;top:53.186256408691rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePR9bOkcRWGV39qI4HxKVTmS232O4bqf { width:9.3115rem;height:4.936475rem;top:69.999265670775rem;left:5.3438955545426rem;display:block; }
 }@media only screen and (max-width: 763px) { #elMfOh4VpTxQKpL9fdT9iQUdDLVbvfwK { width:19.4375rem;height:42.3125rem;top:45.873973846436rem;left:0.062061905860901rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6oyXgXlquuJAnTVMkFiX5Rh6bscxlr5 { width:10.9995625rem;height:2.311625rem;top:77.874557495119rem;left:4.4998537302017rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8yhsWP2FTdV7TiauO0OLaEqnHoGSBiW { width:12.3118125rem;height:2.12446875rem;top:82.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI1S9u9OyqGym5D2y2Hnz4WWErB0fpmi { width:20rem;height:1.9504625rem;top:47.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #EP35eaaxWA0ZBBK5yKle2C0DxAWqDXZy { width:8.562375rem;height:1.9504625rem;top:47.75rem;left:5.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNKw3xxoNTBDHNv6GwviuQvSBiJ0x6LV { width:20rem;height:1.625rem;top:3.5733060836792rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTO6ZbZcA0b4vOh09Akla00K96iUFMME { width:12.1875rem;height:4.0625rem;top:63.058551788331rem;left:3.9062496423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO { display:block; }#JK1beCq2rqzDDtvlWCKEBca2MJ3FzmyO > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4NbwgCmmPmaCoP6KRAzyFpe0yGROTxv { width:20rem;height:3.25rem;top:6.9991226196287rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMTSsLwPBvrox43zgImbLTHNvcfRLVV { width:7.2495625rem;height:4.5830875rem;top:13.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4Fhc3wcyoAuV9998peEGbG1iCZZBtB { width:9.1245625rem;height:3.47546875rem;top:13.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGeAdm6QRqdXlzdtT7D0Ju89MJ9r0Kr { width:16.25rem;height:11.5625rem;top:32.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv28DekmXBrKssrgP967aS3NdPPhBZMK { width:13.875rem;height:0;top:55.129958818359rem;left:3.0938987731934rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfH5HZLCm4Ps29LXpS99O5Mrx70wGXca { width:16.25rem;height:11.5625rem;top:45.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkXxwW1qhyxDwhsayzpOXZWDEot8BCry { width:16.25rem;height:11.5625rem;top:19.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxiVRPiPWk5hvLEa2AyHNtxBDUEvyEHV { width:13.875rem;height:0;top:42.942462734375rem;left:3.0931663513184rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVomDb4PtkDE8IqxqgRpulUF0R5chOx8 { width:13.875rem;height:0;top:29.131126318359rem;left:3.0946273803711rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmuDr8thpatgUSuASTPRJubnQLE9S2l5 { display:flex;width:3.5rem;height:3.5rem;top:21.8125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #S5v7gIZD2Azh5pBzOHkZsXbuJebRwQeS { display:flex;width:3.5rem;height:3.5rem;top:34.8125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #cDAXXEKAqdElIBFi1V9OHSgWuumqpLER { display:flex;width:3.5rem;height:3.5rem;top:47.8125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #gJqKc3ZOdzi2FA5lquJhAfkwpTcEnecA { width:20rem;height:1.9504625rem;top:2.5656871795654rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoF0VXD9kK2yGnX239s9weU6hk1UcbtF { width:14.5619375rem;height:2.2745rem;top:26.875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15023;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #HH2AMDKKI8liCik2CoLaSVI9MJSoTQf6 { width:14.5619375rem;height:1.1375rem;top:40.125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15024;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #gTG1dZXK4yTa3WOcUT2UOyflZ3CJJLQb { width:14.5619375rem;height:2.2745rem;top:53.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15025;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK { display:block; }#soLEcUQ9GCqVr471m1HMP3xsZVrZpLdK > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuXhzKVIv3UJhNWlwMqAL4CNU8EnynWd { width:20rem;height:3.900925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlIVww4CVMIQzp1KEJSe8ndwrsg7WJQC { display:flex;width:3.125rem;height:3.125rem;top:7.875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #KGlwCptKl9Rt2lWIDJQFUA1vreupe8EG { width:20rem;height:0;top:19.5615rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSvbRxZdaPlzIJVS6HXJKEOtRFBgeacM { display:flex;width:3.125rem;height:3.125rem;top:29.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #vV8aQLZ7TQ0pMJM4cOCa0TotaB2JSd1N { width:20rem;height:0;top:45.37297875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENA5i8IlLCpR0nWuwKpdZIlZlAl6lAbW { width:18.75rem;height:19.8744375rem;top:6.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgkKCV3cvU6TDq2wpWeQme2k4ouLIAvW { width:18.8125rem;height:20.125rem;top:27.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFv8UHpVqc2g6J59wS91AHIMuI0ewwsF { display:flex;width:3.125rem;height:3.125rem;top:68.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uuIbIAgTaC5hsJSdkMugeztc5OZiZTLm { width:19.375rem;height:16.25rem;top:66.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhBvR7tII4VcGrxsTgIdu4LTlhoOu1m { width:20rem;height:0;top:92.05887375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRe5Pc30vKltKG5ouTKEsQPWAnHftxGT { width:20rem;height:0;top:71.3094575rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwqslsJQe9QTpF7zmbF9iuNCzfs61vI5 { width:19rem;height:16.3125rem;top:49.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpln8k4Ba9lX9bAcLkd1eBeElGmED20 { display:flex;width:3.125rem;height:3.125rem;top:50.9375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #mOHphcAkQ5K4ngcU2IXEpSlxUbvHhUs2 { width:17.06352125rem;height:3.00102125rem;top:85.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obOLfsksl7siwnp67t1Lau5fttf967TG { display:block; }
 }@media only screen and (max-width: 763px) { #J6ff1eGR6TrTnALf5yw1ywBHnrQ9vcxz { width:14.5619375rem;height:11.3725rem;top:12.625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15026;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #N5IbVq2Sv7vNLq7LAVan6BrhHfuz1Lhb { width:14.5619375rem;height:11.3725rem;top:34.0625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15027;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #fTbRJtRpcQxMJsabpzTNNa7iICAx12i2 { width:14.5619375rem;height:7.96075625rem;top:55.625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15028;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #xmkJlBlI7ITLxGEQgupnHonaSzOrICTO { width:14.5619375rem;height:7.96075625rem;top:73.1875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15029;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #BlPULfc7RAy22002hgLtFkdILGaRCtuW { display:block; }#BlPULfc7RAy22002hgLtFkdILGaRCtuW > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.2;overflow:hidden; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc .accordion-desc-text { font-size:0.9375rem;height:auto; }
#kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc { display:flex;height:auto;width:17.5rem;top:6.936718940735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #iAbCHo2qENOGWvagOew8A4W6zPECsOOZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #ErrsG7Xv8M1HBT38JLAZF0eKtOeEDoat {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #AO3WRZ4E8DPnVQEJcgN8gFnNSLgFyZbC {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #G4XTtoPaXPyG9QKQZMDE0KXnPrsZ8Jk3 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #qCwhlP5VmX9kNZZu6hZ41HZZVNRFbOh1 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #xntxqprKPs7N3D9JUT8XtavQ5smAwNrE {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #IJMGenRV1loqNr3SNceLDl3qHLdEp80e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #p4O5SdxcDmFviwohWmvMmwqkxfEiaD3v {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #vnPzZASl9SUUKMBasJOL7VJTgqMhsS7L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C4GuSMJPKH1TdT5NthD5ndTl0i4ntM4e {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lwdINRtaeZIGlm3ZApaZBzJhsls0a8ih {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Qnami1l6nn5UGnoHNqeyN8Ca9O38Wpz9 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #Ez8xymQkC3tm8KFRwlI3u6wkCGENQJMR {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #BKxLOQioM51R7ubZMxSvDxwh04T9tCBU {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #h29r8snSQsITWS9ZTVtfR0xb8bNWWPvZ {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #I9O08cCsL9mGRxzTKuPd1mNC1uLEdmqe {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #cWAfB33tdFmW0NnEyJk3K8sQs3WrarLr {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #C3BNO9PAE6AEy9Rz6UHV5SBMU9xCXxO6 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #zP3ZOE5O68Q9SX3gOdZ8RBSmuxL7JuVG {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #LplWRhnix0OwvJVRx14zWrUSrDno5VHb {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #nS11OsI73VxGF42Wz5TbqfWpzSVdpw0L {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #MBtA5W465tazTa4XTrSPqZnT6FUWkIX0 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #KmmxPehDx4xdLd9XMFgJnWuJTDWRf6q2 {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #w3i2rHqbHHr9t1eQXhzMfkoop3NsVmrl {  }
 }@media only screen and (max-width: 763px) { #kyfDR72wqtmU1WWEPx6e7AfVFUnnvuNc #lHbTrKs9v0kOdEIErPXZyK5KBM6ItPF6 {  }
 }@media only screen and (max-width: 763px) { #zcfNnZckSATXnqIgg6aSU8kPS8TpuidG { width:17.0625rem;height:4.22443125rem;top:1.9992189407349rem;left:1.4679688811302rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT { display:block; }#RmKMhG7ISRCWPTAJuQzd52wZBlrDTpnT > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPd3aXMsUuDTcSQeHaP1aPbEFdUTh1F2 { width:18.9375rem;height:4.0625rem;top:2rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbX9kqiDMBQLPs5x0fSCszmskTTZCTNC { width:20rem;height:0;top:7.7rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4o5gzTd1ZTTZF4q4aPDzrSS3Rb2nBJp { width:14.375rem;height:2.5rem;top:13.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOCeXuD422xppJJnWkqlZgbUytwKilil { display:block; }
 }@media only screen and (max-width: 763px) { #LHbCx7IpgZ6TRugEtMzFtkVVlRiQo53w { width:18.75rem;height:5.19530625rem;top:7.4999980926512rem;left:0.62500005960463rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .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; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W .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; }
#PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W { display:flex;width:13.5rem;height:5.0625rem;top:17.811817169189rem;left:2.3729554414749rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #tVlpewpUzCrHL4UaabFLg6qVbtngkZTc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #QVZKe4BTKrgcdvvzC34MHKqXfULlCwWW {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #o16PgG6wWwyHVaSev2eT4H7OgIqveO4D {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #WL0uTnTG6lzCBtCS5UMqAkvGz2061Bg0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #FDCVbtM07fz2e3R2Dp3m6evviinbRuHS {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #N5Q9vAiTfsEGWM9zKAnmwTLDHkNiB2F8 {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #ikRaVHG6dpDD7hcEKgp4vnfMCab2CRKC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #b5Ghi0rRcqWcBbI0ypfnMATHBpvWtKpo {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #kmTGB759JNHPG3Vf7A8XgoptI0wNufQF {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #htW3kCw2wT1qcKs6XEPGhvLchM9saKWs { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #u6dRt13T2M6xGp1KlOARBr7LNbNzOwn0 {  }
 }@media only screen and (max-width: 763px) { #PKWSiSCwvNAv5lfTdV7Z5W2ofOLpVl7W #H1ZvQRIvtm72xnL2kkzEnTTzTpaXZLft {  }
 }@media only screen and (max-width: 763px) { #FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH { display:block; }#FDr0bdgWGSL51TqC2nveOiI0dEf1qcFH > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFwW0HLAVlEQWVHdMXWa2fKK1wErUomz { width:11.875rem;height:auto;top:1.4375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2ZNIJlDCfoMZlG2OcEThLqD8u3AcB6J { width:11.875rem;height:auto;top:1.4375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSkyJya1Nw91deQ1wqhKLU7BMy48SzOm { width:11.875rem;height:auto;top:1.4375rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nID0s5TO3RvHB3wPHCbUBnfZZylOInOF { width:13.8120625rem;height:5.16209375rem;top:4.4983816146851rem;left:3.0936037302018rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzKiwDak9M9Vw5qxsyWIscqFu4Fl0Llu { width:14.1245625rem;height:2.67450625rem;top:23.601779460907rem;left:2.9373537302018rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATIB7VZA4bVL9mt1uSHaa3pIlEii6ST { width:7.624875rem;height:7.3145625rem;top:11.980882644653rem;left:6.1872073411941rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2S2hPk7301x28wbnJWzHqWvKQZ5IW7 { width:18.75rem;height:5.19530625rem;top:3.1038246154785rem;left:1.2499998807907rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bgKqCZmzOKCVaoHDySt8voJLhldoaFUO { width:18.75rem;height:1.298825rem;top:7.5043678283694rem;left:1.2499998807907rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pu98ZoKsSWqVLgalgq5R90ndScZItQcI { width:14.5619375rem;height:1.1375rem;top:3.1030960083008rem;left:2.7183116674423rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15031;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #C9KNssUEsGZa6Eicr71IgAcNOTeCf6BT { width:14.5619375rem;height:1.1375rem;top:10.844053268432rem;left:2.7183116674423rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15032;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #O1FCt9nMAurmrocGTtoCTQTIGWA92JM5 { width:14.5619375rem;height:1.1375rem;top:21.906394004822rem;left:2.7183116674423rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15033;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E { display:block; }#LAbIabiis3iHwI1zQTyTeqVVW3ZKSq9E > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adX2J4cmyGFl8763R49miwb4SV5kVnaG { width:6.6875rem;height:1.0563125rem;top:0.8125rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPdTOzweTJXH0L6BkLgyMtuyqAWHOzLS { width:6.25rem;height:2.375rem;top:1.8125rem;left:6.875rem;display:block; }
 }