.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_db59a8eaa6158fe38e6498d7cd94330d0dfa2bb7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { background-color: transparent; background-image: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { border-width: 0; border-radius: 0; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:kalnia;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { color:#010304;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.3747335672379rem;left:44.562322616577rem;height:1.4999125rem;font-style:normal;display:block; }
#EHocTndMnvUBrVzNNlA290hGFc0quRUn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.4999111890793rem;left:42.749909877777rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .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; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#8538ba;padding-top:0.364375rem;padding-right:0.324375rem;padding-bottom:0.364375rem;padding-left:0.324375rem;display:block;align-items:center;width:1.946875rem;min-width:1.946875rem;height:1.9575rem;position:relative;font-family:montserrat;font-size:1.456875rem;font-weight:700;line-height:31.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { background-color:;background-image:none;color:#010304;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.595625rem;height:0.77375rem;position:relative;font-family:montserrat;font-size:0.54625rem;font-weight:300;line-height:12.38px;text-align:center;text-align-last:center;text-transform:none;top:-10%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { 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:14.375rem;height:3.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:kalnia;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.28125rem;left:60.625rem;z-index:5001; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I { width:auto; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
#M9hlAi4IUkoi1ZsnopyAbdeJEilDetgq { position:absolute;display:block;z-index:15019;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.1875rem;width:11rem;top:1.1563386917114rem;left:1.68279504776rem;overflow:hidden;display:block; }
#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM { position:relative;display:block; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM { background-color: transparent; background-image: none; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row .container > .video-iframe-container { display: none; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row > .video-iframe-container { display: none; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .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); }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM { border-width: 0; border-radius: 0; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:kalnia;height:46.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PmqzMWPr6HdGpHc9gs2oPHhpHZNh2nFo { color:#010304;display:block;width:44.9375rem;position:absolute;font-family:kalnia;font-size:3.125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:9.625rem;left:-0.0625rem;height:12.5rem;text-align:right;text-align-last:right;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;display:block; }
#WSaxhZvpGtwG6lN1BCcMMEENps8VG4up { color:#010304;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.838687896729rem;left:17.868785381317rem;height:5.99964375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#e9eTyng1EwUthknv3Zypkd0DtMK6Hdbb { background-color:#8538ba;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.249554038047rem;left:19.749200344086rem;display:block; }
#EyaqXAQQs4SWCVrnf6z4Gm53OKVNybd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmKqX3vfucDpNddsO2y5bwgMPbrCGhEA { background-color:transparent;background-image:none;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#8538ba;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.249554038047rem;left:33.056638240814rem;display:block; }
#SytHgF2qNHIW16y6eEFvNIqxVcaeG8rK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2axmMT8J0FpEKECgkkrJ4VmhuPb707O { box-sizing:content-box;height:37.75rem;width:13.0625rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:4.03125rem;left:55.375rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#G1DUQGTbT8iolSr6Pcb4J7xzSF2OpDW7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:15.375rem;width:12.5rem;top:6rem;left:62.5rem;overflow:hidden;display:block; }
#D27HUVIIwTTq1uclnU6XEmRmlUFBb20c { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:12.5rem;width:12.5rem;top:6rem;left:48.1875rem;overflow:hidden;display:block; }
#SSJBo70CGfW16rKbfJLvPToTrZZSnNw7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:16.4999375rem;width:24.9374375rem;top:22.838244915009rem;left:48.186700344086rem;overflow:hidden;display:block; }
#A3xitEayCAaLITAD2kzBSf3PgyRDr1Ft { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14990;background-color:#8538ba;background-image:none;top:29.4375rem;left:62.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#vneMFBeUKbLEailiiTkauUKtUtMSLsUi { box-sizing:content-box;height:11.125rem;width:11.125rem;position:absolute;display:block;z-index:15015;background-color:#8538ba;background-image:none;top:30.0625rem;left:63.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#O5nBA9lsDeBxI9X1lFoCdN6SI5HP1CS2 { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:#8538ba;background-image:none;top:6.9375rem;left:18.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fTndeIDWywoTQ2pvZktqeveP33A9Vvdh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.3125rem;left:43.6875rem; }
#gAA55o2tKTUUF8plDQ0MhIAAM9beowJU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.28125rem;left:18.5rem; }
#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { background-color: transparent; background-image: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container > .video-iframe-container { display: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container { display: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .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); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { border-width: 0; border-radius: 0; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { font-size:0.875rem;font-family:kalnia;height:41.1875rem;width:75rem;position:relative;display:block; }#iOlTEBLBE7qEVrg9Da6ISJQXs6iXlVqP { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:30.375rem;left:2.5rem;height:2.999825rem;text-align:left;text-align-last:left;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;display:block; }
#LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.375rem;left:2.5rem;height:7.4995625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { box-sizing:content-box;height:30.75rem;width:30.1875rem;position:absolute;display:block;z-index:14998;background-color:#8538ba;background-image:none;top:6.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#Jtobd8se2Qv8KkE4NPL4ZdRZ6Ay5shqf { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.6875rem;left:60.75rem;display:block; }
#UXgmcmqpTMTvym6QABJoKmEW3rn0ks4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVy153oq13GGHduIoShDTHKUeU14PAyL { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:25.062125rem;width:38.0624375rem;top:1.8692293763161rem;left:31.686788082123rem;overflow:hidden;display:block; }
#zTuio1bnrrsI0M8fzuiEGizdFXwBOgpy { box-sizing:content-box;height:14.0625rem;width:35.1875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:18rem;left:22.1875rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { box-sizing:content-box;height:9.125rem;width:51.8125rem;position:absolute;display:block;z-index:14999;background-color:#8538ba;background-image:none;top:27.875rem;left:23.1875rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;display:block; }
#Tymahx6ZLAwtzI267SPpcDCViMmh9bqp { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.6875rem;left:2.5rem;height:7.4995625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { background-color: transparent; background-image: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { display: none; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .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); }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { border-width: 0; border-radius: 0; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { font-size:0.875rem;font-family:kalnia;height:50.625rem;width:75rem;position:relative;display:block; }#cwK7f72ZHGBw0uyFJSzT0M1UJh3ELAPL { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:15.6875rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#H4W6ODpy1nqA9tGbWz5zhobtgSEsPgfD { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:15.6875rem;left:25.625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#B247bfTPhkA21X5i70xIb2AzAKvM1TGm { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:15.6875rem;left:51.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#mAKET5IW1SNaxHmqNHIyAg4trMoD4CXr { color:#010304;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17.875rem;left:4rem;height:1.5rem;text-align:left;text-align-last:left;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;display:block; }
#WkAZQoElbSwt1nzBDrmaLBZSxM9QeMec { color:#010304;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:21.0625rem;left:1.875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qKTRa43kAtzwD84iW7IU5AypBhZX8NEl { color:#010304;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:17.875rem;left:29.625rem;height:1.5rem;text-align:left;text-align-last:left;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;display:block; }
#x4x6qUaaK56dXNCdgfCTChUMS58N3txc { color:#010304;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21rem;left:27.5rem;height:2.999825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yTkwzHHOyIloNXdHx8lCl7OAbJTORDk3 { color:#010304;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:17.875rem;left:55.1875rem;height:1.5rem;text-align:left;text-align-last:left;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;display:block; }
#E1bsATK2JxVRRp1glTQJXvL09bsgJX52 { color:#010304;display:block;width:19.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21rem;left:53.0625rem;height:5.99964375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eluerKeSa4MAL55w4uFOEdthgpV9hio2 { background-color:#8538ba;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.3749125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:44.436695098877rem;left:31.748933315277rem;display:block; }
#zRRQZut4LVNhTUNUksuH5u6GAOOdTNOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wozCwlWaHlvnBThpHcGBiRcisUOp3bHg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.9375rem;left:1.9375rem; }
#a3JEagyqiZRQanZKUIevVy6JTbAe5qL0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.875rem;left:27.5625rem; }
#mAgzGxDUko8mzeGTbmJ5PTo3FcAgIOAD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.9375rem;left:53.125rem; }
#GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { color:#010304;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:8.625rem;left:0rem;height:;text-align:center;text-align-last:center;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;display:block; }
#kuyo1ZlSPT8kgGu8bg905GGa3hNVaJ6G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.1875rem;left:23.875rem; }
#trOgfDKdp32aN6UJ8b2GHLt0lgAuVszP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.125rem;left:49.875rem; }
#OmBTQkVq2248bde8t4o08onk6mIty83e { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:#8538ba;background-image:none;top:5.75rem;left:25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PnRXA6XxxKmXTZXBnTxsT21PigGcD6fL { box-sizing:content-box;height:11.9375rem;width:23.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:29.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#NIFlCmbMiqr6v8JKN5Cnf4lT3dPr7MNh { color:#010304;display:block;width:17.6873125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:32.1875rem;left:3.875rem;height:1.4999125rem;text-align:left;text-align-last:left;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;display:block; }
#swVB1F1Ax8unzJ5FHSskTc00TDf5p9Se { box-sizing:content-box;height:12.125rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:29.625rem;left:25.759846099574rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#eNLT6RA7DcbceoRpakOEq4n7hZwXGtLF { color:#010304;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:35.1875rem;left:2rem;height:5.24858125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JzQHgVXClw9wTet9ehEHlBBuu0Gr1GDR { color:#010304;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:35.1875rem;left:28.1875rem;height:3.9364375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FUlwslxN9633TUsGUzgOhIV5GRrGku1C { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.25rem;left:28.3125rem; }
#e5NtngTcA7Zwi8XHAuSI2A7sbzhTt1tV { color:#010304;display:block;width:17.6873125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:32.1875rem;left:30.1875rem;height:1.4999125rem;text-align:left;text-align-last:left;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;display:block; }
#e4fwL2JRWXxKocsfn8evHipqJGfvBzBh { box-sizing:content-box;height:11.9375rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:29.625rem;left:51.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#q4eR4n8TChl3MlwFQ9KHWxUT0WLS0ZSw { color:#010304;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:35.25rem;left:53.125rem;height:2.6242875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qm4x8JGdAJ1cDRgAx2BIkrznGM2NdMBR { color:#010304;display:block;width:17.6873125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:32.1875rem;left:55.125rem;height:1.4999125rem;text-align:left;text-align-last:left;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;display:block; }
#A4iPNL0yE2IllNXMrlGrRGB2ZgyUkHg4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.312232971191rem;left:53.061967372894rem; }
#TP5bGxuTADUWNFnshBNB4HI2TLm7cnT6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.312227249146rem;left:1.8745560646057rem; }
#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8538ba;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; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { background-color: transparent; background-image: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container > .video-iframe-container { display: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container { display: none; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .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); }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { border-width: 0; border-radius: 0; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { font-size:0.875rem;font-family:kalnia;height:36.125rem;width:75rem;position:relative;display:block; }#T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#8538ba;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.3749125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.743696928024rem;left:18.124555110931rem;display:block; }
#qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.556373119354rem;left:12.992719173431rem;height:4.49973125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:9.6249103546144rem;left:1.1874113082886rem;height:2.999825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { box-sizing:content-box;height:18.375rem;width:69.0625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.875rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { box-sizing:content-box;height:14.875rem;width:66.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:15.437240600586rem;left:7.93732213974rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#Kkd2I3esMweF8zDa6rU4IIs3uXEp8mmp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:21.5625rem;width:32.5rem;top:10.465642690659rem;left:42.499555110931rem;overflow:hidden;display:block; }
#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT { z-index:;position:relative;display:block; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT { background-color: transparent; background-image: none; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row .container > .video-iframe-container { display: none; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row > .video-iframe-container { display: none; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .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); }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT { border-width: 0; border-radius: 0; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:kalnia;height:38.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#U9ZlttLpGvrTAEJ5muCmoM08n5KDKnyL { color:#010304;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:3.8117027282715rem;left:0rem;height:2.999825rem;text-align:center;text-align-last:center;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;display:block; }
#ZcfEe56dLSyDHt5aohXalvqcMsvi1QAe { box-sizing:content-box;height:21.375rem;width:17.5625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:12rem;left:18.25rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#Jbfd0UyizZsxVp2eoZz0PgFPd40hPqeG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#8538ba;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.886363625rem;height:3.261276125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:28.9375rem;left:19.625rem;display:block; }
#ZlzJ3ZAKx0hJGt1qVCvuaKAhorPhvmzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N4Dz1H0dCShbW5ahUUthd9JBB48Wa1sb { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15018;background-color:#8538ba;background-image:none;top:27.5625rem;left:19.5rem;display:block; }
#N3beRlTTy82rksbyDyAs9yLiKAR1h7MU { color:#000000;display:block;width:15rem;position:absolute;font-family:kalnia;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:24.3125rem;left:19.5625rem;height:1.31214375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXBOD7rcK4oqgQ3lEZLyJSGU2LvB7PMN { color:#ff0000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.0625rem;left:19.5625rem;height:2.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFb2ot213Uvp7DUym3xhR1NDGq3zGgZK { color:#000000;display:block;width:15rem;position:absolute;font-family:kalnia;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.5rem;height:1.29971875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EcIwro2RTZm4sda7sLscWKIkuf9QJHkA { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15019;background-color:#8538ba;background-image:none;top:16.5rem;left:19.5625rem;display:block; }
#AMKOQJ9X0zGJ7M2nS601mTe2WoG9oLcJ { box-sizing:content-box;height:21.625rem;width:17.5625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:12rem;left:37.375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#LglN4tUgUmkZQeK8vlsVZhJ97F3Jmr5F { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#8538ba;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.886363625rem;height:3.261276125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:28.9375rem;left:38.75rem;display:block; }
#ZOTSIoyhbfi6PGPQESSLC4mhIPI4vkdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVTPBmrGMZS6cGfrk5HblwOKBRzbAOpD { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15026;background-color:#8538ba;background-image:none;top:27.5625rem;left:38.625rem;display:block; }
#so6rrGcGCUyC0hmwwXIOI3S5aaQAb7Qi { color:#000000;display:block;width:15rem;position:absolute;font-family:kalnia;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:23.6875rem;left:38.6875rem;height:2.6242875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttI6VpKWZUUMhFGwn4lGJWfvsdesrVMJ { color:#010304;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.75rem;left:38.75rem;height:5.19975rem;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; }
#bkbXhJmFW0OO2sZGZvEHPQeqEvkZiVXG { color:#000000;display:block;width:15rem;position:absolute;font-family:kalnia;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.875rem;left:38.625rem;height:1.29971875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eGO0SPvmObQ4wkiKMX7FnGHR6sLXnlN3 { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:#8538ba;background-image:none;top:16.5rem;left:38.6875rem;display:block; }
#h3RzwqsZrW1edRJCzDckC84ETxQlmJAD { box-sizing:content-box;height:21.625rem;width:17.5625rem;position:absolute;display:block;z-index:15031;background-color:#8538ba;background-image:none;top:12rem;left:56.4375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;border-top:0.0625rem solid #8538ba;border-left:0.0625rem solid #8538ba;border-right:0.0625rem solid #8538ba;border-bottom:0.0625rem solid #8538ba;display:block; }
#c1bCeMqaNxigFhcRM6TgNdoIk2gBUNEA { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.886363625rem;height:3.261276125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:28.9375rem;left:57.8125rem;display:block; }
#v8TDJPva5TZGzuwMvvt4K9XhuUaCQ839 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqJ8FCIQR4TIb1rFiBsaf3Tm91aCHKs6 { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:27.5625rem;left:57.6875rem;display:block; }
#b9ReOEQgRQsgXo06VXwBsipf2XbTfG3r { color:#ffffff;display:block;width:15rem;position:absolute;font-family:kalnia;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:23.6875rem;left:57.75rem;height:2.6242875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwbFxm4pOSKXU3k6dXxbi8rbiSfm0pMb { color:#fff300;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.0625rem;left:57.75rem;height:2.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UogI3u23GPehw44C8FTgCDNORzCwUWGT { color:#ffffff;display:block;width:15rem;position:absolute;font-family:kalnia;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.875rem;left:57.6875rem;height:1.29971875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ACm0lbACJh96zVXTm3V0UVTt4Lfrynne { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:16.5rem;left:57.75rem;display:block; }
#NNJDpyFHGNlVxFS9EgtMSrXhS5kGhfcL { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:22.305131077766rem;left:2.0614347457886rem;height:9.18500625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CD0PZrDkPbBwzOQF9yvWWPMRt3dA2Oa2 { color:#010304;display:block;width:19.124625rem;position:absolute;font-family:kalnia;font-size:2.125rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:11.999289631844rem;left:0rem;height:8.499625rem;text-align:center;text-align-last:center;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;display:block; }
#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 { 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; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container { background-color: transparent; background-image: none; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container > .video-iframe-container { display: none; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row > .video-iframe-container { display: none; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .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); }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container { border-width: 0; border-radius: 0; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#PcK6l4ZlDGyqnvROSbVzJHKH4OpCx5yF { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.4375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { top:1.3125rem;left:0rem;width:13.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHocTndMnvUBrVzNNlA290hGFc0quRUn { top:1.4375rem;left:29.124909877777rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .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; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .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; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { display:flex;width:18rem;height:5.0625rem;top:17.25rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
 }@media only screen and (max-width: 763px) { #M9hlAi4IUkoi1ZsnopyAbdeJEilDetgq { top:1.125rem;left:0rem;width:11rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MRBGtQm1L4FZovoABMeDL3uWTq5abM { display:block; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmqzMWPr6HdGpHc9gs2oPHhpHZNh2nFo { top:9.625rem;left:0rem;width:44.9375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSaxhZvpGtwG6lN1BCcMMEENps8VG4up { top:22.8125rem;left:4.2437853813171rem;width:26.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9eTyng1EwUthknv3Zypkd0DtMK6Hdbb { width:11.875rem;height:3.375rem;top:31.1875rem;left:6.1242003440857rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyaqXAQQs4SWCVrnf6z4Gm53OKVNybd3 { display:block; }
 }@media only screen and (max-width: 763px) { #EmKqX3vfucDpNddsO2y5bwgMPbrCGhEA { width:11.875rem;height:3.375rem;top:31.1875rem;left:19.431638240814rem;display:block; }
 }@media only screen and (max-width: 763px) { #SytHgF2qNHIW16y6eEFvNIqxVcaeG8rK { display:block; }
 }@media only screen and (max-width: 763px) { #g2axmMT8J0FpEKECgkkrJ4VmhuPb707O { top:4rem;left:34.5625rem;width:13.0625rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1DUQGTbT8iolSr6Pcb4J7xzSF2OpDW7 { top:6rem;left:35.25rem;width:12.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D27HUVIIwTTq1uclnU6XEmRmlUFBb20c { top:6rem;left:34.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSJBo70CGfW16rKbfJLvPToTrZZSnNw7 { top:22.8125rem;left:22.875rem;width:24.875rem;height:16.458625522871rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3xitEayCAaLITAD2kzBSf3PgyRDr1Ft { top:29.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vneMFBeUKbLEailiiTkauUKtUtMSLsUi { top:30.0625rem;left:36.5rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5nBA9lsDeBxI9X1lFoCdN6SI5HP1CS2 { top:6.9375rem;left:5.1875rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTndeIDWywoTQ2pvZktqeveP33A9Vvdh { top:6.3125rem;left:30.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAA55o2tKTUUF8plDQ0MhIAAM9beowJU { top:6.25rem;left:4.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOlTEBLBE7qEVrg9Da6ISJQXs6iXlVqP { top:30.375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { top:9.375rem;left:0rem;width:23.125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { top:6.25rem;left:0rem;width:30.1875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtobd8se2Qv8KkE4NPL4ZdRZ6Ay5shqf { width:11.25rem;height:3.375rem;top:30.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgmcmqpTMTvym6QABJoKmEW3rn0ks4c { display:block; }
 }@media only screen and (max-width: 763px) { #XVy153oq13GGHduIoShDTHKUeU14PAyL { top:1.8125rem;left:9.75rem;width:38rem;height:25.021013170793rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuio1bnrrsI0M8fzuiEGizdFXwBOgpy { top:18rem;left:8.5625rem;width:35.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { top:27.875rem;left:0rem;width:47.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tymahx6ZLAwtzI267SPpcDCViMmh9bqp { top:18.6875rem;left:0rem;width:23.125rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwK7f72ZHGBw0uyFJSzT0M1UJh3ELAPL { top:15.6875rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4W6ODpy1nqA9tGbWz5zhobtgSEsPgfD { top:15.6875rem;left:12rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B247bfTPhkA21X5i70xIb2AzAKvM1TGm { top:15.6875rem;left:23.875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAKET5IW1SNaxHmqNHIyAg4trMoD4CXr { top:17.875rem;left:0rem;width:17.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAZQoElbSwt1nzBDrmaLBZSxM9QeMec { top:21.0625rem;left:0rem;width:19.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTRa43kAtzwD84iW7IU5AypBhZX8NEl { top:17.875rem;left:16rem;width:16.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4x6qUaaK56dXNCdgfCTChUMS58N3txc { top:21rem;left:13.875rem;width:19.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkwzHHOyIloNXdHx8lCl7OAbJTORDk3 { top:17.875rem;left:30.8125rem;width:16.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1bsATK2JxVRRp1glTQJXvL09bsgJX52 { top:20.9375rem;left:28.0625rem;width:19.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eluerKeSa4MAL55w4uFOEdthgpV9hio2 { width:11.25rem;height:3.3125rem;top:44.375rem;left:18.123933315277rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRRQZut4LVNhTUNUksuH5u6GAOOdTNOQ { display:block; }
 }@media only screen and (max-width: 763px) { #wozCwlWaHlvnBThpHcGBiRcisUOp3bHg { top:17.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3JEagyqiZRQanZKUIevVy6JTbAe5qL0 { top:17.875rem;left:13.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAgzGxDUko8mzeGTbmJ5PTo3FcAgIOAD { top:17.9375rem;left:39.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuyo1ZlSPT8kgGu8bg905GGa3hNVaJ6G { top:5.1875rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trOgfDKdp32aN6UJ8b2GHLt0lgAuVszP { top:5.125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBTQkVq2248bde8t4o08onk6mIty83e { top:5.75rem;left:11.375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRXA6XxxKmXTZXBnTxsT21PigGcD6fL { top:29.625rem;left:0rem;width:23.6875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIFlCmbMiqr6v8JKN5Cnf4lT3dPr7MNh { top:32.1875rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVB1F1Ax8unzJ5FHSskTc00TDf5p9Se { top:29.625rem;left:12.134846099574rem;width:23.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLT6RA7DcbceoRpakOEq4n7hZwXGtLF { top:35.1875rem;left:0rem;width:19.0625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQHgVXClw9wTet9ehEHlBBuu0Gr1GDR { top:35.1875rem;left:14.5625rem;width:19.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUlwslxN9633TUsGUzgOhIV5GRrGku1C { top:32.25rem;left:14.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5NtngTcA7Zwi8XHAuSI2A7sbzhTt1tV { top:32.1875rem;left:16.5625rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fwL2JRWXxKocsfn8evHipqJGfvBzBh { top:29.625rem;left:23.875rem;width:23.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eR4n8TChl3MlwFQ9KHWxUT0WLS0ZSw { top:35.25rem;left:28.6875rem;width:19.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm4x8JGdAJ1cDRgAx2BIkrznGM2NdMBR { top:32.1875rem;left:30.125rem;width:17.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4iPNL0yE2IllNXMrlGrRGB2ZgyUkHg4 { top:32.25rem;left:39.436967372894rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP5bGxuTADUWNFnshBNB4HI2TLm7cnT6 { top:32.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { width:11.25rem;height:3.3125rem;top:22.6875rem;left:4.4995551109314rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block; }
 }@media only screen and (max-width: 763px) { #vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { top:17.5rem;left:0rem;width:26.3125rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { top:9.5625rem;left:0rem;width:41.625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { top:5.875rem;left:0rem;width:47.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { top:15.375rem;left:0rem;width:47.625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkd2I3esMweF8zDa6rU4IIs3uXEp8mmp { top:10.4375rem;left:15.25rem;width:32.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u89OqdqSPtN93VWuARGsOZzc9cxTMpQT { display:block; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9ZlttLpGvrTAEJ5muCmoM08n5KDKnyL { top:3.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcfEe56dLSyDHt5aohXalvqcMsvi1QAe { top:12rem;left:4.625rem;width:17.5rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbfd0UyizZsxVp2eoZz0PgFPd40hPqeG { width:14.75rem;height:3.125rem;top:28.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlzJ3ZAKx0hJGt1qVCvuaKAhorPhvmzO { display:block; }
 }@media only screen and (max-width: 763px) { #N4Dz1H0dCShbW5ahUUthd9JBB48Wa1sb { top:27.5625rem;left:5.875rem;width:15rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #N3beRlTTy82rksbyDyAs9yLiKAR1h7MU { top:24.3125rem;left:5.9375rem;width:15rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXBOD7rcK4oqgQ3lEZLyJSGU2LvB7PMN { top:19.0625rem;left:5.93732213974rem;width:15rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFb2ot213Uvp7DUym3xhR1NDGq3zGgZK { top:13.875rem;left:5.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIwro2RTZm4sda7sLscWKIkuf9QJHkA { top:16.5rem;left:5.9375rem;width:15rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #AMKOQJ9X0zGJ7M2nS601mTe2WoG9oLcJ { top:12rem;left:23.75rem;width:17.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LglN4tUgUmkZQeK8vlsVZhJ97F3Jmr5F { width:14.75rem;height:3.125rem;top:28.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTSIoyhbfi6PGPQESSLC4mhIPI4vkdo { display:block; }
 }@media only screen and (max-width: 763px) { #nVTPBmrGMZS6cGfrk5HblwOKBRzbAOpD { top:27.5625rem;left:25rem;width:15rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #so6rrGcGCUyC0hmwwXIOI3S5aaQAb7Qi { top:23.6875rem;left:25.0625rem;width:15rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttI6VpKWZUUMhFGwn4lGJWfvsdesrVMJ { top:17.6875rem;left:25.124997615814rem;width:15rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkbXhJmFW0OO2sZGZvEHPQeqEvkZiVXG { top:13.875rem;left:25rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGO0SPvmObQ4wkiKMX7FnGHR6sLXnlN3 { top:16.5rem;left:25.0625rem;width:15rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #h3RzwqsZrW1edRJCzDckC84ETxQlmJAD { top:12rem;left:30.125rem;width:17.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1bCeMqaNxigFhcRM6TgNdoIk2gBUNEA { width:14.75rem;height:3.125rem;top:28.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TDJPva5TZGzuwMvvt4K9XhuUaCQ839 { display:block; }
 }@media only screen and (max-width: 763px) { #JqJ8FCIQR4TIb1rFiBsaf3Tm91aCHKs6 { top:27.5625rem;left:32.75rem;width:15rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #b9ReOEQgRQsgXo06VXwBsipf2XbTfG3r { top:23.6875rem;left:32.75rem;width:15rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwbFxm4pOSKXU3k6dXxbi8rbiSfm0pMb { top:19.0625rem;left:32.75rem;width:15rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UogI3u23GPehw44C8FTgCDNORzCwUWGT { top:13.875rem;left:32.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACm0lbACJh96zVXTm3V0UVTt4Lfrynne { top:16.5rem;left:32.75rem;width:15rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NNJDpyFHGNlVxFS9EgtMSrXhS5kGhfcL { top:22.25rem;left:0rem;width:15rem;height:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD0PZrDkPbBwzOQF9yvWWPMRt3dA2Oa2 { top:11.9375rem;left:0rem;width:19.0625rem;height:8.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 { display:block; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcK6l4ZlDGyqnvROSbVzJHKH4OpCx5yF { top:0.625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeal9UENuyB8I6Ioi1qNs6AogTA4orhH { width:20rem;height:1.12526875rem;top:8.3735790252688rem;left:-0.12500023841858rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHocTndMnvUBrVzNNlA290hGFc0quRUn { display:flex;width:1.25rem;height:1.25rem;top:3.8121447563171rem;left:4.4997334480286rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .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; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.304375rem;padding-bottom:0.333125rem;padding-left:0.304375rem;width:1.82375rem;min-width:1.82375rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;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; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.431875rem;height:0.7075rem;font-size:0.5rem;line-height:11.32px;top:-10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg { display:flex;width:13.75rem;height:3.37375rem;top:5rem;left:3.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #w5bkfDdy7sM6Feqv6W3s84UQKSfIR6QE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #nDLgAAnWxJT50S2OMBSzLh7eqOJXGU4I {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #M1dxhll4KB2lWJbN7fnLSVAeH0VppW9J {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #Rdshx9buLk6dt2xHoSHgUnNcB7lsl6Oz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ak1KkyUVxsHq8qy5FnPtpz4yIbrN0rlD {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #N3mNa3etpItHlo75Obs0fdsLlmN5e4Mg {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #HZl0nO3rFivruszlNCmL6Eeqmf8gWyv8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #mkeTXTHImQcPNxRE3qQ7h5ALiKTq5Eft {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #hDzMq3VZAV9BFgnxPTMuoZmgtLC3Mwl7 {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #KXcdU9KmDLPksIQhOl8re5HvoaILtVxH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #ItZeNM7c4pO7efGlq5xb3SkDrOdABn9b {  }
 }@media only screen and (max-width: 763px) { #B3sB9QvME1NGRUXa84dAlPHcUGXmFDAg #fTQWv8W376ZSSFW3Oo8eTPsyJT0wV75H {  }
 }@media only screen and (max-width: 763px) { #M9hlAi4IUkoi1ZsnopyAbdeJEilDetgq { width:11rem;height:2.1875rem;top:1.9992897510529rem;left:4.4997334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MRBGtQm1L4FZovoABMeDL3uWTq5abM { display:block; }#T5MRBGtQm1L4FZovoABMeDL3uWTq5abM > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmqzMWPr6HdGpHc9gs2oPHhpHZNh2nFo { width:20rem;height:8.0006875rem;top:1.8745555877686rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSaxhZvpGtwG6lN1BCcMMEENps8VG4up { width:20rem;height:7.4995625rem;top:13.124554634094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9eTyng1EwUthknv3Zypkd0DtMK6Hdbb { width:11.875rem;height:3.3749125rem;top:21.874555587769rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyaqXAQQs4SWCVrnf6z4Gm53OKVNybd3 { display:block; }
 }@media only screen and (max-width: 763px) { #EmKqX3vfucDpNddsO2y5bwgMPbrCGhEA { width:11.761363625rem;height:3.261276125rem;top:26.562055408954rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SytHgF2qNHIW16y6eEFvNIqxVcaeG8rK { display:block; }
 }@media only screen and (max-width: 763px) { #g2axmMT8J0FpEKECgkkrJ4VmhuPb707O { width:13.125rem;height:21.375rem;top:30.937499046326rem;left:3.3749108314514rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #G1DUQGTbT8iolSr6Pcb4J7xzSF2OpDW7 { width:9.375rem;height:11.5625rem;top:33rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D27HUVIIwTTq1uclnU6XEmRmlUFBb20c { width:9.375rem;height:9.375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSJBo70CGfW16rKbfJLvPToTrZZSnNw7 { width:9.375rem;height:6.1875rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3xitEayCAaLITAD2kzBSf3PgyRDr1Ft { width:9.375rem;height:9.375rem;top:38.8125rem;left:6.625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #vneMFBeUKbLEailiiTkauUKtUtMSLsUi { width:8.125rem;height:8.125rem;top:39.375rem;left:7.1875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #O5nBA9lsDeBxI9X1lFoCdN6SI5HP1CS2 { width:20rem;height:0.0625rem;top:11.4375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #fTndeIDWywoTQ2pvZktqeveP33A9Vvdh { display:flex;width:1.25rem;height:1.25rem;top:10.875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #gAA55o2tKTUUF8plDQ0MhIAAM9beowJU { display:flex;width:1.25rem;height:1.25rem;top:10.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOlTEBLBE7qEVrg9Da6ISJQXs6iXlVqP { width:18.125rem;height:2.000175rem;top:3.03125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { width:18.125rem;height:6.56075rem;top:18.437055826187rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { width:20rem;height:5.375rem;top:1.25rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Jtobd8se2Qv8KkE4NPL4ZdRZ6Ay5shqf { width:11.136363625rem;height:3.261276125rem;top:34.059834718704rem;left:4.4313740730286rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgmcmqpTMTvym6QABJoKmEW3rn0ks4c { display:block; }
 }@media only screen and (max-width: 763px) { #XVy153oq13GGHduIoShDTHKUeU14PAyL { width:17.8125rem;height:11.68725rem;top:5.8425068855286rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuio1bnrrsI0M8fzuiEGizdFXwBOgpy { width:16.25rem;height:5.43723125rem;top:34.059832334518rem;left:1.8177378177643rem;display:none; }
 }@media only screen and (max-width: 763px) { #VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { width:20rem;height:22.5rem;top:16.6875rem;left:0rem;z-index:14995;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tymahx6ZLAwtzI267SPpcDCViMmh9bqp { width:18.125rem;height:6.56075rem;top:26.313031435013rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx { display:block; }#z8xTplQOVcGQZflLyNHVM6p4AFhIzHKx > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwK7f72ZHGBw0uyFJSzT0M1UJh3ELAPL { width:19.875rem;height:12.5rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4W6ODpy1nqA9tGbWz5zhobtgSEsPgfD { width:19.875rem;height:12.5rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B247bfTPhkA21X5i70xIb2AzAKvM1TGm { width:19.875rem;height:12.5rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAKET5IW1SNaxHmqNHIyAg4trMoD4CXr { width:15.625rem;height:1.4999125rem;top:12.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAZQoElbSwt1nzBDrmaLBZSxM9QeMec { width:17.5rem;height:3.9364375rem;top:15.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTRa43kAtzwD84iW7IU5AypBhZX8NEl { width:15.625rem;height:1.4999125rem;top:39.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4x6qUaaK56dXNCdgfCTChUMS58N3txc { width:17.5rem;height:2.6242875rem;top:41.743606567382rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkwzHHOyIloNXdHx8lCl7OAbJTORDk3 { width:15.625rem;height:1.4999125rem;top:66.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1bsATK2JxVRRp1glTQJXvL09bsgJX52 { width:17.5rem;height:5.24858125rem;top:68.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eluerKeSa4MAL55w4uFOEdthgpV9hio2 { width:11.25rem;height:3.3749125rem;top:92.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRRQZut4LVNhTUNUksuH5u6GAOOdTNOQ { display:block; }
 }@media only screen and (max-width: 763px) { #wozCwlWaHlvnBThpHcGBiRcisUOp3bHg { display:flex;width:1.25rem;height:1.25rem;top:12.312232971191rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #a3JEagyqiZRQanZKUIevVy6JTbAe5qL0 { display:flex;width:1.25rem;height:1.25rem;top:39.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #mAgzGxDUko8mzeGTbmJ5PTo3FcAgIOAD { display:flex;width:1.25rem;height:1.25rem;top:66.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GU5moRVrO7nf6bkk8K1bFROqKa9uJDbO { width:20rem;height:4.00035625rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuyo1ZlSPT8kgGu8bg905GGa3hNVaJ6G { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #trOgfDKdp32aN6UJ8b2GHLt0lgAuVszP { display:flex;width:1.25rem;height:1.25rem;top:1.875rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #OmBTQkVq2248bde8t4o08onk6mIty83e { width:18.75rem;height:0.0625rem;top:2.4375rem;left:0.625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #PnRXA6XxxKmXTZXBnTxsT21PigGcD6fL { width:20rem;height:12.5rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIFlCmbMiqr6v8JKN5Cnf4lT3dPr7MNh { width:14.375rem;height:1.4999125rem;top:25.936612129211rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVB1F1Ax8unzJ5FHSskTc00TDf5p9Se { width:20rem;height:12.5rem;top:50.499822616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLT6RA7DcbceoRpakOEq4n7hZwXGtLF { width:17.5rem;height:5.24858125rem;top:28.312321662903rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQHgVXClw9wTet9ehEHlBBuu0Gr1GDR { width:17.5rem;height:3.9364375rem;top:55.874465942382rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUlwslxN9633TUsGUzgOhIV5GRrGku1C { display:flex;width:1.25rem;height:1.25rem;top:53.812145233154rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #e5NtngTcA7Zwi8XHAuSI2A7sbzhTt1tV { width:14.375rem;height:1.4999125rem;top:53.686514854431rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fwL2JRWXxKocsfn8evHipqJGfvBzBh { width:20rem;height:12.5rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eR4n8TChl3MlwFQ9KHWxUT0WLS0ZSw { width:17.5rem;height:3.9364375rem;top:82.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm4x8JGdAJ1cDRgAx2BIkrznGM2NdMBR { width:14.375rem;height:1.4999125rem;top:80.6875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4iPNL0yE2IllNXMrlGrRGB2ZgyUkHg4 { display:flex;width:1.25rem;height:1.25rem;top:80.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TP5bGxuTADUWNFnshBNB4HI2TLm7cnT6 { display:flex;width:1.25rem;height:1.25rem;top:26.06223487854rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 { display:block; }#wlPrbZH0PIn496kinZyLZ4Xy9RriP4k5 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rRLfCTLUrKH9TBIEhE0g2cTS7zGVQM { width:11.25rem;height:3.3749125rem;top:22.937242507934rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfrgecwHIpMdCbx0yCpzowU6dNeT81F1 { display:block; }
 }@media only screen and (max-width: 763px) { #vqAkTyf5TdyX1hhzT6o5v5RXCsK8H2C4 { width:20rem;height:6rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9W3gB7yXbZW6hVNDA9u7OZNuIscW5SJ { width:19.375rem;height:4.00035625rem;top:6.125rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sED4yDM7ObJvztXlGHa7e2VV0Au1n0yQ { width:19.875rem;height:9.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfUxePvs0PBugDxXPFIHrwBXSU4cWnM { width:19.875rem;height:9rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkd2I3esMweF8zDa6rU4IIs3uXEp8mmp { width:20rem;height:13.2688125rem;top:27.436966776848rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u89OqdqSPtN93VWuARGsOZzc9cxTMpQT { display:block; }#u89OqdqSPtN93VWuARGsOZzc9cxTMpQT > .row .container { width:20rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9ZlttLpGvrTAEJ5muCmoM08n5KDKnyL { width:20rem;height:4.00035625rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcfEe56dLSyDHt5aohXalvqcMsvi1QAe { width:19.9375rem;height:18.4375rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbfd0UyizZsxVp2eoZz0PgFPd40hPqeG { width:17.386363625rem;height:3.261276125rem;top:35.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlzJ3ZAKx0hJGt1qVCvuaKAhorPhvmzO { display:block; }
 }@media only screen and (max-width: 763px) { #N4Dz1H0dCShbW5ahUUthd9JBB48Wa1sb { width:17.5rem;height:0.062144875rem;top:33.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3beRlTTy82rksbyDyAs9yLiKAR1h7MU { width:17.5rem;height:1.31214375rem;top:31.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXBOD7rcK4oqgQ3lEZLyJSGU2LvB7PMN { width:17.5rem;height:2.599875rem;top:28rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFb2ot213Uvp7DUym3xhR1NDGq3zGgZK { width:17.5rem;height:1.29971875rem;top:24.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcIwro2RTZm4sda7sLscWKIkuf9QJHkA { width:17.5rem;height:0.0625rem;top:26.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMKOQJ9X0zGJ7M2nS601mTe2WoG9oLcJ { width:19.9375rem;height:22.25rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LglN4tUgUmkZQeK8vlsVZhJ97F3Jmr5F { width:17.386363625rem;height:3.261276125rem;top:59.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTSIoyhbfi6PGPQESSLC4mhIPI4vkdo { display:block; }
 }@media only screen and (max-width: 763px) { #nVTPBmrGMZS6cGfrk5HblwOKBRzbAOpD { width:17.5rem;height:0.0625rem;top:58.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #so6rrGcGCUyC0hmwwXIOI3S5aaQAb7Qi { width:17.5rem;height:2.6242875rem;top:54.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttI6VpKWZUUMhFGwn4lGJWfvsdesrVMJ { width:17.5rem;height:5.19975rem;top:48.375rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkbXhJmFW0OO2sZGZvEHPQeqEvkZiVXG { width:17.5rem;height:1.29971875rem;top:44.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGO0SPvmObQ4wkiKMX7FnGHR6sLXnlN3 { width:17.5rem;height:0.0625rem;top:47.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3RzwqsZrW1edRJCzDckC84ETxQlmJAD { width:20rem;height:19.75rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1bCeMqaNxigFhcRM6TgNdoIk2gBUNEA { width:17.386363625rem;height:3.261276125rem;top:80.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TDJPva5TZGzuwMvvt4K9XhuUaCQ839 { display:block; }
 }@media only screen and (max-width: 763px) { #JqJ8FCIQR4TIb1rFiBsaf3Tm91aCHKs6 { width:17.5rem;height:0.062144875rem;top:79.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9ReOEQgRQsgXo06VXwBsipf2XbTfG3r { width:17.5rem;height:2.6242875rem;top:75.5625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwbFxm4pOSKXU3k6dXxbi8rbiSfm0pMb { width:17.5rem;height:2.599875rem;top:72.4375rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UogI3u23GPehw44C8FTgCDNORzCwUWGT { width:17.5rem;height:1.29971875rem;top:68.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACm0lbACJh96zVXTm3V0UVTt4Lfrynne { width:17.5rem;height:0.0625rem;top:71.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNJDpyFHGNlVxFS9EgtMSrXhS5kGhfcL { width:15rem;height:9.18500625rem;top:11.246448516846rem;left:2.4995560646057rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD0PZrDkPbBwzOQF9yvWWPMRt3dA2Oa2 { width:19.0625rem;height:0;top:11.186966896057rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 { display:block; }#fVgnmpg9nWbiNfoHRzHWJUEar7B9eTP9 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcK6l4ZlDGyqnvROSbVzJHKH4OpCx5yF { width:16rem;height:1.29980625rem;top:1.25rem;left:2rem;font-size:1rem;display:block; }
 }