.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:254,168,88;--color-primary-1:255,101,84;--color-primary-2:248,204,41;--color-primary-3:255,169,0;--color-primary-4:255,176,0;--color-secondary-0:219,222,243;--color-secondary-1:134,146,215;--color-secondary-2:13,37,174;--color-secondary-3:7,19,87;--color-secondary-4:2,6,26;--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:"dosis";--paragraphs-font-family:"Lato"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { background-color: transparent; background-image: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { border-width: 0; border-radius: 0; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { position:absolute;display:block;z-index:14998;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:20.875rem;top:4.5rem;left:39.125rem;display:block; }
#ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0617375rem;width:6.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:3.25rem;left:19.5625rem; }
#VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.1875rem;left:37.875rem; }
#WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:21.25rem;top:4.375rem;left:0rem;display:block; }
#rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:18.4375rem;top:4.375rem;left:21.0625rem;display:block; }
#qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.5rem;height:1.3rem;display:block; }
#TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74926875rem;width:1.74926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.499267578125rem;left:4.9371337890625rem; }
#QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.4375rem;left:24.75rem; }
#feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:27.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.4375rem;left:43.125rem; }
#QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.75rem;height:1.3rem;display:block; }
#wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.1761474609375rem;left:1.09619140625rem;height:2.11181875rem;display:block; }
#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { background-color: transparent; background-image: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .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); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { border-width: 0; border-radius: 0; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561625rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.687255859375rem;left:13.71826171875rem;height:2.43713125rem;text-align:center;text-align-last:center;display:block; }
#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { background-color: transparent; background-image: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .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); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { border-width: 0; border-radius: 0; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.0625rem;padding-right:0.053125rem;padding-bottom:0.0625rem;padding-left:0.053125rem;display:block;align-items:center;width:0.32rem;min-width:0.32rem;height:0.336875rem;position:relative;font-family:"open sans";font-size:0.25125rem;font-weight:700;line-height:5.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.039375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:0.426875rem;height:0;position:relative;font-family:"open sans";font-size:0.094375rem;font-weight:400;line-height:0;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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { 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:2.875rem;height:0.50125rem;padding-top:0.07875rem;padding-right:0.07625rem;padding-bottom:0.07875rem;padding-left:0.07625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:47.653198242188rem;left:0rem;z-index:15007; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m { width:auto; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
#mDBezlTDp71kldS9JfHXBzfg0gH8J7hM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.67138671875rem;left:-0.1871337890625rem;height:9.5068125rem;text-align:center;text-align-last:center;display:block; }
#y5ULvEw7PqAsuRTJ0yDORSXVwm8zNuS4 { position:absolute;display:block;z-index:15008;height:30.499875rem;width:54.624625rem;top:15.0048828125rem;left:2.6873779296875rem;display:block; }
#PeT59ggyeAzi72t9yRinARGbTnUPLOkq { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.296752929688rem;left:0rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { background-color: transparent; background-image: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .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); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { border-width: 0; border-radius: 0; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:60rem;position:relative;display:block; }#JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { z-index:15003;top:1.77978515625rem;left:7.406005859375rem;background-color:rgba(var(--color-primary-4),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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.187375rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:62.625rem;left:32.625rem;height:1.2994375rem;display:block; }
#BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:62.625rem;left:22.0625rem;height:1.2994375rem;display:block; }
#P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9359375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:64.9365234375rem;left:0rem;height:15.83861875rem;display:block; }
#Mh9Vq3aPp3NNW89wBbyeqHhsOnpobTp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.875rem;left:4.5625rem;height:13.0005rem;text-align:center;text-align-last:center;display:block; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .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; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.834375rem;padding-right:0.72625rem;padding-bottom:0.834375rem;padding-left:0.72625rem;display:block;align-items:center;width:4.356875rem;min-width:4.356875rem;height:4.484375rem;position:relative;font-family:"open sans";font-size:3.3375rem;font-weight:700;line-height:71.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.81rem;height:1.771875rem;position:relative;font-family:"open sans";font-size:1.25125rem;font-weight:400;line-height:28.35px;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; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.25rem;height:8.44625rem;padding-top:1.043125rem;padding-right:1.0375rem;padding-bottom:1.043125rem;padding-left:1.0375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:47.5625rem;left:15.375rem;z-index:15007; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #p1PTWTqARqDFy9cntNZVtZAyrrm46O4q { display:flex;position:relative;top:0rem;left:0rem; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #JlV9nM0AxRFkiiVtEpd3g4ApJUKZoIV6 { width:auto; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #zlvx54oJC9epdlaq9kvKgvI4LEXAAmIX {  }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #kp8nbGdmTnkl8u0PU4z8i9lOekZ8N6MN { display:flex;position:relative;top:0rem;left:0rem; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #mAxqeq6n1gnZC0Bl1WMKmtTcsdvx35dZ {  }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #GdhZ6tqArDP4aWXcaCLkfgI4RTtBvqxq {  }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #fOGwNoknmCXcHV7PmG8qmKk9rNl3xp1v { display:flex;position:relative;top:0rem;left:0rem; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #NLk7l3boMLi6TOa8GfEPkPr5PIWGbRnq {  }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #sudaTlmcJoqbHJcNRQ4XyF4NSss8GOe9 {  }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #GwlRPyHSFiur4FWFC8Vb7IRzgE4t3970 { display:flex;position:relative;top:0rem;left:0rem; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #Ku5S3ZDy5I42sLWEvvFty25F9WkvMzwZ {  }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 #PGmeSWWdcKcPFgZBUewOOfnQ9gMEBrHN {  }
#yH71Mc6vUvBnmcKw7vkJxdpXGtHkuXTu { color:rgba(var(--color-tertiary-4),1);display:block;width:54.4995rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:58.125rem;left:2.75rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#e4SHPaBpQLgGFQ6K6HIy4RDp4J7OwN0D { position:absolute;display:block;z-index:15109;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15rem;width:26.687rem;top:13.75rem;left:0rem;display:block; }
#y3rVkn9BuMI6VXgIcVzrwoA3wvV3XUqw { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15rem;width:26.686375rem;top:13.75rem;left:33.3125rem;display:block; }
#dp5JfR3nHTTPnKXsA0TN5SspXprVpRMz { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.25rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:20.8125rem;height:3.75rem;top:4.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { width:6rem;height:6rem;top:3.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { width:6.125rem;height:6.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:21.25rem;height:3.75rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:18.4375rem;height:3.75rem;top:4.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:12.5rem;height:1.25rem;top:5.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:12.5rem;height:1.25rem;top:5.625rem;left:20.936767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:12.5rem;height:1.25rem;top:5.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.0625rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:32.5rem;height:2.375rem;top:0.625rem;left:7.59326171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:9rem;height:5.0625rem;top:43.25rem;left:9.1978759765625rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #mDBezlTDp71kldS9JfHXBzfg0gH8J7hM { width:47.75rem;height:9.5rem;top:0.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ULvEw7PqAsuRTJ0yDORSXVwm8zNuS4 { width:47.75rem;height:30.4375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeT59ggyeAzi72t9yRinARGbTnUPLOkq { width:47.75rem;height:1.75rem;top:12.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:1.75rem;left:1.281005859375rem;width:45.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.25rem;top:62.625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:10.9375rem;height:1.25rem;top:62.625rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:47.75rem;height:16.875rem;top:64.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh9Vq3aPp3NNW89wBbyeqHhsOnpobTp2 { width:47.75rem;height:13rem;top:31.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .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; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .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; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 { display:flex;width:18rem;height:5.0625rem;top:61.9375rem;left:7.9930419921875rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #p1PTWTqARqDFy9cntNZVtZAyrrm46O4q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #JlV9nM0AxRFkiiVtEpd3g4ApJUKZoIV6 {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #zlvx54oJC9epdlaq9kvKgvI4LEXAAmIX {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #kp8nbGdmTnkl8u0PU4z8i9lOekZ8N6MN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #mAxqeq6n1gnZC0Bl1WMKmtTcsdvx35dZ {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #GdhZ6tqArDP4aWXcaCLkfgI4RTtBvqxq {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #fOGwNoknmCXcHV7PmG8qmKk9rNl3xp1v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #NLk7l3boMLi6TOa8GfEPkPr5PIWGbRnq {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #sudaTlmcJoqbHJcNRQ4XyF4NSss8GOe9 {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #GwlRPyHSFiur4FWFC8Vb7IRzgE4t3970 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #Ku5S3ZDy5I42sLWEvvFty25F9WkvMzwZ {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #PGmeSWWdcKcPFgZBUewOOfnQ9gMEBrHN {  }
 }@media only screen and (max-width: 763px) { #yH71Mc6vUvBnmcKw7vkJxdpXGtHkuXTu { width:47.75rem;height:2.5625rem;top:58.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4SHPaBpQLgGFQ6K6HIy4RDp4J7OwN0D { width:26.625rem;height:14.965151571926rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3rVkn9BuMI6VXgIcVzrwoA3wvV3XUqw { width:26.625rem;height:14.965502058635rem;top:13.75rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5JfR3nHTTPnKXsA0TN5SspXprVpRMz { width:47.75rem;height:2.5625rem;top:10.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:7.0625rem;height:3.8125rem;top:2.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { display:flex;width:5.99989375rem;height:5.99989375rem;top:1rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { display:flex;width:6.124675rem;height:6.124675rem;top:0.9375rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:5.1875rem;height:3.8125rem;top:2.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:8rem;height:3.8125rem;top:2.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:5.9375rem;height:2.598875rem;top:2.75rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:7.4370625rem;height:1.3rem;top:2.75rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:7.0621875rem;height:2.598875rem;top:2.75rem;left:13rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.1120875rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:20rem;height:1.381225rem;top:0.24658203125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.060625rem;padding-right:0.0525rem;padding-bottom:0.060625rem;padding-left:0.0525rem;width:0.315rem;min-width:0.315rem;height:0.324375rem;font-size:0.24125rem;line-height:5.19px;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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.038125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.42rem;height:0.128125rem;font-size:0.090625rem;line-height:2.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:2.8125rem;height:0.611875rem;top:30.43701171875rem;left:0rem;padding-top:0.030625rem;padding-right:0.029375rem;padding-bottom:0.030625rem;padding-left:0.029375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #mDBezlTDp71kldS9JfHXBzfg0gH8J7hM { width:20rem;height:11.7004375rem;top:0.6854248046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ULvEw7PqAsuRTJ0yDORSXVwm8zNuS4 { width:20rem;height:12.937rem;top:14.915161132812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeT59ggyeAzi72t9yRinARGbTnUPLOkq { width:20rem;height:1.05590625rem;top:13.0859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:20rem;height:116.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:1.25rem;left:0.5rem;width:18.9984375rem;height:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.2994375rem;top:75.9375rem;left:12.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:10.9375rem;height:1.2994375rem;top:75.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:20rem;height:38.01269375rem;top:77.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Mh9Vq3aPp3NNW89wBbyeqHhsOnpobTp2 { width:20rem;height:9.6685625rem;top:46.168823242188rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .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; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 .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; }
#kQQSQRo80EGNZH22Ax1D0fm6585teA72 { display:flex;width:18rem;height:5.0625rem;top:57.999267578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #p1PTWTqARqDFy9cntNZVtZAyrrm46O4q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #JlV9nM0AxRFkiiVtEpd3g4ApJUKZoIV6 {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #zlvx54oJC9epdlaq9kvKgvI4LEXAAmIX {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #kp8nbGdmTnkl8u0PU4z8i9lOekZ8N6MN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #mAxqeq6n1gnZC0Bl1WMKmtTcsdvx35dZ {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #GdhZ6tqArDP4aWXcaCLkfgI4RTtBvqxq {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #fOGwNoknmCXcHV7PmG8qmKk9rNl3xp1v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #NLk7l3boMLi6TOa8GfEPkPr5PIWGbRnq {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #sudaTlmcJoqbHJcNRQ4XyF4NSss8GOe9 {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #GwlRPyHSFiur4FWFC8Vb7IRzgE4t3970 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #Ku5S3ZDy5I42sLWEvvFty25F9WkvMzwZ {  }
 }@media only screen and (max-width: 763px) { #kQQSQRo80EGNZH22Ax1D0fm6585teA72 #PGmeSWWdcKcPFgZBUewOOfnQ9gMEBrHN {  }
 }@media only screen and (max-width: 763px) { #yH71Mc6vUvBnmcKw7vkJxdpXGtHkuXTu { width:20rem;height:2.76245rem;top:65.936279296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4SHPaBpQLgGFQ6K6HIy4RDp4J7OwN0D { height:11.241428410837rem;width:20rem;top:12.860107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3rVkn9BuMI6VXgIcVzrwoA3wvV3XUqw { height:11.241691687237rem;width:20rem;top:27.062377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp5JfR3nHTTPnKXsA0TN5SspXprVpRMz { width:20rem;height:2.76245rem;top:8.812255859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }