.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,248,229;--color-primary-1:128,231,169;--color-primary-2:0,207,82;--color-primary-3:0,104,41;--color-primary-4:0,31,12;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(42deg, rgba(var(--color-primary-0),1), #ff0100);background-image: -moz-linear-gradient(42deg, rgba(var(--color-primary-0),1), #ff0100);background-image: -ms-linear-gradient(42deg, rgba(var(--color-primary-0),1), #ff0100);background-image: -o-linear-gradient(42deg, rgba(var(--color-primary-0),1), #ff0100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ff0100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ff0100' );";background-image: linear-gradient(42deg, rgba(var(--color-primary-0),1), #ff0100);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container { background-color: transparent; background-image: none; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container > .video-iframe-container { display: none; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row > .video-iframe-container { display: none; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .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); }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container { border-width: 0; border-radius: 0; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#oZTIXEhiTyPIlMa3rmfqqRhtmpDIPidZ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:2.0625rem;left:0.529541015625rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTmapXv20TKJLRJgeTlU2xLr7mpFgBZN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:2.0625rem;left:0rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHT9J5HJgRCxZ3lELvlv9xBSOWZf28ki { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:43.734375rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJzz9k0pispnGi8EEAAdro74eNiSXp9m { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:44.90625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ADy0Dn6x8R66K92BUTDgMntEgDvmnNPu { position:absolute;display:block;z-index:15018;height:32.187rem;width:19.2495rem;top:7.530029296875rem;left:20.373779296875rem;display:block; }
#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU { position:relative;display:block; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU { background-color: transparent; background-image: none; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row .container > .video-iframe-container { display: none; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row > .video-iframe-container { display: none; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .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); }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU { border-width: 0; border-radius: 0; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .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; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bn316OeqTrIskhwhg7DEmSUyPiIci1gy { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.248779296875rem;left:0rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .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; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.72625rem;padding-right:0.6325rem;padding-bottom:0.72625rem;padding-left:0.6325rem;display:block;align-items:center;width:3.79375rem;min-width:3.79375rem;height:3.90375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.905625rem;font-weight:700;line-height:62.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.454375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.0575rem;height:1.5425rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.089375rem;font-weight:400;line-height:24.68px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS { 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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.353125rem;padding-top:0.9075rem;padding-right:0.90375rem;padding-bottom:0.9075rem;padding-left:0.90375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.377197265625rem;left:16.97021484375rem;z-index:15018; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #GVrXIy4evgFPk0yrbWT8wMO1tx6O8ZEm { display:flex;position:relative;top:0rem;left:0rem; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #q7y2GTsr8WOhc7kHnNkstMCiVPXkTHap { width:auto; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #MbuTMWm64XtAlyVtMF91wVFoomsuy1uM {  }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #B0TdPqlmVLevEqvr5aLTR5ICcF2ePHC5 { display:flex;position:relative;top:0rem;left:0rem; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #cVhtxKlVT6CLpNyy1zMvr5n5Q7do0OlU {  }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #fMyJQOOBBS7KEHpuilfn5UuTrA1QeeFQ {  }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #CtRtLgfDdUde37OxLqB0XsbZ83L3UtSf { display:flex;position:relative;top:0rem;left:0rem; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #pDBs6E38tIlQgIDbczozfoQ9DOcCEnEn {  }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #ZCzQTnmhK6exSc7uZN0fKWOivJ67EaOC {  }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #uPfGK0wJXvnFOOIynFDEtiqSl30xvJkN { display:flex;position:relative;top:0rem;left:0rem; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #yXp024c26rmo1Nxw8CEkJDO3hyEiaUie {  }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #yNNqXMWokEm80eSDuJDo2CEnxGLpwJau {  }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:175.625rem;width:60rem;position:relative;display:block; }#y4OSts4oakyQzeAlTZom0eQVEnqTmUif { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:21.5rem;width:60rem;top:7.5rem;left:0rem;display:block; }
#ELWKKfTZG3C0neETZT2ZuzqyJILatTpX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:34.875rem;width:60rem;top:38.249267578125rem;left:0rem;display:block; }
#u9Mx94hv1lxboaBKS9HsqccT81To0D78 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:29.0625rem;width:60rem;top:84.25rem;left:0rem;display:block; }
#GiCvldVOdbTtvt4qUhvyneFBecFSdK86 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:51rem;width:60rem;top:122.0625rem;left:0rem;display:block; }
#MVcPJV9mtNgxz0vVTAcsXJG86wuLzhiB { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.5rem;left:16.875rem;height:12.1875rem;display:block; }
#WW7t55EibUhxe21tTLl5Z4MSO5wH6w46 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:19.122924804688rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwAJkTo19NXGdsxv7quGWQqeNn9P2JTD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:21.68701171875rem;left:0rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuBloOm8P5RTQb2nxEptFsuIbDBsuffA { position:absolute;display:block;z-index:15009;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:13.3125rem;width:10.4375rem;top:41.625rem;left:2.6875rem;overflow:hidden;display:block; }
#SHX9y0hDN0Mkz7k3DxkaM3N28AiT3iXG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:55rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I43kGvC1G7pX8CQ1D3mIeZtxsAgLtfcW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:57.25rem;left:0rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbiOvoRRJkl8wTWbUlBBd8Dg5bgHqLkX { position:absolute;display:block;z-index:15012;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:14.625rem;width:14.625rem;top:86.230224609375rem;left:1.9833984375rem;overflow:hidden;display:block; }
#MHxRAB14EOvAQ4sm3AtNfnAocpU7CRgK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:104.57885742188rem;left:0rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wZwJlyNlt0yDBZISEiaU4QBsyeKGTLAM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:37.25rem;top:124.25rem;left:21.9375rem;overflow:hidden;display:block; }
#PEKXTTD7Bly59GkXmvfwb4fTdTMIAwTe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:148.625rem;left:3.125rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4BoB9bMeP2HprdNlnDVEZKI3p8ZoT81 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:151.6875rem;left:3.125rem;height:10.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnaGxVC0yVemoM2CV36K8gTRcocmPATA { color:rgba(var(--color-tertiary-4),1);display:block;width:42.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:41.624267578125rem;left:17.3759765625rem;height:24.375rem;display:block; }
#v6WFIdA4hQ6DwTmTRmBpwNf6fZLd2V4A { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:68.0625rem;left:17.1875rem;display:block; }
#n0NFXwtFddJLz6bfyFwV0OoJwlStvOlA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHosTS3xb6K8ZiRzuXc7BTvy8Bbsnb2e { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:86.436767578125rem;left:16.87353515625rem;height:18.28125rem;display:block; }
#EGD7s6uHubVTtpnM9t2G0UWOPRHlJ4Qt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:68.0625rem;left:44.6875rem;display:block; }
#wBgWVTa5bdSbMUluTo7FUpE3K1HSe7GX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPkl0icHKxKpnss13gskxdOLn04IkmMU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:24.3125rem;left:45.0625rem;display:block; }
#xz3gh4P3TQE0U6Di0CS4T93uWslprs9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LpMumagtlaxV9kzrzeybhyUbae7nkoRX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.68725rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:24.3125rem;left:17.5rem;display:block; }
#h6P09H3AwrLlSgOpbWgdPhaZHKNPb6TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irVbVUsep7ozuP0ARgH2NvgLkc9tT1ba { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.68725rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:108.125rem;left:17.0625rem;display:block; }
#wDoTkIHyJzFCk7CrhQe9WnTs3hOQlTvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1JRmbaEhFA5ke4pSBqrpUfxNhNqWhfe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:108.125rem;left:44.8125rem;display:block; }
#qUbhsqZQHG6pEqVuEXK7Mv66LThXmHon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWyTgtTuNx3feADSxkHHTudGCJSnyxp3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.9375rem;height:6.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:164.1875rem;left:1.5625rem;display:block; }
#Bqt5eDMLVTFKnoylTTvyZhBZOO3ku5nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJQqH7WJ0gKBWrNrouGX02fLt0H9WGkp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:5.5rem;width:60rem;top:1.9140625rem;left:0rem;display:block; }
#B6WOXbgzTpQGmVZGKtgc51PXI3qd39at { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.6171875rem;left:0.5rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xpdGoGLcrKM3QU8e7QgLEF5Hcpmp9sSn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:5.5rem;width:60rem;top:32.875rem;left:0rem;display:block; }
#rGuI2em0b6nBT25G99NuZvFLvSTpTTTg { color:rgba(var(--color-tertiary-4),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:33.56201171875rem;left:0.375rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NMoNatIq3Kb3mGgATMmRbi6vRdkmtMUr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:5.5rem;width:60rem;top:78.875rem;left:0rem;display:block; }
#SoMMu4VKQTXXD7ftHWWJFT1sdfVeZQ1L { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:79.5625rem;left:0.3125rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A5bKs9D9Cyvps5VAP00GUe0QqJKZrL5g { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.0625rem -0.1875rem 1.0625rem rgba(255,0,0,0.52) ;height:5.5rem;width:60rem;top:116.6875rem;left:0rem;display:block; }
#uceseRgSAsqwVWx8EmMG3m8bZo0u2BLN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:117.375rem;left:0.3125rem;height:4.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8R5W5TESJg8PkqHJ7UMR7Cxf6GwbxCV { position:absolute;display:block;z-index:15006;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:9.8745rem;width:13.37475rem;top:9.49951171875rem;left:1.59228515625rem;overflow:hidden;display:block; }
#UCxDdi69L9EL0XP9qWiZ1baTZf7NyCC4 { position:absolute;display:block;z-index:15007;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:21.875rem;width:36rem;top:140.375rem;left:22rem;overflow:hidden;display:block; }
#E5WG9EMCQ8oOubrBf1J7qNOvBF7PyoMC { position:absolute;display:block;z-index:15008;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:22rem;width:17.3125rem;top:125.25rem;left:2.6875rem;overflow:hidden;display:block; }
#hk6JwANQHy9NFpzVzbUC0wqRf2FEx8wC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:101.66455078125rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container { background-color: transparent; background-image: none; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container > .video-iframe-container { display: none; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row > .video-iframe-container { display: none; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .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); }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container { border-width: 0; border-radius: 0; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#tiXPtuZ54gBHzhtDu2Ztd8mza8BDrA0c { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:55.1875rem;top:2rem;left:2.375rem;display:block; }
#GKtbn73Uy5WyPCDoEfqtDVl4FvIgf4bT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.5614013671875rem;left:6.875rem;height:6.17480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6EbUHOTMShUBTq0pV8MQWlraAkJOLsM { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:3.54248046875rem;left:3.75rem;display:block; }
#iowRHO8QZIzF7LHeu1vl3Po5iXaOgmCk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:8.402099609375rem;left:3.75rem;height:12.5976625rem;text-align:left;text-align-last:left;display:block; }
#p7sFQQ9vxE3c7rg1ErMRLfQnmakDoIoT { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9995rem;width:16.25rem;top:5.99853515625rem;left:40.186767578125rem;overflow:hidden;display:block; }
#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container { background-color: transparent; background-image: none; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container > .video-iframe-container { display: none; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row > .video-iframe-container { display: none; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .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); }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container { border-width: 0; border-radius: 0; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 { display:block; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZTIXEhiTyPIlMa3rmfqqRhtmpDIPidZ { top:2.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTmapXv20TKJLRJgeTlU2xLr7mpFgBZN { top:2.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHT9J5HJgRCxZ3lELvlv9xBSOWZf28ki { top:43.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJzz9k0pispnGi8EEAAdro74eNiSXp9m { top:44.875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADy0Dn6x8R66K92BUTDgMntEgDvmnNPu { width:19.1875rem;height:32.125rem;top:7.5rem;left:14.248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9NLNNpUsaGpMduksSG99XhwqC4nDIcU { display:block; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn316OeqTrIskhwhg7DEmSUyPiIci1gy { top:1.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .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; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .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; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS { display:flex;width:18rem;height:5.0625rem;top:6.375rem;left:10.064453125rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #GVrXIy4evgFPk0yrbWT8wMO1tx6O8ZEm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #q7y2GTsr8WOhc7kHnNkstMCiVPXkTHap {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #MbuTMWm64XtAlyVtMF91wVFoomsuy1uM {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #B0TdPqlmVLevEqvr5aLTR5ICcF2ePHC5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #cVhtxKlVT6CLpNyy1zMvr5n5Q7do0OlU {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #fMyJQOOBBS7KEHpuilfn5UuTrA1QeeFQ {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #CtRtLgfDdUde37OxLqB0XsbZ83L3UtSf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #pDBs6E38tIlQgIDbczozfoQ9DOcCEnEn {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #ZCzQTnmhK6exSc7uZN0fKWOivJ67EaOC {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #uPfGK0wJXvnFOOIynFDEtiqSl30xvJkN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #yXp024c26rmo1Nxw8CEkJDO3hyEiaUie {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #yNNqXMWokEm80eSDuJDo2CEnxGLpwJau {  }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4OSts4oakyQzeAlTZom0eQVEnqTmUif { width:47.375rem;height:21.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWKKfTZG3C0neETZT2ZuzqyJILatTpX { width:47.375rem;height:34.875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Mx94hv1lxboaBKS9HsqccT81To0D78 { width:47.375rem;height:29.0625rem;top:84.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiCvldVOdbTtvt4qUhvyneFBecFSdK86 { width:47.375rem;height:51rem;top:122.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcPJV9mtNgxz0vVTAcsXJG86wuLzhiB { width:42.4375rem;height:14.1875rem;top:9.4375rem;left:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW7t55EibUhxe21tTLl5Z4MSO5wH6w46 { top:19.0625rem;left:0rem;width:16.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwAJkTo19NXGdsxv7quGWQqeNn9P2JTD { top:21.625rem;left:0rem;width:16.5625rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBloOm8P5RTQb2nxEptFsuIbDBsuffA { width:10.375rem;height:13.233418367347rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHX9y0hDN0Mkz7k3DxkaM3N28AiT3iXG { top:55rem;left:0rem;width:16.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I43kGvC1G7pX8CQ1D3mIeZtxsAgLtfcW { top:57.25rem;left:0rem;width:16.5625rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbiOvoRRJkl8wTWbUlBBd8Dg5bgHqLkX { width:14.625rem;height:14.625rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxRAB14EOvAQ4sm3AtNfnAocpU7CRgK { top:104.5625rem;left:0rem;width:16.5rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZwJlyNlt0yDBZISEiaU4QBsyeKGTLAM { width:37.1875rem;height:17.096246677808rem;top:124.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKXTTD7Bly59GkXmvfwb4fTdTMIAwTe { top:148.625rem;left:0rem;width:16.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4BoB9bMeP2HprdNlnDVEZKI3p8ZoT81 { top:151.6875rem;left:0rem;width:16.5rem;height:10.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnaGxVC0yVemoM2CV36K8gTRcocmPATA { width:42.5625rem;height:24.3125rem;top:41.5625rem;left:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WFIdA4hQ6DwTmTRmBpwNf6fZLd2V4A { width:25.6875rem;height:3.375rem;top:68.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0NFXwtFddJLz6bfyFwV0OoJwlStvOlA { display:block; }
 }@media only screen and (max-width: 763px) { #dHosTS3xb6K8ZiRzuXc7BTvy8Bbsnb2e { width:42.4375rem;height:20.25rem;top:86.375rem;left:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGD7s6uHubVTtpnM9t2G0UWOPRHlJ4Qt { width:14.3125rem;height:3.375rem;top:68.0625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgWVTa5bdSbMUluTo7FUpE3K1HSe7GX { display:block; }
 }@media only screen and (max-width: 763px) { #mPkl0icHKxKpnss13gskxdOLn04IkmMU { width:14.375rem;height:3.4375rem;top:24.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz3gh4P3TQE0U6Di0CS4T93uWslprs9J { display:block; }
 }@media only screen and (max-width: 763px) { #LpMumagtlaxV9kzrzeybhyUbae7nkoRX { width:25.625rem;height:3.4375rem;top:24.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6P09H3AwrLlSgOpbWgdPhaZHKNPb6TF { display:block; }
 }@media only screen and (max-width: 763px) { #irVbVUsep7ozuP0ARgH2NvgLkc9tT1ba { width:25.625rem;height:3.375rem;top:108.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDoTkIHyJzFCk7CrhQe9WnTs3hOQlTvL { display:block; }
 }@media only screen and (max-width: 763px) { #i1JRmbaEhFA5ke4pSBqrpUfxNhNqWhfe { width:14.3125rem;height:3.375rem;top:108.125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUbhsqZQHG6pEqVuEXK7Mv66LThXmHon { display:block; }
 }@media only screen and (max-width: 763px) { #xWyTgtTuNx3feADSxkHHTudGCJSnyxp3 { width:46.75rem;height:6.375rem;top:164.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqt5eDMLVTFKnoylTTvyZhBZOO3ku5nm { display:block; }
 }@media only screen and (max-width: 763px) { #OJQqH7WJ0gKBWrNrouGX02fLt0H9WGkp { width:47.375rem;height:5.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WOXbgzTpQGmVZGKtgc51PXI3qd39at { top:2.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpdGoGLcrKM3QU8e7QgLEF5Hcpmp9sSn { width:47.375rem;height:5.4375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGuI2em0b6nBT25G99NuZvFLvSTpTTTg { top:33.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoNatIq3Kb3mGgATMmRbi6vRdkmtMUr { width:47.375rem;height:5.4375rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoMMu4VKQTXXD7ftHWWJFT1sdfVeZQ1L { top:79.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5bKs9D9Cyvps5VAP00GUe0QqJKZrL5g { width:47.375rem;height:5.4375rem;top:116.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uceseRgSAsqwVWx8EmMG3m8bZo0u2BLN { top:117.375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8R5W5TESJg8PkqHJ7UMR7Cxf6GwbxCV { width:13.3125rem;height:9.8285411876858rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxDdi69L9EL0XP9qWiZ1baTZf7NyCC4 { width:36rem;height:21.8745rem;top:140.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5WG9EMCQ8oOubrBf1J7qNOvBF7PyoMC { width:17.25rem;height:21.920645063467rem;top:125.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk6JwANQHy9NFpzVzbUC0wqRf2FEx8wC { top:101.625rem;left:0rem;width:16.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 { display:block; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiXPtuZ54gBHzhtDu2Ztd8mza8BDrA0c { width:47.75rem;height:20rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtbn73Uy5WyPCDoEfqtDVl4FvIgf4bT { width:34.0625rem;height:3.0625rem;top:3.5rem;left:0.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EbUHOTMShUBTq0pV8MQWlraAkJOLsM { width:3.125rem;height:3.125rem;top:3.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iowRHO8QZIzF7LHeu1vl3Po5iXaOgmCk { width:34.4375rem;height:12.5625rem;top:8.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7sFQQ9vxE3c7rg1ErMRLfQnmakDoIoT { width:16.25rem;height:11.9995rem;top:5.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe { display:block; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 { display:block; }#J1Q62cC6NhWlxwGVR7BE6kJteWtuWPi2 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZTIXEhiTyPIlMa3rmfqqRhtmpDIPidZ { width:19.9995rem;height:2.90625rem;top:8.3110375rem;left:0rem;font-size:1.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTmapXv20TKJLRJgeTlU2xLr7mpFgBZN { width:19.99875rem;height:7.875rem;top:0.482666015625rem;left:0rem;font-size:2.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHT9J5HJgRCxZ3lELvlv9xBSOWZf28ki { width:19.99875rem;height:1.59375rem;top:45.2783203125rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJzz9k0pispnGi8EEAAdro74eNiSXp9m { width:19.9995rem;height:0;top:43.6220703125rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADy0Dn6x8R66K92BUTDgMntEgDvmnNPu { width:19.1875rem;height:32.125rem;top:10.55712890625rem;left:0.404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9NLNNpUsaGpMduksSG99XhwqC4nDIcU { display:block; }#o9NLNNpUsaGpMduksSG99XhwqC4nDIcU > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn316OeqTrIskhwhg7DEmSUyPiIci1gy { width:19.9995rem;height:6rem;top:2.313720703125rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .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; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS .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; }
#xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS { display:flex;width:18rem;height:5.0625rem;top:10.937255859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #GVrXIy4evgFPk0yrbWT8wMO1tx6O8ZEm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #q7y2GTsr8WOhc7kHnNkstMCiVPXkTHap {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #MbuTMWm64XtAlyVtMF91wVFoomsuy1uM {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #B0TdPqlmVLevEqvr5aLTR5ICcF2ePHC5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #cVhtxKlVT6CLpNyy1zMvr5n5Q7do0OlU {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #fMyJQOOBBS7KEHpuilfn5UuTrA1QeeFQ {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #CtRtLgfDdUde37OxLqB0XsbZ83L3UtSf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #pDBs6E38tIlQgIDbczozfoQ9DOcCEnEn {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #ZCzQTnmhK6exSc7uZN0fKWOivJ67EaOC {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #uPfGK0wJXvnFOOIynFDEtiqSl30xvJkN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #yXp024c26rmo1Nxw8CEkJDO3hyEiaUie {  }
 }@media only screen and (max-width: 763px) { #xCVNq02sRIWOwb7Lz0TUToXDt2vpQdMS #yNNqXMWokEm80eSDuJDo2CEnxGLpwJau {  }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:382.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4OSts4oakyQzeAlTZom0eQVEnqTmUif { width:19.6875rem;height:66.0625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELWKKfTZG3C0neETZT2ZuzqyJILatTpX { width:19.625rem;height:107.4375rem;top:81.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Mx94hv1lxboaBKS9HsqccT81To0D78 { width:19.625rem;height:98.6875rem;top:199.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiCvldVOdbTtvt4qUhvyneFBecFSdK86 { width:19.625rem;height:65.9375rem;top:310.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcPJV9mtNgxz0vVTAcsXJG86wuLzhiB { width:18.4980625rem;height:26.161125rem;top:24.0625rem;left:0.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WW7t55EibUhxe21tTLl5Z4MSO5wH6w46 { width:16.5615rem;height:2.34375rem;top:52rem;left:1.8125rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VwAJkTo19NXGdsxv7quGWQqeNn9P2JTD { width:16.56225rem;height:7.03125rem;top:54.875rem;left:1.8125rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iuBloOm8P5RTQb2nxEptFsuIbDBsuffA { width:14.187rem;height:18.1245rem;top:85.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHX9y0hDN0Mkz7k3DxkaM3N28AiT3iXG { width:16.56225rem;height:2.34375rem;top:167.125rem;left:1.6875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I43kGvC1G7pX8CQ1D3mIeZtxsAgLtfcW { width:16.56225rem;height:7.03125rem;top:170.25rem;left:1.6875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CbiOvoRRJkl8wTWbUlBBd8Dg5bgHqLkX { width:18.99975rem;height:18.99975rem;top:202.31176757812rem;left:0.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHxRAB14EOvAQ4sm3AtNfnAocpU7CRgK { width:16.56225rem;height:7.03125rem;top:277.5615234375rem;left:1.71826171875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wZwJlyNlt0yDBZISEiaU4QBsyeKGTLAM { width:19.9995rem;height:9.1875rem;top:312.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEKXTTD7Bly59GkXmvfwb4fTdTMIAwTe { width:16.56225rem;height:2.34375rem;top:360.125rem;left:1.6875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N4BoB9bMeP2HprdNlnDVEZKI3p8ZoT81 { width:16.56225rem;height:7.03125rem;top:363.4375rem;left:1.6875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UnaGxVC0yVemoM2CV36K8gTRcocmPATA { width:18.43725rem;height:60.9375rem;top:105.625rem;left:0.75rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6WFIdA4hQ6DwTmTRmBpwNf6fZLd2V4A { width:18.9983125rem;height:3.43725625rem;top:178.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0NFXwtFddJLz6bfyFwV0OoJwlStvOlA { display:block; }
 }@media only screen and (max-width: 763px) { #dHosTS3xb6K8ZiRzuXc7BTvy8Bbsnb2e { width:19.31175rem;height:48.75rem;top:223.50732421875rem;left:0.6884765625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EGD7s6uHubVTtpnM9t2G0UWOPRHlJ4Qt { width:15.9375rem;height:3.43725625rem;top:183.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgWVTa5bdSbMUluTo7FUpE3K1HSe7GX { display:block; }
 }@media only screen and (max-width: 763px) { #mPkl0icHKxKpnss13gskxdOLn04IkmMU { width:16.18725rem;height:3.43725625rem;top:68.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz3gh4P3TQE0U6Di0CS4T93uWslprs9J { display:block; }
 }@media only screen and (max-width: 763px) { #LpMumagtlaxV9kzrzeybhyUbae7nkoRX { width:18.9983125rem;height:3.43725625rem;top:63.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6P09H3AwrLlSgOpbWgdPhaZHKNPb6TF { display:block; }
 }@media only screen and (max-width: 763px) { #irVbVUsep7ozuP0ARgH2NvgLkc9tT1ba { width:18.62475rem;height:3.43725625rem;top:286.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDoTkIHyJzFCk7CrhQe9WnTs3hOQlTvL { display:block; }
 }@media only screen and (max-width: 763px) { #i1JRmbaEhFA5ke4pSBqrpUfxNhNqWhfe { width:15.9375rem;height:3.43725625rem;top:292.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUbhsqZQHG6pEqVuEXK7Mv66LThXmHon { display:block; }
 }@media only screen and (max-width: 763px) { #xWyTgtTuNx3feADSxkHHTudGCJSnyxp3 { width:18.999rem;height:3.4375rem;top:371.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqt5eDMLVTFKnoylTTvyZhBZOO3ku5nm { display:block; }
 }@media only screen and (max-width: 763px) { #OJQqH7WJ0gKBWrNrouGX02fLt0H9WGkp { width:19.625rem;height:5.5rem;top:2.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WOXbgzTpQGmVZGKtgc51PXI3qd39at { width:20rem;height:5.8125rem;top:2.6875rem;left:0.125rem;font-size:1.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpdGoGLcrKM3QU8e7QgLEF5Hcpmp9sSn { width:19.625rem;height:5.4375rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGuI2em0b6nBT25G99NuZvFLvSTpTTTg { width:19.9995rem;height:3rem;top:79.5rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMoNatIq3Kb3mGgATMmRbi6vRdkmtMUr { width:19.625rem;height:5.4375rem;top:194.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoMMu4VKQTXXD7ftHWWJFT1sdfVeZQ1L { width:19.9995rem;height:5.8125rem;top:194.625rem;left:0rem;font-size:1.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5bKs9D9Cyvps5VAP00GUe0QqJKZrL5g { width:19.625rem;height:5.4375rem;top:305.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uceseRgSAsqwVWx8EmMG3m8bZo0u2BLN { width:19.9995rem;height:3rem;top:306.5625rem;left:0rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8R5W5TESJg8PkqHJ7UMR7Cxf6GwbxCV { width:19.437rem;height:14.31225rem;top:323.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxDdi69L9EL0XP9qWiZ1baTZf7NyCC4 { width:19.9995rem;height:12.152375rem;top:10.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5WG9EMCQ8oOubrBf1J7qNOvBF7PyoMC { width:15.75rem;height:19.9995rem;top:337.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk6JwANQHy9NFpzVzbUC0wqRf2FEx8wC { width:16.5rem;height:2.34375rem;top:274.3740234375rem;left:1.7490234375rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 { display:block; }#ziTwwVq9yTTURtJeGzamEEKPt7LcTzP2 > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiXPtuZ54gBHzhtDu2Ztd8mza8BDrA0c { width:20rem;height:39.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtbn73Uy5WyPCDoEfqtDVl4FvIgf4bT { width:19.5rem;height:5.19921875rem;top:2.8974609375rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EbUHOTMShUBTq0pV8MQWlraAkJOLsM { width:3.125rem;height:3.125rem;top:4.925537109375rem;left:10.499877929688rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iowRHO8QZIzF7LHeu1vl3Po5iXaOgmCk { width:20rem;height:20.99608125rem;top:19.729614257812rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7sFQQ9vxE3c7rg1ErMRLfQnmakDoIoT { width:16.25rem;height:11.9983125rem;top:8.011474609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe { display:block; }#okwfneWTk4FX8Mwh6xo9sBFH4ToK7zbe > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }